From a5518819db7e90835ccd2ee694861bbf46cf9be9 Mon Sep 17 00:00:00 2001 From: woodser Date: Wed, 26 Apr 2023 11:43:48 -0400 Subject: [PATCH] update dist --- dist/protobuf/GrpcServiceClientPb.d.ts | 2 +- dist/protobuf/GrpcServiceClientPb.js | 460 +- dist/protobuf/GrpcServiceClientPb.js.map | 2 +- dist/protobuf/grpc_pb.d.ts | 64 +- dist/protobuf/grpc_pb.js | 9508 ++++--- dist/protobuf/pb_pb.d.ts | 1089 +- dist/protobuf/pb_pb.js | 31215 +++++++++------------ dist/utils/HavenoUtils.d.ts | 16 +- dist/utils/HavenoUtils.js | 20 +- dist/utils/HavenoUtils.js.map | 2 +- 10 files changed, 18100 insertions(+), 24278 deletions(-) diff --git a/dist/protobuf/GrpcServiceClientPb.d.ts b/dist/protobuf/GrpcServiceClientPb.d.ts index 535b9285..df71923c 100644 --- a/dist/protobuf/GrpcServiceClientPb.d.ts +++ b/dist/protobuf/GrpcServiceClientPb.d.ts @@ -1,5 +1,5 @@ /** - * @fileoverview gRPC-Web generated client stub for io.bisq.protobuffer + * @fileoverview gRPC-Web generated client stub for io.haveno.protobuffer * @enhanceable * @public */ diff --git a/dist/protobuf/GrpcServiceClientPb.js b/dist/protobuf/GrpcServiceClientPb.js index 53d42d9c..45075a20 100644 --- a/dist/protobuf/GrpcServiceClientPb.js +++ b/dist/protobuf/GrpcServiceClientPb.js @@ -1,6 +1,6 @@ "use strict"; /** - * @fileoverview gRPC-Web generated client stub for io.bisq.protobuffer + * @fileoverview gRPC-Web generated client stub for io.haveno.protobuffer * @enhanceable * @public */ @@ -36,7 +36,7 @@ const grpcWeb = __importStar(require("grpc-web")); const grpc_pb = __importStar(require("./grpc_pb")); class HelpClient { constructor(hostname, credentials, options) { - this.methodDescriptorGetMethodHelp = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Help/GetMethodHelp', grpcWeb.MethodType.UNARY, grpc_pb.GetMethodHelpRequest, grpc_pb.GetMethodHelpReply, (request) => { + this.methodDescriptorGetMethodHelp = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Help/GetMethodHelp', grpcWeb.MethodType.UNARY, grpc_pb.GetMethodHelpRequest, grpc_pb.GetMethodHelpReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetMethodHelpReply.deserializeBinary); if (!options) @@ -52,16 +52,16 @@ class HelpClient { getMethodHelp(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Help/GetMethodHelp', request, metadata || {}, this.methodDescriptorGetMethodHelp, callback); + '/io.haveno.protobuffer.Help/GetMethodHelp', request, metadata || {}, this.methodDescriptorGetMethodHelp, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Help/GetMethodHelp', request, metadata || {}, this.methodDescriptorGetMethodHelp); + '/io.haveno.protobuffer.Help/GetMethodHelp', request, metadata || {}, this.methodDescriptorGetMethodHelp); } } exports.HelpClient = HelpClient; class GetVersionClient { constructor(hostname, credentials, options) { - this.methodDescriptorGetVersion = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.GetVersion/GetVersion', grpcWeb.MethodType.UNARY, grpc_pb.GetVersionRequest, grpc_pb.GetVersionReply, (request) => { + this.methodDescriptorGetVersion = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.GetVersion/GetVersion', grpcWeb.MethodType.UNARY, grpc_pb.GetVersionRequest, grpc_pb.GetVersionReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetVersionReply.deserializeBinary); if (!options) @@ -77,43 +77,43 @@ class GetVersionClient { getVersion(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.GetVersion/GetVersion', request, metadata || {}, this.methodDescriptorGetVersion, callback); + '/io.haveno.protobuffer.GetVersion/GetVersion', request, metadata || {}, this.methodDescriptorGetVersion, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.GetVersion/GetVersion', request, metadata || {}, this.methodDescriptorGetVersion); + '/io.haveno.protobuffer.GetVersion/GetVersion', request, metadata || {}, this.methodDescriptorGetVersion); } } exports.GetVersionClient = GetVersionClient; class AccountClient { constructor(hostname, credentials, options) { - this.methodDescriptorAccountExists = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Account/AccountExists', grpcWeb.MethodType.UNARY, grpc_pb.AccountExistsRequest, grpc_pb.AccountExistsReply, (request) => { + this.methodDescriptorAccountExists = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Account/AccountExists', grpcWeb.MethodType.UNARY, grpc_pb.AccountExistsRequest, grpc_pb.AccountExistsReply, (request) => { return request.serializeBinary(); }, grpc_pb.AccountExistsReply.deserializeBinary); - this.methodDescriptorIsAccountOpen = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Account/IsAccountOpen', grpcWeb.MethodType.UNARY, grpc_pb.IsAccountOpenRequest, grpc_pb.IsAccountOpenReply, (request) => { + this.methodDescriptorIsAccountOpen = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Account/IsAccountOpen', grpcWeb.MethodType.UNARY, grpc_pb.IsAccountOpenRequest, grpc_pb.IsAccountOpenReply, (request) => { return request.serializeBinary(); }, grpc_pb.IsAccountOpenReply.deserializeBinary); - this.methodDescriptorCreateAccount = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Account/CreateAccount', grpcWeb.MethodType.UNARY, grpc_pb.CreateAccountRequest, grpc_pb.CreateAccountReply, (request) => { + this.methodDescriptorCreateAccount = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Account/CreateAccount', grpcWeb.MethodType.UNARY, grpc_pb.CreateAccountRequest, grpc_pb.CreateAccountReply, (request) => { return request.serializeBinary(); }, grpc_pb.CreateAccountReply.deserializeBinary); - this.methodDescriptorOpenAccount = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Account/OpenAccount', grpcWeb.MethodType.UNARY, grpc_pb.OpenAccountRequest, grpc_pb.OpenAccountReply, (request) => { + this.methodDescriptorOpenAccount = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Account/OpenAccount', grpcWeb.MethodType.UNARY, grpc_pb.OpenAccountRequest, grpc_pb.OpenAccountReply, (request) => { return request.serializeBinary(); }, grpc_pb.OpenAccountReply.deserializeBinary); - this.methodDescriptorIsAppInitialized = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Account/IsAppInitialized', grpcWeb.MethodType.UNARY, grpc_pb.IsAppInitializedRequest, grpc_pb.IsAppInitializedReply, (request) => { + this.methodDescriptorIsAppInitialized = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Account/IsAppInitialized', grpcWeb.MethodType.UNARY, grpc_pb.IsAppInitializedRequest, grpc_pb.IsAppInitializedReply, (request) => { return request.serializeBinary(); }, grpc_pb.IsAppInitializedReply.deserializeBinary); - this.methodDescriptorChangePassword = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Account/ChangePassword', grpcWeb.MethodType.UNARY, grpc_pb.ChangePasswordRequest, grpc_pb.ChangePasswordReply, (request) => { + this.methodDescriptorChangePassword = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Account/ChangePassword', grpcWeb.MethodType.UNARY, grpc_pb.ChangePasswordRequest, grpc_pb.ChangePasswordReply, (request) => { return request.serializeBinary(); }, grpc_pb.ChangePasswordReply.deserializeBinary); - this.methodDescriptorCloseAccount = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Account/CloseAccount', grpcWeb.MethodType.UNARY, grpc_pb.CloseAccountRequest, grpc_pb.CloseAccountReply, (request) => { + this.methodDescriptorCloseAccount = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Account/CloseAccount', grpcWeb.MethodType.UNARY, grpc_pb.CloseAccountRequest, grpc_pb.CloseAccountReply, (request) => { return request.serializeBinary(); }, grpc_pb.CloseAccountReply.deserializeBinary); - this.methodDescriptorDeleteAccount = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Account/DeleteAccount', grpcWeb.MethodType.UNARY, grpc_pb.DeleteAccountRequest, grpc_pb.DeleteAccountReply, (request) => { + this.methodDescriptorDeleteAccount = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Account/DeleteAccount', grpcWeb.MethodType.UNARY, grpc_pb.DeleteAccountRequest, grpc_pb.DeleteAccountReply, (request) => { return request.serializeBinary(); }, grpc_pb.DeleteAccountReply.deserializeBinary); - this.methodDescriptorBackupAccount = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Account/BackupAccount', grpcWeb.MethodType.SERVER_STREAMING, grpc_pb.BackupAccountRequest, grpc_pb.BackupAccountReply, (request) => { + this.methodDescriptorBackupAccount = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Account/BackupAccount', grpcWeb.MethodType.SERVER_STREAMING, grpc_pb.BackupAccountRequest, grpc_pb.BackupAccountReply, (request) => { return request.serializeBinary(); }, grpc_pb.BackupAccountReply.deserializeBinary); - this.methodDescriptorRestoreAccount = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Account/RestoreAccount', grpcWeb.MethodType.UNARY, grpc_pb.RestoreAccountRequest, grpc_pb.RestoreAccountReply, (request) => { + this.methodDescriptorRestoreAccount = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Account/RestoreAccount', grpcWeb.MethodType.UNARY, grpc_pb.RestoreAccountRequest, grpc_pb.RestoreAccountReply, (request) => { return request.serializeBinary(); }, grpc_pb.RestoreAccountReply.deserializeBinary); if (!options) @@ -129,96 +129,96 @@ class AccountClient { accountExists(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Account/AccountExists', request, metadata || {}, this.methodDescriptorAccountExists, callback); + '/io.haveno.protobuffer.Account/AccountExists', request, metadata || {}, this.methodDescriptorAccountExists, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Account/AccountExists', request, metadata || {}, this.methodDescriptorAccountExists); + '/io.haveno.protobuffer.Account/AccountExists', request, metadata || {}, this.methodDescriptorAccountExists); } isAccountOpen(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Account/IsAccountOpen', request, metadata || {}, this.methodDescriptorIsAccountOpen, callback); + '/io.haveno.protobuffer.Account/IsAccountOpen', request, metadata || {}, this.methodDescriptorIsAccountOpen, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Account/IsAccountOpen', request, metadata || {}, this.methodDescriptorIsAccountOpen); + '/io.haveno.protobuffer.Account/IsAccountOpen', request, metadata || {}, this.methodDescriptorIsAccountOpen); } createAccount(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Account/CreateAccount', request, metadata || {}, this.methodDescriptorCreateAccount, callback); + '/io.haveno.protobuffer.Account/CreateAccount', request, metadata || {}, this.methodDescriptorCreateAccount, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Account/CreateAccount', request, metadata || {}, this.methodDescriptorCreateAccount); + '/io.haveno.protobuffer.Account/CreateAccount', request, metadata || {}, this.methodDescriptorCreateAccount); } openAccount(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Account/OpenAccount', request, metadata || {}, this.methodDescriptorOpenAccount, callback); + '/io.haveno.protobuffer.Account/OpenAccount', request, metadata || {}, this.methodDescriptorOpenAccount, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Account/OpenAccount', request, metadata || {}, this.methodDescriptorOpenAccount); + '/io.haveno.protobuffer.Account/OpenAccount', request, metadata || {}, this.methodDescriptorOpenAccount); } isAppInitialized(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Account/IsAppInitialized', request, metadata || {}, this.methodDescriptorIsAppInitialized, callback); + '/io.haveno.protobuffer.Account/IsAppInitialized', request, metadata || {}, this.methodDescriptorIsAppInitialized, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Account/IsAppInitialized', request, metadata || {}, this.methodDescriptorIsAppInitialized); + '/io.haveno.protobuffer.Account/IsAppInitialized', request, metadata || {}, this.methodDescriptorIsAppInitialized); } changePassword(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Account/ChangePassword', request, metadata || {}, this.methodDescriptorChangePassword, callback); + '/io.haveno.protobuffer.Account/ChangePassword', request, metadata || {}, this.methodDescriptorChangePassword, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Account/ChangePassword', request, metadata || {}, this.methodDescriptorChangePassword); + '/io.haveno.protobuffer.Account/ChangePassword', request, metadata || {}, this.methodDescriptorChangePassword); } closeAccount(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Account/CloseAccount', request, metadata || {}, this.methodDescriptorCloseAccount, callback); + '/io.haveno.protobuffer.Account/CloseAccount', request, metadata || {}, this.methodDescriptorCloseAccount, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Account/CloseAccount', request, metadata || {}, this.methodDescriptorCloseAccount); + '/io.haveno.protobuffer.Account/CloseAccount', request, metadata || {}, this.methodDescriptorCloseAccount); } deleteAccount(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Account/DeleteAccount', request, metadata || {}, this.methodDescriptorDeleteAccount, callback); + '/io.haveno.protobuffer.Account/DeleteAccount', request, metadata || {}, this.methodDescriptorDeleteAccount, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Account/DeleteAccount', request, metadata || {}, this.methodDescriptorDeleteAccount); + '/io.haveno.protobuffer.Account/DeleteAccount', request, metadata || {}, this.methodDescriptorDeleteAccount); } backupAccount(request, metadata) { return this.client_.serverStreaming(this.hostname_ + - '/io.bisq.protobuffer.Account/BackupAccount', request, metadata || {}, this.methodDescriptorBackupAccount); + '/io.haveno.protobuffer.Account/BackupAccount', request, metadata || {}, this.methodDescriptorBackupAccount); } restoreAccount(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Account/RestoreAccount', request, metadata || {}, this.methodDescriptorRestoreAccount, callback); + '/io.haveno.protobuffer.Account/RestoreAccount', request, metadata || {}, this.methodDescriptorRestoreAccount, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Account/RestoreAccount', request, metadata || {}, this.methodDescriptorRestoreAccount); + '/io.haveno.protobuffer.Account/RestoreAccount', request, metadata || {}, this.methodDescriptorRestoreAccount); } } exports.AccountClient = AccountClient; class DisputesClient { constructor(hostname, credentials, options) { - this.methodDescriptorGetDispute = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Disputes/GetDispute', grpcWeb.MethodType.UNARY, grpc_pb.GetDisputeRequest, grpc_pb.GetDisputeReply, (request) => { + this.methodDescriptorGetDispute = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Disputes/GetDispute', grpcWeb.MethodType.UNARY, grpc_pb.GetDisputeRequest, grpc_pb.GetDisputeReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetDisputeReply.deserializeBinary); - this.methodDescriptorGetDisputes = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Disputes/GetDisputes', grpcWeb.MethodType.UNARY, grpc_pb.GetDisputesRequest, grpc_pb.GetDisputesReply, (request) => { + this.methodDescriptorGetDisputes = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Disputes/GetDisputes', grpcWeb.MethodType.UNARY, grpc_pb.GetDisputesRequest, grpc_pb.GetDisputesReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetDisputesReply.deserializeBinary); - this.methodDescriptorOpenDispute = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Disputes/OpenDispute', grpcWeb.MethodType.UNARY, grpc_pb.OpenDisputeRequest, grpc_pb.OpenDisputeReply, (request) => { + this.methodDescriptorOpenDispute = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Disputes/OpenDispute', grpcWeb.MethodType.UNARY, grpc_pb.OpenDisputeRequest, grpc_pb.OpenDisputeReply, (request) => { return request.serializeBinary(); }, grpc_pb.OpenDisputeReply.deserializeBinary); - this.methodDescriptorResolveDispute = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Disputes/ResolveDispute', grpcWeb.MethodType.UNARY, grpc_pb.ResolveDisputeRequest, grpc_pb.ResolveDisputeReply, (request) => { + this.methodDescriptorResolveDispute = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Disputes/ResolveDispute', grpcWeb.MethodType.UNARY, grpc_pb.ResolveDisputeRequest, grpc_pb.ResolveDisputeReply, (request) => { return request.serializeBinary(); }, grpc_pb.ResolveDisputeReply.deserializeBinary); - this.methodDescriptorSendDisputeChatMessage = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Disputes/SendDisputeChatMessage', grpcWeb.MethodType.UNARY, grpc_pb.SendDisputeChatMessageRequest, grpc_pb.SendDisputeChatMessageReply, (request) => { + this.methodDescriptorSendDisputeChatMessage = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Disputes/SendDisputeChatMessage', grpcWeb.MethodType.UNARY, grpc_pb.SendDisputeChatMessageRequest, grpc_pb.SendDisputeChatMessageReply, (request) => { return request.serializeBinary(); }, grpc_pb.SendDisputeChatMessageReply.deserializeBinary); if (!options) @@ -234,51 +234,51 @@ class DisputesClient { getDispute(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Disputes/GetDispute', request, metadata || {}, this.methodDescriptorGetDispute, callback); + '/io.haveno.protobuffer.Disputes/GetDispute', request, metadata || {}, this.methodDescriptorGetDispute, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Disputes/GetDispute', request, metadata || {}, this.methodDescriptorGetDispute); + '/io.haveno.protobuffer.Disputes/GetDispute', request, metadata || {}, this.methodDescriptorGetDispute); } getDisputes(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Disputes/GetDisputes', request, metadata || {}, this.methodDescriptorGetDisputes, callback); + '/io.haveno.protobuffer.Disputes/GetDisputes', request, metadata || {}, this.methodDescriptorGetDisputes, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Disputes/GetDisputes', request, metadata || {}, this.methodDescriptorGetDisputes); + '/io.haveno.protobuffer.Disputes/GetDisputes', request, metadata || {}, this.methodDescriptorGetDisputes); } openDispute(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Disputes/OpenDispute', request, metadata || {}, this.methodDescriptorOpenDispute, callback); + '/io.haveno.protobuffer.Disputes/OpenDispute', request, metadata || {}, this.methodDescriptorOpenDispute, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Disputes/OpenDispute', request, metadata || {}, this.methodDescriptorOpenDispute); + '/io.haveno.protobuffer.Disputes/OpenDispute', request, metadata || {}, this.methodDescriptorOpenDispute); } resolveDispute(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Disputes/ResolveDispute', request, metadata || {}, this.methodDescriptorResolveDispute, callback); + '/io.haveno.protobuffer.Disputes/ResolveDispute', request, metadata || {}, this.methodDescriptorResolveDispute, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Disputes/ResolveDispute', request, metadata || {}, this.methodDescriptorResolveDispute); + '/io.haveno.protobuffer.Disputes/ResolveDispute', request, metadata || {}, this.methodDescriptorResolveDispute); } sendDisputeChatMessage(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Disputes/SendDisputeChatMessage', request, metadata || {}, this.methodDescriptorSendDisputeChatMessage, callback); + '/io.haveno.protobuffer.Disputes/SendDisputeChatMessage', request, metadata || {}, this.methodDescriptorSendDisputeChatMessage, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Disputes/SendDisputeChatMessage', request, metadata || {}, this.methodDescriptorSendDisputeChatMessage); + '/io.haveno.protobuffer.Disputes/SendDisputeChatMessage', request, metadata || {}, this.methodDescriptorSendDisputeChatMessage); } } exports.DisputesClient = DisputesClient; class DisputeAgentsClient { constructor(hostname, credentials, options) { - this.methodDescriptorRegisterDisputeAgent = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.DisputeAgents/RegisterDisputeAgent', grpcWeb.MethodType.UNARY, grpc_pb.RegisterDisputeAgentRequest, grpc_pb.RegisterDisputeAgentReply, (request) => { + this.methodDescriptorRegisterDisputeAgent = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.DisputeAgents/RegisterDisputeAgent', grpcWeb.MethodType.UNARY, grpc_pb.RegisterDisputeAgentRequest, grpc_pb.RegisterDisputeAgentReply, (request) => { return request.serializeBinary(); }, grpc_pb.RegisterDisputeAgentReply.deserializeBinary); - this.methodDescriptorUnregisterDisputeAgent = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.DisputeAgents/UnregisterDisputeAgent', grpcWeb.MethodType.UNARY, grpc_pb.UnregisterDisputeAgentRequest, grpc_pb.UnregisterDisputeAgentReply, (request) => { + this.methodDescriptorUnregisterDisputeAgent = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.DisputeAgents/UnregisterDisputeAgent', grpcWeb.MethodType.UNARY, grpc_pb.UnregisterDisputeAgentRequest, grpc_pb.UnregisterDisputeAgentReply, (request) => { return request.serializeBinary(); }, grpc_pb.UnregisterDisputeAgentReply.deserializeBinary); if (!options) @@ -294,27 +294,27 @@ class DisputeAgentsClient { registerDisputeAgent(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.DisputeAgents/RegisterDisputeAgent', request, metadata || {}, this.methodDescriptorRegisterDisputeAgent, callback); + '/io.haveno.protobuffer.DisputeAgents/RegisterDisputeAgent', request, metadata || {}, this.methodDescriptorRegisterDisputeAgent, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.DisputeAgents/RegisterDisputeAgent', request, metadata || {}, this.methodDescriptorRegisterDisputeAgent); + '/io.haveno.protobuffer.DisputeAgents/RegisterDisputeAgent', request, metadata || {}, this.methodDescriptorRegisterDisputeAgent); } unregisterDisputeAgent(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.DisputeAgents/UnregisterDisputeAgent', request, metadata || {}, this.methodDescriptorUnregisterDisputeAgent, callback); + '/io.haveno.protobuffer.DisputeAgents/UnregisterDisputeAgent', request, metadata || {}, this.methodDescriptorUnregisterDisputeAgent, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.DisputeAgents/UnregisterDisputeAgent', request, metadata || {}, this.methodDescriptorUnregisterDisputeAgent); + '/io.haveno.protobuffer.DisputeAgents/UnregisterDisputeAgent', request, metadata || {}, this.methodDescriptorUnregisterDisputeAgent); } } exports.DisputeAgentsClient = DisputeAgentsClient; class NotificationsClient { constructor(hostname, credentials, options) { - this.methodDescriptorRegisterNotificationListener = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Notifications/RegisterNotificationListener', grpcWeb.MethodType.SERVER_STREAMING, grpc_pb.RegisterNotificationListenerRequest, grpc_pb.NotificationMessage, (request) => { + this.methodDescriptorRegisterNotificationListener = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Notifications/RegisterNotificationListener', grpcWeb.MethodType.SERVER_STREAMING, grpc_pb.RegisterNotificationListenerRequest, grpc_pb.NotificationMessage, (request) => { return request.serializeBinary(); }, grpc_pb.NotificationMessage.deserializeBinary); - this.methodDescriptorSendNotification = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Notifications/SendNotification', grpcWeb.MethodType.UNARY, grpc_pb.SendNotificationRequest, grpc_pb.SendNotificationReply, (request) => { + this.methodDescriptorSendNotification = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Notifications/SendNotification', grpcWeb.MethodType.UNARY, grpc_pb.SendNotificationRequest, grpc_pb.SendNotificationReply, (request) => { return request.serializeBinary(); }, grpc_pb.SendNotificationReply.deserializeBinary); if (!options) @@ -329,51 +329,51 @@ class NotificationsClient { } registerNotificationListener(request, metadata) { return this.client_.serverStreaming(this.hostname_ + - '/io.bisq.protobuffer.Notifications/RegisterNotificationListener', request, metadata || {}, this.methodDescriptorRegisterNotificationListener); + '/io.haveno.protobuffer.Notifications/RegisterNotificationListener', request, metadata || {}, this.methodDescriptorRegisterNotificationListener); } sendNotification(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Notifications/SendNotification', request, metadata || {}, this.methodDescriptorSendNotification, callback); + '/io.haveno.protobuffer.Notifications/SendNotification', request, metadata || {}, this.methodDescriptorSendNotification, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Notifications/SendNotification', request, metadata || {}, this.methodDescriptorSendNotification); + '/io.haveno.protobuffer.Notifications/SendNotification', request, metadata || {}, this.methodDescriptorSendNotification); } } exports.NotificationsClient = NotificationsClient; class MoneroConnectionsClient { constructor(hostname, credentials, options) { - this.methodDescriptorAddConnection = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.MoneroConnections/AddConnection', grpcWeb.MethodType.UNARY, grpc_pb.AddConnectionRequest, grpc_pb.AddConnectionReply, (request) => { + this.methodDescriptorAddConnection = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.MoneroConnections/AddConnection', grpcWeb.MethodType.UNARY, grpc_pb.AddConnectionRequest, grpc_pb.AddConnectionReply, (request) => { return request.serializeBinary(); }, grpc_pb.AddConnectionReply.deserializeBinary); - this.methodDescriptorRemoveConnection = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.MoneroConnections/RemoveConnection', grpcWeb.MethodType.UNARY, grpc_pb.RemoveConnectionRequest, grpc_pb.RemoveConnectionReply, (request) => { + this.methodDescriptorRemoveConnection = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.MoneroConnections/RemoveConnection', grpcWeb.MethodType.UNARY, grpc_pb.RemoveConnectionRequest, grpc_pb.RemoveConnectionReply, (request) => { return request.serializeBinary(); }, grpc_pb.RemoveConnectionReply.deserializeBinary); - this.methodDescriptorGetConnection = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.MoneroConnections/GetConnection', grpcWeb.MethodType.UNARY, grpc_pb.GetConnectionRequest, grpc_pb.GetConnectionReply, (request) => { + this.methodDescriptorGetConnection = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.MoneroConnections/GetConnection', grpcWeb.MethodType.UNARY, grpc_pb.GetConnectionRequest, grpc_pb.GetConnectionReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetConnectionReply.deserializeBinary); - this.methodDescriptorGetConnections = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.MoneroConnections/GetConnections', grpcWeb.MethodType.UNARY, grpc_pb.GetConnectionsRequest, grpc_pb.GetConnectionsReply, (request) => { + this.methodDescriptorGetConnections = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.MoneroConnections/GetConnections', grpcWeb.MethodType.UNARY, grpc_pb.GetConnectionsRequest, grpc_pb.GetConnectionsReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetConnectionsReply.deserializeBinary); - this.methodDescriptorSetConnection = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.MoneroConnections/SetConnection', grpcWeb.MethodType.UNARY, grpc_pb.SetConnectionRequest, grpc_pb.SetConnectionReply, (request) => { + this.methodDescriptorSetConnection = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.MoneroConnections/SetConnection', grpcWeb.MethodType.UNARY, grpc_pb.SetConnectionRequest, grpc_pb.SetConnectionReply, (request) => { return request.serializeBinary(); }, grpc_pb.SetConnectionReply.deserializeBinary); - this.methodDescriptorCheckConnection = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.MoneroConnections/CheckConnection', grpcWeb.MethodType.UNARY, grpc_pb.CheckConnectionRequest, grpc_pb.CheckConnectionReply, (request) => { + this.methodDescriptorCheckConnection = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.MoneroConnections/CheckConnection', grpcWeb.MethodType.UNARY, grpc_pb.CheckConnectionRequest, grpc_pb.CheckConnectionReply, (request) => { return request.serializeBinary(); }, grpc_pb.CheckConnectionReply.deserializeBinary); - this.methodDescriptorCheckConnections = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.MoneroConnections/CheckConnections', grpcWeb.MethodType.UNARY, grpc_pb.CheckConnectionsRequest, grpc_pb.CheckConnectionsReply, (request) => { + this.methodDescriptorCheckConnections = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.MoneroConnections/CheckConnections', grpcWeb.MethodType.UNARY, grpc_pb.CheckConnectionsRequest, grpc_pb.CheckConnectionsReply, (request) => { return request.serializeBinary(); }, grpc_pb.CheckConnectionsReply.deserializeBinary); - this.methodDescriptorStartCheckingConnections = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.MoneroConnections/StartCheckingConnections', grpcWeb.MethodType.UNARY, grpc_pb.StartCheckingConnectionsRequest, grpc_pb.StartCheckingConnectionsReply, (request) => { + this.methodDescriptorStartCheckingConnections = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.MoneroConnections/StartCheckingConnections', grpcWeb.MethodType.UNARY, grpc_pb.StartCheckingConnectionsRequest, grpc_pb.StartCheckingConnectionsReply, (request) => { return request.serializeBinary(); }, grpc_pb.StartCheckingConnectionsReply.deserializeBinary); - this.methodDescriptorStopCheckingConnections = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.MoneroConnections/StopCheckingConnections', grpcWeb.MethodType.UNARY, grpc_pb.StopCheckingConnectionsRequest, grpc_pb.StopCheckingConnectionsReply, (request) => { + this.methodDescriptorStopCheckingConnections = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.MoneroConnections/StopCheckingConnections', grpcWeb.MethodType.UNARY, grpc_pb.StopCheckingConnectionsRequest, grpc_pb.StopCheckingConnectionsReply, (request) => { return request.serializeBinary(); }, grpc_pb.StopCheckingConnectionsReply.deserializeBinary); - this.methodDescriptorGetBestAvailableConnection = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.MoneroConnections/GetBestAvailableConnection', grpcWeb.MethodType.UNARY, grpc_pb.GetBestAvailableConnectionRequest, grpc_pb.GetBestAvailableConnectionReply, (request) => { + this.methodDescriptorGetBestAvailableConnection = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.MoneroConnections/GetBestAvailableConnection', grpcWeb.MethodType.UNARY, grpc_pb.GetBestAvailableConnectionRequest, grpc_pb.GetBestAvailableConnectionReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetBestAvailableConnectionReply.deserializeBinary); - this.methodDescriptorSetAutoSwitch = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.MoneroConnections/SetAutoSwitch', grpcWeb.MethodType.UNARY, grpc_pb.SetAutoSwitchRequest, grpc_pb.SetAutoSwitchReply, (request) => { + this.methodDescriptorSetAutoSwitch = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.MoneroConnections/SetAutoSwitch', grpcWeb.MethodType.UNARY, grpc_pb.SetAutoSwitchRequest, grpc_pb.SetAutoSwitchReply, (request) => { return request.serializeBinary(); }, grpc_pb.SetAutoSwitchReply.deserializeBinary); if (!options) @@ -389,105 +389,105 @@ class MoneroConnectionsClient { addConnection(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/AddConnection', request, metadata || {}, this.methodDescriptorAddConnection, callback); + '/io.haveno.protobuffer.MoneroConnections/AddConnection', request, metadata || {}, this.methodDescriptorAddConnection, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/AddConnection', request, metadata || {}, this.methodDescriptorAddConnection); + '/io.haveno.protobuffer.MoneroConnections/AddConnection', request, metadata || {}, this.methodDescriptorAddConnection); } removeConnection(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/RemoveConnection', request, metadata || {}, this.methodDescriptorRemoveConnection, callback); + '/io.haveno.protobuffer.MoneroConnections/RemoveConnection', request, metadata || {}, this.methodDescriptorRemoveConnection, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/RemoveConnection', request, metadata || {}, this.methodDescriptorRemoveConnection); + '/io.haveno.protobuffer.MoneroConnections/RemoveConnection', request, metadata || {}, this.methodDescriptorRemoveConnection); } getConnection(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/GetConnection', request, metadata || {}, this.methodDescriptorGetConnection, callback); + '/io.haveno.protobuffer.MoneroConnections/GetConnection', request, metadata || {}, this.methodDescriptorGetConnection, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/GetConnection', request, metadata || {}, this.methodDescriptorGetConnection); + '/io.haveno.protobuffer.MoneroConnections/GetConnection', request, metadata || {}, this.methodDescriptorGetConnection); } getConnections(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/GetConnections', request, metadata || {}, this.methodDescriptorGetConnections, callback); + '/io.haveno.protobuffer.MoneroConnections/GetConnections', request, metadata || {}, this.methodDescriptorGetConnections, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/GetConnections', request, metadata || {}, this.methodDescriptorGetConnections); + '/io.haveno.protobuffer.MoneroConnections/GetConnections', request, metadata || {}, this.methodDescriptorGetConnections); } setConnection(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/SetConnection', request, metadata || {}, this.methodDescriptorSetConnection, callback); + '/io.haveno.protobuffer.MoneroConnections/SetConnection', request, metadata || {}, this.methodDescriptorSetConnection, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/SetConnection', request, metadata || {}, this.methodDescriptorSetConnection); + '/io.haveno.protobuffer.MoneroConnections/SetConnection', request, metadata || {}, this.methodDescriptorSetConnection); } checkConnection(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/CheckConnection', request, metadata || {}, this.methodDescriptorCheckConnection, callback); + '/io.haveno.protobuffer.MoneroConnections/CheckConnection', request, metadata || {}, this.methodDescriptorCheckConnection, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/CheckConnection', request, metadata || {}, this.methodDescriptorCheckConnection); + '/io.haveno.protobuffer.MoneroConnections/CheckConnection', request, metadata || {}, this.methodDescriptorCheckConnection); } checkConnections(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/CheckConnections', request, metadata || {}, this.methodDescriptorCheckConnections, callback); + '/io.haveno.protobuffer.MoneroConnections/CheckConnections', request, metadata || {}, this.methodDescriptorCheckConnections, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/CheckConnections', request, metadata || {}, this.methodDescriptorCheckConnections); + '/io.haveno.protobuffer.MoneroConnections/CheckConnections', request, metadata || {}, this.methodDescriptorCheckConnections); } startCheckingConnections(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/StartCheckingConnections', request, metadata || {}, this.methodDescriptorStartCheckingConnections, callback); + '/io.haveno.protobuffer.MoneroConnections/StartCheckingConnections', request, metadata || {}, this.methodDescriptorStartCheckingConnections, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/StartCheckingConnections', request, metadata || {}, this.methodDescriptorStartCheckingConnections); + '/io.haveno.protobuffer.MoneroConnections/StartCheckingConnections', request, metadata || {}, this.methodDescriptorStartCheckingConnections); } stopCheckingConnections(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/StopCheckingConnections', request, metadata || {}, this.methodDescriptorStopCheckingConnections, callback); + '/io.haveno.protobuffer.MoneroConnections/StopCheckingConnections', request, metadata || {}, this.methodDescriptorStopCheckingConnections, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/StopCheckingConnections', request, metadata || {}, this.methodDescriptorStopCheckingConnections); + '/io.haveno.protobuffer.MoneroConnections/StopCheckingConnections', request, metadata || {}, this.methodDescriptorStopCheckingConnections); } getBestAvailableConnection(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/GetBestAvailableConnection', request, metadata || {}, this.methodDescriptorGetBestAvailableConnection, callback); + '/io.haveno.protobuffer.MoneroConnections/GetBestAvailableConnection', request, metadata || {}, this.methodDescriptorGetBestAvailableConnection, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/GetBestAvailableConnection', request, metadata || {}, this.methodDescriptorGetBestAvailableConnection); + '/io.haveno.protobuffer.MoneroConnections/GetBestAvailableConnection', request, metadata || {}, this.methodDescriptorGetBestAvailableConnection); } setAutoSwitch(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/SetAutoSwitch', request, metadata || {}, this.methodDescriptorSetAutoSwitch, callback); + '/io.haveno.protobuffer.MoneroConnections/SetAutoSwitch', request, metadata || {}, this.methodDescriptorSetAutoSwitch, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroConnections/SetAutoSwitch', request, metadata || {}, this.methodDescriptorSetAutoSwitch); + '/io.haveno.protobuffer.MoneroConnections/SetAutoSwitch', request, metadata || {}, this.methodDescriptorSetAutoSwitch); } } exports.MoneroConnectionsClient = MoneroConnectionsClient; class MoneroNodeClient { constructor(hostname, credentials, options) { - this.methodDescriptorIsMoneroNodeOnline = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.MoneroNode/IsMoneroNodeOnline', grpcWeb.MethodType.UNARY, grpc_pb.IsMoneroNodeOnlineRequest, grpc_pb.IsMoneroNodeOnlineReply, (request) => { + this.methodDescriptorIsMoneroNodeOnline = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.MoneroNode/IsMoneroNodeOnline', grpcWeb.MethodType.UNARY, grpc_pb.IsMoneroNodeOnlineRequest, grpc_pb.IsMoneroNodeOnlineReply, (request) => { return request.serializeBinary(); }, grpc_pb.IsMoneroNodeOnlineReply.deserializeBinary); - this.methodDescriptorGetMoneroNodeSettings = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.MoneroNode/GetMoneroNodeSettings', grpcWeb.MethodType.UNARY, grpc_pb.GetMoneroNodeSettingsRequest, grpc_pb.GetMoneroNodeSettingsReply, (request) => { + this.methodDescriptorGetMoneroNodeSettings = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.MoneroNode/GetMoneroNodeSettings', grpcWeb.MethodType.UNARY, grpc_pb.GetMoneroNodeSettingsRequest, grpc_pb.GetMoneroNodeSettingsReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetMoneroNodeSettingsReply.deserializeBinary); - this.methodDescriptorStartMoneroNode = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.MoneroNode/StartMoneroNode', grpcWeb.MethodType.UNARY, grpc_pb.StartMoneroNodeRequest, grpc_pb.StartMoneroNodeReply, (request) => { + this.methodDescriptorStartMoneroNode = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.MoneroNode/StartMoneroNode', grpcWeb.MethodType.UNARY, grpc_pb.StartMoneroNodeRequest, grpc_pb.StartMoneroNodeReply, (request) => { return request.serializeBinary(); }, grpc_pb.StartMoneroNodeReply.deserializeBinary); - this.methodDescriptorStopMoneroNode = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.MoneroNode/StopMoneroNode', grpcWeb.MethodType.UNARY, grpc_pb.StopMoneroNodeRequest, grpc_pb.StopMoneroNodeReply, (request) => { + this.methodDescriptorStopMoneroNode = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.MoneroNode/StopMoneroNode', grpcWeb.MethodType.UNARY, grpc_pb.StopMoneroNodeRequest, grpc_pb.StopMoneroNodeReply, (request) => { return request.serializeBinary(); }, grpc_pb.StopMoneroNodeReply.deserializeBinary); if (!options) @@ -503,55 +503,55 @@ class MoneroNodeClient { isMoneroNodeOnline(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroNode/IsMoneroNodeOnline', request, metadata || {}, this.methodDescriptorIsMoneroNodeOnline, callback); + '/io.haveno.protobuffer.MoneroNode/IsMoneroNodeOnline', request, metadata || {}, this.methodDescriptorIsMoneroNodeOnline, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroNode/IsMoneroNodeOnline', request, metadata || {}, this.methodDescriptorIsMoneroNodeOnline); + '/io.haveno.protobuffer.MoneroNode/IsMoneroNodeOnline', request, metadata || {}, this.methodDescriptorIsMoneroNodeOnline); } getMoneroNodeSettings(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroNode/GetMoneroNodeSettings', request, metadata || {}, this.methodDescriptorGetMoneroNodeSettings, callback); + '/io.haveno.protobuffer.MoneroNode/GetMoneroNodeSettings', request, metadata || {}, this.methodDescriptorGetMoneroNodeSettings, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroNode/GetMoneroNodeSettings', request, metadata || {}, this.methodDescriptorGetMoneroNodeSettings); + '/io.haveno.protobuffer.MoneroNode/GetMoneroNodeSettings', request, metadata || {}, this.methodDescriptorGetMoneroNodeSettings); } startMoneroNode(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroNode/StartMoneroNode', request, metadata || {}, this.methodDescriptorStartMoneroNode, callback); + '/io.haveno.protobuffer.MoneroNode/StartMoneroNode', request, metadata || {}, this.methodDescriptorStartMoneroNode, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroNode/StartMoneroNode', request, metadata || {}, this.methodDescriptorStartMoneroNode); + '/io.haveno.protobuffer.MoneroNode/StartMoneroNode', request, metadata || {}, this.methodDescriptorStartMoneroNode); } stopMoneroNode(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroNode/StopMoneroNode', request, metadata || {}, this.methodDescriptorStopMoneroNode, callback); + '/io.haveno.protobuffer.MoneroNode/StopMoneroNode', request, metadata || {}, this.methodDescriptorStopMoneroNode, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.MoneroNode/StopMoneroNode', request, metadata || {}, this.methodDescriptorStopMoneroNode); + '/io.haveno.protobuffer.MoneroNode/StopMoneroNode', request, metadata || {}, this.methodDescriptorStopMoneroNode); } } exports.MoneroNodeClient = MoneroNodeClient; class OffersClient { constructor(hostname, credentials, options) { - this.methodDescriptorGetOffer = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Offers/GetOffer', grpcWeb.MethodType.UNARY, grpc_pb.GetOfferRequest, grpc_pb.GetOfferReply, (request) => { + this.methodDescriptorGetOffer = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Offers/GetOffer', grpcWeb.MethodType.UNARY, grpc_pb.GetOfferRequest, grpc_pb.GetOfferReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetOfferReply.deserializeBinary); - this.methodDescriptorGetMyOffer = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Offers/GetMyOffer', grpcWeb.MethodType.UNARY, grpc_pb.GetMyOfferRequest, grpc_pb.GetMyOfferReply, (request) => { + this.methodDescriptorGetMyOffer = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Offers/GetMyOffer', grpcWeb.MethodType.UNARY, grpc_pb.GetMyOfferRequest, grpc_pb.GetMyOfferReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetMyOfferReply.deserializeBinary); - this.methodDescriptorGetOffers = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Offers/GetOffers', grpcWeb.MethodType.UNARY, grpc_pb.GetOffersRequest, grpc_pb.GetOffersReply, (request) => { + this.methodDescriptorGetOffers = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Offers/GetOffers', grpcWeb.MethodType.UNARY, grpc_pb.GetOffersRequest, grpc_pb.GetOffersReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetOffersReply.deserializeBinary); - this.methodDescriptorGetMyOffers = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Offers/GetMyOffers', grpcWeb.MethodType.UNARY, grpc_pb.GetMyOffersRequest, grpc_pb.GetMyOffersReply, (request) => { + this.methodDescriptorGetMyOffers = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Offers/GetMyOffers', grpcWeb.MethodType.UNARY, grpc_pb.GetMyOffersRequest, grpc_pb.GetMyOffersReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetMyOffersReply.deserializeBinary); - this.methodDescriptorPostOffer = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Offers/PostOffer', grpcWeb.MethodType.UNARY, grpc_pb.PostOfferRequest, grpc_pb.PostOfferReply, (request) => { + this.methodDescriptorPostOffer = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Offers/PostOffer', grpcWeb.MethodType.UNARY, grpc_pb.PostOfferRequest, grpc_pb.PostOfferReply, (request) => { return request.serializeBinary(); }, grpc_pb.PostOfferReply.deserializeBinary); - this.methodDescriptorCancelOffer = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Offers/CancelOffer', grpcWeb.MethodType.UNARY, grpc_pb.CancelOfferRequest, grpc_pb.CancelOfferReply, (request) => { + this.methodDescriptorCancelOffer = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Offers/CancelOffer', grpcWeb.MethodType.UNARY, grpc_pb.CancelOfferRequest, grpc_pb.CancelOfferReply, (request) => { return request.serializeBinary(); }, grpc_pb.CancelOfferReply.deserializeBinary); if (!options) @@ -567,77 +567,77 @@ class OffersClient { getOffer(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Offers/GetOffer', request, metadata || {}, this.methodDescriptorGetOffer, callback); + '/io.haveno.protobuffer.Offers/GetOffer', request, metadata || {}, this.methodDescriptorGetOffer, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Offers/GetOffer', request, metadata || {}, this.methodDescriptorGetOffer); + '/io.haveno.protobuffer.Offers/GetOffer', request, metadata || {}, this.methodDescriptorGetOffer); } getMyOffer(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Offers/GetMyOffer', request, metadata || {}, this.methodDescriptorGetMyOffer, callback); + '/io.haveno.protobuffer.Offers/GetMyOffer', request, metadata || {}, this.methodDescriptorGetMyOffer, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Offers/GetMyOffer', request, metadata || {}, this.methodDescriptorGetMyOffer); + '/io.haveno.protobuffer.Offers/GetMyOffer', request, metadata || {}, this.methodDescriptorGetMyOffer); } getOffers(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Offers/GetOffers', request, metadata || {}, this.methodDescriptorGetOffers, callback); + '/io.haveno.protobuffer.Offers/GetOffers', request, metadata || {}, this.methodDescriptorGetOffers, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Offers/GetOffers', request, metadata || {}, this.methodDescriptorGetOffers); + '/io.haveno.protobuffer.Offers/GetOffers', request, metadata || {}, this.methodDescriptorGetOffers); } getMyOffers(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Offers/GetMyOffers', request, metadata || {}, this.methodDescriptorGetMyOffers, callback); + '/io.haveno.protobuffer.Offers/GetMyOffers', request, metadata || {}, this.methodDescriptorGetMyOffers, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Offers/GetMyOffers', request, metadata || {}, this.methodDescriptorGetMyOffers); + '/io.haveno.protobuffer.Offers/GetMyOffers', request, metadata || {}, this.methodDescriptorGetMyOffers); } postOffer(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Offers/PostOffer', request, metadata || {}, this.methodDescriptorPostOffer, callback); + '/io.haveno.protobuffer.Offers/PostOffer', request, metadata || {}, this.methodDescriptorPostOffer, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Offers/PostOffer', request, metadata || {}, this.methodDescriptorPostOffer); + '/io.haveno.protobuffer.Offers/PostOffer', request, metadata || {}, this.methodDescriptorPostOffer); } cancelOffer(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Offers/CancelOffer', request, metadata || {}, this.methodDescriptorCancelOffer, callback); + '/io.haveno.protobuffer.Offers/CancelOffer', request, metadata || {}, this.methodDescriptorCancelOffer, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Offers/CancelOffer', request, metadata || {}, this.methodDescriptorCancelOffer); + '/io.haveno.protobuffer.Offers/CancelOffer', request, metadata || {}, this.methodDescriptorCancelOffer); } } exports.OffersClient = OffersClient; class PaymentAccountsClient { constructor(hostname, credentials, options) { - this.methodDescriptorCreatePaymentAccount = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.PaymentAccounts/CreatePaymentAccount', grpcWeb.MethodType.UNARY, grpc_pb.CreatePaymentAccountRequest, grpc_pb.CreatePaymentAccountReply, (request) => { + this.methodDescriptorCreatePaymentAccount = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.PaymentAccounts/CreatePaymentAccount', grpcWeb.MethodType.UNARY, grpc_pb.CreatePaymentAccountRequest, grpc_pb.CreatePaymentAccountReply, (request) => { return request.serializeBinary(); }, grpc_pb.CreatePaymentAccountReply.deserializeBinary); - this.methodDescriptorGetPaymentAccounts = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.PaymentAccounts/GetPaymentAccounts', grpcWeb.MethodType.UNARY, grpc_pb.GetPaymentAccountsRequest, grpc_pb.GetPaymentAccountsReply, (request) => { + this.methodDescriptorGetPaymentAccounts = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.PaymentAccounts/GetPaymentAccounts', grpcWeb.MethodType.UNARY, grpc_pb.GetPaymentAccountsRequest, grpc_pb.GetPaymentAccountsReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetPaymentAccountsReply.deserializeBinary); - this.methodDescriptorGetPaymentMethods = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.PaymentAccounts/GetPaymentMethods', grpcWeb.MethodType.UNARY, grpc_pb.GetPaymentMethodsRequest, grpc_pb.GetPaymentMethodsReply, (request) => { + this.methodDescriptorGetPaymentMethods = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.PaymentAccounts/GetPaymentMethods', grpcWeb.MethodType.UNARY, grpc_pb.GetPaymentMethodsRequest, grpc_pb.GetPaymentMethodsReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetPaymentMethodsReply.deserializeBinary); - this.methodDescriptorGetPaymentAccountForm = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.PaymentAccounts/GetPaymentAccountForm', grpcWeb.MethodType.UNARY, grpc_pb.GetPaymentAccountFormRequest, grpc_pb.GetPaymentAccountFormReply, (request) => { + this.methodDescriptorGetPaymentAccountForm = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.PaymentAccounts/GetPaymentAccountForm', grpcWeb.MethodType.UNARY, grpc_pb.GetPaymentAccountFormRequest, grpc_pb.GetPaymentAccountFormReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetPaymentAccountFormReply.deserializeBinary); - this.methodDescriptorGetPaymentAccountFormAsJson = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.PaymentAccounts/GetPaymentAccountFormAsJson', grpcWeb.MethodType.UNARY, grpc_pb.GetPaymentAccountFormAsJsonRequest, grpc_pb.GetPaymentAccountFormAsJsonReply, (request) => { + this.methodDescriptorGetPaymentAccountFormAsJson = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.PaymentAccounts/GetPaymentAccountFormAsJson', grpcWeb.MethodType.UNARY, grpc_pb.GetPaymentAccountFormAsJsonRequest, grpc_pb.GetPaymentAccountFormAsJsonReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetPaymentAccountFormAsJsonReply.deserializeBinary); - this.methodDescriptorCreateCryptoCurrencyPaymentAccount = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.PaymentAccounts/CreateCryptoCurrencyPaymentAccount', grpcWeb.MethodType.UNARY, grpc_pb.CreateCryptoCurrencyPaymentAccountRequest, grpc_pb.CreateCryptoCurrencyPaymentAccountReply, (request) => { + this.methodDescriptorCreateCryptoCurrencyPaymentAccount = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.PaymentAccounts/CreateCryptoCurrencyPaymentAccount', grpcWeb.MethodType.UNARY, grpc_pb.CreateCryptoCurrencyPaymentAccountRequest, grpc_pb.CreateCryptoCurrencyPaymentAccountReply, (request) => { return request.serializeBinary(); }, grpc_pb.CreateCryptoCurrencyPaymentAccountReply.deserializeBinary); - this.methodDescriptorGetCryptoCurrencyPaymentMethods = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.PaymentAccounts/GetCryptoCurrencyPaymentMethods', grpcWeb.MethodType.UNARY, grpc_pb.GetCryptoCurrencyPaymentMethodsRequest, grpc_pb.GetCryptoCurrencyPaymentMethodsReply, (request) => { + this.methodDescriptorGetCryptoCurrencyPaymentMethods = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.PaymentAccounts/GetCryptoCurrencyPaymentMethods', grpcWeb.MethodType.UNARY, grpc_pb.GetCryptoCurrencyPaymentMethodsRequest, grpc_pb.GetCryptoCurrencyPaymentMethodsReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetCryptoCurrencyPaymentMethodsReply.deserializeBinary); - this.methodDescriptorValidateFormField = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.PaymentAccounts/ValidateFormField', grpcWeb.MethodType.UNARY, grpc_pb.ValidateFormFieldRequest, grpc_pb.ValidateFormFieldReply, (request) => { + this.methodDescriptorValidateFormField = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.PaymentAccounts/ValidateFormField', grpcWeb.MethodType.UNARY, grpc_pb.ValidateFormFieldRequest, grpc_pb.ValidateFormFieldReply, (request) => { return request.serializeBinary(); }, grpc_pb.ValidateFormFieldReply.deserializeBinary); if (!options) @@ -653,78 +653,78 @@ class PaymentAccountsClient { createPaymentAccount(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/CreatePaymentAccount', request, metadata || {}, this.methodDescriptorCreatePaymentAccount, callback); + '/io.haveno.protobuffer.PaymentAccounts/CreatePaymentAccount', request, metadata || {}, this.methodDescriptorCreatePaymentAccount, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/CreatePaymentAccount', request, metadata || {}, this.methodDescriptorCreatePaymentAccount); + '/io.haveno.protobuffer.PaymentAccounts/CreatePaymentAccount', request, metadata || {}, this.methodDescriptorCreatePaymentAccount); } getPaymentAccounts(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/GetPaymentAccounts', request, metadata || {}, this.methodDescriptorGetPaymentAccounts, callback); + '/io.haveno.protobuffer.PaymentAccounts/GetPaymentAccounts', request, metadata || {}, this.methodDescriptorGetPaymentAccounts, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/GetPaymentAccounts', request, metadata || {}, this.methodDescriptorGetPaymentAccounts); + '/io.haveno.protobuffer.PaymentAccounts/GetPaymentAccounts', request, metadata || {}, this.methodDescriptorGetPaymentAccounts); } getPaymentMethods(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/GetPaymentMethods', request, metadata || {}, this.methodDescriptorGetPaymentMethods, callback); + '/io.haveno.protobuffer.PaymentAccounts/GetPaymentMethods', request, metadata || {}, this.methodDescriptorGetPaymentMethods, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/GetPaymentMethods', request, metadata || {}, this.methodDescriptorGetPaymentMethods); + '/io.haveno.protobuffer.PaymentAccounts/GetPaymentMethods', request, metadata || {}, this.methodDescriptorGetPaymentMethods); } getPaymentAccountForm(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/GetPaymentAccountForm', request, metadata || {}, this.methodDescriptorGetPaymentAccountForm, callback); + '/io.haveno.protobuffer.PaymentAccounts/GetPaymentAccountForm', request, metadata || {}, this.methodDescriptorGetPaymentAccountForm, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/GetPaymentAccountForm', request, metadata || {}, this.methodDescriptorGetPaymentAccountForm); + '/io.haveno.protobuffer.PaymentAccounts/GetPaymentAccountForm', request, metadata || {}, this.methodDescriptorGetPaymentAccountForm); } getPaymentAccountFormAsJson(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/GetPaymentAccountFormAsJson', request, metadata || {}, this.methodDescriptorGetPaymentAccountFormAsJson, callback); + '/io.haveno.protobuffer.PaymentAccounts/GetPaymentAccountFormAsJson', request, metadata || {}, this.methodDescriptorGetPaymentAccountFormAsJson, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/GetPaymentAccountFormAsJson', request, metadata || {}, this.methodDescriptorGetPaymentAccountFormAsJson); + '/io.haveno.protobuffer.PaymentAccounts/GetPaymentAccountFormAsJson', request, metadata || {}, this.methodDescriptorGetPaymentAccountFormAsJson); } createCryptoCurrencyPaymentAccount(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/CreateCryptoCurrencyPaymentAccount', request, metadata || {}, this.methodDescriptorCreateCryptoCurrencyPaymentAccount, callback); + '/io.haveno.protobuffer.PaymentAccounts/CreateCryptoCurrencyPaymentAccount', request, metadata || {}, this.methodDescriptorCreateCryptoCurrencyPaymentAccount, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/CreateCryptoCurrencyPaymentAccount', request, metadata || {}, this.methodDescriptorCreateCryptoCurrencyPaymentAccount); + '/io.haveno.protobuffer.PaymentAccounts/CreateCryptoCurrencyPaymentAccount', request, metadata || {}, this.methodDescriptorCreateCryptoCurrencyPaymentAccount); } getCryptoCurrencyPaymentMethods(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/GetCryptoCurrencyPaymentMethods', request, metadata || {}, this.methodDescriptorGetCryptoCurrencyPaymentMethods, callback); + '/io.haveno.protobuffer.PaymentAccounts/GetCryptoCurrencyPaymentMethods', request, metadata || {}, this.methodDescriptorGetCryptoCurrencyPaymentMethods, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/GetCryptoCurrencyPaymentMethods', request, metadata || {}, this.methodDescriptorGetCryptoCurrencyPaymentMethods); + '/io.haveno.protobuffer.PaymentAccounts/GetCryptoCurrencyPaymentMethods', request, metadata || {}, this.methodDescriptorGetCryptoCurrencyPaymentMethods); } validateFormField(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/ValidateFormField', request, metadata || {}, this.methodDescriptorValidateFormField, callback); + '/io.haveno.protobuffer.PaymentAccounts/ValidateFormField', request, metadata || {}, this.methodDescriptorValidateFormField, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.PaymentAccounts/ValidateFormField', request, metadata || {}, this.methodDescriptorValidateFormField); + '/io.haveno.protobuffer.PaymentAccounts/ValidateFormField', request, metadata || {}, this.methodDescriptorValidateFormField); } } exports.PaymentAccountsClient = PaymentAccountsClient; class PriceClient { constructor(hostname, credentials, options) { - this.methodDescriptorGetMarketPrice = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Price/GetMarketPrice', grpcWeb.MethodType.UNARY, grpc_pb.MarketPriceRequest, grpc_pb.MarketPriceReply, (request) => { + this.methodDescriptorGetMarketPrice = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Price/GetMarketPrice', grpcWeb.MethodType.UNARY, grpc_pb.MarketPriceRequest, grpc_pb.MarketPriceReply, (request) => { return request.serializeBinary(); }, grpc_pb.MarketPriceReply.deserializeBinary); - this.methodDescriptorGetMarketPrices = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Price/GetMarketPrices', grpcWeb.MethodType.UNARY, grpc_pb.MarketPricesRequest, grpc_pb.MarketPricesReply, (request) => { + this.methodDescriptorGetMarketPrices = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Price/GetMarketPrices', grpcWeb.MethodType.UNARY, grpc_pb.MarketPricesRequest, grpc_pb.MarketPricesReply, (request) => { return request.serializeBinary(); }, grpc_pb.MarketPricesReply.deserializeBinary); - this.methodDescriptorGetMarketDepth = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Price/GetMarketDepth', grpcWeb.MethodType.UNARY, grpc_pb.MarketDepthRequest, grpc_pb.MarketDepthReply, (request) => { + this.methodDescriptorGetMarketDepth = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Price/GetMarketDepth', grpcWeb.MethodType.UNARY, grpc_pb.MarketDepthRequest, grpc_pb.MarketDepthReply, (request) => { return request.serializeBinary(); }, grpc_pb.MarketDepthReply.deserializeBinary); if (!options) @@ -740,32 +740,32 @@ class PriceClient { getMarketPrice(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Price/GetMarketPrice', request, metadata || {}, this.methodDescriptorGetMarketPrice, callback); + '/io.haveno.protobuffer.Price/GetMarketPrice', request, metadata || {}, this.methodDescriptorGetMarketPrice, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Price/GetMarketPrice', request, metadata || {}, this.methodDescriptorGetMarketPrice); + '/io.haveno.protobuffer.Price/GetMarketPrice', request, metadata || {}, this.methodDescriptorGetMarketPrice); } getMarketPrices(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Price/GetMarketPrices', request, metadata || {}, this.methodDescriptorGetMarketPrices, callback); + '/io.haveno.protobuffer.Price/GetMarketPrices', request, metadata || {}, this.methodDescriptorGetMarketPrices, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Price/GetMarketPrices', request, metadata || {}, this.methodDescriptorGetMarketPrices); + '/io.haveno.protobuffer.Price/GetMarketPrices', request, metadata || {}, this.methodDescriptorGetMarketPrices); } getMarketDepth(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Price/GetMarketDepth', request, metadata || {}, this.methodDescriptorGetMarketDepth, callback); + '/io.haveno.protobuffer.Price/GetMarketDepth', request, metadata || {}, this.methodDescriptorGetMarketDepth, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Price/GetMarketDepth', request, metadata || {}, this.methodDescriptorGetMarketDepth); + '/io.haveno.protobuffer.Price/GetMarketDepth', request, metadata || {}, this.methodDescriptorGetMarketDepth); } } exports.PriceClient = PriceClient; class GetTradeStatisticsClient { constructor(hostname, credentials, options) { - this.methodDescriptorGetTradeStatistics = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.GetTradeStatistics/GetTradeStatistics', grpcWeb.MethodType.UNARY, grpc_pb.GetTradeStatisticsRequest, grpc_pb.GetTradeStatisticsReply, (request) => { + this.methodDescriptorGetTradeStatistics = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.GetTradeStatistics/GetTradeStatistics', grpcWeb.MethodType.UNARY, grpc_pb.GetTradeStatisticsRequest, grpc_pb.GetTradeStatisticsReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetTradeStatisticsReply.deserializeBinary); if (!options) @@ -781,16 +781,16 @@ class GetTradeStatisticsClient { getTradeStatistics(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.GetTradeStatistics/GetTradeStatistics', request, metadata || {}, this.methodDescriptorGetTradeStatistics, callback); + '/io.haveno.protobuffer.GetTradeStatistics/GetTradeStatistics', request, metadata || {}, this.methodDescriptorGetTradeStatistics, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.GetTradeStatistics/GetTradeStatistics', request, metadata || {}, this.methodDescriptorGetTradeStatistics); + '/io.haveno.protobuffer.GetTradeStatistics/GetTradeStatistics', request, metadata || {}, this.methodDescriptorGetTradeStatistics); } } exports.GetTradeStatisticsClient = GetTradeStatisticsClient; class ShutdownServerClient { constructor(hostname, credentials, options) { - this.methodDescriptorStop = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.ShutdownServer/Stop', grpcWeb.MethodType.UNARY, grpc_pb.StopRequest, grpc_pb.StopReply, (request) => { + this.methodDescriptorStop = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.ShutdownServer/Stop', grpcWeb.MethodType.UNARY, grpc_pb.StopRequest, grpc_pb.StopReply, (request) => { return request.serializeBinary(); }, grpc_pb.StopReply.deserializeBinary); if (!options) @@ -806,40 +806,40 @@ class ShutdownServerClient { stop(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.ShutdownServer/Stop', request, metadata || {}, this.methodDescriptorStop, callback); + '/io.haveno.protobuffer.ShutdownServer/Stop', request, metadata || {}, this.methodDescriptorStop, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.ShutdownServer/Stop', request, metadata || {}, this.methodDescriptorStop); + '/io.haveno.protobuffer.ShutdownServer/Stop', request, metadata || {}, this.methodDescriptorStop); } } exports.ShutdownServerClient = ShutdownServerClient; class TradesClient { constructor(hostname, credentials, options) { - this.methodDescriptorGetTrade = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Trades/GetTrade', grpcWeb.MethodType.UNARY, grpc_pb.GetTradeRequest, grpc_pb.GetTradeReply, (request) => { + this.methodDescriptorGetTrade = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Trades/GetTrade', grpcWeb.MethodType.UNARY, grpc_pb.GetTradeRequest, grpc_pb.GetTradeReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetTradeReply.deserializeBinary); - this.methodDescriptorGetTrades = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Trades/GetTrades', grpcWeb.MethodType.UNARY, grpc_pb.GetTradesRequest, grpc_pb.GetTradesReply, (request) => { + this.methodDescriptorGetTrades = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Trades/GetTrades', grpcWeb.MethodType.UNARY, grpc_pb.GetTradesRequest, grpc_pb.GetTradesReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetTradesReply.deserializeBinary); - this.methodDescriptorTakeOffer = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Trades/TakeOffer', grpcWeb.MethodType.UNARY, grpc_pb.TakeOfferRequest, grpc_pb.TakeOfferReply, (request) => { + this.methodDescriptorTakeOffer = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Trades/TakeOffer', grpcWeb.MethodType.UNARY, grpc_pb.TakeOfferRequest, grpc_pb.TakeOfferReply, (request) => { return request.serializeBinary(); }, grpc_pb.TakeOfferReply.deserializeBinary); - this.methodDescriptorConfirmPaymentSent = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Trades/ConfirmPaymentSent', grpcWeb.MethodType.UNARY, grpc_pb.ConfirmPaymentSentRequest, grpc_pb.ConfirmPaymentSentReply, (request) => { + this.methodDescriptorConfirmPaymentSent = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Trades/ConfirmPaymentSent', grpcWeb.MethodType.UNARY, grpc_pb.ConfirmPaymentSentRequest, grpc_pb.ConfirmPaymentSentReply, (request) => { return request.serializeBinary(); }, grpc_pb.ConfirmPaymentSentReply.deserializeBinary); - this.methodDescriptorConfirmPaymentReceived = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Trades/ConfirmPaymentReceived', grpcWeb.MethodType.UNARY, grpc_pb.ConfirmPaymentReceivedRequest, grpc_pb.ConfirmPaymentReceivedReply, (request) => { + this.methodDescriptorConfirmPaymentReceived = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Trades/ConfirmPaymentReceived', grpcWeb.MethodType.UNARY, grpc_pb.ConfirmPaymentReceivedRequest, grpc_pb.ConfirmPaymentReceivedReply, (request) => { return request.serializeBinary(); }, grpc_pb.ConfirmPaymentReceivedReply.deserializeBinary); - this.methodDescriptorCompleteTrade = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Trades/CompleteTrade', grpcWeb.MethodType.UNARY, grpc_pb.CompleteTradeRequest, grpc_pb.CompleteTradeReply, (request) => { + this.methodDescriptorCompleteTrade = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Trades/CompleteTrade', grpcWeb.MethodType.UNARY, grpc_pb.CompleteTradeRequest, grpc_pb.CompleteTradeReply, (request) => { return request.serializeBinary(); }, grpc_pb.CompleteTradeReply.deserializeBinary); - this.methodDescriptorWithdrawFunds = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Trades/WithdrawFunds', grpcWeb.MethodType.UNARY, grpc_pb.WithdrawFundsRequest, grpc_pb.WithdrawFundsReply, (request) => { + this.methodDescriptorWithdrawFunds = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Trades/WithdrawFunds', grpcWeb.MethodType.UNARY, grpc_pb.WithdrawFundsRequest, grpc_pb.WithdrawFundsReply, (request) => { return request.serializeBinary(); }, grpc_pb.WithdrawFundsReply.deserializeBinary); - this.methodDescriptorGetChatMessages = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Trades/GetChatMessages', grpcWeb.MethodType.UNARY, grpc_pb.GetChatMessagesRequest, grpc_pb.GetChatMessagesReply, (request) => { + this.methodDescriptorGetChatMessages = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Trades/GetChatMessages', grpcWeb.MethodType.UNARY, grpc_pb.GetChatMessagesRequest, grpc_pb.GetChatMessagesReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetChatMessagesReply.deserializeBinary); - this.methodDescriptorSendChatMessage = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Trades/SendChatMessage', grpcWeb.MethodType.UNARY, grpc_pb.SendChatMessageRequest, grpc_pb.SendChatMessageReply, (request) => { + this.methodDescriptorSendChatMessage = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Trades/SendChatMessage', grpcWeb.MethodType.UNARY, grpc_pb.SendChatMessageRequest, grpc_pb.SendChatMessageReply, (request) => { return request.serializeBinary(); }, grpc_pb.SendChatMessageReply.deserializeBinary); if (!options) @@ -855,116 +855,116 @@ class TradesClient { getTrade(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/GetTrade', request, metadata || {}, this.methodDescriptorGetTrade, callback); + '/io.haveno.protobuffer.Trades/GetTrade', request, metadata || {}, this.methodDescriptorGetTrade, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/GetTrade', request, metadata || {}, this.methodDescriptorGetTrade); + '/io.haveno.protobuffer.Trades/GetTrade', request, metadata || {}, this.methodDescriptorGetTrade); } getTrades(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/GetTrades', request, metadata || {}, this.methodDescriptorGetTrades, callback); + '/io.haveno.protobuffer.Trades/GetTrades', request, metadata || {}, this.methodDescriptorGetTrades, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/GetTrades', request, metadata || {}, this.methodDescriptorGetTrades); + '/io.haveno.protobuffer.Trades/GetTrades', request, metadata || {}, this.methodDescriptorGetTrades); } takeOffer(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/TakeOffer', request, metadata || {}, this.methodDescriptorTakeOffer, callback); + '/io.haveno.protobuffer.Trades/TakeOffer', request, metadata || {}, this.methodDescriptorTakeOffer, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/TakeOffer', request, metadata || {}, this.methodDescriptorTakeOffer); + '/io.haveno.protobuffer.Trades/TakeOffer', request, metadata || {}, this.methodDescriptorTakeOffer); } confirmPaymentSent(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/ConfirmPaymentSent', request, metadata || {}, this.methodDescriptorConfirmPaymentSent, callback); + '/io.haveno.protobuffer.Trades/ConfirmPaymentSent', request, metadata || {}, this.methodDescriptorConfirmPaymentSent, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/ConfirmPaymentSent', request, metadata || {}, this.methodDescriptorConfirmPaymentSent); + '/io.haveno.protobuffer.Trades/ConfirmPaymentSent', request, metadata || {}, this.methodDescriptorConfirmPaymentSent); } confirmPaymentReceived(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/ConfirmPaymentReceived', request, metadata || {}, this.methodDescriptorConfirmPaymentReceived, callback); + '/io.haveno.protobuffer.Trades/ConfirmPaymentReceived', request, metadata || {}, this.methodDescriptorConfirmPaymentReceived, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/ConfirmPaymentReceived', request, metadata || {}, this.methodDescriptorConfirmPaymentReceived); + '/io.haveno.protobuffer.Trades/ConfirmPaymentReceived', request, metadata || {}, this.methodDescriptorConfirmPaymentReceived); } completeTrade(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/CompleteTrade', request, metadata || {}, this.methodDescriptorCompleteTrade, callback); + '/io.haveno.protobuffer.Trades/CompleteTrade', request, metadata || {}, this.methodDescriptorCompleteTrade, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/CompleteTrade', request, metadata || {}, this.methodDescriptorCompleteTrade); + '/io.haveno.protobuffer.Trades/CompleteTrade', request, metadata || {}, this.methodDescriptorCompleteTrade); } withdrawFunds(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/WithdrawFunds', request, metadata || {}, this.methodDescriptorWithdrawFunds, callback); + '/io.haveno.protobuffer.Trades/WithdrawFunds', request, metadata || {}, this.methodDescriptorWithdrawFunds, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/WithdrawFunds', request, metadata || {}, this.methodDescriptorWithdrawFunds); + '/io.haveno.protobuffer.Trades/WithdrawFunds', request, metadata || {}, this.methodDescriptorWithdrawFunds); } getChatMessages(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/GetChatMessages', request, metadata || {}, this.methodDescriptorGetChatMessages, callback); + '/io.haveno.protobuffer.Trades/GetChatMessages', request, metadata || {}, this.methodDescriptorGetChatMessages, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/GetChatMessages', request, metadata || {}, this.methodDescriptorGetChatMessages); + '/io.haveno.protobuffer.Trades/GetChatMessages', request, metadata || {}, this.methodDescriptorGetChatMessages); } sendChatMessage(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/SendChatMessage', request, metadata || {}, this.methodDescriptorSendChatMessage, callback); + '/io.haveno.protobuffer.Trades/SendChatMessage', request, metadata || {}, this.methodDescriptorSendChatMessage, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Trades/SendChatMessage', request, metadata || {}, this.methodDescriptorSendChatMessage); + '/io.haveno.protobuffer.Trades/SendChatMessage', request, metadata || {}, this.methodDescriptorSendChatMessage); } } exports.TradesClient = TradesClient; class WalletsClient { constructor(hostname, credentials, options) { - this.methodDescriptorGetBalances = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Wallets/GetBalances', grpcWeb.MethodType.UNARY, grpc_pb.GetBalancesRequest, grpc_pb.GetBalancesReply, (request) => { + this.methodDescriptorGetBalances = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Wallets/GetBalances', grpcWeb.MethodType.UNARY, grpc_pb.GetBalancesRequest, grpc_pb.GetBalancesReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetBalancesReply.deserializeBinary); - this.methodDescriptorGetXmrSeed = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Wallets/GetXmrSeed', grpcWeb.MethodType.UNARY, grpc_pb.GetXmrSeedRequest, grpc_pb.GetXmrSeedReply, (request) => { + this.methodDescriptorGetXmrSeed = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Wallets/GetXmrSeed', grpcWeb.MethodType.UNARY, grpc_pb.GetXmrSeedRequest, grpc_pb.GetXmrSeedReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetXmrSeedReply.deserializeBinary); - this.methodDescriptorGetXmrPrimaryAddress = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Wallets/GetXmrPrimaryAddress', grpcWeb.MethodType.UNARY, grpc_pb.GetXmrPrimaryAddressRequest, grpc_pb.GetXmrPrimaryAddressReply, (request) => { + this.methodDescriptorGetXmrPrimaryAddress = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Wallets/GetXmrPrimaryAddress', grpcWeb.MethodType.UNARY, grpc_pb.GetXmrPrimaryAddressRequest, grpc_pb.GetXmrPrimaryAddressReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetXmrPrimaryAddressReply.deserializeBinary); - this.methodDescriptorGetXmrNewSubaddress = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Wallets/GetXmrNewSubaddress', grpcWeb.MethodType.UNARY, grpc_pb.GetXmrNewSubaddressRequest, grpc_pb.GetXmrNewSubaddressReply, (request) => { + this.methodDescriptorGetXmrNewSubaddress = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Wallets/GetXmrNewSubaddress', grpcWeb.MethodType.UNARY, grpc_pb.GetXmrNewSubaddressRequest, grpc_pb.GetXmrNewSubaddressReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetXmrNewSubaddressReply.deserializeBinary); - this.methodDescriptorGetXmrTxs = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Wallets/GetXmrTxs', grpcWeb.MethodType.UNARY, grpc_pb.GetXmrTxsRequest, grpc_pb.GetXmrTxsReply, (request) => { + this.methodDescriptorGetXmrTxs = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Wallets/GetXmrTxs', grpcWeb.MethodType.UNARY, grpc_pb.GetXmrTxsRequest, grpc_pb.GetXmrTxsReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetXmrTxsReply.deserializeBinary); - this.methodDescriptorCreateXmrTx = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Wallets/CreateXmrTx', grpcWeb.MethodType.UNARY, grpc_pb.CreateXmrTxRequest, grpc_pb.CreateXmrTxReply, (request) => { + this.methodDescriptorCreateXmrTx = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Wallets/CreateXmrTx', grpcWeb.MethodType.UNARY, grpc_pb.CreateXmrTxRequest, grpc_pb.CreateXmrTxReply, (request) => { return request.serializeBinary(); }, grpc_pb.CreateXmrTxReply.deserializeBinary); - this.methodDescriptorrelayXmrTx = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Wallets/relayXmrTx', grpcWeb.MethodType.UNARY, grpc_pb.RelayXmrTxRequest, grpc_pb.RelayXmrTxReply, (request) => { + this.methodDescriptorrelayXmrTx = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Wallets/relayXmrTx', grpcWeb.MethodType.UNARY, grpc_pb.RelayXmrTxRequest, grpc_pb.RelayXmrTxReply, (request) => { return request.serializeBinary(); }, grpc_pb.RelayXmrTxReply.deserializeBinary); - this.methodDescriptorGetAddressBalance = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Wallets/GetAddressBalance', grpcWeb.MethodType.UNARY, grpc_pb.GetAddressBalanceRequest, grpc_pb.GetAddressBalanceReply, (request) => { + this.methodDescriptorGetAddressBalance = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Wallets/GetAddressBalance', grpcWeb.MethodType.UNARY, grpc_pb.GetAddressBalanceRequest, grpc_pb.GetAddressBalanceReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetAddressBalanceReply.deserializeBinary); - this.methodDescriptorGetFundingAddresses = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Wallets/GetFundingAddresses', grpcWeb.MethodType.UNARY, grpc_pb.GetFundingAddressesRequest, grpc_pb.GetFundingAddressesReply, (request) => { + this.methodDescriptorGetFundingAddresses = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Wallets/GetFundingAddresses', grpcWeb.MethodType.UNARY, grpc_pb.GetFundingAddressesRequest, grpc_pb.GetFundingAddressesReply, (request) => { return request.serializeBinary(); }, grpc_pb.GetFundingAddressesReply.deserializeBinary); - this.methodDescriptorSetWalletPassword = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Wallets/SetWalletPassword', grpcWeb.MethodType.UNARY, grpc_pb.SetWalletPasswordRequest, grpc_pb.SetWalletPasswordReply, (request) => { + this.methodDescriptorSetWalletPassword = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Wallets/SetWalletPassword', grpcWeb.MethodType.UNARY, grpc_pb.SetWalletPasswordRequest, grpc_pb.SetWalletPasswordReply, (request) => { return request.serializeBinary(); }, grpc_pb.SetWalletPasswordReply.deserializeBinary); - this.methodDescriptorRemoveWalletPassword = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Wallets/RemoveWalletPassword', grpcWeb.MethodType.UNARY, grpc_pb.RemoveWalletPasswordRequest, grpc_pb.RemoveWalletPasswordReply, (request) => { + this.methodDescriptorRemoveWalletPassword = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Wallets/RemoveWalletPassword', grpcWeb.MethodType.UNARY, grpc_pb.RemoveWalletPasswordRequest, grpc_pb.RemoveWalletPasswordReply, (request) => { return request.serializeBinary(); }, grpc_pb.RemoveWalletPasswordReply.deserializeBinary); - this.methodDescriptorLockWallet = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Wallets/LockWallet', grpcWeb.MethodType.UNARY, grpc_pb.LockWalletRequest, grpc_pb.LockWalletReply, (request) => { + this.methodDescriptorLockWallet = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Wallets/LockWallet', grpcWeb.MethodType.UNARY, grpc_pb.LockWalletRequest, grpc_pb.LockWalletReply, (request) => { return request.serializeBinary(); }, grpc_pb.LockWalletReply.deserializeBinary); - this.methodDescriptorUnlockWallet = new grpcWeb.MethodDescriptor('/io.bisq.protobuffer.Wallets/UnlockWallet', grpcWeb.MethodType.UNARY, grpc_pb.UnlockWalletRequest, grpc_pb.UnlockWalletReply, (request) => { + this.methodDescriptorUnlockWallet = new grpcWeb.MethodDescriptor('/io.haveno.protobuffer.Wallets/UnlockWallet', grpcWeb.MethodType.UNARY, grpc_pb.UnlockWalletRequest, grpc_pb.UnlockWalletReply, (request) => { return request.serializeBinary(); }, grpc_pb.UnlockWalletReply.deserializeBinary); if (!options) @@ -980,106 +980,106 @@ class WalletsClient { getBalances(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/GetBalances', request, metadata || {}, this.methodDescriptorGetBalances, callback); + '/io.haveno.protobuffer.Wallets/GetBalances', request, metadata || {}, this.methodDescriptorGetBalances, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/GetBalances', request, metadata || {}, this.methodDescriptorGetBalances); + '/io.haveno.protobuffer.Wallets/GetBalances', request, metadata || {}, this.methodDescriptorGetBalances); } getXmrSeed(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/GetXmrSeed', request, metadata || {}, this.methodDescriptorGetXmrSeed, callback); + '/io.haveno.protobuffer.Wallets/GetXmrSeed', request, metadata || {}, this.methodDescriptorGetXmrSeed, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/GetXmrSeed', request, metadata || {}, this.methodDescriptorGetXmrSeed); + '/io.haveno.protobuffer.Wallets/GetXmrSeed', request, metadata || {}, this.methodDescriptorGetXmrSeed); } getXmrPrimaryAddress(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/GetXmrPrimaryAddress', request, metadata || {}, this.methodDescriptorGetXmrPrimaryAddress, callback); + '/io.haveno.protobuffer.Wallets/GetXmrPrimaryAddress', request, metadata || {}, this.methodDescriptorGetXmrPrimaryAddress, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/GetXmrPrimaryAddress', request, metadata || {}, this.methodDescriptorGetXmrPrimaryAddress); + '/io.haveno.protobuffer.Wallets/GetXmrPrimaryAddress', request, metadata || {}, this.methodDescriptorGetXmrPrimaryAddress); } getXmrNewSubaddress(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/GetXmrNewSubaddress', request, metadata || {}, this.methodDescriptorGetXmrNewSubaddress, callback); + '/io.haveno.protobuffer.Wallets/GetXmrNewSubaddress', request, metadata || {}, this.methodDescriptorGetXmrNewSubaddress, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/GetXmrNewSubaddress', request, metadata || {}, this.methodDescriptorGetXmrNewSubaddress); + '/io.haveno.protobuffer.Wallets/GetXmrNewSubaddress', request, metadata || {}, this.methodDescriptorGetXmrNewSubaddress); } getXmrTxs(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/GetXmrTxs', request, metadata || {}, this.methodDescriptorGetXmrTxs, callback); + '/io.haveno.protobuffer.Wallets/GetXmrTxs', request, metadata || {}, this.methodDescriptorGetXmrTxs, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/GetXmrTxs', request, metadata || {}, this.methodDescriptorGetXmrTxs); + '/io.haveno.protobuffer.Wallets/GetXmrTxs', request, metadata || {}, this.methodDescriptorGetXmrTxs); } createXmrTx(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/CreateXmrTx', request, metadata || {}, this.methodDescriptorCreateXmrTx, callback); + '/io.haveno.protobuffer.Wallets/CreateXmrTx', request, metadata || {}, this.methodDescriptorCreateXmrTx, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/CreateXmrTx', request, metadata || {}, this.methodDescriptorCreateXmrTx); + '/io.haveno.protobuffer.Wallets/CreateXmrTx', request, metadata || {}, this.methodDescriptorCreateXmrTx); } relayXmrTx(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/relayXmrTx', request, metadata || {}, this.methodDescriptorrelayXmrTx, callback); + '/io.haveno.protobuffer.Wallets/relayXmrTx', request, metadata || {}, this.methodDescriptorrelayXmrTx, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/relayXmrTx', request, metadata || {}, this.methodDescriptorrelayXmrTx); + '/io.haveno.protobuffer.Wallets/relayXmrTx', request, metadata || {}, this.methodDescriptorrelayXmrTx); } getAddressBalance(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/GetAddressBalance', request, metadata || {}, this.methodDescriptorGetAddressBalance, callback); + '/io.haveno.protobuffer.Wallets/GetAddressBalance', request, metadata || {}, this.methodDescriptorGetAddressBalance, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/GetAddressBalance', request, metadata || {}, this.methodDescriptorGetAddressBalance); + '/io.haveno.protobuffer.Wallets/GetAddressBalance', request, metadata || {}, this.methodDescriptorGetAddressBalance); } getFundingAddresses(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/GetFundingAddresses', request, metadata || {}, this.methodDescriptorGetFundingAddresses, callback); + '/io.haveno.protobuffer.Wallets/GetFundingAddresses', request, metadata || {}, this.methodDescriptorGetFundingAddresses, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/GetFundingAddresses', request, metadata || {}, this.methodDescriptorGetFundingAddresses); + '/io.haveno.protobuffer.Wallets/GetFundingAddresses', request, metadata || {}, this.methodDescriptorGetFundingAddresses); } setWalletPassword(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/SetWalletPassword', request, metadata || {}, this.methodDescriptorSetWalletPassword, callback); + '/io.haveno.protobuffer.Wallets/SetWalletPassword', request, metadata || {}, this.methodDescriptorSetWalletPassword, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/SetWalletPassword', request, metadata || {}, this.methodDescriptorSetWalletPassword); + '/io.haveno.protobuffer.Wallets/SetWalletPassword', request, metadata || {}, this.methodDescriptorSetWalletPassword); } removeWalletPassword(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/RemoveWalletPassword', request, metadata || {}, this.methodDescriptorRemoveWalletPassword, callback); + '/io.haveno.protobuffer.Wallets/RemoveWalletPassword', request, metadata || {}, this.methodDescriptorRemoveWalletPassword, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/RemoveWalletPassword', request, metadata || {}, this.methodDescriptorRemoveWalletPassword); + '/io.haveno.protobuffer.Wallets/RemoveWalletPassword', request, metadata || {}, this.methodDescriptorRemoveWalletPassword); } lockWallet(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/LockWallet', request, metadata || {}, this.methodDescriptorLockWallet, callback); + '/io.haveno.protobuffer.Wallets/LockWallet', request, metadata || {}, this.methodDescriptorLockWallet, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/LockWallet', request, metadata || {}, this.methodDescriptorLockWallet); + '/io.haveno.protobuffer.Wallets/LockWallet', request, metadata || {}, this.methodDescriptorLockWallet); } unlockWallet(request, metadata, callback) { if (callback !== undefined) { return this.client_.rpcCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/UnlockWallet', request, metadata || {}, this.methodDescriptorUnlockWallet, callback); + '/io.haveno.protobuffer.Wallets/UnlockWallet', request, metadata || {}, this.methodDescriptorUnlockWallet, callback); } return this.client_.unaryCall(this.hostname_ + - '/io.bisq.protobuffer.Wallets/UnlockWallet', request, metadata || {}, this.methodDescriptorUnlockWallet); + '/io.haveno.protobuffer.Wallets/UnlockWallet', request, metadata || {}, this.methodDescriptorUnlockWallet); } } exports.WalletsClient = WalletsClient; diff --git a/dist/protobuf/GrpcServiceClientPb.js.map b/dist/protobuf/GrpcServiceClientPb.js.map index da1c3f74..8c32c0e0 100644 --- a/dist/protobuf/GrpcServiceClientPb.js.map +++ b/dist/protobuf/GrpcServiceClientPb.js.map @@ -1 +1 @@ -{"version":3,"file":"GrpcServiceClientPb.js","sourceRoot":"","sources":["../../src/protobuf/GrpcServiceClientPb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,iCAAiC;AAGjC,oBAAoB;AACpB,cAAc;AAGd,kDAAoC;AAEpC,mDAAqC;AAGrC,MAAa,UAAU;IAMrB,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,yCAAyC,EACzC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAnBA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;CAEF;AA9DD,gCA8DC;AAED,MAAa,gBAAgB;IAM3B,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,+BAA0B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACvD,4CAA4C,EAC5C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,iBAAiB,EACzB,OAAO,CAAC,eAAe,EACvB,CAAC,OAAkC,EAAE,EAAE;YACrC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,eAAe,CAAC,iBAAiB,CAC1C,CAAC;QAnBA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,UAAU,CACR,OAAkC,EAClC,QAAiC,EACjC,QACqD;QACrD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,EAC/B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,CAAC,CAAC;IACnC,CAAC;CAEF;AA9DD,4CA8DC;AAED,MAAa,aAAa;IAMxB,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,4CAA4C,EAC5C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,4CAA4C,EAC5C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,4CAA4C,EAC5C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,gCAA2B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxD,0CAA0C,EAC1C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAkCF,qCAAgC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC7D,+CAA+C,EAC/C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,uBAAuB,EAC/B,OAAO,CAAC,qBAAqB,EAC7B,CAAC,OAAwC,EAAE,EAAE;YAC3C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,qBAAqB,CAAC,iBAAiB,CAChD,CAAC;QAkCF,mCAA8B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC3D,6CAA6C,EAC7C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,qBAAqB,EAC7B,OAAO,CAAC,mBAAmB,EAC3B,CAAC,OAAsC,EAAE,EAAE;YACzC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,mBAAmB,CAAC,iBAAiB,CAC9C,CAAC;QAkCF,iCAA4B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACzD,2CAA2C,EAC3C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,mBAAmB,EAC3B,OAAO,CAAC,iBAAiB,EACzB,CAAC,OAAoC,EAAE,EAAE;YACvC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,iBAAiB,CAAC,iBAAiB,CAC5C,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,4CAA4C,EAC5C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,4CAA4C,EAC5C,OAAO,CAAC,UAAU,CAAC,gBAAgB,EACnC,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAaF,mCAA8B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC3D,6CAA6C,EAC7C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,qBAAqB,EAC7B,OAAO,CAAC,mBAAmB,EAC3B,CAAC,OAAsC,EAAE,EAAE;YACzC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,mBAAmB,CAAC,iBAAiB,CAC9C,CAAC;QAjYA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,WAAW,CACT,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,0CAA0C,EAC5C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,EAChC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,0CAA0C,EAC5C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,CAAC,CAAC;IACpC,CAAC;IAuBD,gBAAgB,CACd,OAAwC,EACxC,QAAiC,EACjC,QAC2D;QAC3D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,+CAA+C,EACjD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,EACrC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,+CAA+C,EACjD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,CAAC,CAAC;IACzC,CAAC;IAuBD,cAAc,CACZ,OAAsC,EACtC,QAAiC,EACjC,QACyD;QACzD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,EACnC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,CAAC,CAAC;IACvC,CAAC;IAuBD,YAAY,CACV,OAAoC,EACpC,QAAiC,EACjC,QACuD;QACvD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,4BAA4B,EACjC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,4BAA4B,CAAC,CAAC;IACrC,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAaD,aAAa,CACX,OAAqC,EACrC,QAA2B;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,eAAe,CACjC,IAAI,CAAC,SAAS;YACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACxC,CAAC;IAuBD,cAAc,CACZ,OAAsC,EACtC,QAAiC,EACjC,QACyD;QACzD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,EACnC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,CAAC,CAAC;IACvC,CAAC;CAEF;AA5aD,sCA4aC;AAED,MAAa,cAAc;IAMzB,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,+BAA0B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACvD,0CAA0C,EAC1C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,iBAAiB,EACzB,OAAO,CAAC,eAAe,EACvB,CAAC,OAAkC,EAAE,EAAE;YACrC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,eAAe,CAAC,iBAAiB,CAC1C,CAAC;QAkCF,gCAA2B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxD,2CAA2C,EAC3C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAkCF,gCAA2B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxD,2CAA2C,EAC3C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAkCF,mCAA8B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC3D,8CAA8C,EAC9C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,qBAAqB,EAC7B,OAAO,CAAC,mBAAmB,EAC3B,CAAC,OAAsC,EAAE,EAAE;YACzC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,mBAAmB,CAAC,iBAAiB,CAC9C,CAAC;QAkCF,2CAAsC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACnE,sDAAsD,EACtD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,6BAA6B,EACrC,OAAO,CAAC,2BAA2B,EACnC,CAAC,OAA8C,EAAE,EAAE;YACjD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,2BAA2B,CAAC,iBAAiB,CACtD,CAAC;QA/LA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,UAAU,CACR,OAAkC,EAClC,QAAiC,EACjC,QACqD;QACrD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,0CAA0C,EAC5C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,EAC/B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,0CAA0C,EAC5C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,CAAC,CAAC;IACnC,CAAC;IAuBD,WAAW,CACT,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,EAChC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,CAAC,CAAC;IACpC,CAAC;IAuBD,WAAW,CACT,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,EAChC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,CAAC,CAAC;IACpC,CAAC;IAuBD,cAAc,CACZ,OAAsC,EACtC,QAAiC,EACjC,QACyD;QACzD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,8CAA8C,EAChD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,EACnC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,8CAA8C,EAChD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,CAAC,CAAC;IACvC,CAAC;IAuBD,sBAAsB,CACpB,OAA8C,EAC9C,QAAiC,EACjC,QACiE;QACjE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,sDAAsD,EACxD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,sCAAsC,EAC3C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,sDAAsD,EACxD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,sCAAsC,CAAC,CAAC;IAC/C,CAAC;CAEF;AA1OD,wCA0OC;AAED,MAAa,mBAAmB;IAM9B,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,yCAAoC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACjE,yDAAyD,EACzD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,2BAA2B,EACnC,OAAO,CAAC,yBAAyB,EACjC,CAAC,OAA4C,EAAE,EAAE;YAC/C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,yBAAyB,CAAC,iBAAiB,CACpD,CAAC;QAkCF,2CAAsC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACnE,2DAA2D,EAC3D,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,6BAA6B,EACrC,OAAO,CAAC,2BAA2B,EACnC,CAAC,OAA8C,EAAE,EAAE;YACjD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,2BAA2B,CAAC,iBAAiB,CACtD,CAAC;QA9DA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,oBAAoB,CAClB,OAA4C,EAC5C,QAAiC,EACjC,QAC+D;QAC/D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yDAAyD,EAC3D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,EACzC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yDAAyD,EAC3D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,CAAC,CAAC;IAC7C,CAAC;IAuBD,sBAAsB,CACpB,OAA8C,EAC9C,QAAiC,EACjC,QACiE;QACjE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2DAA2D,EAC7D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,sCAAsC,EAC3C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2DAA2D,EAC7D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,sCAAsC,CAAC,CAAC;IAC/C,CAAC;CAEF;AAzGD,kDAyGC;AAED,MAAa,mBAAmB;IAM9B,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,iDAA4C,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACzE,iEAAiE,EACjE,OAAO,CAAC,UAAU,CAAC,gBAAgB,EACnC,OAAO,CAAC,mCAAmC,EAC3C,OAAO,CAAC,mBAAmB,EAC3B,CAAC,OAAoD,EAAE,EAAE;YACvD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,mBAAmB,CAAC,iBAAiB,CAC9C,CAAC;QAaF,qCAAgC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC7D,qDAAqD,EACrD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,uBAAuB,EAC/B,OAAO,CAAC,qBAAqB,EAC7B,CAAC,OAAwC,EAAE,EAAE;YAC3C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,qBAAqB,CAAC,iBAAiB,CAChD,CAAC;QAzCA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAaD,4BAA4B,CAC1B,OAAoD,EACpD,QAA2B;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,eAAe,CACjC,IAAI,CAAC,SAAS;YACZ,iEAAiE,EACnE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,4CAA4C,CAAC,CAAC;IACvD,CAAC;IAuBD,gBAAgB,CACd,OAAwC,EACxC,QAAiC,EACjC,QAC2D;QAC3D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,qDAAqD,EACvD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,EACrC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,qDAAqD,EACvD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,CAAC,CAAC;IACzC,CAAC;CAEF;AApFD,kDAoFC;AAED,MAAa,uBAAuB;IAMlC,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,sDAAsD,EACtD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,qCAAgC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC7D,yDAAyD,EACzD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,uBAAuB,EAC/B,OAAO,CAAC,qBAAqB,EAC7B,CAAC,OAAwC,EAAE,EAAE;YAC3C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,qBAAqB,CAAC,iBAAiB,CAChD,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,sDAAsD,EACtD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,mCAA8B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC3D,uDAAuD,EACvD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,qBAAqB,EAC7B,OAAO,CAAC,mBAAmB,EAC3B,CAAC,OAAsC,EAAE,EAAE;YACzC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,mBAAmB,CAAC,iBAAiB,CAC9C,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,sDAAsD,EACtD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,oCAA+B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC5D,wDAAwD,EACxD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,sBAAsB,EAC9B,OAAO,CAAC,oBAAoB,EAC5B,CAAC,OAAuC,EAAE,EAAE;YAC1C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,oBAAoB,CAAC,iBAAiB,CAC/C,CAAC;QAkCF,qCAAgC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC7D,yDAAyD,EACzD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,uBAAuB,EAC/B,OAAO,CAAC,qBAAqB,EAC7B,CAAC,OAAwC,EAAE,EAAE;YAC3C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,qBAAqB,CAAC,iBAAiB,CAChD,CAAC;QAkCF,6CAAwC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACrE,iEAAiE,EACjE,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,+BAA+B,EACvC,OAAO,CAAC,6BAA6B,EACrC,CAAC,OAAgD,EAAE,EAAE;YACnD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,6BAA6B,CAAC,iBAAiB,CACxD,CAAC;QAkCF,4CAAuC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACpE,gEAAgE,EAChE,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,8BAA8B,EACtC,OAAO,CAAC,4BAA4B,EACpC,CAAC,OAA+C,EAAE,EAAE;YAClD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,4BAA4B,CAAC,iBAAiB,CACvD,CAAC;QAkCF,+CAA0C,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACvE,mEAAmE,EACnE,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,iCAAiC,EACzC,OAAO,CAAC,+BAA+B,EACvC,CAAC,OAAkD,EAAE,EAAE;YACrD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,+BAA+B,CAAC,iBAAiB,CAC1D,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,sDAAsD,EACtD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAjcA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,sDAAsD,EACxD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,sDAAsD,EACxD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,gBAAgB,CACd,OAAwC,EACxC,QAAiC,EACjC,QAC2D;QAC3D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yDAAyD,EAC3D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,EACrC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yDAAyD,EAC3D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,CAAC,CAAC;IACzC,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,sDAAsD,EACxD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,sDAAsD,EACxD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,cAAc,CACZ,OAAsC,EACtC,QAAiC,EACjC,QACyD;QACzD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,uDAAuD,EACzD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,EACnC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,uDAAuD,EACzD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,CAAC,CAAC;IACvC,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,sDAAsD,EACxD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,sDAAsD,EACxD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,eAAe,CACb,OAAuC,EACvC,QAAiC,EACjC,QAC0D;QAC1D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,EACpC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,CAAC,CAAC;IACxC,CAAC;IAuBD,gBAAgB,CACd,OAAwC,EACxC,QAAiC,EACjC,QAC2D;QAC3D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yDAAyD,EAC3D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,EACrC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yDAAyD,EAC3D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,CAAC,CAAC;IACzC,CAAC;IAuBD,wBAAwB,CACtB,OAAgD,EAChD,QAAiC,EACjC,QACmE;QACnE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,iEAAiE,EACnE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,wCAAwC,EAC7C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,iEAAiE,EACnE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,wCAAwC,CAAC,CAAC;IACjD,CAAC;IAuBD,uBAAuB,CACrB,OAA+C,EAC/C,QAAiC,EACjC,QACkE;QAClE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,gEAAgE,EAClE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,uCAAuC,EAC5C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,gEAAgE,EAClE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,uCAAuC,CAAC,CAAC;IAChD,CAAC;IAuBD,0BAA0B,CACxB,OAAkD,EAClD,QAAiC,EACjC,QACqE;QACrE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,mEAAmE,EACrE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0CAA0C,EAC/C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,mEAAmE,EACrE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0CAA0C,CAAC,CAAC;IACnD,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,sDAAsD,EACxD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,sDAAsD,EACxD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;CAEF;AA5eD,0DA4eC;AAED,MAAa,gBAAgB;IAM3B,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,uCAAkC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC/D,oDAAoD,EACpD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,yBAAyB,EACjC,OAAO,CAAC,uBAAuB,EAC/B,CAAC,OAA0C,EAAE,EAAE;YAC7C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,uBAAuB,CAAC,iBAAiB,CAClD,CAAC;QAkCF,0CAAqC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAClE,uDAAuD,EACvD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,4BAA4B,EACpC,OAAO,CAAC,0BAA0B,EAClC,CAAC,OAA6C,EAAE,EAAE;YAChD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,0BAA0B,CAAC,iBAAiB,CACrD,CAAC;QAkCF,oCAA+B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC5D,iDAAiD,EACjD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,sBAAsB,EAC9B,OAAO,CAAC,oBAAoB,EAC5B,CAAC,OAAuC,EAAE,EAAE;YAC1C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,oBAAoB,CAAC,iBAAiB,CAC/C,CAAC;QAkCF,mCAA8B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC3D,gDAAgD,EAChD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,qBAAqB,EAC7B,OAAO,CAAC,mBAAmB,EAC3B,CAAC,OAAsC,EAAE,EAAE;YACzC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,mBAAmB,CAAC,iBAAiB,CAC9C,CAAC;QApJA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,kBAAkB,CAChB,OAA0C,EAC1C,QAAiC,EACjC,QAC6D;QAC7D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,oDAAoD,EACtD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,EACvC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,oDAAoD,EACtD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,CAAC,CAAC;IAC3C,CAAC;IAuBD,qBAAqB,CACnB,OAA6C,EAC7C,QAAiC,EACjC,QACgE;QAChE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,uDAAuD,EACzD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,qCAAqC,EAC1C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,uDAAuD,EACzD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,qCAAqC,CAAC,CAAC;IAC9C,CAAC;IAuBD,eAAe,CACb,OAAuC,EACvC,QAAiC,EACjC,QAC0D;QAC1D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,iDAAiD,EACnD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,EACpC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,iDAAiD,EACnD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,CAAC,CAAC;IACxC,CAAC;IAuBD,cAAc,CACZ,OAAsC,EACtC,QAAiC,EACjC,QACyD;QACzD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,gDAAgD,EAClD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,EACnC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,gDAAgD,EAClD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,CAAC,CAAC;IACvC,CAAC;CAEF;AA/LD,4CA+LC;AAED,MAAa,YAAY;IAMvB,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,6BAAwB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACrD,sCAAsC,EACtC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,eAAe,EACvB,OAAO,CAAC,aAAa,EACrB,CAAC,OAAgC,EAAE,EAAE;YACnC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,aAAa,CAAC,iBAAiB,CACxC,CAAC;QAkCF,+BAA0B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACvD,wCAAwC,EACxC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,iBAAiB,EACzB,OAAO,CAAC,eAAe,EACvB,CAAC,OAAkC,EAAE,EAAE;YACrC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,eAAe,CAAC,iBAAiB,CAC1C,CAAC;QAkCF,8BAAyB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACtD,uCAAuC,EACvC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,gBAAgB,EACxB,OAAO,CAAC,cAAc,EACtB,CAAC,OAAiC,EAAE,EAAE;YACpC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,cAAc,CAAC,iBAAiB,CACzC,CAAC;QAkCF,gCAA2B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxD,yCAAyC,EACzC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAkCF,8BAAyB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACtD,uCAAuC,EACvC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,gBAAgB,EACxB,OAAO,CAAC,cAAc,EACtB,CAAC,OAAiC,EAAE,EAAE;YACpC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,cAAc,CAAC,iBAAiB,CACzC,CAAC;QAkCF,gCAA2B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxD,yCAAyC,EACzC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QA1OA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,QAAQ,CACN,OAAgC,EAChC,QAAiC,EACjC,QACmD;QACnD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,sCAAsC,EACxC,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,wBAAwB,EAC7B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,sCAAsC,EACxC,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,wBAAwB,CAAC,CAAC;IACjC,CAAC;IAuBD,UAAU,CACR,OAAkC,EAClC,QAAiC,EACjC,QACqD;QACrD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,wCAAwC,EAC1C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,EAC/B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,wCAAwC,EAC1C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,CAAC,CAAC;IACnC,CAAC;IAuBD,SAAS,CACP,OAAiC,EACjC,QAAiC,EACjC,QACoD;QACpD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,uCAAuC,EACzC,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,EAC9B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,uCAAuC,EACzC,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAClC,CAAC;IAuBD,WAAW,CACT,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,EAChC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,CAAC,CAAC;IACpC,CAAC;IAuBD,SAAS,CACP,OAAiC,EACjC,QAAiC,EACjC,QACoD;QACpD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,uCAAuC,EACzC,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,EAC9B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,uCAAuC,EACzC,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAClC,CAAC;IAuBD,WAAW,CACT,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,EAChC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,CAAC,CAAC;IACpC,CAAC;CAEF;AArRD,oCAqRC;AAED,MAAa,qBAAqB;IAMhC,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,yCAAoC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACjE,2DAA2D,EAC3D,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,2BAA2B,EACnC,OAAO,CAAC,yBAAyB,EACjC,CAAC,OAA4C,EAAE,EAAE;YAC/C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,yBAAyB,CAAC,iBAAiB,CACpD,CAAC;QAkCF,uCAAkC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC/D,yDAAyD,EACzD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,yBAAyB,EACjC,OAAO,CAAC,uBAAuB,EAC/B,CAAC,OAA0C,EAAE,EAAE;YAC7C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,uBAAuB,CAAC,iBAAiB,CAClD,CAAC;QAkCF,sCAAiC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC9D,wDAAwD,EACxD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,wBAAwB,EAChC,OAAO,CAAC,sBAAsB,EAC9B,CAAC,OAAyC,EAAE,EAAE;YAC5C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,sBAAsB,CAAC,iBAAiB,CACjD,CAAC;QAkCF,0CAAqC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAClE,4DAA4D,EAC5D,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,4BAA4B,EACpC,OAAO,CAAC,0BAA0B,EAClC,CAAC,OAA6C,EAAE,EAAE;YAChD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,0BAA0B,CAAC,iBAAiB,CACrD,CAAC;QAkCF,gDAA2C,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxE,kEAAkE,EAClE,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kCAAkC,EAC1C,OAAO,CAAC,gCAAgC,EACxC,CAAC,OAAmD,EAAE,EAAE;YACtD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gCAAgC,CAAC,iBAAiB,CAC3D,CAAC;QAkCF,uDAAkD,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC/E,yEAAyE,EACzE,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,yCAAyC,EACjD,OAAO,CAAC,uCAAuC,EAC/C,CAAC,OAA0D,EAAE,EAAE;YAC7D,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,uCAAuC,CAAC,iBAAiB,CAClE,CAAC;QAkCF,oDAA+C,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC5E,sEAAsE,EACtE,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,sCAAsC,EAC9C,OAAO,CAAC,oCAAoC,EAC5C,CAAC,OAAuD,EAAE,EAAE;YAC1D,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,oCAAoC,CAAC,iBAAiB,CAC/D,CAAC;QAkCF,sCAAiC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC9D,wDAAwD,EACxD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,wBAAwB,EAChC,OAAO,CAAC,sBAAsB,EAC9B,CAAC,OAAyC,EAAE,EAAE;YAC5C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,sBAAsB,CAAC,iBAAiB,CACjD,CAAC;QAhUA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,oBAAoB,CAClB,OAA4C,EAC5C,QAAiC,EACjC,QAC+D;QAC/D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2DAA2D,EAC7D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,EACzC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2DAA2D,EAC7D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,CAAC,CAAC;IAC7C,CAAC;IAuBD,kBAAkB,CAChB,OAA0C,EAC1C,QAAiC,EACjC,QAC6D;QAC7D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yDAAyD,EAC3D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,EACvC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yDAAyD,EAC3D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,CAAC,CAAC;IAC3C,CAAC;IAuBD,iBAAiB,CACf,OAAyC,EACzC,QAAiC,EACjC,QAC4D;QAC5D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,EACtC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,CAAC,CAAC;IAC1C,CAAC;IAuBD,qBAAqB,CACnB,OAA6C,EAC7C,QAAiC,EACjC,QACgE;QAChE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,4DAA4D,EAC9D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,qCAAqC,EAC1C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,4DAA4D,EAC9D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,qCAAqC,CAAC,CAAC;IAC9C,CAAC;IAuBD,2BAA2B,CACzB,OAAmD,EACnD,QAAiC,EACjC,QACsE;QACtE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,kEAAkE,EACpE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2CAA2C,EAChD,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,kEAAkE,EACpE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2CAA2C,CAAC,CAAC;IACpD,CAAC;IAuBD,kCAAkC,CAChC,OAA0D,EAC1D,QAAiC,EACjC,QAC6E;QAC7E,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yEAAyE,EAC3E,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kDAAkD,EACvD,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yEAAyE,EAC3E,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kDAAkD,CAAC,CAAC;IAC3D,CAAC;IAuBD,+BAA+B,CAC7B,OAAuD,EACvD,QAAiC,EACjC,QAC0E;QAC1E,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,sEAAsE,EACxE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+CAA+C,EACpD,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,sEAAsE,EACxE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+CAA+C,CAAC,CAAC;IACxD,CAAC;IAuBD,iBAAiB,CACf,OAAyC,EACzC,QAAiC,EACjC,QAC4D;QAC5D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,EACtC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,CAAC,CAAC;IAC1C,CAAC;CAEF;AA3WD,sDA2WC;AAED,MAAa,WAAW;IAMtB,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,mCAA8B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC3D,2CAA2C,EAC3C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAkCF,oCAA+B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC5D,4CAA4C,EAC5C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,mBAAmB,EAC3B,OAAO,CAAC,iBAAiB,EACzB,CAAC,OAAoC,EAAE,EAAE;YACvC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,iBAAiB,CAAC,iBAAiB,CAC5C,CAAC;QAkCF,mCAA8B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC3D,2CAA2C,EAC3C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAzGA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,cAAc,CACZ,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,EACnC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,CAAC,CAAC;IACvC,CAAC;IAuBD,eAAe,CACb,OAAoC,EACpC,QAAiC,EACjC,QACuD;QACvD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,EACpC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,CAAC,CAAC;IACxC,CAAC;IAuBD,cAAc,CACZ,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,EACnC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,CAAC,CAAC;IACvC,CAAC;CAEF;AApJD,kCAoJC;AAED,MAAa,wBAAwB;IAMnC,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,uCAAkC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC/D,4DAA4D,EAC5D,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,yBAAyB,EACjC,OAAO,CAAC,uBAAuB,EAC/B,CAAC,OAA0C,EAAE,EAAE;YAC7C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,uBAAuB,CAAC,iBAAiB,CAClD,CAAC;QAnBA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,kBAAkB,CAChB,OAA0C,EAC1C,QAAiC,EACjC,QAC6D;QAC7D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,4DAA4D,EAC9D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,EACvC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,4DAA4D,EAC9D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,CAAC,CAAC;IAC3C,CAAC;CAEF;AA9DD,4DA8DC;AAED,MAAa,oBAAoB;IAM/B,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,yBAAoB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACjD,0CAA0C,EAC1C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,WAAW,EACnB,OAAO,CAAC,SAAS,EACjB,CAAC,OAA4B,EAAE,EAAE;YAC/B,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,SAAS,CAAC,iBAAiB,CACpC,CAAC;QAnBA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,IAAI,CACF,OAA4B,EAC5B,QAAiC,EACjC,QAC+C;QAC/C,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,0CAA0C,EAC5C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oBAAoB,EACzB,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,0CAA0C,EAC5C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oBAAoB,CAAC,CAAC;IAC7B,CAAC;CAEF;AA9DD,oDA8DC;AAED,MAAa,YAAY;IAMvB,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,6BAAwB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACrD,sCAAsC,EACtC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,eAAe,EACvB,OAAO,CAAC,aAAa,EACrB,CAAC,OAAgC,EAAE,EAAE;YACnC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,aAAa,CAAC,iBAAiB,CACxC,CAAC;QAkCF,8BAAyB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACtD,uCAAuC,EACvC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,gBAAgB,EACxB,OAAO,CAAC,cAAc,EACtB,CAAC,OAAiC,EAAE,EAAE;YACpC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,cAAc,CAAC,iBAAiB,CACzC,CAAC;QAkCF,8BAAyB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACtD,uCAAuC,EACvC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,gBAAgB,EACxB,OAAO,CAAC,cAAc,EACtB,CAAC,OAAiC,EAAE,EAAE;YACpC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,cAAc,CAAC,iBAAiB,CACzC,CAAC;QAkCF,uCAAkC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC/D,gDAAgD,EAChD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,yBAAyB,EACjC,OAAO,CAAC,uBAAuB,EAC/B,CAAC,OAA0C,EAAE,EAAE;YAC7C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,uBAAuB,CAAC,iBAAiB,CAClD,CAAC;QAkCF,2CAAsC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACnE,oDAAoD,EACpD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,6BAA6B,EACrC,OAAO,CAAC,2BAA2B,EACnC,CAAC,OAA8C,EAAE,EAAE;YACjD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,2BAA2B,CAAC,iBAAiB,CACtD,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,2CAA2C,EAC3C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,2CAA2C,EAC3C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,oCAA+B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC5D,6CAA6C,EAC7C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,sBAAsB,EAC9B,OAAO,CAAC,oBAAoB,EAC5B,CAAC,OAAuC,EAAE,EAAE;YAC1C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,oBAAoB,CAAC,iBAAiB,CAC/C,CAAC;QAkCF,oCAA+B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC5D,6CAA6C,EAC7C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,sBAAsB,EAC9B,OAAO,CAAC,oBAAoB,EAC5B,CAAC,OAAuC,EAAE,EAAE;YAC1C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,oBAAoB,CAAC,iBAAiB,CAC/C,CAAC;QA3WA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,QAAQ,CACN,OAAgC,EAChC,QAAiC,EACjC,QACmD;QACnD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,sCAAsC,EACxC,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,wBAAwB,EAC7B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,sCAAsC,EACxC,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,wBAAwB,CAAC,CAAC;IACjC,CAAC;IAuBD,SAAS,CACP,OAAiC,EACjC,QAAiC,EACjC,QACoD;QACpD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,uCAAuC,EACzC,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,EAC9B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,uCAAuC,EACzC,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAClC,CAAC;IAuBD,SAAS,CACP,OAAiC,EACjC,QAAiC,EACjC,QACoD;QACpD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,uCAAuC,EACzC,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,EAC9B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,uCAAuC,EACzC,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAClC,CAAC;IAuBD,kBAAkB,CAChB,OAA0C,EAC1C,QAAiC,EACjC,QAC6D;QAC7D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,gDAAgD,EAClD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,EACvC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,gDAAgD,EAClD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,CAAC,CAAC;IAC3C,CAAC;IAuBD,sBAAsB,CACpB,OAA8C,EAC9C,QAAiC,EACjC,QACiE;QACjE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,oDAAoD,EACtD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,sCAAsC,EAC3C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,oDAAoD,EACtD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,sCAAsC,CAAC,CAAC;IAC/C,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,eAAe,CACb,OAAuC,EACvC,QAAiC,EACjC,QAC0D;QAC1D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,EACpC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,CAAC,CAAC;IACxC,CAAC;IAuBD,eAAe,CACb,OAAuC,EACvC,QAAiC,EACjC,QAC0D;QAC1D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,EACpC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,CAAC,CAAC;IACxC,CAAC;CAEF;AAtZD,oCAsZC;AAED,MAAa,aAAa;IAMxB,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,gCAA2B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxD,0CAA0C,EAC1C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAkCF,+BAA0B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACvD,yCAAyC,EACzC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,iBAAiB,EACzB,OAAO,CAAC,eAAe,EACvB,CAAC,OAAkC,EAAE,EAAE;YACrC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,eAAe,CAAC,iBAAiB,CAC1C,CAAC;QAkCF,yCAAoC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACjE,mDAAmD,EACnD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,2BAA2B,EACnC,OAAO,CAAC,yBAAyB,EACjC,CAAC,OAA4C,EAAE,EAAE;YAC/C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,yBAAyB,CAAC,iBAAiB,CACpD,CAAC;QAkCF,wCAAmC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAChE,kDAAkD,EAClD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,0BAA0B,EAClC,OAAO,CAAC,wBAAwB,EAChC,CAAC,OAA2C,EAAE,EAAE;YAC9C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,wBAAwB,CAAC,iBAAiB,CACnD,CAAC;QAkCF,8BAAyB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACtD,wCAAwC,EACxC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,gBAAgB,EACxB,OAAO,CAAC,cAAc,EACtB,CAAC,OAAiC,EAAE,EAAE;YACpC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,cAAc,CAAC,iBAAiB,CACzC,CAAC;QAkCF,gCAA2B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxD,0CAA0C,EAC1C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAkCF,+BAA0B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACvD,yCAAyC,EACzC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,iBAAiB,EACzB,OAAO,CAAC,eAAe,EACvB,CAAC,OAAkC,EAAE,EAAE;YACrC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,eAAe,CAAC,iBAAiB,CAC1C,CAAC;QAkCF,sCAAiC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC9D,gDAAgD,EAChD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,wBAAwB,EAChC,OAAO,CAAC,sBAAsB,EAC9B,CAAC,OAAyC,EAAE,EAAE;YAC5C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,sBAAsB,CAAC,iBAAiB,CACjD,CAAC;QAkCF,wCAAmC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAChE,kDAAkD,EAClD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,0BAA0B,EAClC,OAAO,CAAC,wBAAwB,EAChC,CAAC,OAA2C,EAAE,EAAE;YAC9C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,wBAAwB,CAAC,iBAAiB,CACnD,CAAC;QAkCF,sCAAiC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC9D,gDAAgD,EAChD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,wBAAwB,EAChC,OAAO,CAAC,sBAAsB,EAC9B,CAAC,OAAyC,EAAE,EAAE;YAC5C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,sBAAsB,CAAC,iBAAiB,CACjD,CAAC;QAkCF,yCAAoC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACjE,mDAAmD,EACnD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,2BAA2B,EACnC,OAAO,CAAC,yBAAyB,EACjC,CAAC,OAA4C,EAAE,EAAE;YAC/C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,yBAAyB,CAAC,iBAAiB,CACpD,CAAC;QAkCF,+BAA0B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACvD,yCAAyC,EACzC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,iBAAiB,EACzB,OAAO,CAAC,eAAe,EACvB,CAAC,OAAkC,EAAE,EAAE;YACrC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,eAAe,CAAC,iBAAiB,CAC1C,CAAC;QAkCF,iCAA4B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACzD,2CAA2C,EAC3C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,mBAAmB,EAC3B,OAAO,CAAC,iBAAiB,EACzB,CAAC,OAAoC,EAAE,EAAE;YACvC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,iBAAiB,CAAC,iBAAiB,CAC5C,CAAC;QAvhBA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,WAAW,CACT,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,0CAA0C,EAC5C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,EAChC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,0CAA0C,EAC5C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,CAAC,CAAC;IACpC,CAAC;IAuBD,UAAU,CACR,OAAkC,EAClC,QAAiC,EACjC,QACqD;QACrD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,EAC/B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,CAAC,CAAC;IACnC,CAAC;IAuBD,oBAAoB,CAClB,OAA4C,EAC5C,QAAiC,EACjC,QAC+D;QAC/D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,mDAAmD,EACrD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,EACzC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,mDAAmD,EACrD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,CAAC,CAAC;IAC7C,CAAC;IAuBD,mBAAmB,CACjB,OAA2C,EAC3C,QAAiC,EACjC,QAC8D;QAC9D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,kDAAkD,EACpD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,mCAAmC,EACxC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,kDAAkD,EACpD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,mCAAmC,CAAC,CAAC;IAC5C,CAAC;IAuBD,SAAS,CACP,OAAiC,EACjC,QAAiC,EACjC,QACoD;QACpD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,wCAAwC,EAC1C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,EAC9B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,wCAAwC,EAC1C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAClC,CAAC;IAuBD,WAAW,CACT,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,0CAA0C,EAC5C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,EAChC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,0CAA0C,EAC5C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,CAAC,CAAC;IACpC,CAAC;IAuBD,UAAU,CACR,OAAkC,EAClC,QAAiC,EACjC,QACqD;QACrD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,EAC/B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,CAAC,CAAC;IACnC,CAAC;IAuBD,iBAAiB,CACf,OAAyC,EACzC,QAAiC,EACjC,QAC4D;QAC5D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,gDAAgD,EAClD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,EACtC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,gDAAgD,EAClD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,CAAC,CAAC;IAC1C,CAAC;IAuBD,mBAAmB,CACjB,OAA2C,EAC3C,QAAiC,EACjC,QAC8D;QAC9D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,kDAAkD,EACpD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,mCAAmC,EACxC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,kDAAkD,EACpD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,mCAAmC,CAAC,CAAC;IAC5C,CAAC;IAuBD,iBAAiB,CACf,OAAyC,EACzC,QAAiC,EACjC,QAC4D;QAC5D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,gDAAgD,EAClD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,EACtC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,gDAAgD,EAClD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,CAAC,CAAC;IAC1C,CAAC;IAuBD,oBAAoB,CAClB,OAA4C,EAC5C,QAAiC,EACjC,QAC+D;QAC/D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,mDAAmD,EACrD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,EACzC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,mDAAmD,EACrD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,CAAC,CAAC;IAC7C,CAAC;IAuBD,UAAU,CACR,OAAkC,EAClC,QAAiC,EACjC,QACqD;QACrD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,EAC/B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,CAAC,CAAC;IACnC,CAAC;IAuBD,YAAY,CACV,OAAoC,EACpC,QAAiC,EACjC,QACuD;QACvD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,4BAA4B,EACjC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,4BAA4B,CAAC,CAAC;IACrC,CAAC;CAEF;AAlkBD,sCAkkBC"} \ No newline at end of file +{"version":3,"file":"GrpcServiceClientPb.js","sourceRoot":"","sources":["../../src/protobuf/GrpcServiceClientPb.ts"],"names":[],"mappings":";AAAA;;;;GAIG;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,iCAAiC;AAGjC,oBAAoB;AACpB,cAAc;AAGd,kDAAoC;AAEpC,mDAAqC;AAGrC,MAAa,UAAU;IAMrB,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,2CAA2C,EAC3C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAnBA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;CAEF;AA9DD,gCA8DC;AAED,MAAa,gBAAgB;IAM3B,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,+BAA0B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACvD,8CAA8C,EAC9C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,iBAAiB,EACzB,OAAO,CAAC,eAAe,EACvB,CAAC,OAAkC,EAAE,EAAE;YACrC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,eAAe,CAAC,iBAAiB,CAC1C,CAAC;QAnBA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,UAAU,CACR,OAAkC,EAClC,QAAiC,EACjC,QACqD;QACrD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,8CAA8C,EAChD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,EAC/B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,8CAA8C,EAChD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,CAAC,CAAC;IACnC,CAAC;CAEF;AA9DD,4CA8DC;AAED,MAAa,aAAa;IAMxB,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,8CAA8C,EAC9C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,8CAA8C,EAC9C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,8CAA8C,EAC9C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,gCAA2B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxD,4CAA4C,EAC5C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAkCF,qCAAgC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC7D,iDAAiD,EACjD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,uBAAuB,EAC/B,OAAO,CAAC,qBAAqB,EAC7B,CAAC,OAAwC,EAAE,EAAE;YAC3C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,qBAAqB,CAAC,iBAAiB,CAChD,CAAC;QAkCF,mCAA8B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC3D,+CAA+C,EAC/C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,qBAAqB,EAC7B,OAAO,CAAC,mBAAmB,EAC3B,CAAC,OAAsC,EAAE,EAAE;YACzC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,mBAAmB,CAAC,iBAAiB,CAC9C,CAAC;QAkCF,iCAA4B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACzD,6CAA6C,EAC7C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,mBAAmB,EAC3B,OAAO,CAAC,iBAAiB,EACzB,CAAC,OAAoC,EAAE,EAAE;YACvC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,iBAAiB,CAAC,iBAAiB,CAC5C,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,8CAA8C,EAC9C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,8CAA8C,EAC9C,OAAO,CAAC,UAAU,CAAC,gBAAgB,EACnC,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAaF,mCAA8B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC3D,+CAA+C,EAC/C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,qBAAqB,EAC7B,OAAO,CAAC,mBAAmB,EAC3B,CAAC,OAAsC,EAAE,EAAE;YACzC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,mBAAmB,CAAC,iBAAiB,CAC9C,CAAC;QAjYA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,8CAA8C,EAChD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,8CAA8C,EAChD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,8CAA8C,EAChD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,8CAA8C,EAChD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,8CAA8C,EAChD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,8CAA8C,EAChD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,WAAW,CACT,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,EAChC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,CAAC,CAAC;IACpC,CAAC;IAuBD,gBAAgB,CACd,OAAwC,EACxC,QAAiC,EACjC,QAC2D;QAC3D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,iDAAiD,EACnD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,EACrC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,iDAAiD,EACnD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,CAAC,CAAC;IACzC,CAAC;IAuBD,cAAc,CACZ,OAAsC,EACtC,QAAiC,EACjC,QACyD;QACzD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,+CAA+C,EACjD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,EACnC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,+CAA+C,EACjD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,CAAC,CAAC;IACvC,CAAC;IAuBD,YAAY,CACV,OAAoC,EACpC,QAAiC,EACjC,QACuD;QACvD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,4BAA4B,EACjC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,4BAA4B,CAAC,CAAC;IACrC,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,8CAA8C,EAChD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,8CAA8C,EAChD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAaD,aAAa,CACX,OAAqC,EACrC,QAA2B;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,eAAe,CACjC,IAAI,CAAC,SAAS;YACZ,8CAA8C,EAChD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACxC,CAAC;IAuBD,cAAc,CACZ,OAAsC,EACtC,QAAiC,EACjC,QACyD;QACzD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,+CAA+C,EACjD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,EACnC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,+CAA+C,EACjD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,CAAC,CAAC;IACvC,CAAC;CAEF;AA5aD,sCA4aC;AAED,MAAa,cAAc;IAMzB,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,+BAA0B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACvD,4CAA4C,EAC5C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,iBAAiB,EACzB,OAAO,CAAC,eAAe,EACvB,CAAC,OAAkC,EAAE,EAAE;YACrC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,eAAe,CAAC,iBAAiB,CAC1C,CAAC;QAkCF,gCAA2B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxD,6CAA6C,EAC7C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAkCF,gCAA2B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxD,6CAA6C,EAC7C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAkCF,mCAA8B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC3D,gDAAgD,EAChD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,qBAAqB,EAC7B,OAAO,CAAC,mBAAmB,EAC3B,CAAC,OAAsC,EAAE,EAAE;YACzC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,mBAAmB,CAAC,iBAAiB,CAC9C,CAAC;QAkCF,2CAAsC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACnE,wDAAwD,EACxD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,6BAA6B,EACrC,OAAO,CAAC,2BAA2B,EACnC,CAAC,OAA8C,EAAE,EAAE;YACjD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,2BAA2B,CAAC,iBAAiB,CACtD,CAAC;QA/LA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,UAAU,CACR,OAAkC,EAClC,QAAiC,EACjC,QACqD;QACrD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,EAC/B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,CAAC,CAAC;IACnC,CAAC;IAuBD,WAAW,CACT,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,EAChC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,CAAC,CAAC;IACpC,CAAC;IAuBD,WAAW,CACT,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,EAChC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,CAAC,CAAC;IACpC,CAAC;IAuBD,cAAc,CACZ,OAAsC,EACtC,QAAiC,EACjC,QACyD;QACzD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,gDAAgD,EAClD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,EACnC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,gDAAgD,EAClD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,CAAC,CAAC;IACvC,CAAC;IAuBD,sBAAsB,CACpB,OAA8C,EAC9C,QAAiC,EACjC,QACiE;QACjE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,sCAAsC,EAC3C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,sCAAsC,CAAC,CAAC;IAC/C,CAAC;CAEF;AA1OD,wCA0OC;AAED,MAAa,mBAAmB;IAM9B,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,yCAAoC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACjE,2DAA2D,EAC3D,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,2BAA2B,EACnC,OAAO,CAAC,yBAAyB,EACjC,CAAC,OAA4C,EAAE,EAAE;YAC/C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,yBAAyB,CAAC,iBAAiB,CACpD,CAAC;QAkCF,2CAAsC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACnE,6DAA6D,EAC7D,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,6BAA6B,EACrC,OAAO,CAAC,2BAA2B,EACnC,CAAC,OAA8C,EAAE,EAAE;YACjD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,2BAA2B,CAAC,iBAAiB,CACtD,CAAC;QA9DA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,oBAAoB,CAClB,OAA4C,EAC5C,QAAiC,EACjC,QAC+D;QAC/D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2DAA2D,EAC7D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,EACzC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2DAA2D,EAC7D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,CAAC,CAAC;IAC7C,CAAC;IAuBD,sBAAsB,CACpB,OAA8C,EAC9C,QAAiC,EACjC,QACiE;QACjE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,6DAA6D,EAC/D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,sCAAsC,EAC3C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,6DAA6D,EAC/D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,sCAAsC,CAAC,CAAC;IAC/C,CAAC;CAEF;AAzGD,kDAyGC;AAED,MAAa,mBAAmB;IAM9B,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,iDAA4C,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACzE,mEAAmE,EACnE,OAAO,CAAC,UAAU,CAAC,gBAAgB,EACnC,OAAO,CAAC,mCAAmC,EAC3C,OAAO,CAAC,mBAAmB,EAC3B,CAAC,OAAoD,EAAE,EAAE;YACvD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,mBAAmB,CAAC,iBAAiB,CAC9C,CAAC;QAaF,qCAAgC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC7D,uDAAuD,EACvD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,uBAAuB,EAC/B,OAAO,CAAC,qBAAqB,EAC7B,CAAC,OAAwC,EAAE,EAAE;YAC3C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,qBAAqB,CAAC,iBAAiB,CAChD,CAAC;QAzCA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAaD,4BAA4B,CAC1B,OAAoD,EACpD,QAA2B;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,eAAe,CACjC,IAAI,CAAC,SAAS;YACZ,mEAAmE,EACrE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,4CAA4C,CAAC,CAAC;IACvD,CAAC;IAuBD,gBAAgB,CACd,OAAwC,EACxC,QAAiC,EACjC,QAC2D;QAC3D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,uDAAuD,EACzD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,EACrC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,uDAAuD,EACzD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,CAAC,CAAC;IACzC,CAAC;CAEF;AApFD,kDAoFC;AAED,MAAa,uBAAuB;IAMlC,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,wDAAwD,EACxD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,qCAAgC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC7D,2DAA2D,EAC3D,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,uBAAuB,EAC/B,OAAO,CAAC,qBAAqB,EAC7B,CAAC,OAAwC,EAAE,EAAE;YAC3C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,qBAAqB,CAAC,iBAAiB,CAChD,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,wDAAwD,EACxD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,mCAA8B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC3D,yDAAyD,EACzD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,qBAAqB,EAC7B,OAAO,CAAC,mBAAmB,EAC3B,CAAC,OAAsC,EAAE,EAAE;YACzC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,mBAAmB,CAAC,iBAAiB,CAC9C,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,wDAAwD,EACxD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,oCAA+B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC5D,0DAA0D,EAC1D,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,sBAAsB,EAC9B,OAAO,CAAC,oBAAoB,EAC5B,CAAC,OAAuC,EAAE,EAAE;YAC1C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,oBAAoB,CAAC,iBAAiB,CAC/C,CAAC;QAkCF,qCAAgC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC7D,2DAA2D,EAC3D,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,uBAAuB,EAC/B,OAAO,CAAC,qBAAqB,EAC7B,CAAC,OAAwC,EAAE,EAAE;YAC3C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,qBAAqB,CAAC,iBAAiB,CAChD,CAAC;QAkCF,6CAAwC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACrE,mEAAmE,EACnE,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,+BAA+B,EACvC,OAAO,CAAC,6BAA6B,EACrC,CAAC,OAAgD,EAAE,EAAE;YACnD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,6BAA6B,CAAC,iBAAiB,CACxD,CAAC;QAkCF,4CAAuC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACpE,kEAAkE,EAClE,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,8BAA8B,EACtC,OAAO,CAAC,4BAA4B,EACpC,CAAC,OAA+C,EAAE,EAAE;YAClD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,4BAA4B,CAAC,iBAAiB,CACvD,CAAC;QAkCF,+CAA0C,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACvE,qEAAqE,EACrE,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,iCAAiC,EACzC,OAAO,CAAC,+BAA+B,EACvC,CAAC,OAAkD,EAAE,EAAE;YACrD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,+BAA+B,CAAC,iBAAiB,CAC1D,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,wDAAwD,EACxD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAjcA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,gBAAgB,CACd,OAAwC,EACxC,QAAiC,EACjC,QAC2D;QAC3D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2DAA2D,EAC7D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,EACrC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2DAA2D,EAC7D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,CAAC,CAAC;IACzC,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,cAAc,CACZ,OAAsC,EACtC,QAAiC,EACjC,QACyD;QACzD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yDAAyD,EAC3D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,EACnC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yDAAyD,EAC3D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,CAAC,CAAC;IACvC,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,eAAe,CACb,OAAuC,EACvC,QAAiC,EACjC,QAC0D;QAC1D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,0DAA0D,EAC5D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,EACpC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,0DAA0D,EAC5D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,CAAC,CAAC;IACxC,CAAC;IAuBD,gBAAgB,CACd,OAAwC,EACxC,QAAiC,EACjC,QAC2D;QAC3D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2DAA2D,EAC7D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,EACrC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2DAA2D,EAC7D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,gCAAgC,CAAC,CAAC;IACzC,CAAC;IAuBD,wBAAwB,CACtB,OAAgD,EAChD,QAAiC,EACjC,QACmE;QACnE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,mEAAmE,EACrE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,wCAAwC,EAC7C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,mEAAmE,EACrE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,wCAAwC,CAAC,CAAC;IACjD,CAAC;IAuBD,uBAAuB,CACrB,OAA+C,EAC/C,QAAiC,EACjC,QACkE;QAClE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,kEAAkE,EACpE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,uCAAuC,EAC5C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,kEAAkE,EACpE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,uCAAuC,CAAC,CAAC;IAChD,CAAC;IAuBD,0BAA0B,CACxB,OAAkD,EAClD,QAAiC,EACjC,QACqE;QACrE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,qEAAqE,EACvE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0CAA0C,EAC/C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,qEAAqE,EACvE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0CAA0C,CAAC,CAAC;IACnD,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,wDAAwD,EAC1D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;CAEF;AA5eD,0DA4eC;AAED,MAAa,gBAAgB;IAM3B,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,uCAAkC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC/D,sDAAsD,EACtD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,yBAAyB,EACjC,OAAO,CAAC,uBAAuB,EAC/B,CAAC,OAA0C,EAAE,EAAE;YAC7C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,uBAAuB,CAAC,iBAAiB,CAClD,CAAC;QAkCF,0CAAqC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAClE,yDAAyD,EACzD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,4BAA4B,EACpC,OAAO,CAAC,0BAA0B,EAClC,CAAC,OAA6C,EAAE,EAAE;YAChD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,0BAA0B,CAAC,iBAAiB,CACrD,CAAC;QAkCF,oCAA+B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC5D,mDAAmD,EACnD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,sBAAsB,EAC9B,OAAO,CAAC,oBAAoB,EAC5B,CAAC,OAAuC,EAAE,EAAE;YAC1C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,oBAAoB,CAAC,iBAAiB,CAC/C,CAAC;QAkCF,mCAA8B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC3D,kDAAkD,EAClD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,qBAAqB,EAC7B,OAAO,CAAC,mBAAmB,EAC3B,CAAC,OAAsC,EAAE,EAAE;YACzC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,mBAAmB,CAAC,iBAAiB,CAC9C,CAAC;QApJA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,kBAAkB,CAChB,OAA0C,EAC1C,QAAiC,EACjC,QAC6D;QAC7D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,sDAAsD,EACxD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,EACvC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,sDAAsD,EACxD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,CAAC,CAAC;IAC3C,CAAC;IAuBD,qBAAqB,CACnB,OAA6C,EAC7C,QAAiC,EACjC,QACgE;QAChE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yDAAyD,EAC3D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,qCAAqC,EAC1C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yDAAyD,EAC3D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,qCAAqC,CAAC,CAAC;IAC9C,CAAC;IAuBD,eAAe,CACb,OAAuC,EACvC,QAAiC,EACjC,QAC0D;QAC1D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,mDAAmD,EACrD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,EACpC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,mDAAmD,EACrD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,CAAC,CAAC;IACxC,CAAC;IAuBD,cAAc,CACZ,OAAsC,EACtC,QAAiC,EACjC,QACyD;QACzD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,kDAAkD,EACpD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,EACnC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,kDAAkD,EACpD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,CAAC,CAAC;IACvC,CAAC;CAEF;AA/LD,4CA+LC;AAED,MAAa,YAAY;IAMvB,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,6BAAwB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACrD,wCAAwC,EACxC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,eAAe,EACvB,OAAO,CAAC,aAAa,EACrB,CAAC,OAAgC,EAAE,EAAE;YACnC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,aAAa,CAAC,iBAAiB,CACxC,CAAC;QAkCF,+BAA0B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACvD,0CAA0C,EAC1C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,iBAAiB,EACzB,OAAO,CAAC,eAAe,EACvB,CAAC,OAAkC,EAAE,EAAE;YACrC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,eAAe,CAAC,iBAAiB,CAC1C,CAAC;QAkCF,8BAAyB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACtD,yCAAyC,EACzC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,gBAAgB,EACxB,OAAO,CAAC,cAAc,EACtB,CAAC,OAAiC,EAAE,EAAE;YACpC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,cAAc,CAAC,iBAAiB,CACzC,CAAC;QAkCF,gCAA2B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxD,2CAA2C,EAC3C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAkCF,8BAAyB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACtD,yCAAyC,EACzC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,gBAAgB,EACxB,OAAO,CAAC,cAAc,EACtB,CAAC,OAAiC,EAAE,EAAE;YACpC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,cAAc,CAAC,iBAAiB,CACzC,CAAC;QAkCF,gCAA2B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxD,2CAA2C,EAC3C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QA1OA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,QAAQ,CACN,OAAgC,EAChC,QAAiC,EACjC,QACmD;QACnD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,wCAAwC,EAC1C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,wBAAwB,EAC7B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,wCAAwC,EAC1C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,wBAAwB,CAAC,CAAC;IACjC,CAAC;IAuBD,UAAU,CACR,OAAkC,EAClC,QAAiC,EACjC,QACqD;QACrD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,0CAA0C,EAC5C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,EAC/B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,0CAA0C,EAC5C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,CAAC,CAAC;IACnC,CAAC;IAuBD,SAAS,CACP,OAAiC,EACjC,QAAiC,EACjC,QACoD;QACpD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,EAC9B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAClC,CAAC;IAuBD,WAAW,CACT,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,EAChC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,CAAC,CAAC;IACpC,CAAC;IAuBD,SAAS,CACP,OAAiC,EACjC,QAAiC,EACjC,QACoD;QACpD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,EAC9B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAClC,CAAC;IAuBD,WAAW,CACT,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,EAChC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,CAAC,CAAC;IACpC,CAAC;CAEF;AArRD,oCAqRC;AAED,MAAa,qBAAqB;IAMhC,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,yCAAoC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACjE,6DAA6D,EAC7D,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,2BAA2B,EACnC,OAAO,CAAC,yBAAyB,EACjC,CAAC,OAA4C,EAAE,EAAE;YAC/C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,yBAAyB,CAAC,iBAAiB,CACpD,CAAC;QAkCF,uCAAkC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC/D,2DAA2D,EAC3D,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,yBAAyB,EACjC,OAAO,CAAC,uBAAuB,EAC/B,CAAC,OAA0C,EAAE,EAAE;YAC7C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,uBAAuB,CAAC,iBAAiB,CAClD,CAAC;QAkCF,sCAAiC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC9D,0DAA0D,EAC1D,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,wBAAwB,EAChC,OAAO,CAAC,sBAAsB,EAC9B,CAAC,OAAyC,EAAE,EAAE;YAC5C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,sBAAsB,CAAC,iBAAiB,CACjD,CAAC;QAkCF,0CAAqC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAClE,8DAA8D,EAC9D,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,4BAA4B,EACpC,OAAO,CAAC,0BAA0B,EAClC,CAAC,OAA6C,EAAE,EAAE;YAChD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,0BAA0B,CAAC,iBAAiB,CACrD,CAAC;QAkCF,gDAA2C,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxE,oEAAoE,EACpE,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kCAAkC,EAC1C,OAAO,CAAC,gCAAgC,EACxC,CAAC,OAAmD,EAAE,EAAE;YACtD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gCAAgC,CAAC,iBAAiB,CAC3D,CAAC;QAkCF,uDAAkD,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC/E,2EAA2E,EAC3E,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,yCAAyC,EACjD,OAAO,CAAC,uCAAuC,EAC/C,CAAC,OAA0D,EAAE,EAAE;YAC7D,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,uCAAuC,CAAC,iBAAiB,CAClE,CAAC;QAkCF,oDAA+C,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC5E,wEAAwE,EACxE,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,sCAAsC,EAC9C,OAAO,CAAC,oCAAoC,EAC5C,CAAC,OAAuD,EAAE,EAAE;YAC1D,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,oCAAoC,CAAC,iBAAiB,CAC/D,CAAC;QAkCF,sCAAiC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC9D,0DAA0D,EAC1D,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,wBAAwB,EAChC,OAAO,CAAC,sBAAsB,EAC9B,CAAC,OAAyC,EAAE,EAAE;YAC5C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,sBAAsB,CAAC,iBAAiB,CACjD,CAAC;QAhUA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,oBAAoB,CAClB,OAA4C,EAC5C,QAAiC,EACjC,QAC+D;QAC/D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,6DAA6D,EAC/D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,EACzC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,6DAA6D,EAC/D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,CAAC,CAAC;IAC7C,CAAC;IAuBD,kBAAkB,CAChB,OAA0C,EAC1C,QAAiC,EACjC,QAC6D;QAC7D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2DAA2D,EAC7D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,EACvC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2DAA2D,EAC7D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,CAAC,CAAC;IAC3C,CAAC;IAuBD,iBAAiB,CACf,OAAyC,EACzC,QAAiC,EACjC,QAC4D;QAC5D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,0DAA0D,EAC5D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,EACtC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,0DAA0D,EAC5D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,CAAC,CAAC;IAC1C,CAAC;IAuBD,qBAAqB,CACnB,OAA6C,EAC7C,QAAiC,EACjC,QACgE;QAChE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,8DAA8D,EAChE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,qCAAqC,EAC1C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,8DAA8D,EAChE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,qCAAqC,CAAC,CAAC;IAC9C,CAAC;IAuBD,2BAA2B,CACzB,OAAmD,EACnD,QAAiC,EACjC,QACsE;QACtE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,oEAAoE,EACtE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2CAA2C,EAChD,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,oEAAoE,EACtE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2CAA2C,CAAC,CAAC;IACpD,CAAC;IAuBD,kCAAkC,CAChC,OAA0D,EAC1D,QAAiC,EACjC,QAC6E;QAC7E,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2EAA2E,EAC7E,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kDAAkD,EACvD,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2EAA2E,EAC7E,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kDAAkD,CAAC,CAAC;IAC3D,CAAC;IAuBD,+BAA+B,CAC7B,OAAuD,EACvD,QAAiC,EACjC,QAC0E;QAC1E,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,wEAAwE,EAC1E,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+CAA+C,EACpD,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,wEAAwE,EAC1E,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+CAA+C,CAAC,CAAC;IACxD,CAAC;IAuBD,iBAAiB,CACf,OAAyC,EACzC,QAAiC,EACjC,QAC4D;QAC5D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,0DAA0D,EAC5D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,EACtC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,0DAA0D,EAC5D,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,CAAC,CAAC;IAC1C,CAAC;CAEF;AA3WD,sDA2WC;AAED,MAAa,WAAW;IAMtB,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,mCAA8B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC3D,6CAA6C,EAC7C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAkCF,oCAA+B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC5D,8CAA8C,EAC9C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,mBAAmB,EAC3B,OAAO,CAAC,iBAAiB,EACzB,CAAC,OAAoC,EAAE,EAAE;YACvC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,iBAAiB,CAAC,iBAAiB,CAC5C,CAAC;QAkCF,mCAA8B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC3D,6CAA6C,EAC7C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAzGA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,cAAc,CACZ,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,EACnC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,CAAC,CAAC;IACvC,CAAC;IAuBD,eAAe,CACb,OAAoC,EACpC,QAAiC,EACjC,QACuD;QACvD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,8CAA8C,EAChD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,EACpC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,8CAA8C,EAChD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,CAAC,CAAC;IACxC,CAAC;IAuBD,cAAc,CACZ,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,EACnC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,8BAA8B,CAAC,CAAC;IACvC,CAAC;CAEF;AApJD,kCAoJC;AAED,MAAa,wBAAwB;IAMnC,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,uCAAkC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC/D,8DAA8D,EAC9D,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,yBAAyB,EACjC,OAAO,CAAC,uBAAuB,EAC/B,CAAC,OAA0C,EAAE,EAAE;YAC7C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,uBAAuB,CAAC,iBAAiB,CAClD,CAAC;QAnBA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,kBAAkB,CAChB,OAA0C,EAC1C,QAAiC,EACjC,QAC6D;QAC7D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,8DAA8D,EAChE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,EACvC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,8DAA8D,EAChE,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,CAAC,CAAC;IAC3C,CAAC;CAEF;AA9DD,4DA8DC;AAED,MAAa,oBAAoB;IAM/B,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,yBAAoB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACjD,4CAA4C,EAC5C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,WAAW,EACnB,OAAO,CAAC,SAAS,EACjB,CAAC,OAA4B,EAAE,EAAE;YAC/B,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,SAAS,CAAC,iBAAiB,CACpC,CAAC;QAnBA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,IAAI,CACF,OAA4B,EAC5B,QAAiC,EACjC,QAC+C;QAC/C,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oBAAoB,EACzB,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oBAAoB,CAAC,CAAC;IAC7B,CAAC;CAEF;AA9DD,oDA8DC;AAED,MAAa,YAAY;IAMvB,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,6BAAwB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACrD,wCAAwC,EACxC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,eAAe,EACvB,OAAO,CAAC,aAAa,EACrB,CAAC,OAAgC,EAAE,EAAE;YACnC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,aAAa,CAAC,iBAAiB,CACxC,CAAC;QAkCF,8BAAyB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACtD,yCAAyC,EACzC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,gBAAgB,EACxB,OAAO,CAAC,cAAc,EACtB,CAAC,OAAiC,EAAE,EAAE;YACpC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,cAAc,CAAC,iBAAiB,CACzC,CAAC;QAkCF,8BAAyB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACtD,yCAAyC,EACzC,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,gBAAgB,EACxB,OAAO,CAAC,cAAc,EACtB,CAAC,OAAiC,EAAE,EAAE;YACpC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,cAAc,CAAC,iBAAiB,CACzC,CAAC;QAkCF,uCAAkC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC/D,kDAAkD,EAClD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,yBAAyB,EACjC,OAAO,CAAC,uBAAuB,EAC/B,CAAC,OAA0C,EAAE,EAAE;YAC7C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,uBAAuB,CAAC,iBAAiB,CAClD,CAAC;QAkCF,2CAAsC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACnE,sDAAsD,EACtD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,6BAA6B,EACrC,OAAO,CAAC,2BAA2B,EACnC,CAAC,OAA8C,EAAE,EAAE;YACjD,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,2BAA2B,CAAC,iBAAiB,CACtD,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,6CAA6C,EAC7C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,kCAA6B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC1D,6CAA6C,EAC7C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,oBAAoB,EAC5B,OAAO,CAAC,kBAAkB,EAC1B,CAAC,OAAqC,EAAE,EAAE;YACxC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,kBAAkB,CAAC,iBAAiB,CAC7C,CAAC;QAkCF,oCAA+B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC5D,+CAA+C,EAC/C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,sBAAsB,EAC9B,OAAO,CAAC,oBAAoB,EAC5B,CAAC,OAAuC,EAAE,EAAE;YAC1C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,oBAAoB,CAAC,iBAAiB,CAC/C,CAAC;QAkCF,oCAA+B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC5D,+CAA+C,EAC/C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,sBAAsB,EAC9B,OAAO,CAAC,oBAAoB,EAC5B,CAAC,OAAuC,EAAE,EAAE;YAC1C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,oBAAoB,CAAC,iBAAiB,CAC/C,CAAC;QA3WA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,QAAQ,CACN,OAAgC,EAChC,QAAiC,EACjC,QACmD;QACnD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,wCAAwC,EAC1C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,wBAAwB,EAC7B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,wCAAwC,EAC1C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,wBAAwB,CAAC,CAAC;IACjC,CAAC;IAuBD,SAAS,CACP,OAAiC,EACjC,QAAiC,EACjC,QACoD;QACpD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,EAC9B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAClC,CAAC;IAuBD,SAAS,CACP,OAAiC,EACjC,QAAiC,EACjC,QACoD;QACpD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,EAC9B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,yCAAyC,EAC3C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAClC,CAAC;IAuBD,kBAAkB,CAChB,OAA0C,EAC1C,QAAiC,EACjC,QAC6D;QAC7D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,kDAAkD,EACpD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,EACvC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,kDAAkD,EACpD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,kCAAkC,CAAC,CAAC;IAC3C,CAAC;IAuBD,sBAAsB,CACpB,OAA8C,EAC9C,QAAiC,EACjC,QACiE;QACjE,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,sDAAsD,EACxD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,sCAAsC,EAC3C,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,sDAAsD,EACxD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,sCAAsC,CAAC,CAAC;IAC/C,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,aAAa,CACX,OAAqC,EACrC,QAAiC,EACjC,QACwD;QACxD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,EAClC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,6BAA6B,CAAC,CAAC;IACtC,CAAC;IAuBD,eAAe,CACb,OAAuC,EACvC,QAAiC,EACjC,QAC0D;QAC1D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,+CAA+C,EACjD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,EACpC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,+CAA+C,EACjD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,CAAC,CAAC;IACxC,CAAC;IAuBD,eAAe,CACb,OAAuC,EACvC,QAAiC,EACjC,QAC0D;QAC1D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,+CAA+C,EACjD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,EACpC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,+CAA+C,EACjD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,+BAA+B,CAAC,CAAC;IACxC,CAAC;CAEF;AAtZD,oCAsZC;AAED,MAAa,aAAa;IAMxB,YAAa,QAAgB,EAChB,WAAiD,EACjD,OAA0C;QAWvD,gCAA2B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxD,4CAA4C,EAC5C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAkCF,+BAA0B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACvD,2CAA2C,EAC3C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,iBAAiB,EACzB,OAAO,CAAC,eAAe,EACvB,CAAC,OAAkC,EAAE,EAAE;YACrC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,eAAe,CAAC,iBAAiB,CAC1C,CAAC;QAkCF,yCAAoC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACjE,qDAAqD,EACrD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,2BAA2B,EACnC,OAAO,CAAC,yBAAyB,EACjC,CAAC,OAA4C,EAAE,EAAE;YAC/C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,yBAAyB,CAAC,iBAAiB,CACpD,CAAC;QAkCF,wCAAmC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAChE,oDAAoD,EACpD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,0BAA0B,EAClC,OAAO,CAAC,wBAAwB,EAChC,CAAC,OAA2C,EAAE,EAAE;YAC9C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,wBAAwB,CAAC,iBAAiB,CACnD,CAAC;QAkCF,8BAAyB,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACtD,0CAA0C,EAC1C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,gBAAgB,EACxB,OAAO,CAAC,cAAc,EACtB,CAAC,OAAiC,EAAE,EAAE;YACpC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,cAAc,CAAC,iBAAiB,CACzC,CAAC;QAkCF,gCAA2B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACxD,4CAA4C,EAC5C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,kBAAkB,EAC1B,OAAO,CAAC,gBAAgB,EACxB,CAAC,OAAmC,EAAE,EAAE;YACtC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,gBAAgB,CAAC,iBAAiB,CAC3C,CAAC;QAkCF,+BAA0B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACvD,2CAA2C,EAC3C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,iBAAiB,EACzB,OAAO,CAAC,eAAe,EACvB,CAAC,OAAkC,EAAE,EAAE;YACrC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,eAAe,CAAC,iBAAiB,CAC1C,CAAC;QAkCF,sCAAiC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC9D,kDAAkD,EAClD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,wBAAwB,EAChC,OAAO,CAAC,sBAAsB,EAC9B,CAAC,OAAyC,EAAE,EAAE;YAC5C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,sBAAsB,CAAC,iBAAiB,CACjD,CAAC;QAkCF,wCAAmC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAChE,oDAAoD,EACpD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,0BAA0B,EAClC,OAAO,CAAC,wBAAwB,EAChC,CAAC,OAA2C,EAAE,EAAE;YAC9C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,wBAAwB,CAAC,iBAAiB,CACnD,CAAC;QAkCF,sCAAiC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CAC9D,kDAAkD,EAClD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,wBAAwB,EAChC,OAAO,CAAC,sBAAsB,EAC9B,CAAC,OAAyC,EAAE,EAAE;YAC5C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,sBAAsB,CAAC,iBAAiB,CACjD,CAAC;QAkCF,yCAAoC,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACjE,qDAAqD,EACrD,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,2BAA2B,EACnC,OAAO,CAAC,yBAAyB,EACjC,CAAC,OAA4C,EAAE,EAAE;YAC/C,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,yBAAyB,CAAC,iBAAiB,CACpD,CAAC;QAkCF,+BAA0B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACvD,2CAA2C,EAC3C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,iBAAiB,EACzB,OAAO,CAAC,eAAe,EACvB,CAAC,OAAkC,EAAE,EAAE;YACrC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,eAAe,CAAC,iBAAiB,CAC1C,CAAC;QAkCF,iCAA4B,GAAG,IAAI,OAAO,CAAC,gBAAgB,CACzD,6CAA6C,EAC7C,OAAO,CAAC,UAAU,CAAC,KAAK,EACxB,OAAO,CAAC,mBAAmB,EAC3B,OAAO,CAAC,iBAAiB,EACzB,CAAC,OAAoC,EAAE,EAAE;YACvC,OAAO,OAAO,CAAC,eAAe,EAAE,CAAC;QACnC,CAAC,EACD,OAAO,CAAC,iBAAiB,CAAC,iBAAiB,CAC5C,CAAC;QAvhBA,IAAI,CAAC,OAAO;YAAE,OAAO,GAAG,EAAE,CAAC;QAC3B,IAAI,CAAC,WAAW;YAAE,WAAW,GAAG,EAAE,CAAC;QACnC,OAAO,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC;QAE3B,IAAI,CAAC,OAAO,GAAG,IAAI,OAAO,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;QACtD,IAAI,CAAC,SAAS,GAAG,QAAQ,CAAC;QAC1B,IAAI,CAAC,YAAY,GAAG,WAAW,CAAC;QAChC,IAAI,CAAC,QAAQ,GAAG,OAAO,CAAC;IAC1B,CAAC;IAuBD,WAAW,CACT,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,EAChC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,CAAC,CAAC;IACpC,CAAC;IAuBD,UAAU,CACR,OAAkC,EAClC,QAAiC,EACjC,QACqD;QACrD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,EAC/B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,CAAC,CAAC;IACnC,CAAC;IAuBD,oBAAoB,CAClB,OAA4C,EAC5C,QAAiC,EACjC,QAC+D;QAC/D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,qDAAqD,EACvD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,EACzC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,qDAAqD,EACvD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,CAAC,CAAC;IAC7C,CAAC;IAuBD,mBAAmB,CACjB,OAA2C,EAC3C,QAAiC,EACjC,QAC8D;QAC9D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,oDAAoD,EACtD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,mCAAmC,EACxC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,oDAAoD,EACtD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,mCAAmC,CAAC,CAAC;IAC5C,CAAC;IAuBD,SAAS,CACP,OAAiC,EACjC,QAAiC,EACjC,QACoD;QACpD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,0CAA0C,EAC5C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,EAC9B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,0CAA0C,EAC5C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,yBAAyB,CAAC,CAAC;IAClC,CAAC;IAuBD,WAAW,CACT,OAAmC,EACnC,QAAiC,EACjC,QACsD;QACtD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,EAChC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,4CAA4C,EAC9C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,2BAA2B,CAAC,CAAC;IACpC,CAAC;IAuBD,UAAU,CACR,OAAkC,EAClC,QAAiC,EACjC,QACqD;QACrD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,EAC/B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,CAAC,CAAC;IACnC,CAAC;IAuBD,iBAAiB,CACf,OAAyC,EACzC,QAAiC,EACjC,QAC4D;QAC5D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,kDAAkD,EACpD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,EACtC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,kDAAkD,EACpD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,CAAC,CAAC;IAC1C,CAAC;IAuBD,mBAAmB,CACjB,OAA2C,EAC3C,QAAiC,EACjC,QAC8D;QAC9D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,oDAAoD,EACtD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,mCAAmC,EACxC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,oDAAoD,EACtD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,mCAAmC,CAAC,CAAC;IAC5C,CAAC;IAuBD,iBAAiB,CACf,OAAyC,EACzC,QAAiC,EACjC,QAC4D;QAC5D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,kDAAkD,EACpD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,EACtC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,kDAAkD,EACpD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,iCAAiC,CAAC,CAAC;IAC1C,CAAC;IAuBD,oBAAoB,CAClB,OAA4C,EAC5C,QAAiC,EACjC,QAC+D;QAC/D,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,qDAAqD,EACvD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,EACzC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,qDAAqD,EACvD,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,oCAAoC,CAAC,CAAC;IAC7C,CAAC;IAuBD,UAAU,CACR,OAAkC,EAClC,QAAiC,EACjC,QACqD;QACrD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,EAC/B,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,2CAA2C,EAC7C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,0BAA0B,CAAC,CAAC;IACnC,CAAC;IAuBD,YAAY,CACV,OAAoC,EACpC,QAAiC,EACjC,QACuD;QACvD,IAAI,QAAQ,KAAK,SAAS,EAAE;YAC1B,OAAO,IAAI,CAAC,OAAO,CAAC,OAAO,CACzB,IAAI,CAAC,SAAS;gBACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,4BAA4B,EACjC,QAAQ,CAAC,CAAC;SACb;QACD,OAAO,IAAI,CAAC,OAAO,CAAC,SAAS,CAC7B,IAAI,CAAC,SAAS;YACZ,6CAA6C,EAC/C,OAAO,EACP,QAAQ,IAAI,EAAE,EACd,IAAI,CAAC,4BAA4B,CAAC,CAAC;IACrC,CAAC;CAEF;AAlkBD,sCAkkBC"} \ No newline at end of file diff --git a/dist/protobuf/grpc_pb.d.ts b/dist/protobuf/grpc_pb.d.ts index 802dd950..b2f971b8 100644 --- a/dist/protobuf/grpc_pb.d.ts +++ b/dist/protobuf/grpc_pb.d.ts @@ -1593,11 +1593,11 @@ export class OfferInfo extends jspb.Message { getMarketPriceMarginPct(): number; setMarketPriceMarginPct(value: number): OfferInfo; - getAmount(): number; - setAmount(value: number): OfferInfo; + getAmount(): string; + setAmount(value: string): OfferInfo; - getMinAmount(): number; - setMinAmount(value: number): OfferInfo; + getMinAmount(): string; + setMinAmount(value: string): OfferInfo; getVolume(): string; setVolume(value: string): OfferInfo; @@ -1605,8 +1605,8 @@ export class OfferInfo extends jspb.Message { getMinVolume(): string; setMinVolume(value: string): OfferInfo; - getBuyerSecurityDeposit(): number; - setBuyerSecurityDeposit(value: number): OfferInfo; + getBuyerSecurityDeposit(): string; + setBuyerSecurityDeposit(value: string): OfferInfo; getTriggerPrice(): string; setTriggerPrice(value: string): OfferInfo; @@ -1632,17 +1632,14 @@ export class OfferInfo extends jspb.Message { getState(): string; setState(value: string): OfferInfo; - getSellerSecurityDeposit(): number; - setSellerSecurityDeposit(value: number): OfferInfo; + getSellerSecurityDeposit(): string; + setSellerSecurityDeposit(value: string): OfferInfo; - getOfferFeePaymentTxId(): string; - setOfferFeePaymentTxId(value: string): OfferInfo; + getOfferFeeTxId(): string; + setOfferFeeTxId(value: string): OfferInfo; - getTxFee(): number; - setTxFee(value: number): OfferInfo; - - getMakerFee(): number; - setMakerFee(value: number): OfferInfo; + getMakerFee(): string; + setMakerFee(value: string): OfferInfo; getIsActivated(): boolean; setIsActivated(value: boolean): OfferInfo; @@ -1680,11 +1677,11 @@ export namespace OfferInfo { price: string, useMarketBasedPrice: boolean, marketPriceMarginPct: number, - amount: number, - minAmount: number, + amount: string, + minAmount: string, volume: string, minVolume: string, - buyerSecurityDeposit: number, + buyerSecurityDeposit: string, triggerPrice: string, paymentAccountId: string, paymentMethodId: string, @@ -1693,10 +1690,9 @@ export namespace OfferInfo { counterCurrencyCode: string, date: number, state: string, - sellerSecurityDeposit: number, - offerFeePaymentTxId: string, - txFee: number, - makerFee: number, + sellerSecurityDeposit: string, + offerFeeTxId: string, + makerFee: string, isActivated: boolean, isMyOffer: boolean, ownerNodeAddress: string, @@ -2639,8 +2635,8 @@ export class TradeInfo extends jspb.Message { getRole(): string; setRole(value: string): TradeInfo; - getTakerFeeAsLong(): number; - setTakerFeeAsLong(value: number): TradeInfo; + getTakerFee(): string; + setTakerFee(value: string): TradeInfo; getTakerFeeTxId(): string; setTakerFeeTxId(value: string): TradeInfo; @@ -2648,14 +2644,14 @@ export class TradeInfo extends jspb.Message { getPayoutTxId(): string; setPayoutTxId(value: string): TradeInfo; - getAmountAsLong(): number; - setAmountAsLong(value: number): TradeInfo; + getAmount(): string; + setAmount(value: string): TradeInfo; - getBuyerSecurityDeposit(): number; - setBuyerSecurityDeposit(value: number): TradeInfo; + getBuyerSecurityDeposit(): string; + setBuyerSecurityDeposit(value: string): TradeInfo; - getSellerSecurityDeposit(): number; - setSellerSecurityDeposit(value: number): TradeInfo; + getSellerSecurityDeposit(): string; + setSellerSecurityDeposit(value: string): TradeInfo; getPrice(): string; setPrice(value: string): TradeInfo; @@ -2740,12 +2736,12 @@ export namespace TradeInfo { shortId: string, date: number, role: string, - takerFeeAsLong: number, + takerFee: string, takerFeeTxId: string, payoutTxId: string, - amountAsLong: number, - buyerSecurityDeposit: number, - sellerSecurityDeposit: number, + amount: string, + buyerSecurityDeposit: string, + sellerSecurityDeposit: string, price: string, arbitratorNodeAddress: string, tradePeerNodeAddress: string, diff --git a/dist/protobuf/grpc_pb.js b/dist/protobuf/grpc_pb.js index ac58aac8..ac2bd477 100644 --- a/dist/protobuf/grpc_pb.js +++ b/dist/protobuf/grpc_pb.js @@ -17,180 +17,180 @@ var global = (function() { return this || window || global || self || Function(' var pb_pb = require('./pb_pb.js'); goog.object.extend(proto, pb_pb); -goog.exportSymbol('proto.io.bisq.protobuffer.AccountExistsReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AccountExistsRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AddConnectionReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AddConnectionRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AddressBalanceInfo', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AvailabilityResultWithDescription', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.BackupAccountReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.BackupAccountRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.BalancesInfo', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.BtcBalanceInfo', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CancelOfferReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CancelOfferRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ChangePasswordReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ChangePasswordRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CheckConnectionReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CheckConnectionRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CheckConnectionsReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CheckConnectionsRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CloseAccountReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CloseAccountRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CompleteTradeReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CompleteTradeRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ConfirmPaymentSentReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ConfirmPaymentSentRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ContractInfo', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CreateAccountReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CreateAccountRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CreatePaymentAccountReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CreatePaymentAccountRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CreateXmrTxReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CreateXmrTxRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DeleteAccountReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DeleteAccountRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetAddressBalanceReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetAddressBalanceRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetBalancesReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetBalancesRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetBestAvailableConnectionReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetChatMessagesReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetChatMessagesRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetConnectionReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetConnectionRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetConnectionsReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetConnectionsRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetDisputeReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetDisputeRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetDisputesReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetDisputesRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetFundingAddressesReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetFundingAddressesRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetMethodHelpReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetMethodHelpRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetMyOfferReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetMyOfferRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetMyOffersReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetMyOffersRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetOfferReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetOfferRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetOffersReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetOffersRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetPaymentAccountFormReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetPaymentAccountFormRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetPaymentAccountsReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetPaymentAccountsRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetPaymentMethodsReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetPaymentMethodsRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetTradeReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetTradeRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetTradeStatisticsReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetTradeStatisticsRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetTradesReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetTradesRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetTradesRequest.Category', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetVersionReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetVersionRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetXmrNewSubaddressReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetXmrSeedReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetXmrSeedRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetXmrTxsReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetXmrTxsRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.IsAccountOpenReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.IsAccountOpenRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.IsAppInitializedReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.IsAppInitializedRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.LockWalletReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.LockWalletRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MarketDepthInfo', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MarketDepthReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MarketDepthRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MarketPriceInfo', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MarketPriceReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MarketPriceRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MarketPricesReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MarketPricesRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.NotificationMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.NotificationMessage.NotificationType', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.OfferInfo', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.OpenAccountReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.OpenAccountRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.OpenDisputeReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.OpenDisputeRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PostOfferReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PostOfferRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RegisterDisputeAgentReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RegisterDisputeAgentRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RegisterNotificationListenerRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RelayXmrTxReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RelayXmrTxRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RemoveConnectionReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RemoveConnectionRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RemoveWalletPasswordReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RemoveWalletPasswordRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ResolveDisputeReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ResolveDisputeRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RestoreAccountReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RestoreAccountRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SendBtcRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SendChatMessageReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SendChatMessageRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SendDisputeChatMessageReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SendDisputeChatMessageRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SendNotificationReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SendNotificationRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SetAutoSwitchReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SetAutoSwitchRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SetConnectionReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SetConnectionRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SetWalletPasswordReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SetWalletPasswordRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.StartCheckingConnectionsReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.StartCheckingConnectionsRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.StartMoneroNodeReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.StartMoneroNodeRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.StopCheckingConnectionsReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.StopCheckingConnectionsRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.StopMoneroNodeReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.StopMoneroNodeRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.StopReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.StopRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.TakeOfferReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.TakeOfferRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.TradeInfo', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.UnlockWalletReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.UnlockWalletRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.UnregisterDisputeAgentReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.UrlConnection', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.UrlConnection.AuthenticationStatus', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.UrlConnection.OnlineStatus', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ValidateFormFieldReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ValidateFormFieldRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.WithdrawFundsReply', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.WithdrawFundsRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.XmrBalanceInfo', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.XmrDestination', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.XmrIncomingTransfer', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.XmrOutgoingTransfer', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.XmrTx', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AccountExistsReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AccountExistsRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AddConnectionReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AddConnectionRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AddressBalanceInfo', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AvailabilityResultWithDescription', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.BackupAccountReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.BackupAccountRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.BalancesInfo', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.BtcBalanceInfo', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CancelOfferReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CancelOfferRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ChangePasswordReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ChangePasswordRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CheckConnectionReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CheckConnectionRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CheckConnectionsReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CheckConnectionsRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CloseAccountReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CloseAccountRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CompleteTradeReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CompleteTradeRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ConfirmPaymentSentReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ConfirmPaymentSentRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ContractInfo', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CreateAccountReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CreateAccountRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CreatePaymentAccountReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CreatePaymentAccountRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CreateXmrTxReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CreateXmrTxRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.DeleteAccountReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.DeleteAccountRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetAddressBalanceReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetAddressBalanceRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetBalancesReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetBalancesRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetBestAvailableConnectionReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetChatMessagesReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetChatMessagesRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetConnectionReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetConnectionRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetConnectionsReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetConnectionsRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetDisputeReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetDisputeRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetDisputesReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetDisputesRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetFundingAddressesReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetFundingAddressesRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetMethodHelpReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetMethodHelpRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetMyOfferReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetMyOfferRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetMyOffersReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetMyOffersRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetOfferReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetOfferRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetOffersReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetOffersRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetPaymentAccountFormReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetPaymentAccountFormRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetPaymentAccountsReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetPaymentAccountsRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetPaymentMethodsReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetPaymentMethodsRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetTradeReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetTradeRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetTradeStatisticsReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetTradeStatisticsRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetTradesReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetTradesRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetTradesRequest.Category', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetVersionReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetVersionRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetXmrNewSubaddressReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetXmrSeedReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetXmrSeedRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetXmrTxsReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetXmrTxsRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.IsAccountOpenReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.IsAccountOpenRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.IsAppInitializedReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.IsAppInitializedRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.LockWalletReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.LockWalletRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MarketDepthInfo', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MarketDepthReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MarketDepthRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MarketPriceInfo', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MarketPriceReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MarketPriceRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MarketPricesReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MarketPricesRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.NotificationMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.NotificationMessage.NotificationType', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.OfferInfo', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.OpenAccountReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.OpenAccountRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.OpenDisputeReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.OpenDisputeRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PostOfferReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PostOfferRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RegisterDisputeAgentReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RegisterDisputeAgentRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RegisterNotificationListenerRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RelayXmrTxReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RelayXmrTxRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RemoveConnectionReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RemoveConnectionRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RemoveWalletPasswordReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RemoveWalletPasswordRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ResolveDisputeReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ResolveDisputeRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RestoreAccountReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RestoreAccountRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SendBtcRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SendChatMessageReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SendChatMessageRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SendDisputeChatMessageReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SendDisputeChatMessageRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SendNotificationReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SendNotificationRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SetAutoSwitchReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SetAutoSwitchRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SetConnectionReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SetConnectionRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SetWalletPasswordReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SetWalletPasswordRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.StartCheckingConnectionsReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.StartCheckingConnectionsRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.StartMoneroNodeReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.StartMoneroNodeRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.StopCheckingConnectionsReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.StopCheckingConnectionsRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.StopMoneroNodeReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.StopMoneroNodeRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.StopReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.StopRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.TakeOfferReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.TakeOfferRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.TradeInfo', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.UnlockWalletReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.UnlockWalletRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.UnregisterDisputeAgentReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.UrlConnection', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.UrlConnection.AuthenticationStatus', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.UrlConnection.OnlineStatus', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ValidateFormFieldReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ValidateFormFieldRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.WithdrawFundsReply', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.WithdrawFundsRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.XmrBalanceInfo', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.XmrDestination', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.XmrIncomingTransfer', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.XmrOutgoingTransfer', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.XmrTx', null, global); /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a @@ -201,16 +201,16 @@ goog.exportSymbol('proto.io.bisq.protobuffer.XmrTx', null, global); * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetMethodHelpRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetMethodHelpRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetMethodHelpRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetMethodHelpRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetMethodHelpRequest.displayName = 'proto.io.bisq.protobuffer.GetMethodHelpRequest'; + proto.io.haveno.protobuffer.GetMethodHelpRequest.displayName = 'proto.io.haveno.protobuffer.GetMethodHelpRequest'; } /** * Generated by JsPbCodeGenerator. @@ -222,16 +222,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetMethodHelpReply = function(opt_data) { +proto.io.haveno.protobuffer.GetMethodHelpReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetMethodHelpReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetMethodHelpReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetMethodHelpReply.displayName = 'proto.io.bisq.protobuffer.GetMethodHelpReply'; + proto.io.haveno.protobuffer.GetMethodHelpReply.displayName = 'proto.io.haveno.protobuffer.GetMethodHelpReply'; } /** * Generated by JsPbCodeGenerator. @@ -243,16 +243,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetVersionRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetVersionRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetVersionRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetVersionRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetVersionRequest.displayName = 'proto.io.bisq.protobuffer.GetVersionRequest'; + proto.io.haveno.protobuffer.GetVersionRequest.displayName = 'proto.io.haveno.protobuffer.GetVersionRequest'; } /** * Generated by JsPbCodeGenerator. @@ -264,16 +264,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetVersionReply = function(opt_data) { +proto.io.haveno.protobuffer.GetVersionReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetVersionReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetVersionReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetVersionReply.displayName = 'proto.io.bisq.protobuffer.GetVersionReply'; + proto.io.haveno.protobuffer.GetVersionReply.displayName = 'proto.io.haveno.protobuffer.GetVersionReply'; } /** * Generated by JsPbCodeGenerator. @@ -285,16 +285,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AccountExistsRequest = function(opt_data) { +proto.io.haveno.protobuffer.AccountExistsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AccountExistsRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AccountExistsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AccountExistsRequest.displayName = 'proto.io.bisq.protobuffer.AccountExistsRequest'; + proto.io.haveno.protobuffer.AccountExistsRequest.displayName = 'proto.io.haveno.protobuffer.AccountExistsRequest'; } /** * Generated by JsPbCodeGenerator. @@ -306,16 +306,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AccountExistsReply = function(opt_data) { +proto.io.haveno.protobuffer.AccountExistsReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AccountExistsReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AccountExistsReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AccountExistsReply.displayName = 'proto.io.bisq.protobuffer.AccountExistsReply'; + proto.io.haveno.protobuffer.AccountExistsReply.displayName = 'proto.io.haveno.protobuffer.AccountExistsReply'; } /** * Generated by JsPbCodeGenerator. @@ -327,16 +327,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.IsAccountOpenRequest = function(opt_data) { +proto.io.haveno.protobuffer.IsAccountOpenRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.IsAccountOpenRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.IsAccountOpenRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.IsAccountOpenRequest.displayName = 'proto.io.bisq.protobuffer.IsAccountOpenRequest'; + proto.io.haveno.protobuffer.IsAccountOpenRequest.displayName = 'proto.io.haveno.protobuffer.IsAccountOpenRequest'; } /** * Generated by JsPbCodeGenerator. @@ -348,16 +348,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.IsAccountOpenReply = function(opt_data) { +proto.io.haveno.protobuffer.IsAccountOpenReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.IsAccountOpenReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.IsAccountOpenReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.IsAccountOpenReply.displayName = 'proto.io.bisq.protobuffer.IsAccountOpenReply'; + proto.io.haveno.protobuffer.IsAccountOpenReply.displayName = 'proto.io.haveno.protobuffer.IsAccountOpenReply'; } /** * Generated by JsPbCodeGenerator. @@ -369,16 +369,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CreateAccountRequest = function(opt_data) { +proto.io.haveno.protobuffer.CreateAccountRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CreateAccountRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CreateAccountRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CreateAccountRequest.displayName = 'proto.io.bisq.protobuffer.CreateAccountRequest'; + proto.io.haveno.protobuffer.CreateAccountRequest.displayName = 'proto.io.haveno.protobuffer.CreateAccountRequest'; } /** * Generated by JsPbCodeGenerator. @@ -390,16 +390,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CreateAccountReply = function(opt_data) { +proto.io.haveno.protobuffer.CreateAccountReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CreateAccountReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CreateAccountReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CreateAccountReply.displayName = 'proto.io.bisq.protobuffer.CreateAccountReply'; + proto.io.haveno.protobuffer.CreateAccountReply.displayName = 'proto.io.haveno.protobuffer.CreateAccountReply'; } /** * Generated by JsPbCodeGenerator. @@ -411,16 +411,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.OpenAccountRequest = function(opt_data) { +proto.io.haveno.protobuffer.OpenAccountRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.OpenAccountRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.OpenAccountRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.OpenAccountRequest.displayName = 'proto.io.bisq.protobuffer.OpenAccountRequest'; + proto.io.haveno.protobuffer.OpenAccountRequest.displayName = 'proto.io.haveno.protobuffer.OpenAccountRequest'; } /** * Generated by JsPbCodeGenerator. @@ -432,16 +432,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.OpenAccountReply = function(opt_data) { +proto.io.haveno.protobuffer.OpenAccountReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.OpenAccountReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.OpenAccountReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.OpenAccountReply.displayName = 'proto.io.bisq.protobuffer.OpenAccountReply'; + proto.io.haveno.protobuffer.OpenAccountReply.displayName = 'proto.io.haveno.protobuffer.OpenAccountReply'; } /** * Generated by JsPbCodeGenerator. @@ -453,16 +453,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.IsAppInitializedRequest = function(opt_data) { +proto.io.haveno.protobuffer.IsAppInitializedRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.IsAppInitializedRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.IsAppInitializedRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.IsAppInitializedRequest.displayName = 'proto.io.bisq.protobuffer.IsAppInitializedRequest'; + proto.io.haveno.protobuffer.IsAppInitializedRequest.displayName = 'proto.io.haveno.protobuffer.IsAppInitializedRequest'; } /** * Generated by JsPbCodeGenerator. @@ -474,16 +474,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.IsAppInitializedReply = function(opt_data) { +proto.io.haveno.protobuffer.IsAppInitializedReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.IsAppInitializedReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.IsAppInitializedReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.IsAppInitializedReply.displayName = 'proto.io.bisq.protobuffer.IsAppInitializedReply'; + proto.io.haveno.protobuffer.IsAppInitializedReply.displayName = 'proto.io.haveno.protobuffer.IsAppInitializedReply'; } /** * Generated by JsPbCodeGenerator. @@ -495,16 +495,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ChangePasswordRequest = function(opt_data) { +proto.io.haveno.protobuffer.ChangePasswordRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ChangePasswordRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ChangePasswordRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ChangePasswordRequest.displayName = 'proto.io.bisq.protobuffer.ChangePasswordRequest'; + proto.io.haveno.protobuffer.ChangePasswordRequest.displayName = 'proto.io.haveno.protobuffer.ChangePasswordRequest'; } /** * Generated by JsPbCodeGenerator. @@ -516,16 +516,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ChangePasswordReply = function(opt_data) { +proto.io.haveno.protobuffer.ChangePasswordReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ChangePasswordReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ChangePasswordReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ChangePasswordReply.displayName = 'proto.io.bisq.protobuffer.ChangePasswordReply'; + proto.io.haveno.protobuffer.ChangePasswordReply.displayName = 'proto.io.haveno.protobuffer.ChangePasswordReply'; } /** * Generated by JsPbCodeGenerator. @@ -537,16 +537,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CloseAccountRequest = function(opt_data) { +proto.io.haveno.protobuffer.CloseAccountRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CloseAccountRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CloseAccountRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CloseAccountRequest.displayName = 'proto.io.bisq.protobuffer.CloseAccountRequest'; + proto.io.haveno.protobuffer.CloseAccountRequest.displayName = 'proto.io.haveno.protobuffer.CloseAccountRequest'; } /** * Generated by JsPbCodeGenerator. @@ -558,16 +558,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CloseAccountReply = function(opt_data) { +proto.io.haveno.protobuffer.CloseAccountReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CloseAccountReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CloseAccountReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CloseAccountReply.displayName = 'proto.io.bisq.protobuffer.CloseAccountReply'; + proto.io.haveno.protobuffer.CloseAccountReply.displayName = 'proto.io.haveno.protobuffer.CloseAccountReply'; } /** * Generated by JsPbCodeGenerator. @@ -579,16 +579,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.DeleteAccountRequest = function(opt_data) { +proto.io.haveno.protobuffer.DeleteAccountRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.DeleteAccountRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.DeleteAccountRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.DeleteAccountRequest.displayName = 'proto.io.bisq.protobuffer.DeleteAccountRequest'; + proto.io.haveno.protobuffer.DeleteAccountRequest.displayName = 'proto.io.haveno.protobuffer.DeleteAccountRequest'; } /** * Generated by JsPbCodeGenerator. @@ -600,16 +600,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.DeleteAccountReply = function(opt_data) { +proto.io.haveno.protobuffer.DeleteAccountReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.DeleteAccountReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.DeleteAccountReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.DeleteAccountReply.displayName = 'proto.io.bisq.protobuffer.DeleteAccountReply'; + proto.io.haveno.protobuffer.DeleteAccountReply.displayName = 'proto.io.haveno.protobuffer.DeleteAccountReply'; } /** * Generated by JsPbCodeGenerator. @@ -621,16 +621,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.BackupAccountRequest = function(opt_data) { +proto.io.haveno.protobuffer.BackupAccountRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.BackupAccountRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.BackupAccountRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.BackupAccountRequest.displayName = 'proto.io.bisq.protobuffer.BackupAccountRequest'; + proto.io.haveno.protobuffer.BackupAccountRequest.displayName = 'proto.io.haveno.protobuffer.BackupAccountRequest'; } /** * Generated by JsPbCodeGenerator. @@ -642,16 +642,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.BackupAccountReply = function(opt_data) { +proto.io.haveno.protobuffer.BackupAccountReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.BackupAccountReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.BackupAccountReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.BackupAccountReply.displayName = 'proto.io.bisq.protobuffer.BackupAccountReply'; + proto.io.haveno.protobuffer.BackupAccountReply.displayName = 'proto.io.haveno.protobuffer.BackupAccountReply'; } /** * Generated by JsPbCodeGenerator. @@ -663,16 +663,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RestoreAccountRequest = function(opt_data) { +proto.io.haveno.protobuffer.RestoreAccountRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RestoreAccountRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RestoreAccountRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RestoreAccountRequest.displayName = 'proto.io.bisq.protobuffer.RestoreAccountRequest'; + proto.io.haveno.protobuffer.RestoreAccountRequest.displayName = 'proto.io.haveno.protobuffer.RestoreAccountRequest'; } /** * Generated by JsPbCodeGenerator. @@ -684,16 +684,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RestoreAccountReply = function(opt_data) { +proto.io.haveno.protobuffer.RestoreAccountReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RestoreAccountReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RestoreAccountReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RestoreAccountReply.displayName = 'proto.io.bisq.protobuffer.RestoreAccountReply'; + proto.io.haveno.protobuffer.RestoreAccountReply.displayName = 'proto.io.haveno.protobuffer.RestoreAccountReply'; } /** * Generated by JsPbCodeGenerator. @@ -705,16 +705,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetDisputesRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetDisputesRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetDisputesRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetDisputesRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetDisputesRequest.displayName = 'proto.io.bisq.protobuffer.GetDisputesRequest'; + proto.io.haveno.protobuffer.GetDisputesRequest.displayName = 'proto.io.haveno.protobuffer.GetDisputesRequest'; } /** * Generated by JsPbCodeGenerator. @@ -726,16 +726,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetDisputesReply = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetDisputesReply.repeatedFields_, null); +proto.io.haveno.protobuffer.GetDisputesReply = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetDisputesReply.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetDisputesReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetDisputesReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetDisputesReply.displayName = 'proto.io.bisq.protobuffer.GetDisputesReply'; + proto.io.haveno.protobuffer.GetDisputesReply.displayName = 'proto.io.haveno.protobuffer.GetDisputesReply'; } /** * Generated by JsPbCodeGenerator. @@ -747,16 +747,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetDisputeRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetDisputeRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetDisputeRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetDisputeRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetDisputeRequest.displayName = 'proto.io.bisq.protobuffer.GetDisputeRequest'; + proto.io.haveno.protobuffer.GetDisputeRequest.displayName = 'proto.io.haveno.protobuffer.GetDisputeRequest'; } /** * Generated by JsPbCodeGenerator. @@ -768,16 +768,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetDisputeReply = function(opt_data) { +proto.io.haveno.protobuffer.GetDisputeReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetDisputeReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetDisputeReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetDisputeReply.displayName = 'proto.io.bisq.protobuffer.GetDisputeReply'; + proto.io.haveno.protobuffer.GetDisputeReply.displayName = 'proto.io.haveno.protobuffer.GetDisputeReply'; } /** * Generated by JsPbCodeGenerator. @@ -789,16 +789,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.OpenDisputeRequest = function(opt_data) { +proto.io.haveno.protobuffer.OpenDisputeRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.OpenDisputeRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.OpenDisputeRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.OpenDisputeRequest.displayName = 'proto.io.bisq.protobuffer.OpenDisputeRequest'; + proto.io.haveno.protobuffer.OpenDisputeRequest.displayName = 'proto.io.haveno.protobuffer.OpenDisputeRequest'; } /** * Generated by JsPbCodeGenerator. @@ -810,16 +810,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.OpenDisputeReply = function(opt_data) { +proto.io.haveno.protobuffer.OpenDisputeReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.OpenDisputeReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.OpenDisputeReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.OpenDisputeReply.displayName = 'proto.io.bisq.protobuffer.OpenDisputeReply'; + proto.io.haveno.protobuffer.OpenDisputeReply.displayName = 'proto.io.haveno.protobuffer.OpenDisputeReply'; } /** * Generated by JsPbCodeGenerator. @@ -831,16 +831,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ResolveDisputeReply = function(opt_data) { +proto.io.haveno.protobuffer.ResolveDisputeReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ResolveDisputeReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ResolveDisputeReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ResolveDisputeReply.displayName = 'proto.io.bisq.protobuffer.ResolveDisputeReply'; + proto.io.haveno.protobuffer.ResolveDisputeReply.displayName = 'proto.io.haveno.protobuffer.ResolveDisputeReply'; } /** * Generated by JsPbCodeGenerator. @@ -852,16 +852,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ResolveDisputeRequest = function(opt_data) { +proto.io.haveno.protobuffer.ResolveDisputeRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ResolveDisputeRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ResolveDisputeRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ResolveDisputeRequest.displayName = 'proto.io.bisq.protobuffer.ResolveDisputeRequest'; + proto.io.haveno.protobuffer.ResolveDisputeRequest.displayName = 'proto.io.haveno.protobuffer.ResolveDisputeRequest'; } /** * Generated by JsPbCodeGenerator. @@ -873,16 +873,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.repeatedFields_, null); +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.SendDisputeChatMessageRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SendDisputeChatMessageRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.displayName = 'proto.io.bisq.protobuffer.SendDisputeChatMessageRequest'; + proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.displayName = 'proto.io.haveno.protobuffer.SendDisputeChatMessageRequest'; } /** * Generated by JsPbCodeGenerator. @@ -894,16 +894,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SendDisputeChatMessageReply = function(opt_data) { +proto.io.haveno.protobuffer.SendDisputeChatMessageReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SendDisputeChatMessageReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SendDisputeChatMessageReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SendDisputeChatMessageReply.displayName = 'proto.io.bisq.protobuffer.SendDisputeChatMessageReply'; + proto.io.haveno.protobuffer.SendDisputeChatMessageReply.displayName = 'proto.io.haveno.protobuffer.SendDisputeChatMessageReply'; } /** * Generated by JsPbCodeGenerator. @@ -915,16 +915,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RegisterDisputeAgentRequest = function(opt_data) { +proto.io.haveno.protobuffer.RegisterDisputeAgentRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RegisterDisputeAgentRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RegisterDisputeAgentRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.displayName = 'proto.io.bisq.protobuffer.RegisterDisputeAgentRequest'; + proto.io.haveno.protobuffer.RegisterDisputeAgentRequest.displayName = 'proto.io.haveno.protobuffer.RegisterDisputeAgentRequest'; } /** * Generated by JsPbCodeGenerator. @@ -936,16 +936,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RegisterDisputeAgentReply = function(opt_data) { +proto.io.haveno.protobuffer.RegisterDisputeAgentReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RegisterDisputeAgentReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RegisterDisputeAgentReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RegisterDisputeAgentReply.displayName = 'proto.io.bisq.protobuffer.RegisterDisputeAgentReply'; + proto.io.haveno.protobuffer.RegisterDisputeAgentReply.displayName = 'proto.io.haveno.protobuffer.RegisterDisputeAgentReply'; } /** * Generated by JsPbCodeGenerator. @@ -957,16 +957,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest = function(opt_data) { +proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.displayName = 'proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest'; + proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest.displayName = 'proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest'; } /** * Generated by JsPbCodeGenerator. @@ -978,16 +978,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentReply = function(opt_data) { +proto.io.haveno.protobuffer.UnregisterDisputeAgentReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.UnregisterDisputeAgentReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.UnregisterDisputeAgentReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.UnregisterDisputeAgentReply.displayName = 'proto.io.bisq.protobuffer.UnregisterDisputeAgentReply'; + proto.io.haveno.protobuffer.UnregisterDisputeAgentReply.displayName = 'proto.io.haveno.protobuffer.UnregisterDisputeAgentReply'; } /** * Generated by JsPbCodeGenerator. @@ -999,16 +999,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RegisterNotificationListenerRequest = function(opt_data) { +proto.io.haveno.protobuffer.RegisterNotificationListenerRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RegisterNotificationListenerRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RegisterNotificationListenerRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RegisterNotificationListenerRequest.displayName = 'proto.io.bisq.protobuffer.RegisterNotificationListenerRequest'; + proto.io.haveno.protobuffer.RegisterNotificationListenerRequest.displayName = 'proto.io.haveno.protobuffer.RegisterNotificationListenerRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1020,16 +1020,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.NotificationMessage = function(opt_data) { +proto.io.haveno.protobuffer.NotificationMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.NotificationMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.NotificationMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.NotificationMessage.displayName = 'proto.io.bisq.protobuffer.NotificationMessage'; + proto.io.haveno.protobuffer.NotificationMessage.displayName = 'proto.io.haveno.protobuffer.NotificationMessage'; } /** * Generated by JsPbCodeGenerator. @@ -1041,16 +1041,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SendNotificationRequest = function(opt_data) { +proto.io.haveno.protobuffer.SendNotificationRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SendNotificationRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SendNotificationRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SendNotificationRequest.displayName = 'proto.io.bisq.protobuffer.SendNotificationRequest'; + proto.io.haveno.protobuffer.SendNotificationRequest.displayName = 'proto.io.haveno.protobuffer.SendNotificationRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1062,16 +1062,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SendNotificationReply = function(opt_data) { +proto.io.haveno.protobuffer.SendNotificationReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SendNotificationReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SendNotificationReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SendNotificationReply.displayName = 'proto.io.bisq.protobuffer.SendNotificationReply'; + proto.io.haveno.protobuffer.SendNotificationReply.displayName = 'proto.io.haveno.protobuffer.SendNotificationReply'; } /** * Generated by JsPbCodeGenerator. @@ -1083,16 +1083,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.UrlConnection = function(opt_data) { +proto.io.haveno.protobuffer.UrlConnection = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.UrlConnection, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.UrlConnection, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.UrlConnection.displayName = 'proto.io.bisq.protobuffer.UrlConnection'; + proto.io.haveno.protobuffer.UrlConnection.displayName = 'proto.io.haveno.protobuffer.UrlConnection'; } /** * Generated by JsPbCodeGenerator. @@ -1104,16 +1104,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AddConnectionRequest = function(opt_data) { +proto.io.haveno.protobuffer.AddConnectionRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AddConnectionRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AddConnectionRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AddConnectionRequest.displayName = 'proto.io.bisq.protobuffer.AddConnectionRequest'; + proto.io.haveno.protobuffer.AddConnectionRequest.displayName = 'proto.io.haveno.protobuffer.AddConnectionRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1125,16 +1125,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AddConnectionReply = function(opt_data) { +proto.io.haveno.protobuffer.AddConnectionReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AddConnectionReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AddConnectionReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AddConnectionReply.displayName = 'proto.io.bisq.protobuffer.AddConnectionReply'; + proto.io.haveno.protobuffer.AddConnectionReply.displayName = 'proto.io.haveno.protobuffer.AddConnectionReply'; } /** * Generated by JsPbCodeGenerator. @@ -1146,16 +1146,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RemoveConnectionRequest = function(opt_data) { +proto.io.haveno.protobuffer.RemoveConnectionRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RemoveConnectionRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RemoveConnectionRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RemoveConnectionRequest.displayName = 'proto.io.bisq.protobuffer.RemoveConnectionRequest'; + proto.io.haveno.protobuffer.RemoveConnectionRequest.displayName = 'proto.io.haveno.protobuffer.RemoveConnectionRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1167,16 +1167,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RemoveConnectionReply = function(opt_data) { +proto.io.haveno.protobuffer.RemoveConnectionReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RemoveConnectionReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RemoveConnectionReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RemoveConnectionReply.displayName = 'proto.io.bisq.protobuffer.RemoveConnectionReply'; + proto.io.haveno.protobuffer.RemoveConnectionReply.displayName = 'proto.io.haveno.protobuffer.RemoveConnectionReply'; } /** * Generated by JsPbCodeGenerator. @@ -1188,16 +1188,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetConnectionRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetConnectionRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetConnectionRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetConnectionRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetConnectionRequest.displayName = 'proto.io.bisq.protobuffer.GetConnectionRequest'; + proto.io.haveno.protobuffer.GetConnectionRequest.displayName = 'proto.io.haveno.protobuffer.GetConnectionRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1209,16 +1209,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetConnectionReply = function(opt_data) { +proto.io.haveno.protobuffer.GetConnectionReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetConnectionReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetConnectionReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetConnectionReply.displayName = 'proto.io.bisq.protobuffer.GetConnectionReply'; + proto.io.haveno.protobuffer.GetConnectionReply.displayName = 'proto.io.haveno.protobuffer.GetConnectionReply'; } /** * Generated by JsPbCodeGenerator. @@ -1230,16 +1230,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetConnectionsRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetConnectionsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetConnectionsRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetConnectionsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetConnectionsRequest.displayName = 'proto.io.bisq.protobuffer.GetConnectionsRequest'; + proto.io.haveno.protobuffer.GetConnectionsRequest.displayName = 'proto.io.haveno.protobuffer.GetConnectionsRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1251,16 +1251,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetConnectionsReply = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetConnectionsReply.repeatedFields_, null); +proto.io.haveno.protobuffer.GetConnectionsReply = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetConnectionsReply.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetConnectionsReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetConnectionsReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetConnectionsReply.displayName = 'proto.io.bisq.protobuffer.GetConnectionsReply'; + proto.io.haveno.protobuffer.GetConnectionsReply.displayName = 'proto.io.haveno.protobuffer.GetConnectionsReply'; } /** * Generated by JsPbCodeGenerator. @@ -1272,16 +1272,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SetConnectionRequest = function(opt_data) { +proto.io.haveno.protobuffer.SetConnectionRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SetConnectionRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SetConnectionRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SetConnectionRequest.displayName = 'proto.io.bisq.protobuffer.SetConnectionRequest'; + proto.io.haveno.protobuffer.SetConnectionRequest.displayName = 'proto.io.haveno.protobuffer.SetConnectionRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1293,16 +1293,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SetConnectionReply = function(opt_data) { +proto.io.haveno.protobuffer.SetConnectionReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SetConnectionReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SetConnectionReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SetConnectionReply.displayName = 'proto.io.bisq.protobuffer.SetConnectionReply'; + proto.io.haveno.protobuffer.SetConnectionReply.displayName = 'proto.io.haveno.protobuffer.SetConnectionReply'; } /** * Generated by JsPbCodeGenerator. @@ -1314,16 +1314,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CheckConnectionRequest = function(opt_data) { +proto.io.haveno.protobuffer.CheckConnectionRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CheckConnectionRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CheckConnectionRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CheckConnectionRequest.displayName = 'proto.io.bisq.protobuffer.CheckConnectionRequest'; + proto.io.haveno.protobuffer.CheckConnectionRequest.displayName = 'proto.io.haveno.protobuffer.CheckConnectionRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1335,16 +1335,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CheckConnectionReply = function(opt_data) { +proto.io.haveno.protobuffer.CheckConnectionReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CheckConnectionReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CheckConnectionReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CheckConnectionReply.displayName = 'proto.io.bisq.protobuffer.CheckConnectionReply'; + proto.io.haveno.protobuffer.CheckConnectionReply.displayName = 'proto.io.haveno.protobuffer.CheckConnectionReply'; } /** * Generated by JsPbCodeGenerator. @@ -1356,16 +1356,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CheckConnectionsRequest = function(opt_data) { +proto.io.haveno.protobuffer.CheckConnectionsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CheckConnectionsRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CheckConnectionsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CheckConnectionsRequest.displayName = 'proto.io.bisq.protobuffer.CheckConnectionsRequest'; + proto.io.haveno.protobuffer.CheckConnectionsRequest.displayName = 'proto.io.haveno.protobuffer.CheckConnectionsRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1377,16 +1377,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CheckConnectionsReply = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.CheckConnectionsReply.repeatedFields_, null); +proto.io.haveno.protobuffer.CheckConnectionsReply = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.CheckConnectionsReply.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.CheckConnectionsReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CheckConnectionsReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CheckConnectionsReply.displayName = 'proto.io.bisq.protobuffer.CheckConnectionsReply'; + proto.io.haveno.protobuffer.CheckConnectionsReply.displayName = 'proto.io.haveno.protobuffer.CheckConnectionsReply'; } /** * Generated by JsPbCodeGenerator. @@ -1398,16 +1398,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.StartCheckingConnectionsRequest = function(opt_data) { +proto.io.haveno.protobuffer.StartCheckingConnectionsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.StartCheckingConnectionsRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.StartCheckingConnectionsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.displayName = 'proto.io.bisq.protobuffer.StartCheckingConnectionsRequest'; + proto.io.haveno.protobuffer.StartCheckingConnectionsRequest.displayName = 'proto.io.haveno.protobuffer.StartCheckingConnectionsRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1419,16 +1419,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.StartCheckingConnectionsReply = function(opt_data) { +proto.io.haveno.protobuffer.StartCheckingConnectionsReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.StartCheckingConnectionsReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.StartCheckingConnectionsReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.StartCheckingConnectionsReply.displayName = 'proto.io.bisq.protobuffer.StartCheckingConnectionsReply'; + proto.io.haveno.protobuffer.StartCheckingConnectionsReply.displayName = 'proto.io.haveno.protobuffer.StartCheckingConnectionsReply'; } /** * Generated by JsPbCodeGenerator. @@ -1440,16 +1440,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.StopCheckingConnectionsRequest = function(opt_data) { +proto.io.haveno.protobuffer.StopCheckingConnectionsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.StopCheckingConnectionsRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.StopCheckingConnectionsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.StopCheckingConnectionsRequest.displayName = 'proto.io.bisq.protobuffer.StopCheckingConnectionsRequest'; + proto.io.haveno.protobuffer.StopCheckingConnectionsRequest.displayName = 'proto.io.haveno.protobuffer.StopCheckingConnectionsRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1461,16 +1461,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.StopCheckingConnectionsReply = function(opt_data) { +proto.io.haveno.protobuffer.StopCheckingConnectionsReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.StopCheckingConnectionsReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.StopCheckingConnectionsReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.StopCheckingConnectionsReply.displayName = 'proto.io.bisq.protobuffer.StopCheckingConnectionsReply'; + proto.io.haveno.protobuffer.StopCheckingConnectionsReply.displayName = 'proto.io.haveno.protobuffer.StopCheckingConnectionsReply'; } /** * Generated by JsPbCodeGenerator. @@ -1482,16 +1482,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest.displayName = 'proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest'; + proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest.displayName = 'proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1503,16 +1503,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionReply = function(opt_data) { +proto.io.haveno.protobuffer.GetBestAvailableConnectionReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetBestAvailableConnectionReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetBestAvailableConnectionReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.displayName = 'proto.io.bisq.protobuffer.GetBestAvailableConnectionReply'; + proto.io.haveno.protobuffer.GetBestAvailableConnectionReply.displayName = 'proto.io.haveno.protobuffer.GetBestAvailableConnectionReply'; } /** * Generated by JsPbCodeGenerator. @@ -1524,16 +1524,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SetAutoSwitchRequest = function(opt_data) { +proto.io.haveno.protobuffer.SetAutoSwitchRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SetAutoSwitchRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SetAutoSwitchRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SetAutoSwitchRequest.displayName = 'proto.io.bisq.protobuffer.SetAutoSwitchRequest'; + proto.io.haveno.protobuffer.SetAutoSwitchRequest.displayName = 'proto.io.haveno.protobuffer.SetAutoSwitchRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1545,16 +1545,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SetAutoSwitchReply = function(opt_data) { +proto.io.haveno.protobuffer.SetAutoSwitchReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SetAutoSwitchReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SetAutoSwitchReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SetAutoSwitchReply.displayName = 'proto.io.bisq.protobuffer.SetAutoSwitchReply'; + proto.io.haveno.protobuffer.SetAutoSwitchReply.displayName = 'proto.io.haveno.protobuffer.SetAutoSwitchReply'; } /** * Generated by JsPbCodeGenerator. @@ -1566,16 +1566,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest = function(opt_data) { +proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest.displayName = 'proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest'; + proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest.displayName = 'proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1587,16 +1587,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply = function(opt_data) { +proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.displayName = 'proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply'; + proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply.displayName = 'proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply'; } /** * Generated by JsPbCodeGenerator. @@ -1608,16 +1608,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest.displayName = 'proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest'; + proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest.displayName = 'proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1629,16 +1629,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply = function(opt_data) { +proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.displayName = 'proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply'; + proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply.displayName = 'proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply'; } /** * Generated by JsPbCodeGenerator. @@ -1650,16 +1650,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.StartMoneroNodeRequest = function(opt_data) { +proto.io.haveno.protobuffer.StartMoneroNodeRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.StartMoneroNodeRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.StartMoneroNodeRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.StartMoneroNodeRequest.displayName = 'proto.io.bisq.protobuffer.StartMoneroNodeRequest'; + proto.io.haveno.protobuffer.StartMoneroNodeRequest.displayName = 'proto.io.haveno.protobuffer.StartMoneroNodeRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1671,16 +1671,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.StartMoneroNodeReply = function(opt_data) { +proto.io.haveno.protobuffer.StartMoneroNodeReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.StartMoneroNodeReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.StartMoneroNodeReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.StartMoneroNodeReply.displayName = 'proto.io.bisq.protobuffer.StartMoneroNodeReply'; + proto.io.haveno.protobuffer.StartMoneroNodeReply.displayName = 'proto.io.haveno.protobuffer.StartMoneroNodeReply'; } /** * Generated by JsPbCodeGenerator. @@ -1692,16 +1692,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.StopMoneroNodeRequest = function(opt_data) { +proto.io.haveno.protobuffer.StopMoneroNodeRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.StopMoneroNodeRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.StopMoneroNodeRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.StopMoneroNodeRequest.displayName = 'proto.io.bisq.protobuffer.StopMoneroNodeRequest'; + proto.io.haveno.protobuffer.StopMoneroNodeRequest.displayName = 'proto.io.haveno.protobuffer.StopMoneroNodeRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1713,16 +1713,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.StopMoneroNodeReply = function(opt_data) { +proto.io.haveno.protobuffer.StopMoneroNodeReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.StopMoneroNodeReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.StopMoneroNodeReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.StopMoneroNodeReply.displayName = 'proto.io.bisq.protobuffer.StopMoneroNodeReply'; + proto.io.haveno.protobuffer.StopMoneroNodeReply.displayName = 'proto.io.haveno.protobuffer.StopMoneroNodeReply'; } /** * Generated by JsPbCodeGenerator. @@ -1734,16 +1734,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetOfferRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetOfferRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetOfferRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetOfferRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetOfferRequest.displayName = 'proto.io.bisq.protobuffer.GetOfferRequest'; + proto.io.haveno.protobuffer.GetOfferRequest.displayName = 'proto.io.haveno.protobuffer.GetOfferRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1755,16 +1755,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetOfferReply = function(opt_data) { +proto.io.haveno.protobuffer.GetOfferReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetOfferReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetOfferReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetOfferReply.displayName = 'proto.io.bisq.protobuffer.GetOfferReply'; + proto.io.haveno.protobuffer.GetOfferReply.displayName = 'proto.io.haveno.protobuffer.GetOfferReply'; } /** * Generated by JsPbCodeGenerator. @@ -1776,16 +1776,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetMyOfferRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetMyOfferRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetMyOfferRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetMyOfferRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetMyOfferRequest.displayName = 'proto.io.bisq.protobuffer.GetMyOfferRequest'; + proto.io.haveno.protobuffer.GetMyOfferRequest.displayName = 'proto.io.haveno.protobuffer.GetMyOfferRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1797,16 +1797,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetMyOfferReply = function(opt_data) { +proto.io.haveno.protobuffer.GetMyOfferReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetMyOfferReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetMyOfferReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetMyOfferReply.displayName = 'proto.io.bisq.protobuffer.GetMyOfferReply'; + proto.io.haveno.protobuffer.GetMyOfferReply.displayName = 'proto.io.haveno.protobuffer.GetMyOfferReply'; } /** * Generated by JsPbCodeGenerator. @@ -1818,16 +1818,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetOffersRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetOffersRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetOffersRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetOffersRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetOffersRequest.displayName = 'proto.io.bisq.protobuffer.GetOffersRequest'; + proto.io.haveno.protobuffer.GetOffersRequest.displayName = 'proto.io.haveno.protobuffer.GetOffersRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1839,16 +1839,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetOffersReply = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetOffersReply.repeatedFields_, null); +proto.io.haveno.protobuffer.GetOffersReply = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetOffersReply.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetOffersReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetOffersReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetOffersReply.displayName = 'proto.io.bisq.protobuffer.GetOffersReply'; + proto.io.haveno.protobuffer.GetOffersReply.displayName = 'proto.io.haveno.protobuffer.GetOffersReply'; } /** * Generated by JsPbCodeGenerator. @@ -1860,16 +1860,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetMyOffersRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetMyOffersRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetMyOffersRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetMyOffersRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetMyOffersRequest.displayName = 'proto.io.bisq.protobuffer.GetMyOffersRequest'; + proto.io.haveno.protobuffer.GetMyOffersRequest.displayName = 'proto.io.haveno.protobuffer.GetMyOffersRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1881,16 +1881,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetMyOffersReply = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetMyOffersReply.repeatedFields_, null); +proto.io.haveno.protobuffer.GetMyOffersReply = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetMyOffersReply.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetMyOffersReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetMyOffersReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetMyOffersReply.displayName = 'proto.io.bisq.protobuffer.GetMyOffersReply'; + proto.io.haveno.protobuffer.GetMyOffersReply.displayName = 'proto.io.haveno.protobuffer.GetMyOffersReply'; } /** * Generated by JsPbCodeGenerator. @@ -1902,16 +1902,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PostOfferRequest = function(opt_data) { +proto.io.haveno.protobuffer.PostOfferRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PostOfferRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PostOfferRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PostOfferRequest.displayName = 'proto.io.bisq.protobuffer.PostOfferRequest'; + proto.io.haveno.protobuffer.PostOfferRequest.displayName = 'proto.io.haveno.protobuffer.PostOfferRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1923,16 +1923,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PostOfferReply = function(opt_data) { +proto.io.haveno.protobuffer.PostOfferReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PostOfferReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PostOfferReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PostOfferReply.displayName = 'proto.io.bisq.protobuffer.PostOfferReply'; + proto.io.haveno.protobuffer.PostOfferReply.displayName = 'proto.io.haveno.protobuffer.PostOfferReply'; } /** * Generated by JsPbCodeGenerator. @@ -1944,16 +1944,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CancelOfferRequest = function(opt_data) { +proto.io.haveno.protobuffer.CancelOfferRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CancelOfferRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CancelOfferRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CancelOfferRequest.displayName = 'proto.io.bisq.protobuffer.CancelOfferRequest'; + proto.io.haveno.protobuffer.CancelOfferRequest.displayName = 'proto.io.haveno.protobuffer.CancelOfferRequest'; } /** * Generated by JsPbCodeGenerator. @@ -1965,16 +1965,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CancelOfferReply = function(opt_data) { +proto.io.haveno.protobuffer.CancelOfferReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CancelOfferReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CancelOfferReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CancelOfferReply.displayName = 'proto.io.bisq.protobuffer.CancelOfferReply'; + proto.io.haveno.protobuffer.CancelOfferReply.displayName = 'proto.io.haveno.protobuffer.CancelOfferReply'; } /** * Generated by JsPbCodeGenerator. @@ -1986,16 +1986,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.OfferInfo = function(opt_data) { +proto.io.haveno.protobuffer.OfferInfo = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.OfferInfo, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.OfferInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.OfferInfo.displayName = 'proto.io.bisq.protobuffer.OfferInfo'; + proto.io.haveno.protobuffer.OfferInfo.displayName = 'proto.io.haveno.protobuffer.OfferInfo'; } /** * Generated by JsPbCodeGenerator. @@ -2007,16 +2007,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AvailabilityResultWithDescription = function(opt_data) { +proto.io.haveno.protobuffer.AvailabilityResultWithDescription = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AvailabilityResultWithDescription, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AvailabilityResultWithDescription, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AvailabilityResultWithDescription.displayName = 'proto.io.bisq.protobuffer.AvailabilityResultWithDescription'; + proto.io.haveno.protobuffer.AvailabilityResultWithDescription.displayName = 'proto.io.haveno.protobuffer.AvailabilityResultWithDescription'; } /** * Generated by JsPbCodeGenerator. @@ -2028,16 +2028,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CreatePaymentAccountRequest = function(opt_data) { +proto.io.haveno.protobuffer.CreatePaymentAccountRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CreatePaymentAccountRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CreatePaymentAccountRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CreatePaymentAccountRequest.displayName = 'proto.io.bisq.protobuffer.CreatePaymentAccountRequest'; + proto.io.haveno.protobuffer.CreatePaymentAccountRequest.displayName = 'proto.io.haveno.protobuffer.CreatePaymentAccountRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2049,16 +2049,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CreatePaymentAccountReply = function(opt_data) { +proto.io.haveno.protobuffer.CreatePaymentAccountReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CreatePaymentAccountReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CreatePaymentAccountReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CreatePaymentAccountReply.displayName = 'proto.io.bisq.protobuffer.CreatePaymentAccountReply'; + proto.io.haveno.protobuffer.CreatePaymentAccountReply.displayName = 'proto.io.haveno.protobuffer.CreatePaymentAccountReply'; } /** * Generated by JsPbCodeGenerator. @@ -2070,16 +2070,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetPaymentAccountsRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetPaymentAccountsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetPaymentAccountsRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetPaymentAccountsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetPaymentAccountsRequest.displayName = 'proto.io.bisq.protobuffer.GetPaymentAccountsRequest'; + proto.io.haveno.protobuffer.GetPaymentAccountsRequest.displayName = 'proto.io.haveno.protobuffer.GetPaymentAccountsRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2091,16 +2091,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetPaymentAccountsReply = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetPaymentAccountsReply.repeatedFields_, null); +proto.io.haveno.protobuffer.GetPaymentAccountsReply = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetPaymentAccountsReply.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetPaymentAccountsReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetPaymentAccountsReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetPaymentAccountsReply.displayName = 'proto.io.bisq.protobuffer.GetPaymentAccountsReply'; + proto.io.haveno.protobuffer.GetPaymentAccountsReply.displayName = 'proto.io.haveno.protobuffer.GetPaymentAccountsReply'; } /** * Generated by JsPbCodeGenerator. @@ -2112,16 +2112,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetPaymentMethodsRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetPaymentMethodsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetPaymentMethodsRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetPaymentMethodsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetPaymentMethodsRequest.displayName = 'proto.io.bisq.protobuffer.GetPaymentMethodsRequest'; + proto.io.haveno.protobuffer.GetPaymentMethodsRequest.displayName = 'proto.io.haveno.protobuffer.GetPaymentMethodsRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2133,16 +2133,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetPaymentMethodsReply = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetPaymentMethodsReply.repeatedFields_, null); +proto.io.haveno.protobuffer.GetPaymentMethodsReply = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetPaymentMethodsReply.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetPaymentMethodsReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetPaymentMethodsReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetPaymentMethodsReply.displayName = 'proto.io.bisq.protobuffer.GetPaymentMethodsReply'; + proto.io.haveno.protobuffer.GetPaymentMethodsReply.displayName = 'proto.io.haveno.protobuffer.GetPaymentMethodsReply'; } /** * Generated by JsPbCodeGenerator. @@ -2154,16 +2154,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetPaymentAccountFormRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetPaymentAccountFormRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetPaymentAccountFormRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetPaymentAccountFormRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.displayName = 'proto.io.bisq.protobuffer.GetPaymentAccountFormRequest'; + proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.displayName = 'proto.io.haveno.protobuffer.GetPaymentAccountFormRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2175,16 +2175,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetPaymentAccountFormReply = function(opt_data) { +proto.io.haveno.protobuffer.GetPaymentAccountFormReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetPaymentAccountFormReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetPaymentAccountFormReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetPaymentAccountFormReply.displayName = 'proto.io.bisq.protobuffer.GetPaymentAccountFormReply'; + proto.io.haveno.protobuffer.GetPaymentAccountFormReply.displayName = 'proto.io.haveno.protobuffer.GetPaymentAccountFormReply'; } /** * Generated by JsPbCodeGenerator. @@ -2196,16 +2196,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.displayName = 'proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest'; + proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest.displayName = 'proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2217,16 +2217,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply = function(opt_data) { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.displayName = 'proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply'; + proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply.displayName = 'proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply'; } /** * Generated by JsPbCodeGenerator. @@ -2238,16 +2238,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest = function(opt_data) { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.displayName = 'proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest'; + proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.displayName = 'proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2259,16 +2259,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply = function(opt_data) { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.displayName = 'proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply'; + proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply.displayName = 'proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply'; } /** * Generated by JsPbCodeGenerator. @@ -2280,16 +2280,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.displayName = 'proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest'; + proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.displayName = 'proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2301,16 +2301,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.repeatedFields_, null); +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.displayName = 'proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply'; + proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.displayName = 'proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply'; } /** * Generated by JsPbCodeGenerator. @@ -2322,16 +2322,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ValidateFormFieldRequest = function(opt_data) { +proto.io.haveno.protobuffer.ValidateFormFieldRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ValidateFormFieldRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ValidateFormFieldRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ValidateFormFieldRequest.displayName = 'proto.io.bisq.protobuffer.ValidateFormFieldRequest'; + proto.io.haveno.protobuffer.ValidateFormFieldRequest.displayName = 'proto.io.haveno.protobuffer.ValidateFormFieldRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2343,16 +2343,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ValidateFormFieldReply = function(opt_data) { +proto.io.haveno.protobuffer.ValidateFormFieldReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ValidateFormFieldReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ValidateFormFieldReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ValidateFormFieldReply.displayName = 'proto.io.bisq.protobuffer.ValidateFormFieldReply'; + proto.io.haveno.protobuffer.ValidateFormFieldReply.displayName = 'proto.io.haveno.protobuffer.ValidateFormFieldReply'; } /** * Generated by JsPbCodeGenerator. @@ -2364,16 +2364,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MarketPriceRequest = function(opt_data) { +proto.io.haveno.protobuffer.MarketPriceRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.MarketPriceRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MarketPriceRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MarketPriceRequest.displayName = 'proto.io.bisq.protobuffer.MarketPriceRequest'; + proto.io.haveno.protobuffer.MarketPriceRequest.displayName = 'proto.io.haveno.protobuffer.MarketPriceRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2385,16 +2385,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MarketPriceReply = function(opt_data) { +proto.io.haveno.protobuffer.MarketPriceReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.MarketPriceReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MarketPriceReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MarketPriceReply.displayName = 'proto.io.bisq.protobuffer.MarketPriceReply'; + proto.io.haveno.protobuffer.MarketPriceReply.displayName = 'proto.io.haveno.protobuffer.MarketPriceReply'; } /** * Generated by JsPbCodeGenerator. @@ -2406,16 +2406,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MarketPricesRequest = function(opt_data) { +proto.io.haveno.protobuffer.MarketPricesRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.MarketPricesRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MarketPricesRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MarketPricesRequest.displayName = 'proto.io.bisq.protobuffer.MarketPricesRequest'; + proto.io.haveno.protobuffer.MarketPricesRequest.displayName = 'proto.io.haveno.protobuffer.MarketPricesRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2427,16 +2427,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MarketPricesReply = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.MarketPricesReply.repeatedFields_, null); +proto.io.haveno.protobuffer.MarketPricesReply = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.MarketPricesReply.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.MarketPricesReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MarketPricesReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MarketPricesReply.displayName = 'proto.io.bisq.protobuffer.MarketPricesReply'; + proto.io.haveno.protobuffer.MarketPricesReply.displayName = 'proto.io.haveno.protobuffer.MarketPricesReply'; } /** * Generated by JsPbCodeGenerator. @@ -2448,16 +2448,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MarketPriceInfo = function(opt_data) { +proto.io.haveno.protobuffer.MarketPriceInfo = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.MarketPriceInfo, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MarketPriceInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MarketPriceInfo.displayName = 'proto.io.bisq.protobuffer.MarketPriceInfo'; + proto.io.haveno.protobuffer.MarketPriceInfo.displayName = 'proto.io.haveno.protobuffer.MarketPriceInfo'; } /** * Generated by JsPbCodeGenerator. @@ -2469,16 +2469,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MarketDepthRequest = function(opt_data) { +proto.io.haveno.protobuffer.MarketDepthRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.MarketDepthRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MarketDepthRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MarketDepthRequest.displayName = 'proto.io.bisq.protobuffer.MarketDepthRequest'; + proto.io.haveno.protobuffer.MarketDepthRequest.displayName = 'proto.io.haveno.protobuffer.MarketDepthRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2490,16 +2490,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MarketDepthReply = function(opt_data) { +proto.io.haveno.protobuffer.MarketDepthReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.MarketDepthReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MarketDepthReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MarketDepthReply.displayName = 'proto.io.bisq.protobuffer.MarketDepthReply'; + proto.io.haveno.protobuffer.MarketDepthReply.displayName = 'proto.io.haveno.protobuffer.MarketDepthReply'; } /** * Generated by JsPbCodeGenerator. @@ -2511,16 +2511,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MarketDepthInfo = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.MarketDepthInfo.repeatedFields_, null); +proto.io.haveno.protobuffer.MarketDepthInfo = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.MarketDepthInfo.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.MarketDepthInfo, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MarketDepthInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MarketDepthInfo.displayName = 'proto.io.bisq.protobuffer.MarketDepthInfo'; + proto.io.haveno.protobuffer.MarketDepthInfo.displayName = 'proto.io.haveno.protobuffer.MarketDepthInfo'; } /** * Generated by JsPbCodeGenerator. @@ -2532,16 +2532,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetTradeStatisticsRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetTradeStatisticsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetTradeStatisticsRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetTradeStatisticsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetTradeStatisticsRequest.displayName = 'proto.io.bisq.protobuffer.GetTradeStatisticsRequest'; + proto.io.haveno.protobuffer.GetTradeStatisticsRequest.displayName = 'proto.io.haveno.protobuffer.GetTradeStatisticsRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2553,16 +2553,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetTradeStatisticsReply = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetTradeStatisticsReply.repeatedFields_, null); +proto.io.haveno.protobuffer.GetTradeStatisticsReply = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetTradeStatisticsReply.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetTradeStatisticsReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetTradeStatisticsReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetTradeStatisticsReply.displayName = 'proto.io.bisq.protobuffer.GetTradeStatisticsReply'; + proto.io.haveno.protobuffer.GetTradeStatisticsReply.displayName = 'proto.io.haveno.protobuffer.GetTradeStatisticsReply'; } /** * Generated by JsPbCodeGenerator. @@ -2574,16 +2574,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.StopRequest = function(opt_data) { +proto.io.haveno.protobuffer.StopRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.StopRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.StopRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.StopRequest.displayName = 'proto.io.bisq.protobuffer.StopRequest'; + proto.io.haveno.protobuffer.StopRequest.displayName = 'proto.io.haveno.protobuffer.StopRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2595,16 +2595,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.StopReply = function(opt_data) { +proto.io.haveno.protobuffer.StopReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.StopReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.StopReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.StopReply.displayName = 'proto.io.bisq.protobuffer.StopReply'; + proto.io.haveno.protobuffer.StopReply.displayName = 'proto.io.haveno.protobuffer.StopReply'; } /** * Generated by JsPbCodeGenerator. @@ -2616,16 +2616,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.TakeOfferRequest = function(opt_data) { +proto.io.haveno.protobuffer.TakeOfferRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.TakeOfferRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.TakeOfferRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.TakeOfferRequest.displayName = 'proto.io.bisq.protobuffer.TakeOfferRequest'; + proto.io.haveno.protobuffer.TakeOfferRequest.displayName = 'proto.io.haveno.protobuffer.TakeOfferRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2637,16 +2637,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.TakeOfferReply = function(opt_data) { +proto.io.haveno.protobuffer.TakeOfferReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.TakeOfferReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.TakeOfferReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.TakeOfferReply.displayName = 'proto.io.bisq.protobuffer.TakeOfferReply'; + proto.io.haveno.protobuffer.TakeOfferReply.displayName = 'proto.io.haveno.protobuffer.TakeOfferReply'; } /** * Generated by JsPbCodeGenerator. @@ -2658,16 +2658,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ConfirmPaymentSentRequest = function(opt_data) { +proto.io.haveno.protobuffer.ConfirmPaymentSentRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ConfirmPaymentSentRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ConfirmPaymentSentRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.displayName = 'proto.io.bisq.protobuffer.ConfirmPaymentSentRequest'; + proto.io.haveno.protobuffer.ConfirmPaymentSentRequest.displayName = 'proto.io.haveno.protobuffer.ConfirmPaymentSentRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2679,16 +2679,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ConfirmPaymentSentReply = function(opt_data) { +proto.io.haveno.protobuffer.ConfirmPaymentSentReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ConfirmPaymentSentReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ConfirmPaymentSentReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ConfirmPaymentSentReply.displayName = 'proto.io.bisq.protobuffer.ConfirmPaymentSentReply'; + proto.io.haveno.protobuffer.ConfirmPaymentSentReply.displayName = 'proto.io.haveno.protobuffer.ConfirmPaymentSentReply'; } /** * Generated by JsPbCodeGenerator. @@ -2700,16 +2700,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest = function(opt_data) { +proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.displayName = 'proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest'; + proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest.displayName = 'proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2721,16 +2721,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply = function(opt_data) { +proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply.displayName = 'proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply'; + proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply.displayName = 'proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply'; } /** * Generated by JsPbCodeGenerator. @@ -2742,16 +2742,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetTradeRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetTradeRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetTradeRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetTradeRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetTradeRequest.displayName = 'proto.io.bisq.protobuffer.GetTradeRequest'; + proto.io.haveno.protobuffer.GetTradeRequest.displayName = 'proto.io.haveno.protobuffer.GetTradeRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2763,16 +2763,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetTradeReply = function(opt_data) { +proto.io.haveno.protobuffer.GetTradeReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetTradeReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetTradeReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetTradeReply.displayName = 'proto.io.bisq.protobuffer.GetTradeReply'; + proto.io.haveno.protobuffer.GetTradeReply.displayName = 'proto.io.haveno.protobuffer.GetTradeReply'; } /** * Generated by JsPbCodeGenerator. @@ -2784,16 +2784,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetTradesRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetTradesRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetTradesRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetTradesRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetTradesRequest.displayName = 'proto.io.bisq.protobuffer.GetTradesRequest'; + proto.io.haveno.protobuffer.GetTradesRequest.displayName = 'proto.io.haveno.protobuffer.GetTradesRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2805,16 +2805,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetTradesReply = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetTradesReply.repeatedFields_, null); +proto.io.haveno.protobuffer.GetTradesReply = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetTradesReply.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetTradesReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetTradesReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetTradesReply.displayName = 'proto.io.bisq.protobuffer.GetTradesReply'; + proto.io.haveno.protobuffer.GetTradesReply.displayName = 'proto.io.haveno.protobuffer.GetTradesReply'; } /** * Generated by JsPbCodeGenerator. @@ -2826,16 +2826,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CompleteTradeRequest = function(opt_data) { +proto.io.haveno.protobuffer.CompleteTradeRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CompleteTradeRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CompleteTradeRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CompleteTradeRequest.displayName = 'proto.io.bisq.protobuffer.CompleteTradeRequest'; + proto.io.haveno.protobuffer.CompleteTradeRequest.displayName = 'proto.io.haveno.protobuffer.CompleteTradeRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2847,16 +2847,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CompleteTradeReply = function(opt_data) { +proto.io.haveno.protobuffer.CompleteTradeReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CompleteTradeReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CompleteTradeReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CompleteTradeReply.displayName = 'proto.io.bisq.protobuffer.CompleteTradeReply'; + proto.io.haveno.protobuffer.CompleteTradeReply.displayName = 'proto.io.haveno.protobuffer.CompleteTradeReply'; } /** * Generated by JsPbCodeGenerator. @@ -2868,16 +2868,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.WithdrawFundsRequest = function(opt_data) { +proto.io.haveno.protobuffer.WithdrawFundsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.WithdrawFundsRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.WithdrawFundsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.WithdrawFundsRequest.displayName = 'proto.io.bisq.protobuffer.WithdrawFundsRequest'; + proto.io.haveno.protobuffer.WithdrawFundsRequest.displayName = 'proto.io.haveno.protobuffer.WithdrawFundsRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2889,16 +2889,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.WithdrawFundsReply = function(opt_data) { +proto.io.haveno.protobuffer.WithdrawFundsReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.WithdrawFundsReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.WithdrawFundsReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.WithdrawFundsReply.displayName = 'proto.io.bisq.protobuffer.WithdrawFundsReply'; + proto.io.haveno.protobuffer.WithdrawFundsReply.displayName = 'proto.io.haveno.protobuffer.WithdrawFundsReply'; } /** * Generated by JsPbCodeGenerator. @@ -2910,16 +2910,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetChatMessagesRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetChatMessagesRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetChatMessagesRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetChatMessagesRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetChatMessagesRequest.displayName = 'proto.io.bisq.protobuffer.GetChatMessagesRequest'; + proto.io.haveno.protobuffer.GetChatMessagesRequest.displayName = 'proto.io.haveno.protobuffer.GetChatMessagesRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2931,16 +2931,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetChatMessagesReply = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetChatMessagesReply.repeatedFields_, null); +proto.io.haveno.protobuffer.GetChatMessagesReply = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetChatMessagesReply.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetChatMessagesReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetChatMessagesReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetChatMessagesReply.displayName = 'proto.io.bisq.protobuffer.GetChatMessagesReply'; + proto.io.haveno.protobuffer.GetChatMessagesReply.displayName = 'proto.io.haveno.protobuffer.GetChatMessagesReply'; } /** * Generated by JsPbCodeGenerator. @@ -2952,16 +2952,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SendChatMessageRequest = function(opt_data) { +proto.io.haveno.protobuffer.SendChatMessageRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SendChatMessageRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SendChatMessageRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SendChatMessageRequest.displayName = 'proto.io.bisq.protobuffer.SendChatMessageRequest'; + proto.io.haveno.protobuffer.SendChatMessageRequest.displayName = 'proto.io.haveno.protobuffer.SendChatMessageRequest'; } /** * Generated by JsPbCodeGenerator. @@ -2973,16 +2973,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SendChatMessageReply = function(opt_data) { +proto.io.haveno.protobuffer.SendChatMessageReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SendChatMessageReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SendChatMessageReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SendChatMessageReply.displayName = 'proto.io.bisq.protobuffer.SendChatMessageReply'; + proto.io.haveno.protobuffer.SendChatMessageReply.displayName = 'proto.io.haveno.protobuffer.SendChatMessageReply'; } /** * Generated by JsPbCodeGenerator. @@ -2994,16 +2994,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.TradeInfo = function(opt_data) { +proto.io.haveno.protobuffer.TradeInfo = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.TradeInfo, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.TradeInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.TradeInfo.displayName = 'proto.io.bisq.protobuffer.TradeInfo'; + proto.io.haveno.protobuffer.TradeInfo.displayName = 'proto.io.haveno.protobuffer.TradeInfo'; } /** * Generated by JsPbCodeGenerator. @@ -3015,16 +3015,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ContractInfo = function(opt_data) { +proto.io.haveno.protobuffer.ContractInfo = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ContractInfo, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ContractInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ContractInfo.displayName = 'proto.io.bisq.protobuffer.ContractInfo'; + proto.io.haveno.protobuffer.ContractInfo.displayName = 'proto.io.haveno.protobuffer.ContractInfo'; } /** * Generated by JsPbCodeGenerator. @@ -3036,16 +3036,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetBalancesRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetBalancesRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetBalancesRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetBalancesRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetBalancesRequest.displayName = 'proto.io.bisq.protobuffer.GetBalancesRequest'; + proto.io.haveno.protobuffer.GetBalancesRequest.displayName = 'proto.io.haveno.protobuffer.GetBalancesRequest'; } /** * Generated by JsPbCodeGenerator. @@ -3057,16 +3057,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetBalancesReply = function(opt_data) { +proto.io.haveno.protobuffer.GetBalancesReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetBalancesReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetBalancesReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetBalancesReply.displayName = 'proto.io.bisq.protobuffer.GetBalancesReply'; + proto.io.haveno.protobuffer.GetBalancesReply.displayName = 'proto.io.haveno.protobuffer.GetBalancesReply'; } /** * Generated by JsPbCodeGenerator. @@ -3078,16 +3078,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetXmrSeedRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetXmrSeedRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetXmrSeedRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetXmrSeedRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetXmrSeedRequest.displayName = 'proto.io.bisq.protobuffer.GetXmrSeedRequest'; + proto.io.haveno.protobuffer.GetXmrSeedRequest.displayName = 'proto.io.haveno.protobuffer.GetXmrSeedRequest'; } /** * Generated by JsPbCodeGenerator. @@ -3099,16 +3099,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetXmrSeedReply = function(opt_data) { +proto.io.haveno.protobuffer.GetXmrSeedReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetXmrSeedReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetXmrSeedReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetXmrSeedReply.displayName = 'proto.io.bisq.protobuffer.GetXmrSeedReply'; + proto.io.haveno.protobuffer.GetXmrSeedReply.displayName = 'proto.io.haveno.protobuffer.GetXmrSeedReply'; } /** * Generated by JsPbCodeGenerator. @@ -3120,16 +3120,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest.displayName = 'proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest'; + proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest.displayName = 'proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest'; } /** * Generated by JsPbCodeGenerator. @@ -3141,16 +3141,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply = function(opt_data) { +proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.displayName = 'proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply'; + proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply.displayName = 'proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply'; } /** * Generated by JsPbCodeGenerator. @@ -3162,16 +3162,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest.displayName = 'proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest'; + proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest.displayName = 'proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest'; } /** * Generated by JsPbCodeGenerator. @@ -3183,16 +3183,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressReply = function(opt_data) { +proto.io.haveno.protobuffer.GetXmrNewSubaddressReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetXmrNewSubaddressReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetXmrNewSubaddressReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.displayName = 'proto.io.bisq.protobuffer.GetXmrNewSubaddressReply'; + proto.io.haveno.protobuffer.GetXmrNewSubaddressReply.displayName = 'proto.io.haveno.protobuffer.GetXmrNewSubaddressReply'; } /** * Generated by JsPbCodeGenerator. @@ -3204,16 +3204,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetXmrTxsRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetXmrTxsRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetXmrTxsRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetXmrTxsRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetXmrTxsRequest.displayName = 'proto.io.bisq.protobuffer.GetXmrTxsRequest'; + proto.io.haveno.protobuffer.GetXmrTxsRequest.displayName = 'proto.io.haveno.protobuffer.GetXmrTxsRequest'; } /** * Generated by JsPbCodeGenerator. @@ -3225,16 +3225,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetXmrTxsReply = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetXmrTxsReply.repeatedFields_, null); +proto.io.haveno.protobuffer.GetXmrTxsReply = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetXmrTxsReply.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetXmrTxsReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetXmrTxsReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetXmrTxsReply.displayName = 'proto.io.bisq.protobuffer.GetXmrTxsReply'; + proto.io.haveno.protobuffer.GetXmrTxsReply.displayName = 'proto.io.haveno.protobuffer.GetXmrTxsReply'; } /** * Generated by JsPbCodeGenerator. @@ -3246,16 +3246,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.XmrTx = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.XmrTx.repeatedFields_, null); +proto.io.haveno.protobuffer.XmrTx = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.XmrTx.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.XmrTx, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.XmrTx, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.XmrTx.displayName = 'proto.io.bisq.protobuffer.XmrTx'; + proto.io.haveno.protobuffer.XmrTx.displayName = 'proto.io.haveno.protobuffer.XmrTx'; } /** * Generated by JsPbCodeGenerator. @@ -3267,16 +3267,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.XmrDestination = function(opt_data) { +proto.io.haveno.protobuffer.XmrDestination = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.XmrDestination, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.XmrDestination, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.XmrDestination.displayName = 'proto.io.bisq.protobuffer.XmrDestination'; + proto.io.haveno.protobuffer.XmrDestination.displayName = 'proto.io.haveno.protobuffer.XmrDestination'; } /** * Generated by JsPbCodeGenerator. @@ -3288,16 +3288,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.XmrIncomingTransfer = function(opt_data) { +proto.io.haveno.protobuffer.XmrIncomingTransfer = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.XmrIncomingTransfer, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.XmrIncomingTransfer, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.XmrIncomingTransfer.displayName = 'proto.io.bisq.protobuffer.XmrIncomingTransfer'; + proto.io.haveno.protobuffer.XmrIncomingTransfer.displayName = 'proto.io.haveno.protobuffer.XmrIncomingTransfer'; } /** * Generated by JsPbCodeGenerator. @@ -3309,16 +3309,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.XmrOutgoingTransfer.repeatedFields_, null); +proto.io.haveno.protobuffer.XmrOutgoingTransfer = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.XmrOutgoingTransfer.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.XmrOutgoingTransfer, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.XmrOutgoingTransfer, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.XmrOutgoingTransfer.displayName = 'proto.io.bisq.protobuffer.XmrOutgoingTransfer'; + proto.io.haveno.protobuffer.XmrOutgoingTransfer.displayName = 'proto.io.haveno.protobuffer.XmrOutgoingTransfer'; } /** * Generated by JsPbCodeGenerator. @@ -3330,16 +3330,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CreateXmrTxRequest = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.CreateXmrTxRequest.repeatedFields_, null); +proto.io.haveno.protobuffer.CreateXmrTxRequest = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.CreateXmrTxRequest.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.CreateXmrTxRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CreateXmrTxRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CreateXmrTxRequest.displayName = 'proto.io.bisq.protobuffer.CreateXmrTxRequest'; + proto.io.haveno.protobuffer.CreateXmrTxRequest.displayName = 'proto.io.haveno.protobuffer.CreateXmrTxRequest'; } /** * Generated by JsPbCodeGenerator. @@ -3351,16 +3351,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CreateXmrTxReply = function(opt_data) { +proto.io.haveno.protobuffer.CreateXmrTxReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CreateXmrTxReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CreateXmrTxReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CreateXmrTxReply.displayName = 'proto.io.bisq.protobuffer.CreateXmrTxReply'; + proto.io.haveno.protobuffer.CreateXmrTxReply.displayName = 'proto.io.haveno.protobuffer.CreateXmrTxReply'; } /** * Generated by JsPbCodeGenerator. @@ -3372,16 +3372,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RelayXmrTxRequest = function(opt_data) { +proto.io.haveno.protobuffer.RelayXmrTxRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RelayXmrTxRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RelayXmrTxRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RelayXmrTxRequest.displayName = 'proto.io.bisq.protobuffer.RelayXmrTxRequest'; + proto.io.haveno.protobuffer.RelayXmrTxRequest.displayName = 'proto.io.haveno.protobuffer.RelayXmrTxRequest'; } /** * Generated by JsPbCodeGenerator. @@ -3393,16 +3393,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RelayXmrTxReply = function(opt_data) { +proto.io.haveno.protobuffer.RelayXmrTxReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RelayXmrTxReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RelayXmrTxReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RelayXmrTxReply.displayName = 'proto.io.bisq.protobuffer.RelayXmrTxReply'; + proto.io.haveno.protobuffer.RelayXmrTxReply.displayName = 'proto.io.haveno.protobuffer.RelayXmrTxReply'; } /** * Generated by JsPbCodeGenerator. @@ -3414,16 +3414,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetAddressBalanceRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetAddressBalanceRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetAddressBalanceRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetAddressBalanceRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetAddressBalanceRequest.displayName = 'proto.io.bisq.protobuffer.GetAddressBalanceRequest'; + proto.io.haveno.protobuffer.GetAddressBalanceRequest.displayName = 'proto.io.haveno.protobuffer.GetAddressBalanceRequest'; } /** * Generated by JsPbCodeGenerator. @@ -3435,16 +3435,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetAddressBalanceReply = function(opt_data) { +proto.io.haveno.protobuffer.GetAddressBalanceReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetAddressBalanceReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetAddressBalanceReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetAddressBalanceReply.displayName = 'proto.io.bisq.protobuffer.GetAddressBalanceReply'; + proto.io.haveno.protobuffer.GetAddressBalanceReply.displayName = 'proto.io.haveno.protobuffer.GetAddressBalanceReply'; } /** * Generated by JsPbCodeGenerator. @@ -3456,16 +3456,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SendBtcRequest = function(opt_data) { +proto.io.haveno.protobuffer.SendBtcRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SendBtcRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SendBtcRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SendBtcRequest.displayName = 'proto.io.bisq.protobuffer.SendBtcRequest'; + proto.io.haveno.protobuffer.SendBtcRequest.displayName = 'proto.io.haveno.protobuffer.SendBtcRequest'; } /** * Generated by JsPbCodeGenerator. @@ -3477,16 +3477,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetFundingAddressesRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetFundingAddressesRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetFundingAddressesRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetFundingAddressesRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetFundingAddressesRequest.displayName = 'proto.io.bisq.protobuffer.GetFundingAddressesRequest'; + proto.io.haveno.protobuffer.GetFundingAddressesRequest.displayName = 'proto.io.haveno.protobuffer.GetFundingAddressesRequest'; } /** * Generated by JsPbCodeGenerator. @@ -3498,16 +3498,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetFundingAddressesReply = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetFundingAddressesReply.repeatedFields_, null); +proto.io.haveno.protobuffer.GetFundingAddressesReply = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetFundingAddressesReply.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetFundingAddressesReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetFundingAddressesReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetFundingAddressesReply.displayName = 'proto.io.bisq.protobuffer.GetFundingAddressesReply'; + proto.io.haveno.protobuffer.GetFundingAddressesReply.displayName = 'proto.io.haveno.protobuffer.GetFundingAddressesReply'; } /** * Generated by JsPbCodeGenerator. @@ -3519,16 +3519,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SetWalletPasswordRequest = function(opt_data) { +proto.io.haveno.protobuffer.SetWalletPasswordRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SetWalletPasswordRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SetWalletPasswordRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SetWalletPasswordRequest.displayName = 'proto.io.bisq.protobuffer.SetWalletPasswordRequest'; + proto.io.haveno.protobuffer.SetWalletPasswordRequest.displayName = 'proto.io.haveno.protobuffer.SetWalletPasswordRequest'; } /** * Generated by JsPbCodeGenerator. @@ -3540,16 +3540,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SetWalletPasswordReply = function(opt_data) { +proto.io.haveno.protobuffer.SetWalletPasswordReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SetWalletPasswordReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SetWalletPasswordReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SetWalletPasswordReply.displayName = 'proto.io.bisq.protobuffer.SetWalletPasswordReply'; + proto.io.haveno.protobuffer.SetWalletPasswordReply.displayName = 'proto.io.haveno.protobuffer.SetWalletPasswordReply'; } /** * Generated by JsPbCodeGenerator. @@ -3561,16 +3561,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RemoveWalletPasswordRequest = function(opt_data) { +proto.io.haveno.protobuffer.RemoveWalletPasswordRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RemoveWalletPasswordRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RemoveWalletPasswordRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.displayName = 'proto.io.bisq.protobuffer.RemoveWalletPasswordRequest'; + proto.io.haveno.protobuffer.RemoveWalletPasswordRequest.displayName = 'proto.io.haveno.protobuffer.RemoveWalletPasswordRequest'; } /** * Generated by JsPbCodeGenerator. @@ -3582,16 +3582,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RemoveWalletPasswordReply = function(opt_data) { +proto.io.haveno.protobuffer.RemoveWalletPasswordReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RemoveWalletPasswordReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RemoveWalletPasswordReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RemoveWalletPasswordReply.displayName = 'proto.io.bisq.protobuffer.RemoveWalletPasswordReply'; + proto.io.haveno.protobuffer.RemoveWalletPasswordReply.displayName = 'proto.io.haveno.protobuffer.RemoveWalletPasswordReply'; } /** * Generated by JsPbCodeGenerator. @@ -3603,16 +3603,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.LockWalletRequest = function(opt_data) { +proto.io.haveno.protobuffer.LockWalletRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.LockWalletRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.LockWalletRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.LockWalletRequest.displayName = 'proto.io.bisq.protobuffer.LockWalletRequest'; + proto.io.haveno.protobuffer.LockWalletRequest.displayName = 'proto.io.haveno.protobuffer.LockWalletRequest'; } /** * Generated by JsPbCodeGenerator. @@ -3624,16 +3624,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.LockWalletReply = function(opt_data) { +proto.io.haveno.protobuffer.LockWalletReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.LockWalletReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.LockWalletReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.LockWalletReply.displayName = 'proto.io.bisq.protobuffer.LockWalletReply'; + proto.io.haveno.protobuffer.LockWalletReply.displayName = 'proto.io.haveno.protobuffer.LockWalletReply'; } /** * Generated by JsPbCodeGenerator. @@ -3645,16 +3645,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.UnlockWalletRequest = function(opt_data) { +proto.io.haveno.protobuffer.UnlockWalletRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.UnlockWalletRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.UnlockWalletRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.UnlockWalletRequest.displayName = 'proto.io.bisq.protobuffer.UnlockWalletRequest'; + proto.io.haveno.protobuffer.UnlockWalletRequest.displayName = 'proto.io.haveno.protobuffer.UnlockWalletRequest'; } /** * Generated by JsPbCodeGenerator. @@ -3666,16 +3666,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.UnlockWalletReply = function(opt_data) { +proto.io.haveno.protobuffer.UnlockWalletReply = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.UnlockWalletReply, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.UnlockWalletReply, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.UnlockWalletReply.displayName = 'proto.io.bisq.protobuffer.UnlockWalletReply'; + proto.io.haveno.protobuffer.UnlockWalletReply.displayName = 'proto.io.haveno.protobuffer.UnlockWalletReply'; } /** * Generated by JsPbCodeGenerator. @@ -3687,16 +3687,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.BalancesInfo = function(opt_data) { +proto.io.haveno.protobuffer.BalancesInfo = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.BalancesInfo, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.BalancesInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.BalancesInfo.displayName = 'proto.io.bisq.protobuffer.BalancesInfo'; + proto.io.haveno.protobuffer.BalancesInfo.displayName = 'proto.io.haveno.protobuffer.BalancesInfo'; } /** * Generated by JsPbCodeGenerator. @@ -3708,16 +3708,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.BtcBalanceInfo = function(opt_data) { +proto.io.haveno.protobuffer.BtcBalanceInfo = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.BtcBalanceInfo, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.BtcBalanceInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.BtcBalanceInfo.displayName = 'proto.io.bisq.protobuffer.BtcBalanceInfo'; + proto.io.haveno.protobuffer.BtcBalanceInfo.displayName = 'proto.io.haveno.protobuffer.BtcBalanceInfo'; } /** * Generated by JsPbCodeGenerator. @@ -3729,16 +3729,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.XmrBalanceInfo = function(opt_data) { +proto.io.haveno.protobuffer.XmrBalanceInfo = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.XmrBalanceInfo, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.XmrBalanceInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.XmrBalanceInfo.displayName = 'proto.io.bisq.protobuffer.XmrBalanceInfo'; + proto.io.haveno.protobuffer.XmrBalanceInfo.displayName = 'proto.io.haveno.protobuffer.XmrBalanceInfo'; } /** * Generated by JsPbCodeGenerator. @@ -3750,16 +3750,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AddressBalanceInfo = function(opt_data) { +proto.io.haveno.protobuffer.AddressBalanceInfo = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AddressBalanceInfo, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AddressBalanceInfo, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AddressBalanceInfo.displayName = 'proto.io.bisq.protobuffer.AddressBalanceInfo'; + proto.io.haveno.protobuffer.AddressBalanceInfo.displayName = 'proto.io.haveno.protobuffer.AddressBalanceInfo'; } @@ -3777,8 +3777,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetMethodHelpRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetMethodHelpRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetMethodHelpRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetMethodHelpRequest.toObject(opt_includeInstance, this); }; @@ -3787,11 +3787,11 @@ proto.io.bisq.protobuffer.GetMethodHelpRequest.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetMethodHelpRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetMethodHelpRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMethodHelpRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetMethodHelpRequest.toObject = function(includeInstance, msg) { var f, obj = { methodName: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -3807,23 +3807,23 @@ proto.io.bisq.protobuffer.GetMethodHelpRequest.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetMethodHelpRequest} + * @return {!proto.io.haveno.protobuffer.GetMethodHelpRequest} */ -proto.io.bisq.protobuffer.GetMethodHelpRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetMethodHelpRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetMethodHelpRequest; - return proto.io.bisq.protobuffer.GetMethodHelpRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetMethodHelpRequest; + return proto.io.haveno.protobuffer.GetMethodHelpRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetMethodHelpRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetMethodHelpRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetMethodHelpRequest} + * @return {!proto.io.haveno.protobuffer.GetMethodHelpRequest} */ -proto.io.bisq.protobuffer.GetMethodHelpRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetMethodHelpRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -3847,9 +3847,9 @@ proto.io.bisq.protobuffer.GetMethodHelpRequest.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetMethodHelpRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetMethodHelpRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetMethodHelpRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetMethodHelpRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -3857,11 +3857,11 @@ proto.io.bisq.protobuffer.GetMethodHelpRequest.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetMethodHelpRequest} message + * @param {!proto.io.haveno.protobuffer.GetMethodHelpRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMethodHelpRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetMethodHelpRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMethodName(); if (f.length > 0) { @@ -3877,16 +3877,16 @@ proto.io.bisq.protobuffer.GetMethodHelpRequest.serializeBinaryToWriter = functio * optional string method_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetMethodHelpRequest.prototype.getMethodName = function() { +proto.io.haveno.protobuffer.GetMethodHelpRequest.prototype.getMethodName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetMethodHelpRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetMethodHelpRequest} returns this */ -proto.io.bisq.protobuffer.GetMethodHelpRequest.prototype.setMethodName = function(value) { +proto.io.haveno.protobuffer.GetMethodHelpRequest.prototype.setMethodName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -3907,8 +3907,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetMethodHelpReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetMethodHelpReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetMethodHelpReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetMethodHelpReply.toObject(opt_includeInstance, this); }; @@ -3917,11 +3917,11 @@ proto.io.bisq.protobuffer.GetMethodHelpReply.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetMethodHelpReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetMethodHelpReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMethodHelpReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetMethodHelpReply.toObject = function(includeInstance, msg) { var f, obj = { methodHelp: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -3937,23 +3937,23 @@ proto.io.bisq.protobuffer.GetMethodHelpReply.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetMethodHelpReply} + * @return {!proto.io.haveno.protobuffer.GetMethodHelpReply} */ -proto.io.bisq.protobuffer.GetMethodHelpReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetMethodHelpReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetMethodHelpReply; - return proto.io.bisq.protobuffer.GetMethodHelpReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetMethodHelpReply; + return proto.io.haveno.protobuffer.GetMethodHelpReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetMethodHelpReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetMethodHelpReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetMethodHelpReply} + * @return {!proto.io.haveno.protobuffer.GetMethodHelpReply} */ -proto.io.bisq.protobuffer.GetMethodHelpReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetMethodHelpReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -3977,9 +3977,9 @@ proto.io.bisq.protobuffer.GetMethodHelpReply.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetMethodHelpReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetMethodHelpReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetMethodHelpReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetMethodHelpReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -3987,11 +3987,11 @@ proto.io.bisq.protobuffer.GetMethodHelpReply.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetMethodHelpReply} message + * @param {!proto.io.haveno.protobuffer.GetMethodHelpReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMethodHelpReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetMethodHelpReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMethodHelp(); if (f.length > 0) { @@ -4007,16 +4007,16 @@ proto.io.bisq.protobuffer.GetMethodHelpReply.serializeBinaryToWriter = function( * optional string method_help = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetMethodHelpReply.prototype.getMethodHelp = function() { +proto.io.haveno.protobuffer.GetMethodHelpReply.prototype.getMethodHelp = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetMethodHelpReply} returns this + * @return {!proto.io.haveno.protobuffer.GetMethodHelpReply} returns this */ -proto.io.bisq.protobuffer.GetMethodHelpReply.prototype.setMethodHelp = function(value) { +proto.io.haveno.protobuffer.GetMethodHelpReply.prototype.setMethodHelp = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -4037,8 +4037,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetVersionRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetVersionRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetVersionRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetVersionRequest.toObject(opt_includeInstance, this); }; @@ -4047,11 +4047,11 @@ proto.io.bisq.protobuffer.GetVersionRequest.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetVersionRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetVersionRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetVersionRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetVersionRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -4067,23 +4067,23 @@ proto.io.bisq.protobuffer.GetVersionRequest.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetVersionRequest} + * @return {!proto.io.haveno.protobuffer.GetVersionRequest} */ -proto.io.bisq.protobuffer.GetVersionRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetVersionRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetVersionRequest; - return proto.io.bisq.protobuffer.GetVersionRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetVersionRequest; + return proto.io.haveno.protobuffer.GetVersionRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetVersionRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetVersionRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetVersionRequest} + * @return {!proto.io.haveno.protobuffer.GetVersionRequest} */ -proto.io.bisq.protobuffer.GetVersionRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetVersionRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -4103,9 +4103,9 @@ proto.io.bisq.protobuffer.GetVersionRequest.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetVersionRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetVersionRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetVersionRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetVersionRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -4113,11 +4113,11 @@ proto.io.bisq.protobuffer.GetVersionRequest.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetVersionRequest} message + * @param {!proto.io.haveno.protobuffer.GetVersionRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetVersionRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetVersionRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -4138,8 +4138,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetVersionReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetVersionReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetVersionReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetVersionReply.toObject(opt_includeInstance, this); }; @@ -4148,11 +4148,11 @@ proto.io.bisq.protobuffer.GetVersionReply.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetVersionReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetVersionReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetVersionReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetVersionReply.toObject = function(includeInstance, msg) { var f, obj = { version: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -4168,23 +4168,23 @@ proto.io.bisq.protobuffer.GetVersionReply.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetVersionReply} + * @return {!proto.io.haveno.protobuffer.GetVersionReply} */ -proto.io.bisq.protobuffer.GetVersionReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetVersionReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetVersionReply; - return proto.io.bisq.protobuffer.GetVersionReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetVersionReply; + return proto.io.haveno.protobuffer.GetVersionReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetVersionReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetVersionReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetVersionReply} + * @return {!proto.io.haveno.protobuffer.GetVersionReply} */ -proto.io.bisq.protobuffer.GetVersionReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetVersionReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -4208,9 +4208,9 @@ proto.io.bisq.protobuffer.GetVersionReply.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetVersionReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetVersionReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetVersionReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetVersionReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -4218,11 +4218,11 @@ proto.io.bisq.protobuffer.GetVersionReply.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetVersionReply} message + * @param {!proto.io.haveno.protobuffer.GetVersionReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetVersionReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetVersionReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getVersion(); if (f.length > 0) { @@ -4238,16 +4238,16 @@ proto.io.bisq.protobuffer.GetVersionReply.serializeBinaryToWriter = function(mes * optional string version = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetVersionReply.prototype.getVersion = function() { +proto.io.haveno.protobuffer.GetVersionReply.prototype.getVersion = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetVersionReply} returns this + * @return {!proto.io.haveno.protobuffer.GetVersionReply} returns this */ -proto.io.bisq.protobuffer.GetVersionReply.prototype.setVersion = function(value) { +proto.io.haveno.protobuffer.GetVersionReply.prototype.setVersion = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -4268,8 +4268,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AccountExistsRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AccountExistsRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AccountExistsRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AccountExistsRequest.toObject(opt_includeInstance, this); }; @@ -4278,11 +4278,11 @@ proto.io.bisq.protobuffer.AccountExistsRequest.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AccountExistsRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AccountExistsRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AccountExistsRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AccountExistsRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -4298,23 +4298,23 @@ proto.io.bisq.protobuffer.AccountExistsRequest.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AccountExistsRequest} + * @return {!proto.io.haveno.protobuffer.AccountExistsRequest} */ -proto.io.bisq.protobuffer.AccountExistsRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AccountExistsRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AccountExistsRequest; - return proto.io.bisq.protobuffer.AccountExistsRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AccountExistsRequest; + return proto.io.haveno.protobuffer.AccountExistsRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AccountExistsRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AccountExistsRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AccountExistsRequest} + * @return {!proto.io.haveno.protobuffer.AccountExistsRequest} */ -proto.io.bisq.protobuffer.AccountExistsRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AccountExistsRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -4334,9 +4334,9 @@ proto.io.bisq.protobuffer.AccountExistsRequest.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AccountExistsRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AccountExistsRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AccountExistsRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AccountExistsRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -4344,11 +4344,11 @@ proto.io.bisq.protobuffer.AccountExistsRequest.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AccountExistsRequest} message + * @param {!proto.io.haveno.protobuffer.AccountExistsRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AccountExistsRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AccountExistsRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -4369,8 +4369,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AccountExistsReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AccountExistsReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AccountExistsReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AccountExistsReply.toObject(opt_includeInstance, this); }; @@ -4379,11 +4379,11 @@ proto.io.bisq.protobuffer.AccountExistsReply.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AccountExistsReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AccountExistsReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AccountExistsReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AccountExistsReply.toObject = function(includeInstance, msg) { var f, obj = { accountExists: jspb.Message.getBooleanFieldWithDefault(msg, 1, false) }; @@ -4399,23 +4399,23 @@ proto.io.bisq.protobuffer.AccountExistsReply.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AccountExistsReply} + * @return {!proto.io.haveno.protobuffer.AccountExistsReply} */ -proto.io.bisq.protobuffer.AccountExistsReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AccountExistsReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AccountExistsReply; - return proto.io.bisq.protobuffer.AccountExistsReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AccountExistsReply; + return proto.io.haveno.protobuffer.AccountExistsReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AccountExistsReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AccountExistsReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AccountExistsReply} + * @return {!proto.io.haveno.protobuffer.AccountExistsReply} */ -proto.io.bisq.protobuffer.AccountExistsReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AccountExistsReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -4439,9 +4439,9 @@ proto.io.bisq.protobuffer.AccountExistsReply.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AccountExistsReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AccountExistsReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AccountExistsReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AccountExistsReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -4449,11 +4449,11 @@ proto.io.bisq.protobuffer.AccountExistsReply.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AccountExistsReply} message + * @param {!proto.io.haveno.protobuffer.AccountExistsReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AccountExistsReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AccountExistsReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccountExists(); if (f) { @@ -4469,16 +4469,16 @@ proto.io.bisq.protobuffer.AccountExistsReply.serializeBinaryToWriter = function( * optional bool account_exists = 1; * @return {boolean} */ -proto.io.bisq.protobuffer.AccountExistsReply.prototype.getAccountExists = function() { +proto.io.haveno.protobuffer.AccountExistsReply.prototype.getAccountExists = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.AccountExistsReply} returns this + * @return {!proto.io.haveno.protobuffer.AccountExistsReply} returns this */ -proto.io.bisq.protobuffer.AccountExistsReply.prototype.setAccountExists = function(value) { +proto.io.haveno.protobuffer.AccountExistsReply.prototype.setAccountExists = function(value) { return jspb.Message.setProto3BooleanField(this, 1, value); }; @@ -4499,8 +4499,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.IsAccountOpenRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.IsAccountOpenRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.IsAccountOpenRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.IsAccountOpenRequest.toObject(opt_includeInstance, this); }; @@ -4509,11 +4509,11 @@ proto.io.bisq.protobuffer.IsAccountOpenRequest.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.IsAccountOpenRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.IsAccountOpenRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IsAccountOpenRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.IsAccountOpenRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -4529,23 +4529,23 @@ proto.io.bisq.protobuffer.IsAccountOpenRequest.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.IsAccountOpenRequest} + * @return {!proto.io.haveno.protobuffer.IsAccountOpenRequest} */ -proto.io.bisq.protobuffer.IsAccountOpenRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.IsAccountOpenRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.IsAccountOpenRequest; - return proto.io.bisq.protobuffer.IsAccountOpenRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.IsAccountOpenRequest; + return proto.io.haveno.protobuffer.IsAccountOpenRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.IsAccountOpenRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.IsAccountOpenRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.IsAccountOpenRequest} + * @return {!proto.io.haveno.protobuffer.IsAccountOpenRequest} */ -proto.io.bisq.protobuffer.IsAccountOpenRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.IsAccountOpenRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -4565,9 +4565,9 @@ proto.io.bisq.protobuffer.IsAccountOpenRequest.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.IsAccountOpenRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.IsAccountOpenRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.IsAccountOpenRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.IsAccountOpenRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -4575,11 +4575,11 @@ proto.io.bisq.protobuffer.IsAccountOpenRequest.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.IsAccountOpenRequest} message + * @param {!proto.io.haveno.protobuffer.IsAccountOpenRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IsAccountOpenRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.IsAccountOpenRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -4600,8 +4600,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.IsAccountOpenReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.IsAccountOpenReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.IsAccountOpenReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.IsAccountOpenReply.toObject(opt_includeInstance, this); }; @@ -4610,11 +4610,11 @@ proto.io.bisq.protobuffer.IsAccountOpenReply.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.IsAccountOpenReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.IsAccountOpenReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IsAccountOpenReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.IsAccountOpenReply.toObject = function(includeInstance, msg) { var f, obj = { isAccountOpen: jspb.Message.getBooleanFieldWithDefault(msg, 1, false) }; @@ -4630,23 +4630,23 @@ proto.io.bisq.protobuffer.IsAccountOpenReply.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.IsAccountOpenReply} + * @return {!proto.io.haveno.protobuffer.IsAccountOpenReply} */ -proto.io.bisq.protobuffer.IsAccountOpenReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.IsAccountOpenReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.IsAccountOpenReply; - return proto.io.bisq.protobuffer.IsAccountOpenReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.IsAccountOpenReply; + return proto.io.haveno.protobuffer.IsAccountOpenReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.IsAccountOpenReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.IsAccountOpenReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.IsAccountOpenReply} + * @return {!proto.io.haveno.protobuffer.IsAccountOpenReply} */ -proto.io.bisq.protobuffer.IsAccountOpenReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.IsAccountOpenReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -4670,9 +4670,9 @@ proto.io.bisq.protobuffer.IsAccountOpenReply.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.IsAccountOpenReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.IsAccountOpenReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.IsAccountOpenReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.IsAccountOpenReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -4680,11 +4680,11 @@ proto.io.bisq.protobuffer.IsAccountOpenReply.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.IsAccountOpenReply} message + * @param {!proto.io.haveno.protobuffer.IsAccountOpenReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IsAccountOpenReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.IsAccountOpenReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getIsAccountOpen(); if (f) { @@ -4700,16 +4700,16 @@ proto.io.bisq.protobuffer.IsAccountOpenReply.serializeBinaryToWriter = function( * optional bool is_account_open = 1; * @return {boolean} */ -proto.io.bisq.protobuffer.IsAccountOpenReply.prototype.getIsAccountOpen = function() { +proto.io.haveno.protobuffer.IsAccountOpenReply.prototype.getIsAccountOpen = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.IsAccountOpenReply} returns this + * @return {!proto.io.haveno.protobuffer.IsAccountOpenReply} returns this */ -proto.io.bisq.protobuffer.IsAccountOpenReply.prototype.setIsAccountOpen = function(value) { +proto.io.haveno.protobuffer.IsAccountOpenReply.prototype.setIsAccountOpen = function(value) { return jspb.Message.setProto3BooleanField(this, 1, value); }; @@ -4730,8 +4730,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CreateAccountRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CreateAccountRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CreateAccountRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CreateAccountRequest.toObject(opt_includeInstance, this); }; @@ -4740,11 +4740,11 @@ proto.io.bisq.protobuffer.CreateAccountRequest.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CreateAccountRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CreateAccountRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreateAccountRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CreateAccountRequest.toObject = function(includeInstance, msg) { var f, obj = { password: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -4760,23 +4760,23 @@ proto.io.bisq.protobuffer.CreateAccountRequest.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CreateAccountRequest} + * @return {!proto.io.haveno.protobuffer.CreateAccountRequest} */ -proto.io.bisq.protobuffer.CreateAccountRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CreateAccountRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CreateAccountRequest; - return proto.io.bisq.protobuffer.CreateAccountRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CreateAccountRequest; + return proto.io.haveno.protobuffer.CreateAccountRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CreateAccountRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CreateAccountRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CreateAccountRequest} + * @return {!proto.io.haveno.protobuffer.CreateAccountRequest} */ -proto.io.bisq.protobuffer.CreateAccountRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CreateAccountRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -4800,9 +4800,9 @@ proto.io.bisq.protobuffer.CreateAccountRequest.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CreateAccountRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CreateAccountRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CreateAccountRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CreateAccountRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -4810,11 +4810,11 @@ proto.io.bisq.protobuffer.CreateAccountRequest.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CreateAccountRequest} message + * @param {!proto.io.haveno.protobuffer.CreateAccountRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreateAccountRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CreateAccountRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPassword(); if (f.length > 0) { @@ -4830,16 +4830,16 @@ proto.io.bisq.protobuffer.CreateAccountRequest.serializeBinaryToWriter = functio * optional string password = 1; * @return {string} */ -proto.io.bisq.protobuffer.CreateAccountRequest.prototype.getPassword = function() { +proto.io.haveno.protobuffer.CreateAccountRequest.prototype.getPassword = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CreateAccountRequest} returns this + * @return {!proto.io.haveno.protobuffer.CreateAccountRequest} returns this */ -proto.io.bisq.protobuffer.CreateAccountRequest.prototype.setPassword = function(value) { +proto.io.haveno.protobuffer.CreateAccountRequest.prototype.setPassword = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -4860,8 +4860,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CreateAccountReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CreateAccountReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CreateAccountReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CreateAccountReply.toObject(opt_includeInstance, this); }; @@ -4870,11 +4870,11 @@ proto.io.bisq.protobuffer.CreateAccountReply.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CreateAccountReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CreateAccountReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreateAccountReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CreateAccountReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -4890,23 +4890,23 @@ proto.io.bisq.protobuffer.CreateAccountReply.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CreateAccountReply} + * @return {!proto.io.haveno.protobuffer.CreateAccountReply} */ -proto.io.bisq.protobuffer.CreateAccountReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CreateAccountReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CreateAccountReply; - return proto.io.bisq.protobuffer.CreateAccountReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CreateAccountReply; + return proto.io.haveno.protobuffer.CreateAccountReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CreateAccountReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CreateAccountReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CreateAccountReply} + * @return {!proto.io.haveno.protobuffer.CreateAccountReply} */ -proto.io.bisq.protobuffer.CreateAccountReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CreateAccountReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -4926,9 +4926,9 @@ proto.io.bisq.protobuffer.CreateAccountReply.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CreateAccountReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CreateAccountReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CreateAccountReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CreateAccountReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -4936,11 +4936,11 @@ proto.io.bisq.protobuffer.CreateAccountReply.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CreateAccountReply} message + * @param {!proto.io.haveno.protobuffer.CreateAccountReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreateAccountReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CreateAccountReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -4961,8 +4961,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.OpenAccountRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.OpenAccountRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.OpenAccountRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.OpenAccountRequest.toObject(opt_includeInstance, this); }; @@ -4971,11 +4971,11 @@ proto.io.bisq.protobuffer.OpenAccountRequest.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.OpenAccountRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.OpenAccountRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OpenAccountRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.OpenAccountRequest.toObject = function(includeInstance, msg) { var f, obj = { password: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -4991,23 +4991,23 @@ proto.io.bisq.protobuffer.OpenAccountRequest.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.OpenAccountRequest} + * @return {!proto.io.haveno.protobuffer.OpenAccountRequest} */ -proto.io.bisq.protobuffer.OpenAccountRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.OpenAccountRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.OpenAccountRequest; - return proto.io.bisq.protobuffer.OpenAccountRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.OpenAccountRequest; + return proto.io.haveno.protobuffer.OpenAccountRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.OpenAccountRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.OpenAccountRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.OpenAccountRequest} + * @return {!proto.io.haveno.protobuffer.OpenAccountRequest} */ -proto.io.bisq.protobuffer.OpenAccountRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.OpenAccountRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -5031,9 +5031,9 @@ proto.io.bisq.protobuffer.OpenAccountRequest.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.OpenAccountRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.OpenAccountRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.OpenAccountRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.OpenAccountRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -5041,11 +5041,11 @@ proto.io.bisq.protobuffer.OpenAccountRequest.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.OpenAccountRequest} message + * @param {!proto.io.haveno.protobuffer.OpenAccountRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OpenAccountRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.OpenAccountRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPassword(); if (f.length > 0) { @@ -5061,16 +5061,16 @@ proto.io.bisq.protobuffer.OpenAccountRequest.serializeBinaryToWriter = function( * optional string password = 1; * @return {string} */ -proto.io.bisq.protobuffer.OpenAccountRequest.prototype.getPassword = function() { +proto.io.haveno.protobuffer.OpenAccountRequest.prototype.getPassword = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OpenAccountRequest} returns this + * @return {!proto.io.haveno.protobuffer.OpenAccountRequest} returns this */ -proto.io.bisq.protobuffer.OpenAccountRequest.prototype.setPassword = function(value) { +proto.io.haveno.protobuffer.OpenAccountRequest.prototype.setPassword = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -5091,8 +5091,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.OpenAccountReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.OpenAccountReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.OpenAccountReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.OpenAccountReply.toObject(opt_includeInstance, this); }; @@ -5101,11 +5101,11 @@ proto.io.bisq.protobuffer.OpenAccountReply.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.OpenAccountReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.OpenAccountReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OpenAccountReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.OpenAccountReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -5121,23 +5121,23 @@ proto.io.bisq.protobuffer.OpenAccountReply.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.OpenAccountReply} + * @return {!proto.io.haveno.protobuffer.OpenAccountReply} */ -proto.io.bisq.protobuffer.OpenAccountReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.OpenAccountReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.OpenAccountReply; - return proto.io.bisq.protobuffer.OpenAccountReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.OpenAccountReply; + return proto.io.haveno.protobuffer.OpenAccountReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.OpenAccountReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.OpenAccountReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.OpenAccountReply} + * @return {!proto.io.haveno.protobuffer.OpenAccountReply} */ -proto.io.bisq.protobuffer.OpenAccountReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.OpenAccountReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -5157,9 +5157,9 @@ proto.io.bisq.protobuffer.OpenAccountReply.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.OpenAccountReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.OpenAccountReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.OpenAccountReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.OpenAccountReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -5167,11 +5167,11 @@ proto.io.bisq.protobuffer.OpenAccountReply.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.OpenAccountReply} message + * @param {!proto.io.haveno.protobuffer.OpenAccountReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OpenAccountReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.OpenAccountReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -5192,8 +5192,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.IsAppInitializedRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.IsAppInitializedRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.IsAppInitializedRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.IsAppInitializedRequest.toObject(opt_includeInstance, this); }; @@ -5202,11 +5202,11 @@ proto.io.bisq.protobuffer.IsAppInitializedRequest.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.IsAppInitializedRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.IsAppInitializedRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IsAppInitializedRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.IsAppInitializedRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -5222,23 +5222,23 @@ proto.io.bisq.protobuffer.IsAppInitializedRequest.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.IsAppInitializedRequest} + * @return {!proto.io.haveno.protobuffer.IsAppInitializedRequest} */ -proto.io.bisq.protobuffer.IsAppInitializedRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.IsAppInitializedRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.IsAppInitializedRequest; - return proto.io.bisq.protobuffer.IsAppInitializedRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.IsAppInitializedRequest; + return proto.io.haveno.protobuffer.IsAppInitializedRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.IsAppInitializedRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.IsAppInitializedRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.IsAppInitializedRequest} + * @return {!proto.io.haveno.protobuffer.IsAppInitializedRequest} */ -proto.io.bisq.protobuffer.IsAppInitializedRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.IsAppInitializedRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -5258,9 +5258,9 @@ proto.io.bisq.protobuffer.IsAppInitializedRequest.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.IsAppInitializedRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.IsAppInitializedRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.IsAppInitializedRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.IsAppInitializedRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -5268,11 +5268,11 @@ proto.io.bisq.protobuffer.IsAppInitializedRequest.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.IsAppInitializedRequest} message + * @param {!proto.io.haveno.protobuffer.IsAppInitializedRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IsAppInitializedRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.IsAppInitializedRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -5293,8 +5293,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.IsAppInitializedReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.IsAppInitializedReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.IsAppInitializedReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.IsAppInitializedReply.toObject(opt_includeInstance, this); }; @@ -5303,11 +5303,11 @@ proto.io.bisq.protobuffer.IsAppInitializedReply.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.IsAppInitializedReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.IsAppInitializedReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IsAppInitializedReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.IsAppInitializedReply.toObject = function(includeInstance, msg) { var f, obj = { isAppInitialized: jspb.Message.getBooleanFieldWithDefault(msg, 1, false) }; @@ -5323,23 +5323,23 @@ proto.io.bisq.protobuffer.IsAppInitializedReply.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.IsAppInitializedReply} + * @return {!proto.io.haveno.protobuffer.IsAppInitializedReply} */ -proto.io.bisq.protobuffer.IsAppInitializedReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.IsAppInitializedReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.IsAppInitializedReply; - return proto.io.bisq.protobuffer.IsAppInitializedReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.IsAppInitializedReply; + return proto.io.haveno.protobuffer.IsAppInitializedReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.IsAppInitializedReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.IsAppInitializedReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.IsAppInitializedReply} + * @return {!proto.io.haveno.protobuffer.IsAppInitializedReply} */ -proto.io.bisq.protobuffer.IsAppInitializedReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.IsAppInitializedReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -5363,9 +5363,9 @@ proto.io.bisq.protobuffer.IsAppInitializedReply.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.IsAppInitializedReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.IsAppInitializedReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.IsAppInitializedReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.IsAppInitializedReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -5373,11 +5373,11 @@ proto.io.bisq.protobuffer.IsAppInitializedReply.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.IsAppInitializedReply} message + * @param {!proto.io.haveno.protobuffer.IsAppInitializedReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IsAppInitializedReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.IsAppInitializedReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getIsAppInitialized(); if (f) { @@ -5393,16 +5393,16 @@ proto.io.bisq.protobuffer.IsAppInitializedReply.serializeBinaryToWriter = functi * optional bool is_app_initialized = 1; * @return {boolean} */ -proto.io.bisq.protobuffer.IsAppInitializedReply.prototype.getIsAppInitialized = function() { +proto.io.haveno.protobuffer.IsAppInitializedReply.prototype.getIsAppInitialized = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.IsAppInitializedReply} returns this + * @return {!proto.io.haveno.protobuffer.IsAppInitializedReply} returns this */ -proto.io.bisq.protobuffer.IsAppInitializedReply.prototype.setIsAppInitialized = function(value) { +proto.io.haveno.protobuffer.IsAppInitializedReply.prototype.setIsAppInitialized = function(value) { return jspb.Message.setProto3BooleanField(this, 1, value); }; @@ -5423,8 +5423,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ChangePasswordRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ChangePasswordRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ChangePasswordRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ChangePasswordRequest.toObject(opt_includeInstance, this); }; @@ -5433,11 +5433,11 @@ proto.io.bisq.protobuffer.ChangePasswordRequest.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ChangePasswordRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ChangePasswordRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ChangePasswordRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ChangePasswordRequest.toObject = function(includeInstance, msg) { var f, obj = { oldPassword: jspb.Message.getFieldWithDefault(msg, 1, ""), newPassword: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -5454,23 +5454,23 @@ proto.io.bisq.protobuffer.ChangePasswordRequest.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ChangePasswordRequest} + * @return {!proto.io.haveno.protobuffer.ChangePasswordRequest} */ -proto.io.bisq.protobuffer.ChangePasswordRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ChangePasswordRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ChangePasswordRequest; - return proto.io.bisq.protobuffer.ChangePasswordRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ChangePasswordRequest; + return proto.io.haveno.protobuffer.ChangePasswordRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ChangePasswordRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ChangePasswordRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ChangePasswordRequest} + * @return {!proto.io.haveno.protobuffer.ChangePasswordRequest} */ -proto.io.bisq.protobuffer.ChangePasswordRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ChangePasswordRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -5498,9 +5498,9 @@ proto.io.bisq.protobuffer.ChangePasswordRequest.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ChangePasswordRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ChangePasswordRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ChangePasswordRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ChangePasswordRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -5508,11 +5508,11 @@ proto.io.bisq.protobuffer.ChangePasswordRequest.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ChangePasswordRequest} message + * @param {!proto.io.haveno.protobuffer.ChangePasswordRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ChangePasswordRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ChangePasswordRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOldPassword(); if (f.length > 0) { @@ -5535,16 +5535,16 @@ proto.io.bisq.protobuffer.ChangePasswordRequest.serializeBinaryToWriter = functi * optional string old_password = 1; * @return {string} */ -proto.io.bisq.protobuffer.ChangePasswordRequest.prototype.getOldPassword = function() { +proto.io.haveno.protobuffer.ChangePasswordRequest.prototype.getOldPassword = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ChangePasswordRequest} returns this + * @return {!proto.io.haveno.protobuffer.ChangePasswordRequest} returns this */ -proto.io.bisq.protobuffer.ChangePasswordRequest.prototype.setOldPassword = function(value) { +proto.io.haveno.protobuffer.ChangePasswordRequest.prototype.setOldPassword = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -5553,16 +5553,16 @@ proto.io.bisq.protobuffer.ChangePasswordRequest.prototype.setOldPassword = funct * optional string new_password = 2; * @return {string} */ -proto.io.bisq.protobuffer.ChangePasswordRequest.prototype.getNewPassword = function() { +proto.io.haveno.protobuffer.ChangePasswordRequest.prototype.getNewPassword = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ChangePasswordRequest} returns this + * @return {!proto.io.haveno.protobuffer.ChangePasswordRequest} returns this */ -proto.io.bisq.protobuffer.ChangePasswordRequest.prototype.setNewPassword = function(value) { +proto.io.haveno.protobuffer.ChangePasswordRequest.prototype.setNewPassword = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -5583,8 +5583,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ChangePasswordReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ChangePasswordReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ChangePasswordReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ChangePasswordReply.toObject(opt_includeInstance, this); }; @@ -5593,11 +5593,11 @@ proto.io.bisq.protobuffer.ChangePasswordReply.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ChangePasswordReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ChangePasswordReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ChangePasswordReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ChangePasswordReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -5613,23 +5613,23 @@ proto.io.bisq.protobuffer.ChangePasswordReply.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ChangePasswordReply} + * @return {!proto.io.haveno.protobuffer.ChangePasswordReply} */ -proto.io.bisq.protobuffer.ChangePasswordReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ChangePasswordReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ChangePasswordReply; - return proto.io.bisq.protobuffer.ChangePasswordReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ChangePasswordReply; + return proto.io.haveno.protobuffer.ChangePasswordReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ChangePasswordReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ChangePasswordReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ChangePasswordReply} + * @return {!proto.io.haveno.protobuffer.ChangePasswordReply} */ -proto.io.bisq.protobuffer.ChangePasswordReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ChangePasswordReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -5649,9 +5649,9 @@ proto.io.bisq.protobuffer.ChangePasswordReply.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ChangePasswordReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ChangePasswordReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ChangePasswordReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ChangePasswordReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -5659,11 +5659,11 @@ proto.io.bisq.protobuffer.ChangePasswordReply.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ChangePasswordReply} message + * @param {!proto.io.haveno.protobuffer.ChangePasswordReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ChangePasswordReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ChangePasswordReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -5684,8 +5684,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CloseAccountRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CloseAccountRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CloseAccountRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CloseAccountRequest.toObject(opt_includeInstance, this); }; @@ -5694,11 +5694,11 @@ proto.io.bisq.protobuffer.CloseAccountRequest.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CloseAccountRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CloseAccountRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CloseAccountRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CloseAccountRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -5714,23 +5714,23 @@ proto.io.bisq.protobuffer.CloseAccountRequest.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CloseAccountRequest} + * @return {!proto.io.haveno.protobuffer.CloseAccountRequest} */ -proto.io.bisq.protobuffer.CloseAccountRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CloseAccountRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CloseAccountRequest; - return proto.io.bisq.protobuffer.CloseAccountRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CloseAccountRequest; + return proto.io.haveno.protobuffer.CloseAccountRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CloseAccountRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CloseAccountRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CloseAccountRequest} + * @return {!proto.io.haveno.protobuffer.CloseAccountRequest} */ -proto.io.bisq.protobuffer.CloseAccountRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CloseAccountRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -5750,9 +5750,9 @@ proto.io.bisq.protobuffer.CloseAccountRequest.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CloseAccountRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CloseAccountRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CloseAccountRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CloseAccountRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -5760,11 +5760,11 @@ proto.io.bisq.protobuffer.CloseAccountRequest.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CloseAccountRequest} message + * @param {!proto.io.haveno.protobuffer.CloseAccountRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CloseAccountRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CloseAccountRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -5785,8 +5785,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CloseAccountReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CloseAccountReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CloseAccountReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CloseAccountReply.toObject(opt_includeInstance, this); }; @@ -5795,11 +5795,11 @@ proto.io.bisq.protobuffer.CloseAccountReply.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CloseAccountReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CloseAccountReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CloseAccountReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CloseAccountReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -5815,23 +5815,23 @@ proto.io.bisq.protobuffer.CloseAccountReply.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CloseAccountReply} + * @return {!proto.io.haveno.protobuffer.CloseAccountReply} */ -proto.io.bisq.protobuffer.CloseAccountReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CloseAccountReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CloseAccountReply; - return proto.io.bisq.protobuffer.CloseAccountReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CloseAccountReply; + return proto.io.haveno.protobuffer.CloseAccountReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CloseAccountReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CloseAccountReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CloseAccountReply} + * @return {!proto.io.haveno.protobuffer.CloseAccountReply} */ -proto.io.bisq.protobuffer.CloseAccountReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CloseAccountReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -5851,9 +5851,9 @@ proto.io.bisq.protobuffer.CloseAccountReply.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CloseAccountReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CloseAccountReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CloseAccountReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CloseAccountReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -5861,11 +5861,11 @@ proto.io.bisq.protobuffer.CloseAccountReply.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CloseAccountReply} message + * @param {!proto.io.haveno.protobuffer.CloseAccountReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CloseAccountReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CloseAccountReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -5886,8 +5886,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.DeleteAccountRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.DeleteAccountRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.DeleteAccountRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.DeleteAccountRequest.toObject(opt_includeInstance, this); }; @@ -5896,11 +5896,11 @@ proto.io.bisq.protobuffer.DeleteAccountRequest.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.DeleteAccountRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.DeleteAccountRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DeleteAccountRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.DeleteAccountRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -5916,23 +5916,23 @@ proto.io.bisq.protobuffer.DeleteAccountRequest.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.DeleteAccountRequest} + * @return {!proto.io.haveno.protobuffer.DeleteAccountRequest} */ -proto.io.bisq.protobuffer.DeleteAccountRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.DeleteAccountRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.DeleteAccountRequest; - return proto.io.bisq.protobuffer.DeleteAccountRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.DeleteAccountRequest; + return proto.io.haveno.protobuffer.DeleteAccountRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.DeleteAccountRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.DeleteAccountRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.DeleteAccountRequest} + * @return {!proto.io.haveno.protobuffer.DeleteAccountRequest} */ -proto.io.bisq.protobuffer.DeleteAccountRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.DeleteAccountRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -5952,9 +5952,9 @@ proto.io.bisq.protobuffer.DeleteAccountRequest.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DeleteAccountRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.DeleteAccountRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.DeleteAccountRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.DeleteAccountRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -5962,11 +5962,11 @@ proto.io.bisq.protobuffer.DeleteAccountRequest.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.DeleteAccountRequest} message + * @param {!proto.io.haveno.protobuffer.DeleteAccountRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DeleteAccountRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.DeleteAccountRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -5987,8 +5987,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.DeleteAccountReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.DeleteAccountReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.DeleteAccountReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.DeleteAccountReply.toObject(opt_includeInstance, this); }; @@ -5997,11 +5997,11 @@ proto.io.bisq.protobuffer.DeleteAccountReply.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.DeleteAccountReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.DeleteAccountReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DeleteAccountReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.DeleteAccountReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -6017,23 +6017,23 @@ proto.io.bisq.protobuffer.DeleteAccountReply.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.DeleteAccountReply} + * @return {!proto.io.haveno.protobuffer.DeleteAccountReply} */ -proto.io.bisq.protobuffer.DeleteAccountReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.DeleteAccountReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.DeleteAccountReply; - return proto.io.bisq.protobuffer.DeleteAccountReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.DeleteAccountReply; + return proto.io.haveno.protobuffer.DeleteAccountReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.DeleteAccountReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.DeleteAccountReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.DeleteAccountReply} + * @return {!proto.io.haveno.protobuffer.DeleteAccountReply} */ -proto.io.bisq.protobuffer.DeleteAccountReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.DeleteAccountReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -6053,9 +6053,9 @@ proto.io.bisq.protobuffer.DeleteAccountReply.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DeleteAccountReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.DeleteAccountReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.DeleteAccountReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.DeleteAccountReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -6063,11 +6063,11 @@ proto.io.bisq.protobuffer.DeleteAccountReply.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.DeleteAccountReply} message + * @param {!proto.io.haveno.protobuffer.DeleteAccountReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DeleteAccountReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.DeleteAccountReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -6088,8 +6088,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.BackupAccountRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.BackupAccountRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.BackupAccountRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.BackupAccountRequest.toObject(opt_includeInstance, this); }; @@ -6098,11 +6098,11 @@ proto.io.bisq.protobuffer.BackupAccountRequest.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.BackupAccountRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.BackupAccountRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BackupAccountRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.BackupAccountRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -6118,23 +6118,23 @@ proto.io.bisq.protobuffer.BackupAccountRequest.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.BackupAccountRequest} + * @return {!proto.io.haveno.protobuffer.BackupAccountRequest} */ -proto.io.bisq.protobuffer.BackupAccountRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.BackupAccountRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.BackupAccountRequest; - return proto.io.bisq.protobuffer.BackupAccountRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.BackupAccountRequest; + return proto.io.haveno.protobuffer.BackupAccountRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.BackupAccountRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.BackupAccountRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.BackupAccountRequest} + * @return {!proto.io.haveno.protobuffer.BackupAccountRequest} */ -proto.io.bisq.protobuffer.BackupAccountRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.BackupAccountRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -6154,9 +6154,9 @@ proto.io.bisq.protobuffer.BackupAccountRequest.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.BackupAccountRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.BackupAccountRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.BackupAccountRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.BackupAccountRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -6164,11 +6164,11 @@ proto.io.bisq.protobuffer.BackupAccountRequest.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.BackupAccountRequest} message + * @param {!proto.io.haveno.protobuffer.BackupAccountRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BackupAccountRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.BackupAccountRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -6189,8 +6189,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.BackupAccountReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.BackupAccountReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.BackupAccountReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.BackupAccountReply.toObject(opt_includeInstance, this); }; @@ -6199,11 +6199,11 @@ proto.io.bisq.protobuffer.BackupAccountReply.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.BackupAccountReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.BackupAccountReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BackupAccountReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.BackupAccountReply.toObject = function(includeInstance, msg) { var f, obj = { zipBytes: msg.getZipBytes_asB64() }; @@ -6219,23 +6219,23 @@ proto.io.bisq.protobuffer.BackupAccountReply.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.BackupAccountReply} + * @return {!proto.io.haveno.protobuffer.BackupAccountReply} */ -proto.io.bisq.protobuffer.BackupAccountReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.BackupAccountReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.BackupAccountReply; - return proto.io.bisq.protobuffer.BackupAccountReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.BackupAccountReply; + return proto.io.haveno.protobuffer.BackupAccountReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.BackupAccountReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.BackupAccountReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.BackupAccountReply} + * @return {!proto.io.haveno.protobuffer.BackupAccountReply} */ -proto.io.bisq.protobuffer.BackupAccountReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.BackupAccountReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -6259,9 +6259,9 @@ proto.io.bisq.protobuffer.BackupAccountReply.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.BackupAccountReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.BackupAccountReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.BackupAccountReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.BackupAccountReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -6269,11 +6269,11 @@ proto.io.bisq.protobuffer.BackupAccountReply.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.BackupAccountReply} message + * @param {!proto.io.haveno.protobuffer.BackupAccountReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BackupAccountReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.BackupAccountReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getZipBytes_asU8(); if (f.length > 0) { @@ -6289,7 +6289,7 @@ proto.io.bisq.protobuffer.BackupAccountReply.serializeBinaryToWriter = function( * optional bytes zip_bytes = 1; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.BackupAccountReply.prototype.getZipBytes = function() { +proto.io.haveno.protobuffer.BackupAccountReply.prototype.getZipBytes = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; @@ -6299,7 +6299,7 @@ proto.io.bisq.protobuffer.BackupAccountReply.prototype.getZipBytes = function() * This is a type-conversion wrapper around `getZipBytes()` * @return {string} */ -proto.io.bisq.protobuffer.BackupAccountReply.prototype.getZipBytes_asB64 = function() { +proto.io.haveno.protobuffer.BackupAccountReply.prototype.getZipBytes_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getZipBytes())); }; @@ -6312,7 +6312,7 @@ proto.io.bisq.protobuffer.BackupAccountReply.prototype.getZipBytes_asB64 = funct * This is a type-conversion wrapper around `getZipBytes()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.BackupAccountReply.prototype.getZipBytes_asU8 = function() { +proto.io.haveno.protobuffer.BackupAccountReply.prototype.getZipBytes_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getZipBytes())); }; @@ -6320,9 +6320,9 @@ proto.io.bisq.protobuffer.BackupAccountReply.prototype.getZipBytes_asU8 = functi /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.BackupAccountReply} returns this + * @return {!proto.io.haveno.protobuffer.BackupAccountReply} returns this */ -proto.io.bisq.protobuffer.BackupAccountReply.prototype.setZipBytes = function(value) { +proto.io.haveno.protobuffer.BackupAccountReply.prototype.setZipBytes = function(value) { return jspb.Message.setProto3BytesField(this, 1, value); }; @@ -6343,8 +6343,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RestoreAccountRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RestoreAccountRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RestoreAccountRequest.toObject(opt_includeInstance, this); }; @@ -6353,11 +6353,11 @@ proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RestoreAccountRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RestoreAccountRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RestoreAccountRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RestoreAccountRequest.toObject = function(includeInstance, msg) { var f, obj = { zipBytes: msg.getZipBytes_asB64(), offset: jspb.Message.getFieldWithDefault(msg, 2, 0), @@ -6376,23 +6376,23 @@ proto.io.bisq.protobuffer.RestoreAccountRequest.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RestoreAccountRequest} + * @return {!proto.io.haveno.protobuffer.RestoreAccountRequest} */ -proto.io.bisq.protobuffer.RestoreAccountRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RestoreAccountRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RestoreAccountRequest; - return proto.io.bisq.protobuffer.RestoreAccountRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RestoreAccountRequest; + return proto.io.haveno.protobuffer.RestoreAccountRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RestoreAccountRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RestoreAccountRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RestoreAccountRequest} + * @return {!proto.io.haveno.protobuffer.RestoreAccountRequest} */ -proto.io.bisq.protobuffer.RestoreAccountRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RestoreAccountRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -6428,9 +6428,9 @@ proto.io.bisq.protobuffer.RestoreAccountRequest.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RestoreAccountRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RestoreAccountRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RestoreAccountRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -6438,11 +6438,11 @@ proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RestoreAccountRequest} message + * @param {!proto.io.haveno.protobuffer.RestoreAccountRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RestoreAccountRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RestoreAccountRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getZipBytes_asU8(); if (f.length > 0) { @@ -6479,7 +6479,7 @@ proto.io.bisq.protobuffer.RestoreAccountRequest.serializeBinaryToWriter = functi * optional bytes zip_bytes = 1; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.getZipBytes = function() { +proto.io.haveno.protobuffer.RestoreAccountRequest.prototype.getZipBytes = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; @@ -6489,7 +6489,7 @@ proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.getZipBytes = function * This is a type-conversion wrapper around `getZipBytes()` * @return {string} */ -proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.getZipBytes_asB64 = function() { +proto.io.haveno.protobuffer.RestoreAccountRequest.prototype.getZipBytes_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getZipBytes())); }; @@ -6502,7 +6502,7 @@ proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.getZipBytes_asB64 = fu * This is a type-conversion wrapper around `getZipBytes()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.getZipBytes_asU8 = function() { +proto.io.haveno.protobuffer.RestoreAccountRequest.prototype.getZipBytes_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getZipBytes())); }; @@ -6510,9 +6510,9 @@ proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.getZipBytes_asU8 = fun /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.RestoreAccountRequest} returns this + * @return {!proto.io.haveno.protobuffer.RestoreAccountRequest} returns this */ -proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.setZipBytes = function(value) { +proto.io.haveno.protobuffer.RestoreAccountRequest.prototype.setZipBytes = function(value) { return jspb.Message.setProto3BytesField(this, 1, value); }; @@ -6521,16 +6521,16 @@ proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.setZipBytes = function * optional uint64 offset = 2; * @return {number} */ -proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.getOffset = function() { +proto.io.haveno.protobuffer.RestoreAccountRequest.prototype.getOffset = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.RestoreAccountRequest} returns this + * @return {!proto.io.haveno.protobuffer.RestoreAccountRequest} returns this */ -proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.setOffset = function(value) { +proto.io.haveno.protobuffer.RestoreAccountRequest.prototype.setOffset = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -6539,16 +6539,16 @@ proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.setOffset = function(v * optional uint64 total_length = 3; * @return {number} */ -proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.getTotalLength = function() { +proto.io.haveno.protobuffer.RestoreAccountRequest.prototype.getTotalLength = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.RestoreAccountRequest} returns this + * @return {!proto.io.haveno.protobuffer.RestoreAccountRequest} returns this */ -proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.setTotalLength = function(value) { +proto.io.haveno.protobuffer.RestoreAccountRequest.prototype.setTotalLength = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -6557,16 +6557,16 @@ proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.setTotalLength = funct * optional bool has_more = 4; * @return {boolean} */ -proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.getHasMore = function() { +proto.io.haveno.protobuffer.RestoreAccountRequest.prototype.getHasMore = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.RestoreAccountRequest} returns this + * @return {!proto.io.haveno.protobuffer.RestoreAccountRequest} returns this */ -proto.io.bisq.protobuffer.RestoreAccountRequest.prototype.setHasMore = function(value) { +proto.io.haveno.protobuffer.RestoreAccountRequest.prototype.setHasMore = function(value) { return jspb.Message.setProto3BooleanField(this, 4, value); }; @@ -6587,8 +6587,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RestoreAccountReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RestoreAccountReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RestoreAccountReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RestoreAccountReply.toObject(opt_includeInstance, this); }; @@ -6597,11 +6597,11 @@ proto.io.bisq.protobuffer.RestoreAccountReply.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RestoreAccountReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RestoreAccountReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RestoreAccountReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RestoreAccountReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -6617,23 +6617,23 @@ proto.io.bisq.protobuffer.RestoreAccountReply.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RestoreAccountReply} + * @return {!proto.io.haveno.protobuffer.RestoreAccountReply} */ -proto.io.bisq.protobuffer.RestoreAccountReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RestoreAccountReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RestoreAccountReply; - return proto.io.bisq.protobuffer.RestoreAccountReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RestoreAccountReply; + return proto.io.haveno.protobuffer.RestoreAccountReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RestoreAccountReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RestoreAccountReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RestoreAccountReply} + * @return {!proto.io.haveno.protobuffer.RestoreAccountReply} */ -proto.io.bisq.protobuffer.RestoreAccountReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RestoreAccountReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -6653,9 +6653,9 @@ proto.io.bisq.protobuffer.RestoreAccountReply.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RestoreAccountReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RestoreAccountReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RestoreAccountReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RestoreAccountReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -6663,11 +6663,11 @@ proto.io.bisq.protobuffer.RestoreAccountReply.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RestoreAccountReply} message + * @param {!proto.io.haveno.protobuffer.RestoreAccountReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RestoreAccountReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RestoreAccountReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -6688,8 +6688,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetDisputesRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetDisputesRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetDisputesRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetDisputesRequest.toObject(opt_includeInstance, this); }; @@ -6698,11 +6698,11 @@ proto.io.bisq.protobuffer.GetDisputesRequest.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetDisputesRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetDisputesRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetDisputesRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetDisputesRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -6718,23 +6718,23 @@ proto.io.bisq.protobuffer.GetDisputesRequest.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetDisputesRequest} + * @return {!proto.io.haveno.protobuffer.GetDisputesRequest} */ -proto.io.bisq.protobuffer.GetDisputesRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetDisputesRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetDisputesRequest; - return proto.io.bisq.protobuffer.GetDisputesRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetDisputesRequest; + return proto.io.haveno.protobuffer.GetDisputesRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetDisputesRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetDisputesRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetDisputesRequest} + * @return {!proto.io.haveno.protobuffer.GetDisputesRequest} */ -proto.io.bisq.protobuffer.GetDisputesRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetDisputesRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -6754,9 +6754,9 @@ proto.io.bisq.protobuffer.GetDisputesRequest.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetDisputesRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetDisputesRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetDisputesRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetDisputesRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -6764,11 +6764,11 @@ proto.io.bisq.protobuffer.GetDisputesRequest.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetDisputesRequest} message + * @param {!proto.io.haveno.protobuffer.GetDisputesRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetDisputesRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetDisputesRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -6779,7 +6779,7 @@ proto.io.bisq.protobuffer.GetDisputesRequest.serializeBinaryToWriter = function( * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetDisputesReply.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.GetDisputesReply.repeatedFields_ = [1]; @@ -6796,8 +6796,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetDisputesReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetDisputesReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetDisputesReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetDisputesReply.toObject(opt_includeInstance, this); }; @@ -6806,11 +6806,11 @@ proto.io.bisq.protobuffer.GetDisputesReply.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetDisputesReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetDisputesReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetDisputesReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetDisputesReply.toObject = function(includeInstance, msg) { var f, obj = { disputesList: jspb.Message.toObjectList(msg.getDisputesList(), pb_pb.Dispute.toObject, includeInstance) @@ -6827,23 +6827,23 @@ proto.io.bisq.protobuffer.GetDisputesReply.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetDisputesReply} + * @return {!proto.io.haveno.protobuffer.GetDisputesReply} */ -proto.io.bisq.protobuffer.GetDisputesReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetDisputesReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetDisputesReply; - return proto.io.bisq.protobuffer.GetDisputesReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetDisputesReply; + return proto.io.haveno.protobuffer.GetDisputesReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetDisputesReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetDisputesReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetDisputesReply} + * @return {!proto.io.haveno.protobuffer.GetDisputesReply} */ -proto.io.bisq.protobuffer.GetDisputesReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetDisputesReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -6868,9 +6868,9 @@ proto.io.bisq.protobuffer.GetDisputesReply.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetDisputesReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetDisputesReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetDisputesReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetDisputesReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -6878,11 +6878,11 @@ proto.io.bisq.protobuffer.GetDisputesReply.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetDisputesReply} message + * @param {!proto.io.haveno.protobuffer.GetDisputesReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetDisputesReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetDisputesReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getDisputesList(); if (f.length > 0) { @@ -6897,38 +6897,38 @@ proto.io.bisq.protobuffer.GetDisputesReply.serializeBinaryToWriter = function(me /** * repeated Dispute disputes = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetDisputesReply.prototype.getDisputesList = function() { - return /** @type{!Array} */ ( +proto.io.haveno.protobuffer.GetDisputesReply.prototype.getDisputesList = function() { + return /** @type{!Array} */ ( jspb.Message.getRepeatedWrapperField(this, pb_pb.Dispute, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetDisputesReply} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetDisputesReply} returns this */ -proto.io.bisq.protobuffer.GetDisputesReply.prototype.setDisputesList = function(value) { +proto.io.haveno.protobuffer.GetDisputesReply.prototype.setDisputesList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.Dispute=} opt_value + * @param {!proto.io.haveno.protobuffer.Dispute=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Dispute} + * @return {!proto.io.haveno.protobuffer.Dispute} */ -proto.io.bisq.protobuffer.GetDisputesReply.prototype.addDisputes = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.Dispute, opt_index); +proto.io.haveno.protobuffer.GetDisputesReply.prototype.addDisputes = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.Dispute, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetDisputesReply} returns this + * @return {!proto.io.haveno.protobuffer.GetDisputesReply} returns this */ -proto.io.bisq.protobuffer.GetDisputesReply.prototype.clearDisputesList = function() { +proto.io.haveno.protobuffer.GetDisputesReply.prototype.clearDisputesList = function() { return this.setDisputesList([]); }; @@ -6949,8 +6949,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetDisputeRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetDisputeRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetDisputeRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetDisputeRequest.toObject(opt_includeInstance, this); }; @@ -6959,11 +6959,11 @@ proto.io.bisq.protobuffer.GetDisputeRequest.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetDisputeRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetDisputeRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetDisputeRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetDisputeRequest.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -6979,23 +6979,23 @@ proto.io.bisq.protobuffer.GetDisputeRequest.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetDisputeRequest} + * @return {!proto.io.haveno.protobuffer.GetDisputeRequest} */ -proto.io.bisq.protobuffer.GetDisputeRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetDisputeRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetDisputeRequest; - return proto.io.bisq.protobuffer.GetDisputeRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetDisputeRequest; + return proto.io.haveno.protobuffer.GetDisputeRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetDisputeRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetDisputeRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetDisputeRequest} + * @return {!proto.io.haveno.protobuffer.GetDisputeRequest} */ -proto.io.bisq.protobuffer.GetDisputeRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetDisputeRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -7019,9 +7019,9 @@ proto.io.bisq.protobuffer.GetDisputeRequest.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetDisputeRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetDisputeRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetDisputeRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetDisputeRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -7029,11 +7029,11 @@ proto.io.bisq.protobuffer.GetDisputeRequest.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetDisputeRequest} message + * @param {!proto.io.haveno.protobuffer.GetDisputeRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetDisputeRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetDisputeRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -7049,16 +7049,16 @@ proto.io.bisq.protobuffer.GetDisputeRequest.serializeBinaryToWriter = function(m * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetDisputeRequest.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.GetDisputeRequest.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetDisputeRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetDisputeRequest} returns this */ -proto.io.bisq.protobuffer.GetDisputeRequest.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.GetDisputeRequest.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -7079,8 +7079,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetDisputeReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetDisputeReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetDisputeReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetDisputeReply.toObject(opt_includeInstance, this); }; @@ -7089,11 +7089,11 @@ proto.io.bisq.protobuffer.GetDisputeReply.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetDisputeReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetDisputeReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetDisputeReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetDisputeReply.toObject = function(includeInstance, msg) { var f, obj = { dispute: (f = msg.getDispute()) && pb_pb.Dispute.toObject(includeInstance, f) }; @@ -7109,23 +7109,23 @@ proto.io.bisq.protobuffer.GetDisputeReply.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetDisputeReply} + * @return {!proto.io.haveno.protobuffer.GetDisputeReply} */ -proto.io.bisq.protobuffer.GetDisputeReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetDisputeReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetDisputeReply; - return proto.io.bisq.protobuffer.GetDisputeReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetDisputeReply; + return proto.io.haveno.protobuffer.GetDisputeReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetDisputeReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetDisputeReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetDisputeReply} + * @return {!proto.io.haveno.protobuffer.GetDisputeReply} */ -proto.io.bisq.protobuffer.GetDisputeReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetDisputeReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -7150,9 +7150,9 @@ proto.io.bisq.protobuffer.GetDisputeReply.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetDisputeReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetDisputeReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetDisputeReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetDisputeReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -7160,11 +7160,11 @@ proto.io.bisq.protobuffer.GetDisputeReply.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetDisputeReply} message + * @param {!proto.io.haveno.protobuffer.GetDisputeReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetDisputeReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetDisputeReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getDispute(); if (f != null) { @@ -7179,28 +7179,28 @@ proto.io.bisq.protobuffer.GetDisputeReply.serializeBinaryToWriter = function(mes /** * optional Dispute dispute = 1; - * @return {?proto.io.bisq.protobuffer.Dispute} + * @return {?proto.io.haveno.protobuffer.Dispute} */ -proto.io.bisq.protobuffer.GetDisputeReply.prototype.getDispute = function() { - return /** @type{?proto.io.bisq.protobuffer.Dispute} */ ( +proto.io.haveno.protobuffer.GetDisputeReply.prototype.getDispute = function() { + return /** @type{?proto.io.haveno.protobuffer.Dispute} */ ( jspb.Message.getWrapperField(this, pb_pb.Dispute, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.Dispute|undefined} value - * @return {!proto.io.bisq.protobuffer.GetDisputeReply} returns this + * @param {?proto.io.haveno.protobuffer.Dispute|undefined} value + * @return {!proto.io.haveno.protobuffer.GetDisputeReply} returns this */ -proto.io.bisq.protobuffer.GetDisputeReply.prototype.setDispute = function(value) { +proto.io.haveno.protobuffer.GetDisputeReply.prototype.setDispute = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.GetDisputeReply} returns this + * @return {!proto.io.haveno.protobuffer.GetDisputeReply} returns this */ -proto.io.bisq.protobuffer.GetDisputeReply.prototype.clearDispute = function() { +proto.io.haveno.protobuffer.GetDisputeReply.prototype.clearDispute = function() { return this.setDispute(undefined); }; @@ -7209,7 +7209,7 @@ proto.io.bisq.protobuffer.GetDisputeReply.prototype.clearDispute = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.GetDisputeReply.prototype.hasDispute = function() { +proto.io.haveno.protobuffer.GetDisputeReply.prototype.hasDispute = function() { return jspb.Message.getField(this, 1) != null; }; @@ -7230,8 +7230,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.OpenDisputeRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.OpenDisputeRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.OpenDisputeRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.OpenDisputeRequest.toObject(opt_includeInstance, this); }; @@ -7240,11 +7240,11 @@ proto.io.bisq.protobuffer.OpenDisputeRequest.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.OpenDisputeRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.OpenDisputeRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OpenDisputeRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.OpenDisputeRequest.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -7260,23 +7260,23 @@ proto.io.bisq.protobuffer.OpenDisputeRequest.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.OpenDisputeRequest} + * @return {!proto.io.haveno.protobuffer.OpenDisputeRequest} */ -proto.io.bisq.protobuffer.OpenDisputeRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.OpenDisputeRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.OpenDisputeRequest; - return proto.io.bisq.protobuffer.OpenDisputeRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.OpenDisputeRequest; + return proto.io.haveno.protobuffer.OpenDisputeRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.OpenDisputeRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.OpenDisputeRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.OpenDisputeRequest} + * @return {!proto.io.haveno.protobuffer.OpenDisputeRequest} */ -proto.io.bisq.protobuffer.OpenDisputeRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.OpenDisputeRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -7300,9 +7300,9 @@ proto.io.bisq.protobuffer.OpenDisputeRequest.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.OpenDisputeRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.OpenDisputeRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.OpenDisputeRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.OpenDisputeRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -7310,11 +7310,11 @@ proto.io.bisq.protobuffer.OpenDisputeRequest.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.OpenDisputeRequest} message + * @param {!proto.io.haveno.protobuffer.OpenDisputeRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OpenDisputeRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.OpenDisputeRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -7330,16 +7330,16 @@ proto.io.bisq.protobuffer.OpenDisputeRequest.serializeBinaryToWriter = function( * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.OpenDisputeRequest.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.OpenDisputeRequest.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OpenDisputeRequest} returns this + * @return {!proto.io.haveno.protobuffer.OpenDisputeRequest} returns this */ -proto.io.bisq.protobuffer.OpenDisputeRequest.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.OpenDisputeRequest.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -7360,8 +7360,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.OpenDisputeReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.OpenDisputeReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.OpenDisputeReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.OpenDisputeReply.toObject(opt_includeInstance, this); }; @@ -7370,11 +7370,11 @@ proto.io.bisq.protobuffer.OpenDisputeReply.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.OpenDisputeReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.OpenDisputeReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OpenDisputeReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.OpenDisputeReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -7390,23 +7390,23 @@ proto.io.bisq.protobuffer.OpenDisputeReply.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.OpenDisputeReply} + * @return {!proto.io.haveno.protobuffer.OpenDisputeReply} */ -proto.io.bisq.protobuffer.OpenDisputeReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.OpenDisputeReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.OpenDisputeReply; - return proto.io.bisq.protobuffer.OpenDisputeReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.OpenDisputeReply; + return proto.io.haveno.protobuffer.OpenDisputeReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.OpenDisputeReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.OpenDisputeReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.OpenDisputeReply} + * @return {!proto.io.haveno.protobuffer.OpenDisputeReply} */ -proto.io.bisq.protobuffer.OpenDisputeReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.OpenDisputeReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -7426,9 +7426,9 @@ proto.io.bisq.protobuffer.OpenDisputeReply.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.OpenDisputeReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.OpenDisputeReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.OpenDisputeReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.OpenDisputeReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -7436,11 +7436,11 @@ proto.io.bisq.protobuffer.OpenDisputeReply.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.OpenDisputeReply} message + * @param {!proto.io.haveno.protobuffer.OpenDisputeReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OpenDisputeReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.OpenDisputeReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -7461,8 +7461,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ResolveDisputeReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ResolveDisputeReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ResolveDisputeReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ResolveDisputeReply.toObject(opt_includeInstance, this); }; @@ -7471,11 +7471,11 @@ proto.io.bisq.protobuffer.ResolveDisputeReply.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ResolveDisputeReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ResolveDisputeReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ResolveDisputeReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ResolveDisputeReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -7491,23 +7491,23 @@ proto.io.bisq.protobuffer.ResolveDisputeReply.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ResolveDisputeReply} + * @return {!proto.io.haveno.protobuffer.ResolveDisputeReply} */ -proto.io.bisq.protobuffer.ResolveDisputeReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ResolveDisputeReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ResolveDisputeReply; - return proto.io.bisq.protobuffer.ResolveDisputeReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ResolveDisputeReply; + return proto.io.haveno.protobuffer.ResolveDisputeReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ResolveDisputeReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ResolveDisputeReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ResolveDisputeReply} + * @return {!proto.io.haveno.protobuffer.ResolveDisputeReply} */ -proto.io.bisq.protobuffer.ResolveDisputeReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ResolveDisputeReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -7527,9 +7527,9 @@ proto.io.bisq.protobuffer.ResolveDisputeReply.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ResolveDisputeReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ResolveDisputeReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ResolveDisputeReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ResolveDisputeReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -7537,11 +7537,11 @@ proto.io.bisq.protobuffer.ResolveDisputeReply.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ResolveDisputeReply} message + * @param {!proto.io.haveno.protobuffer.ResolveDisputeReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ResolveDisputeReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ResolveDisputeReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -7562,8 +7562,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ResolveDisputeRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ResolveDisputeRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ResolveDisputeRequest.toObject(opt_includeInstance, this); }; @@ -7572,11 +7572,11 @@ proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ResolveDisputeRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ResolveDisputeRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ResolveDisputeRequest.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), winner: jspb.Message.getFieldWithDefault(msg, 2, 0), @@ -7596,23 +7596,23 @@ proto.io.bisq.protobuffer.ResolveDisputeRequest.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ResolveDisputeRequest} + * @return {!proto.io.haveno.protobuffer.ResolveDisputeRequest} */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ResolveDisputeRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ResolveDisputeRequest; - return proto.io.bisq.protobuffer.ResolveDisputeRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ResolveDisputeRequest; + return proto.io.haveno.protobuffer.ResolveDisputeRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ResolveDisputeRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ResolveDisputeRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ResolveDisputeRequest} + * @return {!proto.io.haveno.protobuffer.ResolveDisputeRequest} */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ResolveDisputeRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -7624,11 +7624,11 @@ proto.io.bisq.protobuffer.ResolveDisputeRequest.deserializeBinaryFromReader = fu msg.setTradeId(value); break; case 2: - var value = /** @type {!proto.io.bisq.protobuffer.DisputeResult.Winner} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.DisputeResult.Winner} */ (reader.readEnum()); msg.setWinner(value); break; case 3: - var value = /** @type {!proto.io.bisq.protobuffer.DisputeResult.Reason} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.DisputeResult.Reason} */ (reader.readEnum()); msg.setReason(value); break; case 4: @@ -7652,9 +7652,9 @@ proto.io.bisq.protobuffer.ResolveDisputeRequest.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ResolveDisputeRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ResolveDisputeRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ResolveDisputeRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -7662,11 +7662,11 @@ proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ResolveDisputeRequest} message + * @param {!proto.io.haveno.protobuffer.ResolveDisputeRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ResolveDisputeRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -7710,52 +7710,52 @@ proto.io.bisq.protobuffer.ResolveDisputeRequest.serializeBinaryToWriter = functi * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.ResolveDisputeRequest.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ResolveDisputeRequest} returns this + * @return {!proto.io.haveno.protobuffer.ResolveDisputeRequest} returns this */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.ResolveDisputeRequest.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional DisputeResult.Winner winner = 2; - * @return {!proto.io.bisq.protobuffer.DisputeResult.Winner} + * @return {!proto.io.haveno.protobuffer.DisputeResult.Winner} */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.getWinner = function() { - return /** @type {!proto.io.bisq.protobuffer.DisputeResult.Winner} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); +proto.io.haveno.protobuffer.ResolveDisputeRequest.prototype.getWinner = function() { + return /** @type {!proto.io.haveno.protobuffer.DisputeResult.Winner} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.DisputeResult.Winner} value - * @return {!proto.io.bisq.protobuffer.ResolveDisputeRequest} returns this + * @param {!proto.io.haveno.protobuffer.DisputeResult.Winner} value + * @return {!proto.io.haveno.protobuffer.ResolveDisputeRequest} returns this */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.setWinner = function(value) { +proto.io.haveno.protobuffer.ResolveDisputeRequest.prototype.setWinner = function(value) { return jspb.Message.setProto3EnumField(this, 2, value); }; /** * optional DisputeResult.Reason reason = 3; - * @return {!proto.io.bisq.protobuffer.DisputeResult.Reason} + * @return {!proto.io.haveno.protobuffer.DisputeResult.Reason} */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.getReason = function() { - return /** @type {!proto.io.bisq.protobuffer.DisputeResult.Reason} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); +proto.io.haveno.protobuffer.ResolveDisputeRequest.prototype.getReason = function() { + return /** @type {!proto.io.haveno.protobuffer.DisputeResult.Reason} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.DisputeResult.Reason} value - * @return {!proto.io.bisq.protobuffer.ResolveDisputeRequest} returns this + * @param {!proto.io.haveno.protobuffer.DisputeResult.Reason} value + * @return {!proto.io.haveno.protobuffer.ResolveDisputeRequest} returns this */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.setReason = function(value) { +proto.io.haveno.protobuffer.ResolveDisputeRequest.prototype.setReason = function(value) { return jspb.Message.setProto3EnumField(this, 3, value); }; @@ -7764,16 +7764,16 @@ proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.setReason = function(v * optional string summary_notes = 4; * @return {string} */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.getSummaryNotes = function() { +proto.io.haveno.protobuffer.ResolveDisputeRequest.prototype.getSummaryNotes = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ResolveDisputeRequest} returns this + * @return {!proto.io.haveno.protobuffer.ResolveDisputeRequest} returns this */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.setSummaryNotes = function(value) { +proto.io.haveno.protobuffer.ResolveDisputeRequest.prototype.setSummaryNotes = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -7782,16 +7782,16 @@ proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.setSummaryNotes = func * optional uint64 custom_payout_amount = 5; * @return {string} */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.getCustomPayoutAmount = function() { +proto.io.haveno.protobuffer.ResolveDisputeRequest.prototype.getCustomPayoutAmount = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "0")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ResolveDisputeRequest} returns this + * @return {!proto.io.haveno.protobuffer.ResolveDisputeRequest} returns this */ -proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.setCustomPayoutAmount = function(value) { +proto.io.haveno.protobuffer.ResolveDisputeRequest.prototype.setCustomPayoutAmount = function(value) { return jspb.Message.setProto3StringIntField(this, 5, value); }; @@ -7802,7 +7802,7 @@ proto.io.bisq.protobuffer.ResolveDisputeRequest.prototype.setCustomPayoutAmount * @private {!Array} * @const */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.repeatedFields_ = [3]; +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.repeatedFields_ = [3]; @@ -7819,8 +7819,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.toObject(opt_includeInstance, this); }; @@ -7829,11 +7829,11 @@ proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.prototype.toObject = fun * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SendDisputeChatMessageRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SendDisputeChatMessageRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.toObject = function(includeInstance, msg) { var f, obj = { disputeId: jspb.Message.getFieldWithDefault(msg, 1, ""), message: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -7852,23 +7852,23 @@ proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.toObject = function(incl /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SendDisputeChatMessageRequest} + * @return {!proto.io.haveno.protobuffer.SendDisputeChatMessageRequest} */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SendDisputeChatMessageRequest; - return proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SendDisputeChatMessageRequest; + return proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SendDisputeChatMessageRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SendDisputeChatMessageRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SendDisputeChatMessageRequest} + * @return {!proto.io.haveno.protobuffer.SendDisputeChatMessageRequest} */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -7901,9 +7901,9 @@ proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.deserializeBinaryFromRea * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -7911,11 +7911,11 @@ proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.prototype.serializeBinar /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SendDisputeChatMessageRequest} message + * @param {!proto.io.haveno.protobuffer.SendDisputeChatMessageRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getDisputeId(); if (f.length > 0) { @@ -7946,16 +7946,16 @@ proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.serializeBinaryToWriter * optional string dispute_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.prototype.getDisputeId = function() { +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.prototype.getDisputeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SendDisputeChatMessageRequest} returns this + * @return {!proto.io.haveno.protobuffer.SendDisputeChatMessageRequest} returns this */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.prototype.setDisputeId = function(value) { +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.prototype.setDisputeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -7964,54 +7964,54 @@ proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.prototype.setDisputeId = * optional string message = 2; * @return {string} */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.prototype.getMessage = function() { +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.prototype.getMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SendDisputeChatMessageRequest} returns this + * @return {!proto.io.haveno.protobuffer.SendDisputeChatMessageRequest} returns this */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.prototype.setMessage = function(value) { +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.prototype.setMessage = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * repeated Attachment attachments = 3; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.prototype.getAttachmentsList = function() { - return /** @type{!Array} */ ( +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.prototype.getAttachmentsList = function() { + return /** @type{!Array} */ ( jspb.Message.getRepeatedWrapperField(this, pb_pb.Attachment, 3)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.SendDisputeChatMessageRequest} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.SendDisputeChatMessageRequest} returns this */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.prototype.setAttachmentsList = function(value) { +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.prototype.setAttachmentsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 3, value); }; /** - * @param {!proto.io.bisq.protobuffer.Attachment=} opt_value + * @param {!proto.io.haveno.protobuffer.Attachment=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Attachment} + * @return {!proto.io.haveno.protobuffer.Attachment} */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.prototype.addAttachments = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.io.bisq.protobuffer.Attachment, opt_index); +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.prototype.addAttachments = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.io.haveno.protobuffer.Attachment, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.SendDisputeChatMessageRequest} returns this + * @return {!proto.io.haveno.protobuffer.SendDisputeChatMessageRequest} returns this */ -proto.io.bisq.protobuffer.SendDisputeChatMessageRequest.prototype.clearAttachmentsList = function() { +proto.io.haveno.protobuffer.SendDisputeChatMessageRequest.prototype.clearAttachmentsList = function() { return this.setAttachmentsList([]); }; @@ -8032,8 +8032,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SendDisputeChatMessageReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SendDisputeChatMessageReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SendDisputeChatMessageReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SendDisputeChatMessageReply.toObject(opt_includeInstance, this); }; @@ -8042,11 +8042,11 @@ proto.io.bisq.protobuffer.SendDisputeChatMessageReply.prototype.toObject = funct * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SendDisputeChatMessageReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SendDisputeChatMessageReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SendDisputeChatMessageReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SendDisputeChatMessageReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -8062,23 +8062,23 @@ proto.io.bisq.protobuffer.SendDisputeChatMessageReply.toObject = function(includ /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SendDisputeChatMessageReply} + * @return {!proto.io.haveno.protobuffer.SendDisputeChatMessageReply} */ -proto.io.bisq.protobuffer.SendDisputeChatMessageReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SendDisputeChatMessageReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SendDisputeChatMessageReply; - return proto.io.bisq.protobuffer.SendDisputeChatMessageReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SendDisputeChatMessageReply; + return proto.io.haveno.protobuffer.SendDisputeChatMessageReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SendDisputeChatMessageReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SendDisputeChatMessageReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SendDisputeChatMessageReply} + * @return {!proto.io.haveno.protobuffer.SendDisputeChatMessageReply} */ -proto.io.bisq.protobuffer.SendDisputeChatMessageReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SendDisputeChatMessageReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -8098,9 +8098,9 @@ proto.io.bisq.protobuffer.SendDisputeChatMessageReply.deserializeBinaryFromReade * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SendDisputeChatMessageReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SendDisputeChatMessageReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SendDisputeChatMessageReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SendDisputeChatMessageReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -8108,11 +8108,11 @@ proto.io.bisq.protobuffer.SendDisputeChatMessageReply.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SendDisputeChatMessageReply} message + * @param {!proto.io.haveno.protobuffer.SendDisputeChatMessageReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SendDisputeChatMessageReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SendDisputeChatMessageReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -8133,8 +8133,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RegisterDisputeAgentRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RegisterDisputeAgentRequest.toObject(opt_includeInstance, this); }; @@ -8143,11 +8143,11 @@ proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.prototype.toObject = funct * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RegisterDisputeAgentRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RegisterDisputeAgentRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RegisterDisputeAgentRequest.toObject = function(includeInstance, msg) { var f, obj = { disputeAgentType: jspb.Message.getFieldWithDefault(msg, 1, ""), registrationKey: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -8164,23 +8164,23 @@ proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.toObject = function(includ /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RegisterDisputeAgentRequest} + * @return {!proto.io.haveno.protobuffer.RegisterDisputeAgentRequest} */ -proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RegisterDisputeAgentRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RegisterDisputeAgentRequest; - return proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RegisterDisputeAgentRequest; + return proto.io.haveno.protobuffer.RegisterDisputeAgentRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RegisterDisputeAgentRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RegisterDisputeAgentRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RegisterDisputeAgentRequest} + * @return {!proto.io.haveno.protobuffer.RegisterDisputeAgentRequest} */ -proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RegisterDisputeAgentRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -8208,9 +8208,9 @@ proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.deserializeBinaryFromReade * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RegisterDisputeAgentRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RegisterDisputeAgentRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -8218,11 +8218,11 @@ proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RegisterDisputeAgentRequest} message + * @param {!proto.io.haveno.protobuffer.RegisterDisputeAgentRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RegisterDisputeAgentRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getDisputeAgentType(); if (f.length > 0) { @@ -8245,16 +8245,16 @@ proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.serializeBinaryToWriter = * optional string dispute_agent_type = 1; * @return {string} */ -proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.prototype.getDisputeAgentType = function() { +proto.io.haveno.protobuffer.RegisterDisputeAgentRequest.prototype.getDisputeAgentType = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.RegisterDisputeAgentRequest} returns this + * @return {!proto.io.haveno.protobuffer.RegisterDisputeAgentRequest} returns this */ -proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.prototype.setDisputeAgentType = function(value) { +proto.io.haveno.protobuffer.RegisterDisputeAgentRequest.prototype.setDisputeAgentType = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -8263,16 +8263,16 @@ proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.prototype.setDisputeAgentT * optional string registration_key = 2; * @return {string} */ -proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.prototype.getRegistrationKey = function() { +proto.io.haveno.protobuffer.RegisterDisputeAgentRequest.prototype.getRegistrationKey = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.RegisterDisputeAgentRequest} returns this + * @return {!proto.io.haveno.protobuffer.RegisterDisputeAgentRequest} returns this */ -proto.io.bisq.protobuffer.RegisterDisputeAgentRequest.prototype.setRegistrationKey = function(value) { +proto.io.haveno.protobuffer.RegisterDisputeAgentRequest.prototype.setRegistrationKey = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -8293,8 +8293,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RegisterDisputeAgentReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RegisterDisputeAgentReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RegisterDisputeAgentReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RegisterDisputeAgentReply.toObject(opt_includeInstance, this); }; @@ -8303,11 +8303,11 @@ proto.io.bisq.protobuffer.RegisterDisputeAgentReply.prototype.toObject = functio * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RegisterDisputeAgentReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RegisterDisputeAgentReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RegisterDisputeAgentReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RegisterDisputeAgentReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -8323,23 +8323,23 @@ proto.io.bisq.protobuffer.RegisterDisputeAgentReply.toObject = function(includeI /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RegisterDisputeAgentReply} + * @return {!proto.io.haveno.protobuffer.RegisterDisputeAgentReply} */ -proto.io.bisq.protobuffer.RegisterDisputeAgentReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RegisterDisputeAgentReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RegisterDisputeAgentReply; - return proto.io.bisq.protobuffer.RegisterDisputeAgentReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RegisterDisputeAgentReply; + return proto.io.haveno.protobuffer.RegisterDisputeAgentReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RegisterDisputeAgentReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RegisterDisputeAgentReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RegisterDisputeAgentReply} + * @return {!proto.io.haveno.protobuffer.RegisterDisputeAgentReply} */ -proto.io.bisq.protobuffer.RegisterDisputeAgentReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RegisterDisputeAgentReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -8359,9 +8359,9 @@ proto.io.bisq.protobuffer.RegisterDisputeAgentReply.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RegisterDisputeAgentReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RegisterDisputeAgentReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RegisterDisputeAgentReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RegisterDisputeAgentReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -8369,11 +8369,11 @@ proto.io.bisq.protobuffer.RegisterDisputeAgentReply.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RegisterDisputeAgentReply} message + * @param {!proto.io.haveno.protobuffer.RegisterDisputeAgentReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RegisterDisputeAgentReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RegisterDisputeAgentReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -8394,8 +8394,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest.toObject(opt_includeInstance, this); }; @@ -8404,11 +8404,11 @@ proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.prototype.toObject = fun * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest.toObject = function(includeInstance, msg) { var f, obj = { disputeAgentType: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -8424,23 +8424,23 @@ proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.toObject = function(incl /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest} + * @return {!proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest} */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest; - return proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest; + return proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest} + * @return {!proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest} */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -8464,9 +8464,9 @@ proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.deserializeBinaryFromRea * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -8474,11 +8474,11 @@ proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.prototype.serializeBinar /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest} message + * @param {!proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getDisputeAgentType(); if (f.length > 0) { @@ -8494,16 +8494,16 @@ proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.serializeBinaryToWriter * optional string dispute_agent_type = 1; * @return {string} */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.prototype.getDisputeAgentType = function() { +proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest.prototype.getDisputeAgentType = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest} returns this + * @return {!proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest} returns this */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentRequest.prototype.setDisputeAgentType = function(value) { +proto.io.haveno.protobuffer.UnregisterDisputeAgentRequest.prototype.setDisputeAgentType = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -8524,8 +8524,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.UnregisterDisputeAgentReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.UnregisterDisputeAgentReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.UnregisterDisputeAgentReply.toObject(opt_includeInstance, this); }; @@ -8534,11 +8534,11 @@ proto.io.bisq.protobuffer.UnregisterDisputeAgentReply.prototype.toObject = funct * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.UnregisterDisputeAgentReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.UnregisterDisputeAgentReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.UnregisterDisputeAgentReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -8554,23 +8554,23 @@ proto.io.bisq.protobuffer.UnregisterDisputeAgentReply.toObject = function(includ /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.UnregisterDisputeAgentReply} + * @return {!proto.io.haveno.protobuffer.UnregisterDisputeAgentReply} */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.UnregisterDisputeAgentReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.UnregisterDisputeAgentReply; - return proto.io.bisq.protobuffer.UnregisterDisputeAgentReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.UnregisterDisputeAgentReply; + return proto.io.haveno.protobuffer.UnregisterDisputeAgentReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.UnregisterDisputeAgentReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.UnregisterDisputeAgentReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.UnregisterDisputeAgentReply} + * @return {!proto.io.haveno.protobuffer.UnregisterDisputeAgentReply} */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.UnregisterDisputeAgentReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -8590,9 +8590,9 @@ proto.io.bisq.protobuffer.UnregisterDisputeAgentReply.deserializeBinaryFromReade * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.UnregisterDisputeAgentReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.UnregisterDisputeAgentReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.UnregisterDisputeAgentReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -8600,11 +8600,11 @@ proto.io.bisq.protobuffer.UnregisterDisputeAgentReply.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.UnregisterDisputeAgentReply} message + * @param {!proto.io.haveno.protobuffer.UnregisterDisputeAgentReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UnregisterDisputeAgentReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.UnregisterDisputeAgentReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -8625,8 +8625,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RegisterNotificationListenerRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RegisterNotificationListenerRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RegisterNotificationListenerRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RegisterNotificationListenerRequest.toObject(opt_includeInstance, this); }; @@ -8635,11 +8635,11 @@ proto.io.bisq.protobuffer.RegisterNotificationListenerRequest.prototype.toObject * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RegisterNotificationListenerRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RegisterNotificationListenerRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RegisterNotificationListenerRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RegisterNotificationListenerRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -8655,23 +8655,23 @@ proto.io.bisq.protobuffer.RegisterNotificationListenerRequest.toObject = functio /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RegisterNotificationListenerRequest} + * @return {!proto.io.haveno.protobuffer.RegisterNotificationListenerRequest} */ -proto.io.bisq.protobuffer.RegisterNotificationListenerRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RegisterNotificationListenerRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RegisterNotificationListenerRequest; - return proto.io.bisq.protobuffer.RegisterNotificationListenerRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RegisterNotificationListenerRequest; + return proto.io.haveno.protobuffer.RegisterNotificationListenerRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RegisterNotificationListenerRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RegisterNotificationListenerRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RegisterNotificationListenerRequest} + * @return {!proto.io.haveno.protobuffer.RegisterNotificationListenerRequest} */ -proto.io.bisq.protobuffer.RegisterNotificationListenerRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RegisterNotificationListenerRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -8691,9 +8691,9 @@ proto.io.bisq.protobuffer.RegisterNotificationListenerRequest.deserializeBinaryF * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RegisterNotificationListenerRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RegisterNotificationListenerRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RegisterNotificationListenerRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RegisterNotificationListenerRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -8701,11 +8701,11 @@ proto.io.bisq.protobuffer.RegisterNotificationListenerRequest.prototype.serializ /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RegisterNotificationListenerRequest} message + * @param {!proto.io.haveno.protobuffer.RegisterNotificationListenerRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RegisterNotificationListenerRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RegisterNotificationListenerRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -8726,8 +8726,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.NotificationMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.NotificationMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.NotificationMessage.toObject(opt_includeInstance, this); }; @@ -8736,18 +8736,18 @@ proto.io.bisq.protobuffer.NotificationMessage.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.NotificationMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.NotificationMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.NotificationMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.NotificationMessage.toObject = function(includeInstance, msg) { var f, obj = { id: jspb.Message.getFieldWithDefault(msg, 1, ""), type: jspb.Message.getFieldWithDefault(msg, 2, 0), timestamp: jspb.Message.getFieldWithDefault(msg, 3, 0), title: jspb.Message.getFieldWithDefault(msg, 4, ""), message: jspb.Message.getFieldWithDefault(msg, 5, ""), - trade: (f = msg.getTrade()) && proto.io.bisq.protobuffer.TradeInfo.toObject(includeInstance, f), + trade: (f = msg.getTrade()) && proto.io.haveno.protobuffer.TradeInfo.toObject(includeInstance, f), chatMessage: (f = msg.getChatMessage()) && pb_pb.ChatMessage.toObject(includeInstance, f) }; @@ -8762,23 +8762,23 @@ proto.io.bisq.protobuffer.NotificationMessage.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.NotificationMessage} + * @return {!proto.io.haveno.protobuffer.NotificationMessage} */ -proto.io.bisq.protobuffer.NotificationMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.NotificationMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.NotificationMessage; - return proto.io.bisq.protobuffer.NotificationMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.NotificationMessage; + return proto.io.haveno.protobuffer.NotificationMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.NotificationMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.NotificationMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.NotificationMessage} + * @return {!proto.io.haveno.protobuffer.NotificationMessage} */ -proto.io.bisq.protobuffer.NotificationMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.NotificationMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -8790,7 +8790,7 @@ proto.io.bisq.protobuffer.NotificationMessage.deserializeBinaryFromReader = func msg.setId(value); break; case 2: - var value = /** @type {!proto.io.bisq.protobuffer.NotificationMessage.NotificationType} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.NotificationMessage.NotificationType} */ (reader.readEnum()); msg.setType(value); break; case 3: @@ -8806,8 +8806,8 @@ proto.io.bisq.protobuffer.NotificationMessage.deserializeBinaryFromReader = func msg.setMessage(value); break; case 6: - var value = new proto.io.bisq.protobuffer.TradeInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.TradeInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.TradeInfo.deserializeBinaryFromReader); msg.setTrade(value); break; case 7: @@ -8828,9 +8828,9 @@ proto.io.bisq.protobuffer.NotificationMessage.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.NotificationMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.NotificationMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.NotificationMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -8838,11 +8838,11 @@ proto.io.bisq.protobuffer.NotificationMessage.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.NotificationMessage} message + * @param {!proto.io.haveno.protobuffer.NotificationMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.NotificationMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.NotificationMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getId(); if (f.length > 0) { @@ -8884,7 +8884,7 @@ proto.io.bisq.protobuffer.NotificationMessage.serializeBinaryToWriter = function writer.writeMessage( 6, f, - proto.io.bisq.protobuffer.TradeInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradeInfo.serializeBinaryToWriter ); } f = message.getChatMessage(); @@ -8901,7 +8901,7 @@ proto.io.bisq.protobuffer.NotificationMessage.serializeBinaryToWriter = function /** * @enum {number} */ -proto.io.bisq.protobuffer.NotificationMessage.NotificationType = { +proto.io.haveno.protobuffer.NotificationMessage.NotificationType = { ERROR: 0, APP_INITIALIZED: 1, KEEP_ALIVE: 2, @@ -8913,34 +8913,34 @@ proto.io.bisq.protobuffer.NotificationMessage.NotificationType = { * optional string id = 1; * @return {string} */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.getId = function() { +proto.io.haveno.protobuffer.NotificationMessage.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.NotificationMessage} returns this + * @return {!proto.io.haveno.protobuffer.NotificationMessage} returns this */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.setId = function(value) { +proto.io.haveno.protobuffer.NotificationMessage.prototype.setId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional NotificationType type = 2; - * @return {!proto.io.bisq.protobuffer.NotificationMessage.NotificationType} + * @return {!proto.io.haveno.protobuffer.NotificationMessage.NotificationType} */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.getType = function() { - return /** @type {!proto.io.bisq.protobuffer.NotificationMessage.NotificationType} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); +proto.io.haveno.protobuffer.NotificationMessage.prototype.getType = function() { + return /** @type {!proto.io.haveno.protobuffer.NotificationMessage.NotificationType} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.NotificationMessage.NotificationType} value - * @return {!proto.io.bisq.protobuffer.NotificationMessage} returns this + * @param {!proto.io.haveno.protobuffer.NotificationMessage.NotificationType} value + * @return {!proto.io.haveno.protobuffer.NotificationMessage} returns this */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.setType = function(value) { +proto.io.haveno.protobuffer.NotificationMessage.prototype.setType = function(value) { return jspb.Message.setProto3EnumField(this, 2, value); }; @@ -8949,16 +8949,16 @@ proto.io.bisq.protobuffer.NotificationMessage.prototype.setType = function(value * optional int64 timestamp = 3; * @return {number} */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.getTimestamp = function() { +proto.io.haveno.protobuffer.NotificationMessage.prototype.getTimestamp = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.NotificationMessage} returns this + * @return {!proto.io.haveno.protobuffer.NotificationMessage} returns this */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.setTimestamp = function(value) { +proto.io.haveno.protobuffer.NotificationMessage.prototype.setTimestamp = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -8967,16 +8967,16 @@ proto.io.bisq.protobuffer.NotificationMessage.prototype.setTimestamp = function( * optional string title = 4; * @return {string} */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.getTitle = function() { +proto.io.haveno.protobuffer.NotificationMessage.prototype.getTitle = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.NotificationMessage} returns this + * @return {!proto.io.haveno.protobuffer.NotificationMessage} returns this */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.setTitle = function(value) { +proto.io.haveno.protobuffer.NotificationMessage.prototype.setTitle = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -8985,44 +8985,44 @@ proto.io.bisq.protobuffer.NotificationMessage.prototype.setTitle = function(valu * optional string message = 5; * @return {string} */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.getMessage = function() { +proto.io.haveno.protobuffer.NotificationMessage.prototype.getMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.NotificationMessage} returns this + * @return {!proto.io.haveno.protobuffer.NotificationMessage} returns this */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.setMessage = function(value) { +proto.io.haveno.protobuffer.NotificationMessage.prototype.setMessage = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; /** * optional TradeInfo trade = 6; - * @return {?proto.io.bisq.protobuffer.TradeInfo} + * @return {?proto.io.haveno.protobuffer.TradeInfo} */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.getTrade = function() { - return /** @type{?proto.io.bisq.protobuffer.TradeInfo} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TradeInfo, 6)); +proto.io.haveno.protobuffer.NotificationMessage.prototype.getTrade = function() { + return /** @type{?proto.io.haveno.protobuffer.TradeInfo} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.TradeInfo, 6)); }; /** - * @param {?proto.io.bisq.protobuffer.TradeInfo|undefined} value - * @return {!proto.io.bisq.protobuffer.NotificationMessage} returns this + * @param {?proto.io.haveno.protobuffer.TradeInfo|undefined} value + * @return {!proto.io.haveno.protobuffer.NotificationMessage} returns this */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.setTrade = function(value) { +proto.io.haveno.protobuffer.NotificationMessage.prototype.setTrade = function(value) { return jspb.Message.setWrapperField(this, 6, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NotificationMessage} returns this + * @return {!proto.io.haveno.protobuffer.NotificationMessage} returns this */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.clearTrade = function() { +proto.io.haveno.protobuffer.NotificationMessage.prototype.clearTrade = function() { return this.setTrade(undefined); }; @@ -9031,35 +9031,35 @@ proto.io.bisq.protobuffer.NotificationMessage.prototype.clearTrade = function() * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.hasTrade = function() { +proto.io.haveno.protobuffer.NotificationMessage.prototype.hasTrade = function() { return jspb.Message.getField(this, 6) != null; }; /** * optional ChatMessage chat_message = 7; - * @return {?proto.io.bisq.protobuffer.ChatMessage} + * @return {?proto.io.haveno.protobuffer.ChatMessage} */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.getChatMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.ChatMessage} */ ( +proto.io.haveno.protobuffer.NotificationMessage.prototype.getChatMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.ChatMessage} */ ( jspb.Message.getWrapperField(this, pb_pb.ChatMessage, 7)); }; /** - * @param {?proto.io.bisq.protobuffer.ChatMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NotificationMessage} returns this + * @param {?proto.io.haveno.protobuffer.ChatMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NotificationMessage} returns this */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.setChatMessage = function(value) { +proto.io.haveno.protobuffer.NotificationMessage.prototype.setChatMessage = function(value) { return jspb.Message.setWrapperField(this, 7, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NotificationMessage} returns this + * @return {!proto.io.haveno.protobuffer.NotificationMessage} returns this */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.clearChatMessage = function() { +proto.io.haveno.protobuffer.NotificationMessage.prototype.clearChatMessage = function() { return this.setChatMessage(undefined); }; @@ -9068,7 +9068,7 @@ proto.io.bisq.protobuffer.NotificationMessage.prototype.clearChatMessage = funct * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NotificationMessage.prototype.hasChatMessage = function() { +proto.io.haveno.protobuffer.NotificationMessage.prototype.hasChatMessage = function() { return jspb.Message.getField(this, 7) != null; }; @@ -9089,8 +9089,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SendNotificationRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SendNotificationRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SendNotificationRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SendNotificationRequest.toObject(opt_includeInstance, this); }; @@ -9099,13 +9099,13 @@ proto.io.bisq.protobuffer.SendNotificationRequest.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SendNotificationRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SendNotificationRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SendNotificationRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SendNotificationRequest.toObject = function(includeInstance, msg) { var f, obj = { - notification: (f = msg.getNotification()) && proto.io.bisq.protobuffer.NotificationMessage.toObject(includeInstance, f) + notification: (f = msg.getNotification()) && proto.io.haveno.protobuffer.NotificationMessage.toObject(includeInstance, f) }; if (includeInstance) { @@ -9119,23 +9119,23 @@ proto.io.bisq.protobuffer.SendNotificationRequest.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SendNotificationRequest} + * @return {!proto.io.haveno.protobuffer.SendNotificationRequest} */ -proto.io.bisq.protobuffer.SendNotificationRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SendNotificationRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SendNotificationRequest; - return proto.io.bisq.protobuffer.SendNotificationRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SendNotificationRequest; + return proto.io.haveno.protobuffer.SendNotificationRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SendNotificationRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SendNotificationRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SendNotificationRequest} + * @return {!proto.io.haveno.protobuffer.SendNotificationRequest} */ -proto.io.bisq.protobuffer.SendNotificationRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SendNotificationRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -9143,8 +9143,8 @@ proto.io.bisq.protobuffer.SendNotificationRequest.deserializeBinaryFromReader = var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.NotificationMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.NotificationMessage.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NotificationMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.NotificationMessage.deserializeBinaryFromReader); msg.setNotification(value); break; default: @@ -9160,9 +9160,9 @@ proto.io.bisq.protobuffer.SendNotificationRequest.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SendNotificationRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SendNotificationRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SendNotificationRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SendNotificationRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -9170,18 +9170,18 @@ proto.io.bisq.protobuffer.SendNotificationRequest.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SendNotificationRequest} message + * @param {!proto.io.haveno.protobuffer.SendNotificationRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SendNotificationRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SendNotificationRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getNotification(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.NotificationMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.NotificationMessage.serializeBinaryToWriter ); } }; @@ -9189,28 +9189,28 @@ proto.io.bisq.protobuffer.SendNotificationRequest.serializeBinaryToWriter = func /** * optional NotificationMessage notification = 1; - * @return {?proto.io.bisq.protobuffer.NotificationMessage} + * @return {?proto.io.haveno.protobuffer.NotificationMessage} */ -proto.io.bisq.protobuffer.SendNotificationRequest.prototype.getNotification = function() { - return /** @type{?proto.io.bisq.protobuffer.NotificationMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NotificationMessage, 1)); +proto.io.haveno.protobuffer.SendNotificationRequest.prototype.getNotification = function() { + return /** @type{?proto.io.haveno.protobuffer.NotificationMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NotificationMessage, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.NotificationMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.SendNotificationRequest} returns this + * @param {?proto.io.haveno.protobuffer.NotificationMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.SendNotificationRequest} returns this */ -proto.io.bisq.protobuffer.SendNotificationRequest.prototype.setNotification = function(value) { +proto.io.haveno.protobuffer.SendNotificationRequest.prototype.setNotification = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.SendNotificationRequest} returns this + * @return {!proto.io.haveno.protobuffer.SendNotificationRequest} returns this */ -proto.io.bisq.protobuffer.SendNotificationRequest.prototype.clearNotification = function() { +proto.io.haveno.protobuffer.SendNotificationRequest.prototype.clearNotification = function() { return this.setNotification(undefined); }; @@ -9219,7 +9219,7 @@ proto.io.bisq.protobuffer.SendNotificationRequest.prototype.clearNotification = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.SendNotificationRequest.prototype.hasNotification = function() { +proto.io.haveno.protobuffer.SendNotificationRequest.prototype.hasNotification = function() { return jspb.Message.getField(this, 1) != null; }; @@ -9240,8 +9240,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SendNotificationReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SendNotificationReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SendNotificationReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SendNotificationReply.toObject(opt_includeInstance, this); }; @@ -9250,11 +9250,11 @@ proto.io.bisq.protobuffer.SendNotificationReply.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SendNotificationReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SendNotificationReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SendNotificationReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SendNotificationReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -9270,23 +9270,23 @@ proto.io.bisq.protobuffer.SendNotificationReply.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SendNotificationReply} + * @return {!proto.io.haveno.protobuffer.SendNotificationReply} */ -proto.io.bisq.protobuffer.SendNotificationReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SendNotificationReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SendNotificationReply; - return proto.io.bisq.protobuffer.SendNotificationReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SendNotificationReply; + return proto.io.haveno.protobuffer.SendNotificationReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SendNotificationReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SendNotificationReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SendNotificationReply} + * @return {!proto.io.haveno.protobuffer.SendNotificationReply} */ -proto.io.bisq.protobuffer.SendNotificationReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SendNotificationReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -9306,9 +9306,9 @@ proto.io.bisq.protobuffer.SendNotificationReply.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SendNotificationReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SendNotificationReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SendNotificationReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SendNotificationReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -9316,11 +9316,11 @@ proto.io.bisq.protobuffer.SendNotificationReply.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SendNotificationReply} message + * @param {!proto.io.haveno.protobuffer.SendNotificationReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SendNotificationReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SendNotificationReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -9341,8 +9341,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.UrlConnection.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.UrlConnection.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.UrlConnection.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.UrlConnection.toObject(opt_includeInstance, this); }; @@ -9351,11 +9351,11 @@ proto.io.bisq.protobuffer.UrlConnection.prototype.toObject = function(opt_includ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.UrlConnection} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.UrlConnection} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UrlConnection.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.UrlConnection.toObject = function(includeInstance, msg) { var f, obj = { url: jspb.Message.getFieldWithDefault(msg, 1, ""), username: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -9376,23 +9376,23 @@ proto.io.bisq.protobuffer.UrlConnection.toObject = function(includeInstance, msg /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.UrlConnection} + * @return {!proto.io.haveno.protobuffer.UrlConnection} */ -proto.io.bisq.protobuffer.UrlConnection.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.UrlConnection.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.UrlConnection; - return proto.io.bisq.protobuffer.UrlConnection.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.UrlConnection; + return proto.io.haveno.protobuffer.UrlConnection.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.UrlConnection} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.UrlConnection} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.UrlConnection} + * @return {!proto.io.haveno.protobuffer.UrlConnection} */ -proto.io.bisq.protobuffer.UrlConnection.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.UrlConnection.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -9416,11 +9416,11 @@ proto.io.bisq.protobuffer.UrlConnection.deserializeBinaryFromReader = function(m msg.setPriority(value); break; case 5: - var value = /** @type {!proto.io.bisq.protobuffer.UrlConnection.OnlineStatus} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.UrlConnection.OnlineStatus} */ (reader.readEnum()); msg.setOnlineStatus(value); break; case 6: - var value = /** @type {!proto.io.bisq.protobuffer.UrlConnection.AuthenticationStatus} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.UrlConnection.AuthenticationStatus} */ (reader.readEnum()); msg.setAuthenticationStatus(value); break; default: @@ -9436,9 +9436,9 @@ proto.io.bisq.protobuffer.UrlConnection.deserializeBinaryFromReader = function(m * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.UrlConnection.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.UrlConnection.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.UrlConnection.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.UrlConnection.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -9446,11 +9446,11 @@ proto.io.bisq.protobuffer.UrlConnection.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.UrlConnection} message + * @param {!proto.io.haveno.protobuffer.UrlConnection} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UrlConnection.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.UrlConnection.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getUrl(); if (f.length > 0) { @@ -9500,7 +9500,7 @@ proto.io.bisq.protobuffer.UrlConnection.serializeBinaryToWriter = function(messa /** * @enum {number} */ -proto.io.bisq.protobuffer.UrlConnection.OnlineStatus = { +proto.io.haveno.protobuffer.UrlConnection.OnlineStatus = { UNKNOWN: 0, ONLINE: 1, OFFLINE: 2 @@ -9509,7 +9509,7 @@ proto.io.bisq.protobuffer.UrlConnection.OnlineStatus = { /** * @enum {number} */ -proto.io.bisq.protobuffer.UrlConnection.AuthenticationStatus = { +proto.io.haveno.protobuffer.UrlConnection.AuthenticationStatus = { NO_AUTHENTICATION: 0, AUTHENTICATED: 1, NOT_AUTHENTICATED: 2 @@ -9519,16 +9519,16 @@ proto.io.bisq.protobuffer.UrlConnection.AuthenticationStatus = { * optional string url = 1; * @return {string} */ -proto.io.bisq.protobuffer.UrlConnection.prototype.getUrl = function() { +proto.io.haveno.protobuffer.UrlConnection.prototype.getUrl = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.UrlConnection} returns this + * @return {!proto.io.haveno.protobuffer.UrlConnection} returns this */ -proto.io.bisq.protobuffer.UrlConnection.prototype.setUrl = function(value) { +proto.io.haveno.protobuffer.UrlConnection.prototype.setUrl = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -9537,16 +9537,16 @@ proto.io.bisq.protobuffer.UrlConnection.prototype.setUrl = function(value) { * optional string username = 2; * @return {string} */ -proto.io.bisq.protobuffer.UrlConnection.prototype.getUsername = function() { +proto.io.haveno.protobuffer.UrlConnection.prototype.getUsername = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.UrlConnection} returns this + * @return {!proto.io.haveno.protobuffer.UrlConnection} returns this */ -proto.io.bisq.protobuffer.UrlConnection.prototype.setUsername = function(value) { +proto.io.haveno.protobuffer.UrlConnection.prototype.setUsername = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -9555,16 +9555,16 @@ proto.io.bisq.protobuffer.UrlConnection.prototype.setUsername = function(value) * optional string password = 3; * @return {string} */ -proto.io.bisq.protobuffer.UrlConnection.prototype.getPassword = function() { +proto.io.haveno.protobuffer.UrlConnection.prototype.getPassword = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.UrlConnection} returns this + * @return {!proto.io.haveno.protobuffer.UrlConnection} returns this */ -proto.io.bisq.protobuffer.UrlConnection.prototype.setPassword = function(value) { +proto.io.haveno.protobuffer.UrlConnection.prototype.setPassword = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -9573,52 +9573,52 @@ proto.io.bisq.protobuffer.UrlConnection.prototype.setPassword = function(value) * optional int32 priority = 4; * @return {number} */ -proto.io.bisq.protobuffer.UrlConnection.prototype.getPriority = function() { +proto.io.haveno.protobuffer.UrlConnection.prototype.getPriority = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.UrlConnection} returns this + * @return {!proto.io.haveno.protobuffer.UrlConnection} returns this */ -proto.io.bisq.protobuffer.UrlConnection.prototype.setPriority = function(value) { +proto.io.haveno.protobuffer.UrlConnection.prototype.setPriority = function(value) { return jspb.Message.setProto3IntField(this, 4, value); }; /** * optional OnlineStatus online_status = 5; - * @return {!proto.io.bisq.protobuffer.UrlConnection.OnlineStatus} + * @return {!proto.io.haveno.protobuffer.UrlConnection.OnlineStatus} */ -proto.io.bisq.protobuffer.UrlConnection.prototype.getOnlineStatus = function() { - return /** @type {!proto.io.bisq.protobuffer.UrlConnection.OnlineStatus} */ (jspb.Message.getFieldWithDefault(this, 5, 0)); +proto.io.haveno.protobuffer.UrlConnection.prototype.getOnlineStatus = function() { + return /** @type {!proto.io.haveno.protobuffer.UrlConnection.OnlineStatus} */ (jspb.Message.getFieldWithDefault(this, 5, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.UrlConnection.OnlineStatus} value - * @return {!proto.io.bisq.protobuffer.UrlConnection} returns this + * @param {!proto.io.haveno.protobuffer.UrlConnection.OnlineStatus} value + * @return {!proto.io.haveno.protobuffer.UrlConnection} returns this */ -proto.io.bisq.protobuffer.UrlConnection.prototype.setOnlineStatus = function(value) { +proto.io.haveno.protobuffer.UrlConnection.prototype.setOnlineStatus = function(value) { return jspb.Message.setProto3EnumField(this, 5, value); }; /** * optional AuthenticationStatus authentication_status = 6; - * @return {!proto.io.bisq.protobuffer.UrlConnection.AuthenticationStatus} + * @return {!proto.io.haveno.protobuffer.UrlConnection.AuthenticationStatus} */ -proto.io.bisq.protobuffer.UrlConnection.prototype.getAuthenticationStatus = function() { - return /** @type {!proto.io.bisq.protobuffer.UrlConnection.AuthenticationStatus} */ (jspb.Message.getFieldWithDefault(this, 6, 0)); +proto.io.haveno.protobuffer.UrlConnection.prototype.getAuthenticationStatus = function() { + return /** @type {!proto.io.haveno.protobuffer.UrlConnection.AuthenticationStatus} */ (jspb.Message.getFieldWithDefault(this, 6, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.UrlConnection.AuthenticationStatus} value - * @return {!proto.io.bisq.protobuffer.UrlConnection} returns this + * @param {!proto.io.haveno.protobuffer.UrlConnection.AuthenticationStatus} value + * @return {!proto.io.haveno.protobuffer.UrlConnection} returns this */ -proto.io.bisq.protobuffer.UrlConnection.prototype.setAuthenticationStatus = function(value) { +proto.io.haveno.protobuffer.UrlConnection.prototype.setAuthenticationStatus = function(value) { return jspb.Message.setProto3EnumField(this, 6, value); }; @@ -9639,8 +9639,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AddConnectionRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AddConnectionRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AddConnectionRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AddConnectionRequest.toObject(opt_includeInstance, this); }; @@ -9649,13 +9649,13 @@ proto.io.bisq.protobuffer.AddConnectionRequest.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AddConnectionRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AddConnectionRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AddConnectionRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AddConnectionRequest.toObject = function(includeInstance, msg) { var f, obj = { - connection: (f = msg.getConnection()) && proto.io.bisq.protobuffer.UrlConnection.toObject(includeInstance, f) + connection: (f = msg.getConnection()) && proto.io.haveno.protobuffer.UrlConnection.toObject(includeInstance, f) }; if (includeInstance) { @@ -9669,23 +9669,23 @@ proto.io.bisq.protobuffer.AddConnectionRequest.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AddConnectionRequest} + * @return {!proto.io.haveno.protobuffer.AddConnectionRequest} */ -proto.io.bisq.protobuffer.AddConnectionRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AddConnectionRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AddConnectionRequest; - return proto.io.bisq.protobuffer.AddConnectionRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AddConnectionRequest; + return proto.io.haveno.protobuffer.AddConnectionRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AddConnectionRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AddConnectionRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AddConnectionRequest} + * @return {!proto.io.haveno.protobuffer.AddConnectionRequest} */ -proto.io.bisq.protobuffer.AddConnectionRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AddConnectionRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -9693,8 +9693,8 @@ proto.io.bisq.protobuffer.AddConnectionRequest.deserializeBinaryFromReader = fun var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.UrlConnection; - reader.readMessage(value,proto.io.bisq.protobuffer.UrlConnection.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.UrlConnection; + reader.readMessage(value,proto.io.haveno.protobuffer.UrlConnection.deserializeBinaryFromReader); msg.setConnection(value); break; default: @@ -9710,9 +9710,9 @@ proto.io.bisq.protobuffer.AddConnectionRequest.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AddConnectionRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AddConnectionRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AddConnectionRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AddConnectionRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -9720,18 +9720,18 @@ proto.io.bisq.protobuffer.AddConnectionRequest.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AddConnectionRequest} message + * @param {!proto.io.haveno.protobuffer.AddConnectionRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AddConnectionRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AddConnectionRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getConnection(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.UrlConnection.serializeBinaryToWriter + proto.io.haveno.protobuffer.UrlConnection.serializeBinaryToWriter ); } }; @@ -9739,28 +9739,28 @@ proto.io.bisq.protobuffer.AddConnectionRequest.serializeBinaryToWriter = functio /** * optional UrlConnection connection = 1; - * @return {?proto.io.bisq.protobuffer.UrlConnection} + * @return {?proto.io.haveno.protobuffer.UrlConnection} */ -proto.io.bisq.protobuffer.AddConnectionRequest.prototype.getConnection = function() { - return /** @type{?proto.io.bisq.protobuffer.UrlConnection} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.UrlConnection, 1)); +proto.io.haveno.protobuffer.AddConnectionRequest.prototype.getConnection = function() { + return /** @type{?proto.io.haveno.protobuffer.UrlConnection} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.UrlConnection, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.UrlConnection|undefined} value - * @return {!proto.io.bisq.protobuffer.AddConnectionRequest} returns this + * @param {?proto.io.haveno.protobuffer.UrlConnection|undefined} value + * @return {!proto.io.haveno.protobuffer.AddConnectionRequest} returns this */ -proto.io.bisq.protobuffer.AddConnectionRequest.prototype.setConnection = function(value) { +proto.io.haveno.protobuffer.AddConnectionRequest.prototype.setConnection = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.AddConnectionRequest} returns this + * @return {!proto.io.haveno.protobuffer.AddConnectionRequest} returns this */ -proto.io.bisq.protobuffer.AddConnectionRequest.prototype.clearConnection = function() { +proto.io.haveno.protobuffer.AddConnectionRequest.prototype.clearConnection = function() { return this.setConnection(undefined); }; @@ -9769,7 +9769,7 @@ proto.io.bisq.protobuffer.AddConnectionRequest.prototype.clearConnection = funct * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.AddConnectionRequest.prototype.hasConnection = function() { +proto.io.haveno.protobuffer.AddConnectionRequest.prototype.hasConnection = function() { return jspb.Message.getField(this, 1) != null; }; @@ -9790,8 +9790,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AddConnectionReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AddConnectionReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AddConnectionReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AddConnectionReply.toObject(opt_includeInstance, this); }; @@ -9800,11 +9800,11 @@ proto.io.bisq.protobuffer.AddConnectionReply.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AddConnectionReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AddConnectionReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AddConnectionReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AddConnectionReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -9820,23 +9820,23 @@ proto.io.bisq.protobuffer.AddConnectionReply.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AddConnectionReply} + * @return {!proto.io.haveno.protobuffer.AddConnectionReply} */ -proto.io.bisq.protobuffer.AddConnectionReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AddConnectionReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AddConnectionReply; - return proto.io.bisq.protobuffer.AddConnectionReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AddConnectionReply; + return proto.io.haveno.protobuffer.AddConnectionReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AddConnectionReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AddConnectionReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AddConnectionReply} + * @return {!proto.io.haveno.protobuffer.AddConnectionReply} */ -proto.io.bisq.protobuffer.AddConnectionReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AddConnectionReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -9856,9 +9856,9 @@ proto.io.bisq.protobuffer.AddConnectionReply.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AddConnectionReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AddConnectionReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AddConnectionReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AddConnectionReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -9866,11 +9866,11 @@ proto.io.bisq.protobuffer.AddConnectionReply.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AddConnectionReply} message + * @param {!proto.io.haveno.protobuffer.AddConnectionReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AddConnectionReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AddConnectionReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -9891,8 +9891,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RemoveConnectionRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RemoveConnectionRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RemoveConnectionRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RemoveConnectionRequest.toObject(opt_includeInstance, this); }; @@ -9901,11 +9901,11 @@ proto.io.bisq.protobuffer.RemoveConnectionRequest.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RemoveConnectionRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RemoveConnectionRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RemoveConnectionRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RemoveConnectionRequest.toObject = function(includeInstance, msg) { var f, obj = { url: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -9921,23 +9921,23 @@ proto.io.bisq.protobuffer.RemoveConnectionRequest.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RemoveConnectionRequest} + * @return {!proto.io.haveno.protobuffer.RemoveConnectionRequest} */ -proto.io.bisq.protobuffer.RemoveConnectionRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RemoveConnectionRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RemoveConnectionRequest; - return proto.io.bisq.protobuffer.RemoveConnectionRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RemoveConnectionRequest; + return proto.io.haveno.protobuffer.RemoveConnectionRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RemoveConnectionRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RemoveConnectionRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RemoveConnectionRequest} + * @return {!proto.io.haveno.protobuffer.RemoveConnectionRequest} */ -proto.io.bisq.protobuffer.RemoveConnectionRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RemoveConnectionRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -9961,9 +9961,9 @@ proto.io.bisq.protobuffer.RemoveConnectionRequest.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RemoveConnectionRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RemoveConnectionRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RemoveConnectionRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RemoveConnectionRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -9971,11 +9971,11 @@ proto.io.bisq.protobuffer.RemoveConnectionRequest.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RemoveConnectionRequest} message + * @param {!proto.io.haveno.protobuffer.RemoveConnectionRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RemoveConnectionRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RemoveConnectionRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getUrl(); if (f.length > 0) { @@ -9991,16 +9991,16 @@ proto.io.bisq.protobuffer.RemoveConnectionRequest.serializeBinaryToWriter = func * optional string url = 1; * @return {string} */ -proto.io.bisq.protobuffer.RemoveConnectionRequest.prototype.getUrl = function() { +proto.io.haveno.protobuffer.RemoveConnectionRequest.prototype.getUrl = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.RemoveConnectionRequest} returns this + * @return {!proto.io.haveno.protobuffer.RemoveConnectionRequest} returns this */ -proto.io.bisq.protobuffer.RemoveConnectionRequest.prototype.setUrl = function(value) { +proto.io.haveno.protobuffer.RemoveConnectionRequest.prototype.setUrl = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -10021,8 +10021,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RemoveConnectionReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RemoveConnectionReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RemoveConnectionReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RemoveConnectionReply.toObject(opt_includeInstance, this); }; @@ -10031,11 +10031,11 @@ proto.io.bisq.protobuffer.RemoveConnectionReply.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RemoveConnectionReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RemoveConnectionReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RemoveConnectionReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RemoveConnectionReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -10051,23 +10051,23 @@ proto.io.bisq.protobuffer.RemoveConnectionReply.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RemoveConnectionReply} + * @return {!proto.io.haveno.protobuffer.RemoveConnectionReply} */ -proto.io.bisq.protobuffer.RemoveConnectionReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RemoveConnectionReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RemoveConnectionReply; - return proto.io.bisq.protobuffer.RemoveConnectionReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RemoveConnectionReply; + return proto.io.haveno.protobuffer.RemoveConnectionReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RemoveConnectionReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RemoveConnectionReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RemoveConnectionReply} + * @return {!proto.io.haveno.protobuffer.RemoveConnectionReply} */ -proto.io.bisq.protobuffer.RemoveConnectionReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RemoveConnectionReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -10087,9 +10087,9 @@ proto.io.bisq.protobuffer.RemoveConnectionReply.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RemoveConnectionReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RemoveConnectionReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RemoveConnectionReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RemoveConnectionReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -10097,11 +10097,11 @@ proto.io.bisq.protobuffer.RemoveConnectionReply.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RemoveConnectionReply} message + * @param {!proto.io.haveno.protobuffer.RemoveConnectionReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RemoveConnectionReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RemoveConnectionReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -10122,8 +10122,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetConnectionRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetConnectionRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetConnectionRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetConnectionRequest.toObject(opt_includeInstance, this); }; @@ -10132,11 +10132,11 @@ proto.io.bisq.protobuffer.GetConnectionRequest.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetConnectionRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetConnectionRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetConnectionRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetConnectionRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -10152,23 +10152,23 @@ proto.io.bisq.protobuffer.GetConnectionRequest.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetConnectionRequest} + * @return {!proto.io.haveno.protobuffer.GetConnectionRequest} */ -proto.io.bisq.protobuffer.GetConnectionRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetConnectionRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetConnectionRequest; - return proto.io.bisq.protobuffer.GetConnectionRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetConnectionRequest; + return proto.io.haveno.protobuffer.GetConnectionRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetConnectionRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetConnectionRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetConnectionRequest} + * @return {!proto.io.haveno.protobuffer.GetConnectionRequest} */ -proto.io.bisq.protobuffer.GetConnectionRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetConnectionRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -10188,9 +10188,9 @@ proto.io.bisq.protobuffer.GetConnectionRequest.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetConnectionRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetConnectionRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetConnectionRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetConnectionRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -10198,11 +10198,11 @@ proto.io.bisq.protobuffer.GetConnectionRequest.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetConnectionRequest} message + * @param {!proto.io.haveno.protobuffer.GetConnectionRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetConnectionRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetConnectionRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -10223,8 +10223,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetConnectionReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetConnectionReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetConnectionReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetConnectionReply.toObject(opt_includeInstance, this); }; @@ -10233,13 +10233,13 @@ proto.io.bisq.protobuffer.GetConnectionReply.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetConnectionReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetConnectionReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetConnectionReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetConnectionReply.toObject = function(includeInstance, msg) { var f, obj = { - connection: (f = msg.getConnection()) && proto.io.bisq.protobuffer.UrlConnection.toObject(includeInstance, f) + connection: (f = msg.getConnection()) && proto.io.haveno.protobuffer.UrlConnection.toObject(includeInstance, f) }; if (includeInstance) { @@ -10253,23 +10253,23 @@ proto.io.bisq.protobuffer.GetConnectionReply.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetConnectionReply} + * @return {!proto.io.haveno.protobuffer.GetConnectionReply} */ -proto.io.bisq.protobuffer.GetConnectionReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetConnectionReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetConnectionReply; - return proto.io.bisq.protobuffer.GetConnectionReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetConnectionReply; + return proto.io.haveno.protobuffer.GetConnectionReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetConnectionReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetConnectionReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetConnectionReply} + * @return {!proto.io.haveno.protobuffer.GetConnectionReply} */ -proto.io.bisq.protobuffer.GetConnectionReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetConnectionReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -10277,8 +10277,8 @@ proto.io.bisq.protobuffer.GetConnectionReply.deserializeBinaryFromReader = funct var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.UrlConnection; - reader.readMessage(value,proto.io.bisq.protobuffer.UrlConnection.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.UrlConnection; + reader.readMessage(value,proto.io.haveno.protobuffer.UrlConnection.deserializeBinaryFromReader); msg.setConnection(value); break; default: @@ -10294,9 +10294,9 @@ proto.io.bisq.protobuffer.GetConnectionReply.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetConnectionReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetConnectionReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetConnectionReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetConnectionReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -10304,18 +10304,18 @@ proto.io.bisq.protobuffer.GetConnectionReply.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetConnectionReply} message + * @param {!proto.io.haveno.protobuffer.GetConnectionReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetConnectionReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetConnectionReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getConnection(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.UrlConnection.serializeBinaryToWriter + proto.io.haveno.protobuffer.UrlConnection.serializeBinaryToWriter ); } }; @@ -10323,28 +10323,28 @@ proto.io.bisq.protobuffer.GetConnectionReply.serializeBinaryToWriter = function( /** * optional UrlConnection connection = 1; - * @return {?proto.io.bisq.protobuffer.UrlConnection} + * @return {?proto.io.haveno.protobuffer.UrlConnection} */ -proto.io.bisq.protobuffer.GetConnectionReply.prototype.getConnection = function() { - return /** @type{?proto.io.bisq.protobuffer.UrlConnection} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.UrlConnection, 1)); +proto.io.haveno.protobuffer.GetConnectionReply.prototype.getConnection = function() { + return /** @type{?proto.io.haveno.protobuffer.UrlConnection} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.UrlConnection, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.UrlConnection|undefined} value - * @return {!proto.io.bisq.protobuffer.GetConnectionReply} returns this + * @param {?proto.io.haveno.protobuffer.UrlConnection|undefined} value + * @return {!proto.io.haveno.protobuffer.GetConnectionReply} returns this */ -proto.io.bisq.protobuffer.GetConnectionReply.prototype.setConnection = function(value) { +proto.io.haveno.protobuffer.GetConnectionReply.prototype.setConnection = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.GetConnectionReply} returns this + * @return {!proto.io.haveno.protobuffer.GetConnectionReply} returns this */ -proto.io.bisq.protobuffer.GetConnectionReply.prototype.clearConnection = function() { +proto.io.haveno.protobuffer.GetConnectionReply.prototype.clearConnection = function() { return this.setConnection(undefined); }; @@ -10353,7 +10353,7 @@ proto.io.bisq.protobuffer.GetConnectionReply.prototype.clearConnection = functio * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.GetConnectionReply.prototype.hasConnection = function() { +proto.io.haveno.protobuffer.GetConnectionReply.prototype.hasConnection = function() { return jspb.Message.getField(this, 1) != null; }; @@ -10374,8 +10374,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetConnectionsRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetConnectionsRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetConnectionsRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetConnectionsRequest.toObject(opt_includeInstance, this); }; @@ -10384,11 +10384,11 @@ proto.io.bisq.protobuffer.GetConnectionsRequest.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetConnectionsRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetConnectionsRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetConnectionsRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetConnectionsRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -10404,23 +10404,23 @@ proto.io.bisq.protobuffer.GetConnectionsRequest.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetConnectionsRequest} + * @return {!proto.io.haveno.protobuffer.GetConnectionsRequest} */ -proto.io.bisq.protobuffer.GetConnectionsRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetConnectionsRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetConnectionsRequest; - return proto.io.bisq.protobuffer.GetConnectionsRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetConnectionsRequest; + return proto.io.haveno.protobuffer.GetConnectionsRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetConnectionsRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetConnectionsRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetConnectionsRequest} + * @return {!proto.io.haveno.protobuffer.GetConnectionsRequest} */ -proto.io.bisq.protobuffer.GetConnectionsRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetConnectionsRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -10440,9 +10440,9 @@ proto.io.bisq.protobuffer.GetConnectionsRequest.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetConnectionsRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetConnectionsRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetConnectionsRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetConnectionsRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -10450,11 +10450,11 @@ proto.io.bisq.protobuffer.GetConnectionsRequest.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetConnectionsRequest} message + * @param {!proto.io.haveno.protobuffer.GetConnectionsRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetConnectionsRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetConnectionsRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -10465,7 +10465,7 @@ proto.io.bisq.protobuffer.GetConnectionsRequest.serializeBinaryToWriter = functi * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetConnectionsReply.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.GetConnectionsReply.repeatedFields_ = [1]; @@ -10482,8 +10482,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetConnectionsReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetConnectionsReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetConnectionsReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetConnectionsReply.toObject(opt_includeInstance, this); }; @@ -10492,14 +10492,14 @@ proto.io.bisq.protobuffer.GetConnectionsReply.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetConnectionsReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetConnectionsReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetConnectionsReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetConnectionsReply.toObject = function(includeInstance, msg) { var f, obj = { connectionsList: jspb.Message.toObjectList(msg.getConnectionsList(), - proto.io.bisq.protobuffer.UrlConnection.toObject, includeInstance) + proto.io.haveno.protobuffer.UrlConnection.toObject, includeInstance) }; if (includeInstance) { @@ -10513,23 +10513,23 @@ proto.io.bisq.protobuffer.GetConnectionsReply.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetConnectionsReply} + * @return {!proto.io.haveno.protobuffer.GetConnectionsReply} */ -proto.io.bisq.protobuffer.GetConnectionsReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetConnectionsReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetConnectionsReply; - return proto.io.bisq.protobuffer.GetConnectionsReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetConnectionsReply; + return proto.io.haveno.protobuffer.GetConnectionsReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetConnectionsReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetConnectionsReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetConnectionsReply} + * @return {!proto.io.haveno.protobuffer.GetConnectionsReply} */ -proto.io.bisq.protobuffer.GetConnectionsReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetConnectionsReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -10537,8 +10537,8 @@ proto.io.bisq.protobuffer.GetConnectionsReply.deserializeBinaryFromReader = func var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.UrlConnection; - reader.readMessage(value,proto.io.bisq.protobuffer.UrlConnection.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.UrlConnection; + reader.readMessage(value,proto.io.haveno.protobuffer.UrlConnection.deserializeBinaryFromReader); msg.addConnections(value); break; default: @@ -10554,9 +10554,9 @@ proto.io.bisq.protobuffer.GetConnectionsReply.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetConnectionsReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetConnectionsReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetConnectionsReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetConnectionsReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -10564,18 +10564,18 @@ proto.io.bisq.protobuffer.GetConnectionsReply.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetConnectionsReply} message + * @param {!proto.io.haveno.protobuffer.GetConnectionsReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetConnectionsReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetConnectionsReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getConnectionsList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.UrlConnection.serializeBinaryToWriter + proto.io.haveno.protobuffer.UrlConnection.serializeBinaryToWriter ); } }; @@ -10583,38 +10583,38 @@ proto.io.bisq.protobuffer.GetConnectionsReply.serializeBinaryToWriter = function /** * repeated UrlConnection connections = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetConnectionsReply.prototype.getConnectionsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.UrlConnection, 1)); +proto.io.haveno.protobuffer.GetConnectionsReply.prototype.getConnectionsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.UrlConnection, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetConnectionsReply} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetConnectionsReply} returns this */ -proto.io.bisq.protobuffer.GetConnectionsReply.prototype.setConnectionsList = function(value) { +proto.io.haveno.protobuffer.GetConnectionsReply.prototype.setConnectionsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.UrlConnection=} opt_value + * @param {!proto.io.haveno.protobuffer.UrlConnection=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.UrlConnection} + * @return {!proto.io.haveno.protobuffer.UrlConnection} */ -proto.io.bisq.protobuffer.GetConnectionsReply.prototype.addConnections = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.UrlConnection, opt_index); +proto.io.haveno.protobuffer.GetConnectionsReply.prototype.addConnections = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.UrlConnection, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetConnectionsReply} returns this + * @return {!proto.io.haveno.protobuffer.GetConnectionsReply} returns this */ -proto.io.bisq.protobuffer.GetConnectionsReply.prototype.clearConnectionsList = function() { +proto.io.haveno.protobuffer.GetConnectionsReply.prototype.clearConnectionsList = function() { return this.setConnectionsList([]); }; @@ -10635,8 +10635,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SetConnectionRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SetConnectionRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SetConnectionRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SetConnectionRequest.toObject(opt_includeInstance, this); }; @@ -10645,14 +10645,14 @@ proto.io.bisq.protobuffer.SetConnectionRequest.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SetConnectionRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SetConnectionRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SetConnectionRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SetConnectionRequest.toObject = function(includeInstance, msg) { var f, obj = { url: jspb.Message.getFieldWithDefault(msg, 1, ""), - connection: (f = msg.getConnection()) && proto.io.bisq.protobuffer.UrlConnection.toObject(includeInstance, f) + connection: (f = msg.getConnection()) && proto.io.haveno.protobuffer.UrlConnection.toObject(includeInstance, f) }; if (includeInstance) { @@ -10666,23 +10666,23 @@ proto.io.bisq.protobuffer.SetConnectionRequest.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SetConnectionRequest} + * @return {!proto.io.haveno.protobuffer.SetConnectionRequest} */ -proto.io.bisq.protobuffer.SetConnectionRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SetConnectionRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SetConnectionRequest; - return proto.io.bisq.protobuffer.SetConnectionRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SetConnectionRequest; + return proto.io.haveno.protobuffer.SetConnectionRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SetConnectionRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SetConnectionRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SetConnectionRequest} + * @return {!proto.io.haveno.protobuffer.SetConnectionRequest} */ -proto.io.bisq.protobuffer.SetConnectionRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SetConnectionRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -10694,8 +10694,8 @@ proto.io.bisq.protobuffer.SetConnectionRequest.deserializeBinaryFromReader = fun msg.setUrl(value); break; case 2: - var value = new proto.io.bisq.protobuffer.UrlConnection; - reader.readMessage(value,proto.io.bisq.protobuffer.UrlConnection.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.UrlConnection; + reader.readMessage(value,proto.io.haveno.protobuffer.UrlConnection.deserializeBinaryFromReader); msg.setConnection(value); break; default: @@ -10711,9 +10711,9 @@ proto.io.bisq.protobuffer.SetConnectionRequest.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SetConnectionRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SetConnectionRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SetConnectionRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SetConnectionRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -10721,11 +10721,11 @@ proto.io.bisq.protobuffer.SetConnectionRequest.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SetConnectionRequest} message + * @param {!proto.io.haveno.protobuffer.SetConnectionRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SetConnectionRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SetConnectionRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getUrl(); if (f.length > 0) { @@ -10739,7 +10739,7 @@ proto.io.bisq.protobuffer.SetConnectionRequest.serializeBinaryToWriter = functio writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.UrlConnection.serializeBinaryToWriter + proto.io.haveno.protobuffer.UrlConnection.serializeBinaryToWriter ); } }; @@ -10749,44 +10749,44 @@ proto.io.bisq.protobuffer.SetConnectionRequest.serializeBinaryToWriter = functio * optional string url = 1; * @return {string} */ -proto.io.bisq.protobuffer.SetConnectionRequest.prototype.getUrl = function() { +proto.io.haveno.protobuffer.SetConnectionRequest.prototype.getUrl = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SetConnectionRequest} returns this + * @return {!proto.io.haveno.protobuffer.SetConnectionRequest} returns this */ -proto.io.bisq.protobuffer.SetConnectionRequest.prototype.setUrl = function(value) { +proto.io.haveno.protobuffer.SetConnectionRequest.prototype.setUrl = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional UrlConnection connection = 2; - * @return {?proto.io.bisq.protobuffer.UrlConnection} + * @return {?proto.io.haveno.protobuffer.UrlConnection} */ -proto.io.bisq.protobuffer.SetConnectionRequest.prototype.getConnection = function() { - return /** @type{?proto.io.bisq.protobuffer.UrlConnection} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.UrlConnection, 2)); +proto.io.haveno.protobuffer.SetConnectionRequest.prototype.getConnection = function() { + return /** @type{?proto.io.haveno.protobuffer.UrlConnection} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.UrlConnection, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.UrlConnection|undefined} value - * @return {!proto.io.bisq.protobuffer.SetConnectionRequest} returns this + * @param {?proto.io.haveno.protobuffer.UrlConnection|undefined} value + * @return {!proto.io.haveno.protobuffer.SetConnectionRequest} returns this */ -proto.io.bisq.protobuffer.SetConnectionRequest.prototype.setConnection = function(value) { +proto.io.haveno.protobuffer.SetConnectionRequest.prototype.setConnection = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.SetConnectionRequest} returns this + * @return {!proto.io.haveno.protobuffer.SetConnectionRequest} returns this */ -proto.io.bisq.protobuffer.SetConnectionRequest.prototype.clearConnection = function() { +proto.io.haveno.protobuffer.SetConnectionRequest.prototype.clearConnection = function() { return this.setConnection(undefined); }; @@ -10795,7 +10795,7 @@ proto.io.bisq.protobuffer.SetConnectionRequest.prototype.clearConnection = funct * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.SetConnectionRequest.prototype.hasConnection = function() { +proto.io.haveno.protobuffer.SetConnectionRequest.prototype.hasConnection = function() { return jspb.Message.getField(this, 2) != null; }; @@ -10816,8 +10816,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SetConnectionReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SetConnectionReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SetConnectionReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SetConnectionReply.toObject(opt_includeInstance, this); }; @@ -10826,11 +10826,11 @@ proto.io.bisq.protobuffer.SetConnectionReply.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SetConnectionReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SetConnectionReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SetConnectionReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SetConnectionReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -10846,23 +10846,23 @@ proto.io.bisq.protobuffer.SetConnectionReply.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SetConnectionReply} + * @return {!proto.io.haveno.protobuffer.SetConnectionReply} */ -proto.io.bisq.protobuffer.SetConnectionReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SetConnectionReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SetConnectionReply; - return proto.io.bisq.protobuffer.SetConnectionReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SetConnectionReply; + return proto.io.haveno.protobuffer.SetConnectionReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SetConnectionReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SetConnectionReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SetConnectionReply} + * @return {!proto.io.haveno.protobuffer.SetConnectionReply} */ -proto.io.bisq.protobuffer.SetConnectionReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SetConnectionReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -10882,9 +10882,9 @@ proto.io.bisq.protobuffer.SetConnectionReply.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SetConnectionReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SetConnectionReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SetConnectionReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SetConnectionReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -10892,11 +10892,11 @@ proto.io.bisq.protobuffer.SetConnectionReply.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SetConnectionReply} message + * @param {!proto.io.haveno.protobuffer.SetConnectionReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SetConnectionReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SetConnectionReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -10917,8 +10917,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CheckConnectionRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CheckConnectionRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CheckConnectionRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CheckConnectionRequest.toObject(opt_includeInstance, this); }; @@ -10927,11 +10927,11 @@ proto.io.bisq.protobuffer.CheckConnectionRequest.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CheckConnectionRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CheckConnectionRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CheckConnectionRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CheckConnectionRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -10947,23 +10947,23 @@ proto.io.bisq.protobuffer.CheckConnectionRequest.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CheckConnectionRequest} + * @return {!proto.io.haveno.protobuffer.CheckConnectionRequest} */ -proto.io.bisq.protobuffer.CheckConnectionRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CheckConnectionRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CheckConnectionRequest; - return proto.io.bisq.protobuffer.CheckConnectionRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CheckConnectionRequest; + return proto.io.haveno.protobuffer.CheckConnectionRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CheckConnectionRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CheckConnectionRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CheckConnectionRequest} + * @return {!proto.io.haveno.protobuffer.CheckConnectionRequest} */ -proto.io.bisq.protobuffer.CheckConnectionRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CheckConnectionRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -10983,9 +10983,9 @@ proto.io.bisq.protobuffer.CheckConnectionRequest.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CheckConnectionRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CheckConnectionRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CheckConnectionRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CheckConnectionRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -10993,11 +10993,11 @@ proto.io.bisq.protobuffer.CheckConnectionRequest.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CheckConnectionRequest} message + * @param {!proto.io.haveno.protobuffer.CheckConnectionRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CheckConnectionRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CheckConnectionRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -11018,8 +11018,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CheckConnectionReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CheckConnectionReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CheckConnectionReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CheckConnectionReply.toObject(opt_includeInstance, this); }; @@ -11028,13 +11028,13 @@ proto.io.bisq.protobuffer.CheckConnectionReply.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CheckConnectionReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CheckConnectionReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CheckConnectionReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CheckConnectionReply.toObject = function(includeInstance, msg) { var f, obj = { - connection: (f = msg.getConnection()) && proto.io.bisq.protobuffer.UrlConnection.toObject(includeInstance, f) + connection: (f = msg.getConnection()) && proto.io.haveno.protobuffer.UrlConnection.toObject(includeInstance, f) }; if (includeInstance) { @@ -11048,23 +11048,23 @@ proto.io.bisq.protobuffer.CheckConnectionReply.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CheckConnectionReply} + * @return {!proto.io.haveno.protobuffer.CheckConnectionReply} */ -proto.io.bisq.protobuffer.CheckConnectionReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CheckConnectionReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CheckConnectionReply; - return proto.io.bisq.protobuffer.CheckConnectionReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CheckConnectionReply; + return proto.io.haveno.protobuffer.CheckConnectionReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CheckConnectionReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CheckConnectionReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CheckConnectionReply} + * @return {!proto.io.haveno.protobuffer.CheckConnectionReply} */ -proto.io.bisq.protobuffer.CheckConnectionReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CheckConnectionReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -11072,8 +11072,8 @@ proto.io.bisq.protobuffer.CheckConnectionReply.deserializeBinaryFromReader = fun var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.UrlConnection; - reader.readMessage(value,proto.io.bisq.protobuffer.UrlConnection.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.UrlConnection; + reader.readMessage(value,proto.io.haveno.protobuffer.UrlConnection.deserializeBinaryFromReader); msg.setConnection(value); break; default: @@ -11089,9 +11089,9 @@ proto.io.bisq.protobuffer.CheckConnectionReply.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CheckConnectionReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CheckConnectionReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CheckConnectionReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CheckConnectionReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -11099,18 +11099,18 @@ proto.io.bisq.protobuffer.CheckConnectionReply.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CheckConnectionReply} message + * @param {!proto.io.haveno.protobuffer.CheckConnectionReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CheckConnectionReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CheckConnectionReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getConnection(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.UrlConnection.serializeBinaryToWriter + proto.io.haveno.protobuffer.UrlConnection.serializeBinaryToWriter ); } }; @@ -11118,28 +11118,28 @@ proto.io.bisq.protobuffer.CheckConnectionReply.serializeBinaryToWriter = functio /** * optional UrlConnection connection = 1; - * @return {?proto.io.bisq.protobuffer.UrlConnection} + * @return {?proto.io.haveno.protobuffer.UrlConnection} */ -proto.io.bisq.protobuffer.CheckConnectionReply.prototype.getConnection = function() { - return /** @type{?proto.io.bisq.protobuffer.UrlConnection} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.UrlConnection, 1)); +proto.io.haveno.protobuffer.CheckConnectionReply.prototype.getConnection = function() { + return /** @type{?proto.io.haveno.protobuffer.UrlConnection} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.UrlConnection, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.UrlConnection|undefined} value - * @return {!proto.io.bisq.protobuffer.CheckConnectionReply} returns this + * @param {?proto.io.haveno.protobuffer.UrlConnection|undefined} value + * @return {!proto.io.haveno.protobuffer.CheckConnectionReply} returns this */ -proto.io.bisq.protobuffer.CheckConnectionReply.prototype.setConnection = function(value) { +proto.io.haveno.protobuffer.CheckConnectionReply.prototype.setConnection = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CheckConnectionReply} returns this + * @return {!proto.io.haveno.protobuffer.CheckConnectionReply} returns this */ -proto.io.bisq.protobuffer.CheckConnectionReply.prototype.clearConnection = function() { +proto.io.haveno.protobuffer.CheckConnectionReply.prototype.clearConnection = function() { return this.setConnection(undefined); }; @@ -11148,7 +11148,7 @@ proto.io.bisq.protobuffer.CheckConnectionReply.prototype.clearConnection = funct * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CheckConnectionReply.prototype.hasConnection = function() { +proto.io.haveno.protobuffer.CheckConnectionReply.prototype.hasConnection = function() { return jspb.Message.getField(this, 1) != null; }; @@ -11169,8 +11169,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CheckConnectionsRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CheckConnectionsRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CheckConnectionsRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CheckConnectionsRequest.toObject(opt_includeInstance, this); }; @@ -11179,11 +11179,11 @@ proto.io.bisq.protobuffer.CheckConnectionsRequest.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CheckConnectionsRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CheckConnectionsRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CheckConnectionsRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CheckConnectionsRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -11199,23 +11199,23 @@ proto.io.bisq.protobuffer.CheckConnectionsRequest.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CheckConnectionsRequest} + * @return {!proto.io.haveno.protobuffer.CheckConnectionsRequest} */ -proto.io.bisq.protobuffer.CheckConnectionsRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CheckConnectionsRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CheckConnectionsRequest; - return proto.io.bisq.protobuffer.CheckConnectionsRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CheckConnectionsRequest; + return proto.io.haveno.protobuffer.CheckConnectionsRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CheckConnectionsRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CheckConnectionsRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CheckConnectionsRequest} + * @return {!proto.io.haveno.protobuffer.CheckConnectionsRequest} */ -proto.io.bisq.protobuffer.CheckConnectionsRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CheckConnectionsRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -11235,9 +11235,9 @@ proto.io.bisq.protobuffer.CheckConnectionsRequest.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CheckConnectionsRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CheckConnectionsRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CheckConnectionsRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CheckConnectionsRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -11245,11 +11245,11 @@ proto.io.bisq.protobuffer.CheckConnectionsRequest.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CheckConnectionsRequest} message + * @param {!proto.io.haveno.protobuffer.CheckConnectionsRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CheckConnectionsRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CheckConnectionsRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -11260,7 +11260,7 @@ proto.io.bisq.protobuffer.CheckConnectionsRequest.serializeBinaryToWriter = func * @private {!Array} * @const */ -proto.io.bisq.protobuffer.CheckConnectionsReply.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.CheckConnectionsReply.repeatedFields_ = [1]; @@ -11277,8 +11277,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CheckConnectionsReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CheckConnectionsReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CheckConnectionsReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CheckConnectionsReply.toObject(opt_includeInstance, this); }; @@ -11287,14 +11287,14 @@ proto.io.bisq.protobuffer.CheckConnectionsReply.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CheckConnectionsReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CheckConnectionsReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CheckConnectionsReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CheckConnectionsReply.toObject = function(includeInstance, msg) { var f, obj = { connectionsList: jspb.Message.toObjectList(msg.getConnectionsList(), - proto.io.bisq.protobuffer.UrlConnection.toObject, includeInstance) + proto.io.haveno.protobuffer.UrlConnection.toObject, includeInstance) }; if (includeInstance) { @@ -11308,23 +11308,23 @@ proto.io.bisq.protobuffer.CheckConnectionsReply.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CheckConnectionsReply} + * @return {!proto.io.haveno.protobuffer.CheckConnectionsReply} */ -proto.io.bisq.protobuffer.CheckConnectionsReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CheckConnectionsReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CheckConnectionsReply; - return proto.io.bisq.protobuffer.CheckConnectionsReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CheckConnectionsReply; + return proto.io.haveno.protobuffer.CheckConnectionsReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CheckConnectionsReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CheckConnectionsReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CheckConnectionsReply} + * @return {!proto.io.haveno.protobuffer.CheckConnectionsReply} */ -proto.io.bisq.protobuffer.CheckConnectionsReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CheckConnectionsReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -11332,8 +11332,8 @@ proto.io.bisq.protobuffer.CheckConnectionsReply.deserializeBinaryFromReader = fu var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.UrlConnection; - reader.readMessage(value,proto.io.bisq.protobuffer.UrlConnection.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.UrlConnection; + reader.readMessage(value,proto.io.haveno.protobuffer.UrlConnection.deserializeBinaryFromReader); msg.addConnections(value); break; default: @@ -11349,9 +11349,9 @@ proto.io.bisq.protobuffer.CheckConnectionsReply.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CheckConnectionsReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CheckConnectionsReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CheckConnectionsReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CheckConnectionsReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -11359,18 +11359,18 @@ proto.io.bisq.protobuffer.CheckConnectionsReply.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CheckConnectionsReply} message + * @param {!proto.io.haveno.protobuffer.CheckConnectionsReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CheckConnectionsReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CheckConnectionsReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getConnectionsList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.UrlConnection.serializeBinaryToWriter + proto.io.haveno.protobuffer.UrlConnection.serializeBinaryToWriter ); } }; @@ -11378,38 +11378,38 @@ proto.io.bisq.protobuffer.CheckConnectionsReply.serializeBinaryToWriter = functi /** * repeated UrlConnection connections = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.CheckConnectionsReply.prototype.getConnectionsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.UrlConnection, 1)); +proto.io.haveno.protobuffer.CheckConnectionsReply.prototype.getConnectionsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.UrlConnection, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.CheckConnectionsReply} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.CheckConnectionsReply} returns this */ -proto.io.bisq.protobuffer.CheckConnectionsReply.prototype.setConnectionsList = function(value) { +proto.io.haveno.protobuffer.CheckConnectionsReply.prototype.setConnectionsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.UrlConnection=} opt_value + * @param {!proto.io.haveno.protobuffer.UrlConnection=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.UrlConnection} + * @return {!proto.io.haveno.protobuffer.UrlConnection} */ -proto.io.bisq.protobuffer.CheckConnectionsReply.prototype.addConnections = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.UrlConnection, opt_index); +proto.io.haveno.protobuffer.CheckConnectionsReply.prototype.addConnections = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.UrlConnection, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.CheckConnectionsReply} returns this + * @return {!proto.io.haveno.protobuffer.CheckConnectionsReply} returns this */ -proto.io.bisq.protobuffer.CheckConnectionsReply.prototype.clearConnectionsList = function() { +proto.io.haveno.protobuffer.CheckConnectionsReply.prototype.clearConnectionsList = function() { return this.setConnectionsList([]); }; @@ -11430,8 +11430,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.StartCheckingConnectionsRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.StartCheckingConnectionsRequest.toObject(opt_includeInstance, this); }; @@ -11440,11 +11440,11 @@ proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.prototype.toObject = f * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.StartCheckingConnectionsRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.StartCheckingConnectionsRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.StartCheckingConnectionsRequest.toObject = function(includeInstance, msg) { var f, obj = { refreshPeriod: jspb.Message.getFieldWithDefault(msg, 1, 0) }; @@ -11460,23 +11460,23 @@ proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.toObject = function(in /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.StartCheckingConnectionsRequest} + * @return {!proto.io.haveno.protobuffer.StartCheckingConnectionsRequest} */ -proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.StartCheckingConnectionsRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.StartCheckingConnectionsRequest; - return proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.StartCheckingConnectionsRequest; + return proto.io.haveno.protobuffer.StartCheckingConnectionsRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.StartCheckingConnectionsRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.StartCheckingConnectionsRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.StartCheckingConnectionsRequest} + * @return {!proto.io.haveno.protobuffer.StartCheckingConnectionsRequest} */ -proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.StartCheckingConnectionsRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -11500,9 +11500,9 @@ proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.deserializeBinaryFromR * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.StartCheckingConnectionsRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.StartCheckingConnectionsRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -11510,11 +11510,11 @@ proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.prototype.serializeBin /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.StartCheckingConnectionsRequest} message + * @param {!proto.io.haveno.protobuffer.StartCheckingConnectionsRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.StartCheckingConnectionsRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getRefreshPeriod(); if (f !== 0) { @@ -11530,16 +11530,16 @@ proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.serializeBinaryToWrite * optional int32 refresh_period = 1; * @return {number} */ -proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.prototype.getRefreshPeriod = function() { +proto.io.haveno.protobuffer.StartCheckingConnectionsRequest.prototype.getRefreshPeriod = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.StartCheckingConnectionsRequest} returns this + * @return {!proto.io.haveno.protobuffer.StartCheckingConnectionsRequest} returns this */ -proto.io.bisq.protobuffer.StartCheckingConnectionsRequest.prototype.setRefreshPeriod = function(value) { +proto.io.haveno.protobuffer.StartCheckingConnectionsRequest.prototype.setRefreshPeriod = function(value) { return jspb.Message.setProto3IntField(this, 1, value); }; @@ -11560,8 +11560,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.StartCheckingConnectionsReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.StartCheckingConnectionsReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.StartCheckingConnectionsReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.StartCheckingConnectionsReply.toObject(opt_includeInstance, this); }; @@ -11570,11 +11570,11 @@ proto.io.bisq.protobuffer.StartCheckingConnectionsReply.prototype.toObject = fun * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.StartCheckingConnectionsReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.StartCheckingConnectionsReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StartCheckingConnectionsReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.StartCheckingConnectionsReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -11590,23 +11590,23 @@ proto.io.bisq.protobuffer.StartCheckingConnectionsReply.toObject = function(incl /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.StartCheckingConnectionsReply} + * @return {!proto.io.haveno.protobuffer.StartCheckingConnectionsReply} */ -proto.io.bisq.protobuffer.StartCheckingConnectionsReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.StartCheckingConnectionsReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.StartCheckingConnectionsReply; - return proto.io.bisq.protobuffer.StartCheckingConnectionsReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.StartCheckingConnectionsReply; + return proto.io.haveno.protobuffer.StartCheckingConnectionsReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.StartCheckingConnectionsReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.StartCheckingConnectionsReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.StartCheckingConnectionsReply} + * @return {!proto.io.haveno.protobuffer.StartCheckingConnectionsReply} */ -proto.io.bisq.protobuffer.StartCheckingConnectionsReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.StartCheckingConnectionsReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -11626,9 +11626,9 @@ proto.io.bisq.protobuffer.StartCheckingConnectionsReply.deserializeBinaryFromRea * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.StartCheckingConnectionsReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.StartCheckingConnectionsReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.StartCheckingConnectionsReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.StartCheckingConnectionsReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -11636,11 +11636,11 @@ proto.io.bisq.protobuffer.StartCheckingConnectionsReply.prototype.serializeBinar /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.StartCheckingConnectionsReply} message + * @param {!proto.io.haveno.protobuffer.StartCheckingConnectionsReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StartCheckingConnectionsReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.StartCheckingConnectionsReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -11661,8 +11661,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.StopCheckingConnectionsRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.StopCheckingConnectionsRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.StopCheckingConnectionsRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.StopCheckingConnectionsRequest.toObject(opt_includeInstance, this); }; @@ -11671,11 +11671,11 @@ proto.io.bisq.protobuffer.StopCheckingConnectionsRequest.prototype.toObject = fu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.StopCheckingConnectionsRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.StopCheckingConnectionsRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StopCheckingConnectionsRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.StopCheckingConnectionsRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -11691,23 +11691,23 @@ proto.io.bisq.protobuffer.StopCheckingConnectionsRequest.toObject = function(inc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.StopCheckingConnectionsRequest} + * @return {!proto.io.haveno.protobuffer.StopCheckingConnectionsRequest} */ -proto.io.bisq.protobuffer.StopCheckingConnectionsRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.StopCheckingConnectionsRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.StopCheckingConnectionsRequest; - return proto.io.bisq.protobuffer.StopCheckingConnectionsRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.StopCheckingConnectionsRequest; + return proto.io.haveno.protobuffer.StopCheckingConnectionsRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.StopCheckingConnectionsRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.StopCheckingConnectionsRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.StopCheckingConnectionsRequest} + * @return {!proto.io.haveno.protobuffer.StopCheckingConnectionsRequest} */ -proto.io.bisq.protobuffer.StopCheckingConnectionsRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.StopCheckingConnectionsRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -11727,9 +11727,9 @@ proto.io.bisq.protobuffer.StopCheckingConnectionsRequest.deserializeBinaryFromRe * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.StopCheckingConnectionsRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.StopCheckingConnectionsRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.StopCheckingConnectionsRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.StopCheckingConnectionsRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -11737,11 +11737,11 @@ proto.io.bisq.protobuffer.StopCheckingConnectionsRequest.prototype.serializeBina /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.StopCheckingConnectionsRequest} message + * @param {!proto.io.haveno.protobuffer.StopCheckingConnectionsRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StopCheckingConnectionsRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.StopCheckingConnectionsRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -11762,8 +11762,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.StopCheckingConnectionsReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.StopCheckingConnectionsReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.StopCheckingConnectionsReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.StopCheckingConnectionsReply.toObject(opt_includeInstance, this); }; @@ -11772,11 +11772,11 @@ proto.io.bisq.protobuffer.StopCheckingConnectionsReply.prototype.toObject = func * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.StopCheckingConnectionsReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.StopCheckingConnectionsReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StopCheckingConnectionsReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.StopCheckingConnectionsReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -11792,23 +11792,23 @@ proto.io.bisq.protobuffer.StopCheckingConnectionsReply.toObject = function(inclu /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.StopCheckingConnectionsReply} + * @return {!proto.io.haveno.protobuffer.StopCheckingConnectionsReply} */ -proto.io.bisq.protobuffer.StopCheckingConnectionsReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.StopCheckingConnectionsReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.StopCheckingConnectionsReply; - return proto.io.bisq.protobuffer.StopCheckingConnectionsReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.StopCheckingConnectionsReply; + return proto.io.haveno.protobuffer.StopCheckingConnectionsReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.StopCheckingConnectionsReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.StopCheckingConnectionsReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.StopCheckingConnectionsReply} + * @return {!proto.io.haveno.protobuffer.StopCheckingConnectionsReply} */ -proto.io.bisq.protobuffer.StopCheckingConnectionsReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.StopCheckingConnectionsReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -11828,9 +11828,9 @@ proto.io.bisq.protobuffer.StopCheckingConnectionsReply.deserializeBinaryFromRead * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.StopCheckingConnectionsReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.StopCheckingConnectionsReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.StopCheckingConnectionsReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.StopCheckingConnectionsReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -11838,11 +11838,11 @@ proto.io.bisq.protobuffer.StopCheckingConnectionsReply.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.StopCheckingConnectionsReply} message + * @param {!proto.io.haveno.protobuffer.StopCheckingConnectionsReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StopCheckingConnectionsReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.StopCheckingConnectionsReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -11863,8 +11863,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest.toObject(opt_includeInstance, this); }; @@ -11873,11 +11873,11 @@ proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest.prototype.toObject = * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -11893,23 +11893,23 @@ proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest.toObject = function( /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest} + * @return {!proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest} */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest; - return proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest; + return proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest} + * @return {!proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest} */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -11929,9 +11929,9 @@ proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest.deserializeBinaryFro * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -11939,11 +11939,11 @@ proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest.prototype.serializeB /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest} message + * @param {!proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetBestAvailableConnectionRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -11964,8 +11964,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetBestAvailableConnectionReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetBestAvailableConnectionReply.toObject(opt_includeInstance, this); }; @@ -11974,13 +11974,13 @@ proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.prototype.toObject = f * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetBestAvailableConnectionReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetBestAvailableConnectionReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetBestAvailableConnectionReply.toObject = function(includeInstance, msg) { var f, obj = { - connection: (f = msg.getConnection()) && proto.io.bisq.protobuffer.UrlConnection.toObject(includeInstance, f) + connection: (f = msg.getConnection()) && proto.io.haveno.protobuffer.UrlConnection.toObject(includeInstance, f) }; if (includeInstance) { @@ -11994,23 +11994,23 @@ proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.toObject = function(in /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetBestAvailableConnectionReply} + * @return {!proto.io.haveno.protobuffer.GetBestAvailableConnectionReply} */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetBestAvailableConnectionReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetBestAvailableConnectionReply; - return proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetBestAvailableConnectionReply; + return proto.io.haveno.protobuffer.GetBestAvailableConnectionReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetBestAvailableConnectionReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetBestAvailableConnectionReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetBestAvailableConnectionReply} + * @return {!proto.io.haveno.protobuffer.GetBestAvailableConnectionReply} */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetBestAvailableConnectionReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -12018,8 +12018,8 @@ proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.deserializeBinaryFromR var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.UrlConnection; - reader.readMessage(value,proto.io.bisq.protobuffer.UrlConnection.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.UrlConnection; + reader.readMessage(value,proto.io.haveno.protobuffer.UrlConnection.deserializeBinaryFromReader); msg.setConnection(value); break; default: @@ -12035,9 +12035,9 @@ proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.deserializeBinaryFromR * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetBestAvailableConnectionReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetBestAvailableConnectionReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -12045,18 +12045,18 @@ proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.prototype.serializeBin /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetBestAvailableConnectionReply} message + * @param {!proto.io.haveno.protobuffer.GetBestAvailableConnectionReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetBestAvailableConnectionReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getConnection(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.UrlConnection.serializeBinaryToWriter + proto.io.haveno.protobuffer.UrlConnection.serializeBinaryToWriter ); } }; @@ -12064,28 +12064,28 @@ proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.serializeBinaryToWrite /** * optional UrlConnection connection = 1; - * @return {?proto.io.bisq.protobuffer.UrlConnection} + * @return {?proto.io.haveno.protobuffer.UrlConnection} */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.prototype.getConnection = function() { - return /** @type{?proto.io.bisq.protobuffer.UrlConnection} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.UrlConnection, 1)); +proto.io.haveno.protobuffer.GetBestAvailableConnectionReply.prototype.getConnection = function() { + return /** @type{?proto.io.haveno.protobuffer.UrlConnection} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.UrlConnection, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.UrlConnection|undefined} value - * @return {!proto.io.bisq.protobuffer.GetBestAvailableConnectionReply} returns this + * @param {?proto.io.haveno.protobuffer.UrlConnection|undefined} value + * @return {!proto.io.haveno.protobuffer.GetBestAvailableConnectionReply} returns this */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.prototype.setConnection = function(value) { +proto.io.haveno.protobuffer.GetBestAvailableConnectionReply.prototype.setConnection = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.GetBestAvailableConnectionReply} returns this + * @return {!proto.io.haveno.protobuffer.GetBestAvailableConnectionReply} returns this */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.prototype.clearConnection = function() { +proto.io.haveno.protobuffer.GetBestAvailableConnectionReply.prototype.clearConnection = function() { return this.setConnection(undefined); }; @@ -12094,7 +12094,7 @@ proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.prototype.clearConnect * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.GetBestAvailableConnectionReply.prototype.hasConnection = function() { +proto.io.haveno.protobuffer.GetBestAvailableConnectionReply.prototype.hasConnection = function() { return jspb.Message.getField(this, 1) != null; }; @@ -12115,8 +12115,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SetAutoSwitchRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SetAutoSwitchRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SetAutoSwitchRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SetAutoSwitchRequest.toObject(opt_includeInstance, this); }; @@ -12125,11 +12125,11 @@ proto.io.bisq.protobuffer.SetAutoSwitchRequest.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SetAutoSwitchRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SetAutoSwitchRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SetAutoSwitchRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SetAutoSwitchRequest.toObject = function(includeInstance, msg) { var f, obj = { autoSwitch: jspb.Message.getBooleanFieldWithDefault(msg, 1, false) }; @@ -12145,23 +12145,23 @@ proto.io.bisq.protobuffer.SetAutoSwitchRequest.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SetAutoSwitchRequest} + * @return {!proto.io.haveno.protobuffer.SetAutoSwitchRequest} */ -proto.io.bisq.protobuffer.SetAutoSwitchRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SetAutoSwitchRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SetAutoSwitchRequest; - return proto.io.bisq.protobuffer.SetAutoSwitchRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SetAutoSwitchRequest; + return proto.io.haveno.protobuffer.SetAutoSwitchRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SetAutoSwitchRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SetAutoSwitchRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SetAutoSwitchRequest} + * @return {!proto.io.haveno.protobuffer.SetAutoSwitchRequest} */ -proto.io.bisq.protobuffer.SetAutoSwitchRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SetAutoSwitchRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -12185,9 +12185,9 @@ proto.io.bisq.protobuffer.SetAutoSwitchRequest.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SetAutoSwitchRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SetAutoSwitchRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SetAutoSwitchRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SetAutoSwitchRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -12195,11 +12195,11 @@ proto.io.bisq.protobuffer.SetAutoSwitchRequest.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SetAutoSwitchRequest} message + * @param {!proto.io.haveno.protobuffer.SetAutoSwitchRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SetAutoSwitchRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SetAutoSwitchRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAutoSwitch(); if (f) { @@ -12215,16 +12215,16 @@ proto.io.bisq.protobuffer.SetAutoSwitchRequest.serializeBinaryToWriter = functio * optional bool auto_switch = 1; * @return {boolean} */ -proto.io.bisq.protobuffer.SetAutoSwitchRequest.prototype.getAutoSwitch = function() { +proto.io.haveno.protobuffer.SetAutoSwitchRequest.prototype.getAutoSwitch = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.SetAutoSwitchRequest} returns this + * @return {!proto.io.haveno.protobuffer.SetAutoSwitchRequest} returns this */ -proto.io.bisq.protobuffer.SetAutoSwitchRequest.prototype.setAutoSwitch = function(value) { +proto.io.haveno.protobuffer.SetAutoSwitchRequest.prototype.setAutoSwitch = function(value) { return jspb.Message.setProto3BooleanField(this, 1, value); }; @@ -12245,8 +12245,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SetAutoSwitchReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SetAutoSwitchReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SetAutoSwitchReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SetAutoSwitchReply.toObject(opt_includeInstance, this); }; @@ -12255,11 +12255,11 @@ proto.io.bisq.protobuffer.SetAutoSwitchReply.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SetAutoSwitchReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SetAutoSwitchReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SetAutoSwitchReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SetAutoSwitchReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -12275,23 +12275,23 @@ proto.io.bisq.protobuffer.SetAutoSwitchReply.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SetAutoSwitchReply} + * @return {!proto.io.haveno.protobuffer.SetAutoSwitchReply} */ -proto.io.bisq.protobuffer.SetAutoSwitchReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SetAutoSwitchReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SetAutoSwitchReply; - return proto.io.bisq.protobuffer.SetAutoSwitchReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SetAutoSwitchReply; + return proto.io.haveno.protobuffer.SetAutoSwitchReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SetAutoSwitchReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SetAutoSwitchReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SetAutoSwitchReply} + * @return {!proto.io.haveno.protobuffer.SetAutoSwitchReply} */ -proto.io.bisq.protobuffer.SetAutoSwitchReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SetAutoSwitchReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -12311,9 +12311,9 @@ proto.io.bisq.protobuffer.SetAutoSwitchReply.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SetAutoSwitchReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SetAutoSwitchReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SetAutoSwitchReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SetAutoSwitchReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -12321,11 +12321,11 @@ proto.io.bisq.protobuffer.SetAutoSwitchReply.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SetAutoSwitchReply} message + * @param {!proto.io.haveno.protobuffer.SetAutoSwitchReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SetAutoSwitchReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SetAutoSwitchReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -12346,8 +12346,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest.toObject(opt_includeInstance, this); }; @@ -12356,11 +12356,11 @@ proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest.prototype.toObject = functio * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -12376,23 +12376,23 @@ proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest.toObject = function(includeI /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest} + * @return {!proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest} */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest; - return proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest; + return proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest} + * @return {!proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest} */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -12412,9 +12412,9 @@ proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -12422,11 +12422,11 @@ proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest} message + * @param {!proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.IsMoneroNodeOnlineRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -12447,8 +12447,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply.toObject(opt_includeInstance, this); }; @@ -12457,11 +12457,11 @@ proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply.toObject = function(includeInstance, msg) { var f, obj = { isRunning: jspb.Message.getBooleanFieldWithDefault(msg, 1, false) }; @@ -12477,23 +12477,23 @@ proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply} + * @return {!proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply} */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply; - return proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply; + return proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply} + * @return {!proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply} */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -12517,9 +12517,9 @@ proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -12527,11 +12527,11 @@ proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply} message + * @param {!proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getIsRunning(); if (f) { @@ -12547,16 +12547,16 @@ proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.serializeBinaryToWriter = func * optional bool is_running = 1; * @return {boolean} */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.prototype.getIsRunning = function() { +proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply.prototype.getIsRunning = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply} returns this + * @return {!proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply} returns this */ -proto.io.bisq.protobuffer.IsMoneroNodeOnlineReply.prototype.setIsRunning = function(value) { +proto.io.haveno.protobuffer.IsMoneroNodeOnlineReply.prototype.setIsRunning = function(value) { return jspb.Message.setProto3BooleanField(this, 1, value); }; @@ -12577,8 +12577,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest.toObject(opt_includeInstance, this); }; @@ -12587,11 +12587,11 @@ proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest.prototype.toObject = func * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -12607,23 +12607,23 @@ proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest.toObject = function(inclu /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest} + * @return {!proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest} */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest; - return proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest; + return proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest} + * @return {!proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest} */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -12643,9 +12643,9 @@ proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest.deserializeBinaryFromRead * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -12653,11 +12653,11 @@ proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest} message + * @param {!proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetMoneroNodeSettingsRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -12678,8 +12678,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply.toObject(opt_includeInstance, this); }; @@ -12688,11 +12688,11 @@ proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.prototype.toObject = functi * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply.toObject = function(includeInstance, msg) { var f, obj = { settings: (f = msg.getSettings()) && pb_pb.MoneroNodeSettings.toObject(includeInstance, f) }; @@ -12708,23 +12708,23 @@ proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.toObject = function(include /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply} + * @return {!proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply} */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply; - return proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply; + return proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply} + * @return {!proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply} */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -12749,9 +12749,9 @@ proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -12759,11 +12759,11 @@ proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply} message + * @param {!proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getSettings(); if (f != null) { @@ -12778,28 +12778,28 @@ proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.serializeBinaryToWriter = f /** * optional MoneroNodeSettings settings = 1; - * @return {?proto.io.bisq.protobuffer.MoneroNodeSettings} + * @return {?proto.io.haveno.protobuffer.MoneroNodeSettings} */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.prototype.getSettings = function() { - return /** @type{?proto.io.bisq.protobuffer.MoneroNodeSettings} */ ( +proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply.prototype.getSettings = function() { + return /** @type{?proto.io.haveno.protobuffer.MoneroNodeSettings} */ ( jspb.Message.getWrapperField(this, pb_pb.MoneroNodeSettings, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.MoneroNodeSettings|undefined} value - * @return {!proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply} returns this + * @param {?proto.io.haveno.protobuffer.MoneroNodeSettings|undefined} value + * @return {!proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply} returns this */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.prototype.setSettings = function(value) { +proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply.prototype.setSettings = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply} returns this + * @return {!proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply} returns this */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.prototype.clearSettings = function() { +proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply.prototype.clearSettings = function() { return this.setSettings(undefined); }; @@ -12808,7 +12808,7 @@ proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.prototype.clearSettings = f * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.GetMoneroNodeSettingsReply.prototype.hasSettings = function() { +proto.io.haveno.protobuffer.GetMoneroNodeSettingsReply.prototype.hasSettings = function() { return jspb.Message.getField(this, 1) != null; }; @@ -12829,8 +12829,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.StartMoneroNodeRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.StartMoneroNodeRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.StartMoneroNodeRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.StartMoneroNodeRequest.toObject(opt_includeInstance, this); }; @@ -12839,11 +12839,11 @@ proto.io.bisq.protobuffer.StartMoneroNodeRequest.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.StartMoneroNodeRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.StartMoneroNodeRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StartMoneroNodeRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.StartMoneroNodeRequest.toObject = function(includeInstance, msg) { var f, obj = { settings: (f = msg.getSettings()) && pb_pb.MoneroNodeSettings.toObject(includeInstance, f) }; @@ -12859,23 +12859,23 @@ proto.io.bisq.protobuffer.StartMoneroNodeRequest.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.StartMoneroNodeRequest} + * @return {!proto.io.haveno.protobuffer.StartMoneroNodeRequest} */ -proto.io.bisq.protobuffer.StartMoneroNodeRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.StartMoneroNodeRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.StartMoneroNodeRequest; - return proto.io.bisq.protobuffer.StartMoneroNodeRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.StartMoneroNodeRequest; + return proto.io.haveno.protobuffer.StartMoneroNodeRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.StartMoneroNodeRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.StartMoneroNodeRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.StartMoneroNodeRequest} + * @return {!proto.io.haveno.protobuffer.StartMoneroNodeRequest} */ -proto.io.bisq.protobuffer.StartMoneroNodeRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.StartMoneroNodeRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -12900,9 +12900,9 @@ proto.io.bisq.protobuffer.StartMoneroNodeRequest.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.StartMoneroNodeRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.StartMoneroNodeRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.StartMoneroNodeRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.StartMoneroNodeRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -12910,11 +12910,11 @@ proto.io.bisq.protobuffer.StartMoneroNodeRequest.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.StartMoneroNodeRequest} message + * @param {!proto.io.haveno.protobuffer.StartMoneroNodeRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StartMoneroNodeRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.StartMoneroNodeRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getSettings(); if (f != null) { @@ -12929,28 +12929,28 @@ proto.io.bisq.protobuffer.StartMoneroNodeRequest.serializeBinaryToWriter = funct /** * optional MoneroNodeSettings settings = 1; - * @return {?proto.io.bisq.protobuffer.MoneroNodeSettings} + * @return {?proto.io.haveno.protobuffer.MoneroNodeSettings} */ -proto.io.bisq.protobuffer.StartMoneroNodeRequest.prototype.getSettings = function() { - return /** @type{?proto.io.bisq.protobuffer.MoneroNodeSettings} */ ( +proto.io.haveno.protobuffer.StartMoneroNodeRequest.prototype.getSettings = function() { + return /** @type{?proto.io.haveno.protobuffer.MoneroNodeSettings} */ ( jspb.Message.getWrapperField(this, pb_pb.MoneroNodeSettings, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.MoneroNodeSettings|undefined} value - * @return {!proto.io.bisq.protobuffer.StartMoneroNodeRequest} returns this + * @param {?proto.io.haveno.protobuffer.MoneroNodeSettings|undefined} value + * @return {!proto.io.haveno.protobuffer.StartMoneroNodeRequest} returns this */ -proto.io.bisq.protobuffer.StartMoneroNodeRequest.prototype.setSettings = function(value) { +proto.io.haveno.protobuffer.StartMoneroNodeRequest.prototype.setSettings = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.StartMoneroNodeRequest} returns this + * @return {!proto.io.haveno.protobuffer.StartMoneroNodeRequest} returns this */ -proto.io.bisq.protobuffer.StartMoneroNodeRequest.prototype.clearSettings = function() { +proto.io.haveno.protobuffer.StartMoneroNodeRequest.prototype.clearSettings = function() { return this.setSettings(undefined); }; @@ -12959,7 +12959,7 @@ proto.io.bisq.protobuffer.StartMoneroNodeRequest.prototype.clearSettings = funct * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.StartMoneroNodeRequest.prototype.hasSettings = function() { +proto.io.haveno.protobuffer.StartMoneroNodeRequest.prototype.hasSettings = function() { return jspb.Message.getField(this, 1) != null; }; @@ -12980,8 +12980,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.StartMoneroNodeReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.StartMoneroNodeReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.StartMoneroNodeReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.StartMoneroNodeReply.toObject(opt_includeInstance, this); }; @@ -12990,11 +12990,11 @@ proto.io.bisq.protobuffer.StartMoneroNodeReply.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.StartMoneroNodeReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.StartMoneroNodeReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StartMoneroNodeReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.StartMoneroNodeReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -13010,23 +13010,23 @@ proto.io.bisq.protobuffer.StartMoneroNodeReply.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.StartMoneroNodeReply} + * @return {!proto.io.haveno.protobuffer.StartMoneroNodeReply} */ -proto.io.bisq.protobuffer.StartMoneroNodeReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.StartMoneroNodeReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.StartMoneroNodeReply; - return proto.io.bisq.protobuffer.StartMoneroNodeReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.StartMoneroNodeReply; + return proto.io.haveno.protobuffer.StartMoneroNodeReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.StartMoneroNodeReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.StartMoneroNodeReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.StartMoneroNodeReply} + * @return {!proto.io.haveno.protobuffer.StartMoneroNodeReply} */ -proto.io.bisq.protobuffer.StartMoneroNodeReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.StartMoneroNodeReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -13046,9 +13046,9 @@ proto.io.bisq.protobuffer.StartMoneroNodeReply.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.StartMoneroNodeReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.StartMoneroNodeReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.StartMoneroNodeReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.StartMoneroNodeReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -13056,11 +13056,11 @@ proto.io.bisq.protobuffer.StartMoneroNodeReply.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.StartMoneroNodeReply} message + * @param {!proto.io.haveno.protobuffer.StartMoneroNodeReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StartMoneroNodeReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.StartMoneroNodeReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -13081,8 +13081,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.StopMoneroNodeRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.StopMoneroNodeRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.StopMoneroNodeRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.StopMoneroNodeRequest.toObject(opt_includeInstance, this); }; @@ -13091,11 +13091,11 @@ proto.io.bisq.protobuffer.StopMoneroNodeRequest.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.StopMoneroNodeRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.StopMoneroNodeRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StopMoneroNodeRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.StopMoneroNodeRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -13111,23 +13111,23 @@ proto.io.bisq.protobuffer.StopMoneroNodeRequest.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.StopMoneroNodeRequest} + * @return {!proto.io.haveno.protobuffer.StopMoneroNodeRequest} */ -proto.io.bisq.protobuffer.StopMoneroNodeRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.StopMoneroNodeRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.StopMoneroNodeRequest; - return proto.io.bisq.protobuffer.StopMoneroNodeRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.StopMoneroNodeRequest; + return proto.io.haveno.protobuffer.StopMoneroNodeRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.StopMoneroNodeRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.StopMoneroNodeRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.StopMoneroNodeRequest} + * @return {!proto.io.haveno.protobuffer.StopMoneroNodeRequest} */ -proto.io.bisq.protobuffer.StopMoneroNodeRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.StopMoneroNodeRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -13147,9 +13147,9 @@ proto.io.bisq.protobuffer.StopMoneroNodeRequest.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.StopMoneroNodeRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.StopMoneroNodeRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.StopMoneroNodeRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.StopMoneroNodeRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -13157,11 +13157,11 @@ proto.io.bisq.protobuffer.StopMoneroNodeRequest.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.StopMoneroNodeRequest} message + * @param {!proto.io.haveno.protobuffer.StopMoneroNodeRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StopMoneroNodeRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.StopMoneroNodeRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -13182,8 +13182,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.StopMoneroNodeReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.StopMoneroNodeReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.StopMoneroNodeReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.StopMoneroNodeReply.toObject(opt_includeInstance, this); }; @@ -13192,11 +13192,11 @@ proto.io.bisq.protobuffer.StopMoneroNodeReply.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.StopMoneroNodeReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.StopMoneroNodeReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StopMoneroNodeReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.StopMoneroNodeReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -13212,23 +13212,23 @@ proto.io.bisq.protobuffer.StopMoneroNodeReply.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.StopMoneroNodeReply} + * @return {!proto.io.haveno.protobuffer.StopMoneroNodeReply} */ -proto.io.bisq.protobuffer.StopMoneroNodeReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.StopMoneroNodeReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.StopMoneroNodeReply; - return proto.io.bisq.protobuffer.StopMoneroNodeReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.StopMoneroNodeReply; + return proto.io.haveno.protobuffer.StopMoneroNodeReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.StopMoneroNodeReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.StopMoneroNodeReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.StopMoneroNodeReply} + * @return {!proto.io.haveno.protobuffer.StopMoneroNodeReply} */ -proto.io.bisq.protobuffer.StopMoneroNodeReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.StopMoneroNodeReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -13248,9 +13248,9 @@ proto.io.bisq.protobuffer.StopMoneroNodeReply.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.StopMoneroNodeReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.StopMoneroNodeReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.StopMoneroNodeReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.StopMoneroNodeReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -13258,11 +13258,11 @@ proto.io.bisq.protobuffer.StopMoneroNodeReply.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.StopMoneroNodeReply} message + * @param {!proto.io.haveno.protobuffer.StopMoneroNodeReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StopMoneroNodeReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.StopMoneroNodeReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -13283,8 +13283,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetOfferRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetOfferRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetOfferRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetOfferRequest.toObject(opt_includeInstance, this); }; @@ -13293,11 +13293,11 @@ proto.io.bisq.protobuffer.GetOfferRequest.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetOfferRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetOfferRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetOfferRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetOfferRequest.toObject = function(includeInstance, msg) { var f, obj = { id: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -13313,23 +13313,23 @@ proto.io.bisq.protobuffer.GetOfferRequest.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetOfferRequest} + * @return {!proto.io.haveno.protobuffer.GetOfferRequest} */ -proto.io.bisq.protobuffer.GetOfferRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetOfferRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetOfferRequest; - return proto.io.bisq.protobuffer.GetOfferRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetOfferRequest; + return proto.io.haveno.protobuffer.GetOfferRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetOfferRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetOfferRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetOfferRequest} + * @return {!proto.io.haveno.protobuffer.GetOfferRequest} */ -proto.io.bisq.protobuffer.GetOfferRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetOfferRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -13353,9 +13353,9 @@ proto.io.bisq.protobuffer.GetOfferRequest.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetOfferRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetOfferRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetOfferRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetOfferRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -13363,11 +13363,11 @@ proto.io.bisq.protobuffer.GetOfferRequest.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetOfferRequest} message + * @param {!proto.io.haveno.protobuffer.GetOfferRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetOfferRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetOfferRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getId(); if (f.length > 0) { @@ -13383,16 +13383,16 @@ proto.io.bisq.protobuffer.GetOfferRequest.serializeBinaryToWriter = function(mes * optional string id = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetOfferRequest.prototype.getId = function() { +proto.io.haveno.protobuffer.GetOfferRequest.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetOfferRequest} returns this */ -proto.io.bisq.protobuffer.GetOfferRequest.prototype.setId = function(value) { +proto.io.haveno.protobuffer.GetOfferRequest.prototype.setId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -13413,8 +13413,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetOfferReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetOfferReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetOfferReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetOfferReply.toObject(opt_includeInstance, this); }; @@ -13423,13 +13423,13 @@ proto.io.bisq.protobuffer.GetOfferReply.prototype.toObject = function(opt_includ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetOfferReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetOfferReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetOfferReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetOfferReply.toObject = function(includeInstance, msg) { var f, obj = { - offer: (f = msg.getOffer()) && proto.io.bisq.protobuffer.OfferInfo.toObject(includeInstance, f) + offer: (f = msg.getOffer()) && proto.io.haveno.protobuffer.OfferInfo.toObject(includeInstance, f) }; if (includeInstance) { @@ -13443,23 +13443,23 @@ proto.io.bisq.protobuffer.GetOfferReply.toObject = function(includeInstance, msg /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetOfferReply} + * @return {!proto.io.haveno.protobuffer.GetOfferReply} */ -proto.io.bisq.protobuffer.GetOfferReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetOfferReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetOfferReply; - return proto.io.bisq.protobuffer.GetOfferReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetOfferReply; + return proto.io.haveno.protobuffer.GetOfferReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetOfferReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetOfferReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetOfferReply} + * @return {!proto.io.haveno.protobuffer.GetOfferReply} */ -proto.io.bisq.protobuffer.GetOfferReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetOfferReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -13467,8 +13467,8 @@ proto.io.bisq.protobuffer.GetOfferReply.deserializeBinaryFromReader = function(m var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.OfferInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.OfferInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.OfferInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.OfferInfo.deserializeBinaryFromReader); msg.setOffer(value); break; default: @@ -13484,9 +13484,9 @@ proto.io.bisq.protobuffer.GetOfferReply.deserializeBinaryFromReader = function(m * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetOfferReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetOfferReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetOfferReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetOfferReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -13494,18 +13494,18 @@ proto.io.bisq.protobuffer.GetOfferReply.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetOfferReply} message + * @param {!proto.io.haveno.protobuffer.GetOfferReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetOfferReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetOfferReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOffer(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.OfferInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.OfferInfo.serializeBinaryToWriter ); } }; @@ -13513,28 +13513,28 @@ proto.io.bisq.protobuffer.GetOfferReply.serializeBinaryToWriter = function(messa /** * optional OfferInfo offer = 1; - * @return {?proto.io.bisq.protobuffer.OfferInfo} + * @return {?proto.io.haveno.protobuffer.OfferInfo} */ -proto.io.bisq.protobuffer.GetOfferReply.prototype.getOffer = function() { - return /** @type{?proto.io.bisq.protobuffer.OfferInfo} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.OfferInfo, 1)); +proto.io.haveno.protobuffer.GetOfferReply.prototype.getOffer = function() { + return /** @type{?proto.io.haveno.protobuffer.OfferInfo} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.OfferInfo, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.OfferInfo|undefined} value - * @return {!proto.io.bisq.protobuffer.GetOfferReply} returns this + * @param {?proto.io.haveno.protobuffer.OfferInfo|undefined} value + * @return {!proto.io.haveno.protobuffer.GetOfferReply} returns this */ -proto.io.bisq.protobuffer.GetOfferReply.prototype.setOffer = function(value) { +proto.io.haveno.protobuffer.GetOfferReply.prototype.setOffer = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.GetOfferReply} returns this + * @return {!proto.io.haveno.protobuffer.GetOfferReply} returns this */ -proto.io.bisq.protobuffer.GetOfferReply.prototype.clearOffer = function() { +proto.io.haveno.protobuffer.GetOfferReply.prototype.clearOffer = function() { return this.setOffer(undefined); }; @@ -13543,7 +13543,7 @@ proto.io.bisq.protobuffer.GetOfferReply.prototype.clearOffer = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.GetOfferReply.prototype.hasOffer = function() { +proto.io.haveno.protobuffer.GetOfferReply.prototype.hasOffer = function() { return jspb.Message.getField(this, 1) != null; }; @@ -13564,8 +13564,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetMyOfferRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetMyOfferRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetMyOfferRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetMyOfferRequest.toObject(opt_includeInstance, this); }; @@ -13574,11 +13574,11 @@ proto.io.bisq.protobuffer.GetMyOfferRequest.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetMyOfferRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetMyOfferRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMyOfferRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetMyOfferRequest.toObject = function(includeInstance, msg) { var f, obj = { id: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -13594,23 +13594,23 @@ proto.io.bisq.protobuffer.GetMyOfferRequest.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetMyOfferRequest} + * @return {!proto.io.haveno.protobuffer.GetMyOfferRequest} */ -proto.io.bisq.protobuffer.GetMyOfferRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetMyOfferRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetMyOfferRequest; - return proto.io.bisq.protobuffer.GetMyOfferRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetMyOfferRequest; + return proto.io.haveno.protobuffer.GetMyOfferRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetMyOfferRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetMyOfferRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetMyOfferRequest} + * @return {!proto.io.haveno.protobuffer.GetMyOfferRequest} */ -proto.io.bisq.protobuffer.GetMyOfferRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetMyOfferRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -13634,9 +13634,9 @@ proto.io.bisq.protobuffer.GetMyOfferRequest.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetMyOfferRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetMyOfferRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetMyOfferRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetMyOfferRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -13644,11 +13644,11 @@ proto.io.bisq.protobuffer.GetMyOfferRequest.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetMyOfferRequest} message + * @param {!proto.io.haveno.protobuffer.GetMyOfferRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMyOfferRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetMyOfferRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getId(); if (f.length > 0) { @@ -13664,16 +13664,16 @@ proto.io.bisq.protobuffer.GetMyOfferRequest.serializeBinaryToWriter = function(m * optional string id = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetMyOfferRequest.prototype.getId = function() { +proto.io.haveno.protobuffer.GetMyOfferRequest.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetMyOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetMyOfferRequest} returns this */ -proto.io.bisq.protobuffer.GetMyOfferRequest.prototype.setId = function(value) { +proto.io.haveno.protobuffer.GetMyOfferRequest.prototype.setId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -13694,8 +13694,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetMyOfferReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetMyOfferReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetMyOfferReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetMyOfferReply.toObject(opt_includeInstance, this); }; @@ -13704,13 +13704,13 @@ proto.io.bisq.protobuffer.GetMyOfferReply.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetMyOfferReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetMyOfferReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMyOfferReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetMyOfferReply.toObject = function(includeInstance, msg) { var f, obj = { - offer: (f = msg.getOffer()) && proto.io.bisq.protobuffer.OfferInfo.toObject(includeInstance, f) + offer: (f = msg.getOffer()) && proto.io.haveno.protobuffer.OfferInfo.toObject(includeInstance, f) }; if (includeInstance) { @@ -13724,23 +13724,23 @@ proto.io.bisq.protobuffer.GetMyOfferReply.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetMyOfferReply} + * @return {!proto.io.haveno.protobuffer.GetMyOfferReply} */ -proto.io.bisq.protobuffer.GetMyOfferReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetMyOfferReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetMyOfferReply; - return proto.io.bisq.protobuffer.GetMyOfferReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetMyOfferReply; + return proto.io.haveno.protobuffer.GetMyOfferReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetMyOfferReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetMyOfferReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetMyOfferReply} + * @return {!proto.io.haveno.protobuffer.GetMyOfferReply} */ -proto.io.bisq.protobuffer.GetMyOfferReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetMyOfferReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -13748,8 +13748,8 @@ proto.io.bisq.protobuffer.GetMyOfferReply.deserializeBinaryFromReader = function var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.OfferInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.OfferInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.OfferInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.OfferInfo.deserializeBinaryFromReader); msg.setOffer(value); break; default: @@ -13765,9 +13765,9 @@ proto.io.bisq.protobuffer.GetMyOfferReply.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetMyOfferReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetMyOfferReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetMyOfferReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetMyOfferReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -13775,18 +13775,18 @@ proto.io.bisq.protobuffer.GetMyOfferReply.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetMyOfferReply} message + * @param {!proto.io.haveno.protobuffer.GetMyOfferReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMyOfferReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetMyOfferReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOffer(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.OfferInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.OfferInfo.serializeBinaryToWriter ); } }; @@ -13794,28 +13794,28 @@ proto.io.bisq.protobuffer.GetMyOfferReply.serializeBinaryToWriter = function(mes /** * optional OfferInfo offer = 1; - * @return {?proto.io.bisq.protobuffer.OfferInfo} + * @return {?proto.io.haveno.protobuffer.OfferInfo} */ -proto.io.bisq.protobuffer.GetMyOfferReply.prototype.getOffer = function() { - return /** @type{?proto.io.bisq.protobuffer.OfferInfo} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.OfferInfo, 1)); +proto.io.haveno.protobuffer.GetMyOfferReply.prototype.getOffer = function() { + return /** @type{?proto.io.haveno.protobuffer.OfferInfo} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.OfferInfo, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.OfferInfo|undefined} value - * @return {!proto.io.bisq.protobuffer.GetMyOfferReply} returns this + * @param {?proto.io.haveno.protobuffer.OfferInfo|undefined} value + * @return {!proto.io.haveno.protobuffer.GetMyOfferReply} returns this */ -proto.io.bisq.protobuffer.GetMyOfferReply.prototype.setOffer = function(value) { +proto.io.haveno.protobuffer.GetMyOfferReply.prototype.setOffer = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.GetMyOfferReply} returns this + * @return {!proto.io.haveno.protobuffer.GetMyOfferReply} returns this */ -proto.io.bisq.protobuffer.GetMyOfferReply.prototype.clearOffer = function() { +proto.io.haveno.protobuffer.GetMyOfferReply.prototype.clearOffer = function() { return this.setOffer(undefined); }; @@ -13824,7 +13824,7 @@ proto.io.bisq.protobuffer.GetMyOfferReply.prototype.clearOffer = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.GetMyOfferReply.prototype.hasOffer = function() { +proto.io.haveno.protobuffer.GetMyOfferReply.prototype.hasOffer = function() { return jspb.Message.getField(this, 1) != null; }; @@ -13845,8 +13845,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetOffersRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetOffersRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetOffersRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetOffersRequest.toObject(opt_includeInstance, this); }; @@ -13855,11 +13855,11 @@ proto.io.bisq.protobuffer.GetOffersRequest.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetOffersRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetOffersRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetOffersRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetOffersRequest.toObject = function(includeInstance, msg) { var f, obj = { direction: jspb.Message.getFieldWithDefault(msg, 1, ""), currencyCode: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -13876,23 +13876,23 @@ proto.io.bisq.protobuffer.GetOffersRequest.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetOffersRequest} + * @return {!proto.io.haveno.protobuffer.GetOffersRequest} */ -proto.io.bisq.protobuffer.GetOffersRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetOffersRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetOffersRequest; - return proto.io.bisq.protobuffer.GetOffersRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetOffersRequest; + return proto.io.haveno.protobuffer.GetOffersRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetOffersRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetOffersRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetOffersRequest} + * @return {!proto.io.haveno.protobuffer.GetOffersRequest} */ -proto.io.bisq.protobuffer.GetOffersRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetOffersRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -13920,9 +13920,9 @@ proto.io.bisq.protobuffer.GetOffersRequest.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetOffersRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetOffersRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetOffersRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetOffersRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -13930,11 +13930,11 @@ proto.io.bisq.protobuffer.GetOffersRequest.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetOffersRequest} message + * @param {!proto.io.haveno.protobuffer.GetOffersRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetOffersRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetOffersRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getDirection(); if (f.length > 0) { @@ -13957,16 +13957,16 @@ proto.io.bisq.protobuffer.GetOffersRequest.serializeBinaryToWriter = function(me * optional string direction = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetOffersRequest.prototype.getDirection = function() { +proto.io.haveno.protobuffer.GetOffersRequest.prototype.getDirection = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetOffersRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetOffersRequest} returns this */ -proto.io.bisq.protobuffer.GetOffersRequest.prototype.setDirection = function(value) { +proto.io.haveno.protobuffer.GetOffersRequest.prototype.setDirection = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -13975,16 +13975,16 @@ proto.io.bisq.protobuffer.GetOffersRequest.prototype.setDirection = function(val * optional string currency_code = 2; * @return {string} */ -proto.io.bisq.protobuffer.GetOffersRequest.prototype.getCurrencyCode = function() { +proto.io.haveno.protobuffer.GetOffersRequest.prototype.getCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetOffersRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetOffersRequest} returns this */ -proto.io.bisq.protobuffer.GetOffersRequest.prototype.setCurrencyCode = function(value) { +proto.io.haveno.protobuffer.GetOffersRequest.prototype.setCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -13995,7 +13995,7 @@ proto.io.bisq.protobuffer.GetOffersRequest.prototype.setCurrencyCode = function( * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetOffersReply.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.GetOffersReply.repeatedFields_ = [1]; @@ -14012,8 +14012,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetOffersReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetOffersReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetOffersReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetOffersReply.toObject(opt_includeInstance, this); }; @@ -14022,14 +14022,14 @@ proto.io.bisq.protobuffer.GetOffersReply.prototype.toObject = function(opt_inclu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetOffersReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetOffersReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetOffersReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetOffersReply.toObject = function(includeInstance, msg) { var f, obj = { offersList: jspb.Message.toObjectList(msg.getOffersList(), - proto.io.bisq.protobuffer.OfferInfo.toObject, includeInstance) + proto.io.haveno.protobuffer.OfferInfo.toObject, includeInstance) }; if (includeInstance) { @@ -14043,23 +14043,23 @@ proto.io.bisq.protobuffer.GetOffersReply.toObject = function(includeInstance, ms /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetOffersReply} + * @return {!proto.io.haveno.protobuffer.GetOffersReply} */ -proto.io.bisq.protobuffer.GetOffersReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetOffersReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetOffersReply; - return proto.io.bisq.protobuffer.GetOffersReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetOffersReply; + return proto.io.haveno.protobuffer.GetOffersReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetOffersReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetOffersReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetOffersReply} + * @return {!proto.io.haveno.protobuffer.GetOffersReply} */ -proto.io.bisq.protobuffer.GetOffersReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetOffersReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -14067,8 +14067,8 @@ proto.io.bisq.protobuffer.GetOffersReply.deserializeBinaryFromReader = function( var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.OfferInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.OfferInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.OfferInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.OfferInfo.deserializeBinaryFromReader); msg.addOffers(value); break; default: @@ -14084,9 +14084,9 @@ proto.io.bisq.protobuffer.GetOffersReply.deserializeBinaryFromReader = function( * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetOffersReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetOffersReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetOffersReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetOffersReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -14094,18 +14094,18 @@ proto.io.bisq.protobuffer.GetOffersReply.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetOffersReply} message + * @param {!proto.io.haveno.protobuffer.GetOffersReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetOffersReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetOffersReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOffersList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.OfferInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.OfferInfo.serializeBinaryToWriter ); } }; @@ -14113,38 +14113,38 @@ proto.io.bisq.protobuffer.GetOffersReply.serializeBinaryToWriter = function(mess /** * repeated OfferInfo offers = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetOffersReply.prototype.getOffersList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.OfferInfo, 1)); +proto.io.haveno.protobuffer.GetOffersReply.prototype.getOffersList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.OfferInfo, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetOffersReply} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetOffersReply} returns this */ -proto.io.bisq.protobuffer.GetOffersReply.prototype.setOffersList = function(value) { +proto.io.haveno.protobuffer.GetOffersReply.prototype.setOffersList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.OfferInfo=} opt_value + * @param {!proto.io.haveno.protobuffer.OfferInfo=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.OfferInfo} + * @return {!proto.io.haveno.protobuffer.OfferInfo} */ -proto.io.bisq.protobuffer.GetOffersReply.prototype.addOffers = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.OfferInfo, opt_index); +proto.io.haveno.protobuffer.GetOffersReply.prototype.addOffers = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.OfferInfo, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetOffersReply} returns this + * @return {!proto.io.haveno.protobuffer.GetOffersReply} returns this */ -proto.io.bisq.protobuffer.GetOffersReply.prototype.clearOffersList = function() { +proto.io.haveno.protobuffer.GetOffersReply.prototype.clearOffersList = function() { return this.setOffersList([]); }; @@ -14165,8 +14165,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetMyOffersRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetMyOffersRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetMyOffersRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetMyOffersRequest.toObject(opt_includeInstance, this); }; @@ -14175,11 +14175,11 @@ proto.io.bisq.protobuffer.GetMyOffersRequest.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetMyOffersRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetMyOffersRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMyOffersRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetMyOffersRequest.toObject = function(includeInstance, msg) { var f, obj = { direction: jspb.Message.getFieldWithDefault(msg, 1, ""), currencyCode: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -14196,23 +14196,23 @@ proto.io.bisq.protobuffer.GetMyOffersRequest.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetMyOffersRequest} + * @return {!proto.io.haveno.protobuffer.GetMyOffersRequest} */ -proto.io.bisq.protobuffer.GetMyOffersRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetMyOffersRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetMyOffersRequest; - return proto.io.bisq.protobuffer.GetMyOffersRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetMyOffersRequest; + return proto.io.haveno.protobuffer.GetMyOffersRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetMyOffersRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetMyOffersRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetMyOffersRequest} + * @return {!proto.io.haveno.protobuffer.GetMyOffersRequest} */ -proto.io.bisq.protobuffer.GetMyOffersRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetMyOffersRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -14240,9 +14240,9 @@ proto.io.bisq.protobuffer.GetMyOffersRequest.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetMyOffersRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetMyOffersRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetMyOffersRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetMyOffersRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -14250,11 +14250,11 @@ proto.io.bisq.protobuffer.GetMyOffersRequest.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetMyOffersRequest} message + * @param {!proto.io.haveno.protobuffer.GetMyOffersRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMyOffersRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetMyOffersRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getDirection(); if (f.length > 0) { @@ -14277,16 +14277,16 @@ proto.io.bisq.protobuffer.GetMyOffersRequest.serializeBinaryToWriter = function( * optional string direction = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetMyOffersRequest.prototype.getDirection = function() { +proto.io.haveno.protobuffer.GetMyOffersRequest.prototype.getDirection = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetMyOffersRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetMyOffersRequest} returns this */ -proto.io.bisq.protobuffer.GetMyOffersRequest.prototype.setDirection = function(value) { +proto.io.haveno.protobuffer.GetMyOffersRequest.prototype.setDirection = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -14295,16 +14295,16 @@ proto.io.bisq.protobuffer.GetMyOffersRequest.prototype.setDirection = function(v * optional string currency_code = 2; * @return {string} */ -proto.io.bisq.protobuffer.GetMyOffersRequest.prototype.getCurrencyCode = function() { +proto.io.haveno.protobuffer.GetMyOffersRequest.prototype.getCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetMyOffersRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetMyOffersRequest} returns this */ -proto.io.bisq.protobuffer.GetMyOffersRequest.prototype.setCurrencyCode = function(value) { +proto.io.haveno.protobuffer.GetMyOffersRequest.prototype.setCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -14315,7 +14315,7 @@ proto.io.bisq.protobuffer.GetMyOffersRequest.prototype.setCurrencyCode = functio * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetMyOffersReply.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.GetMyOffersReply.repeatedFields_ = [1]; @@ -14332,8 +14332,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetMyOffersReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetMyOffersReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetMyOffersReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetMyOffersReply.toObject(opt_includeInstance, this); }; @@ -14342,14 +14342,14 @@ proto.io.bisq.protobuffer.GetMyOffersReply.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetMyOffersReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetMyOffersReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMyOffersReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetMyOffersReply.toObject = function(includeInstance, msg) { var f, obj = { offersList: jspb.Message.toObjectList(msg.getOffersList(), - proto.io.bisq.protobuffer.OfferInfo.toObject, includeInstance) + proto.io.haveno.protobuffer.OfferInfo.toObject, includeInstance) }; if (includeInstance) { @@ -14363,23 +14363,23 @@ proto.io.bisq.protobuffer.GetMyOffersReply.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetMyOffersReply} + * @return {!proto.io.haveno.protobuffer.GetMyOffersReply} */ -proto.io.bisq.protobuffer.GetMyOffersReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetMyOffersReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetMyOffersReply; - return proto.io.bisq.protobuffer.GetMyOffersReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetMyOffersReply; + return proto.io.haveno.protobuffer.GetMyOffersReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetMyOffersReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetMyOffersReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetMyOffersReply} + * @return {!proto.io.haveno.protobuffer.GetMyOffersReply} */ -proto.io.bisq.protobuffer.GetMyOffersReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetMyOffersReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -14387,8 +14387,8 @@ proto.io.bisq.protobuffer.GetMyOffersReply.deserializeBinaryFromReader = functio var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.OfferInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.OfferInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.OfferInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.OfferInfo.deserializeBinaryFromReader); msg.addOffers(value); break; default: @@ -14404,9 +14404,9 @@ proto.io.bisq.protobuffer.GetMyOffersReply.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetMyOffersReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetMyOffersReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetMyOffersReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetMyOffersReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -14414,18 +14414,18 @@ proto.io.bisq.protobuffer.GetMyOffersReply.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetMyOffersReply} message + * @param {!proto.io.haveno.protobuffer.GetMyOffersReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetMyOffersReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetMyOffersReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOffersList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.OfferInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.OfferInfo.serializeBinaryToWriter ); } }; @@ -14433,38 +14433,38 @@ proto.io.bisq.protobuffer.GetMyOffersReply.serializeBinaryToWriter = function(me /** * repeated OfferInfo offers = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetMyOffersReply.prototype.getOffersList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.OfferInfo, 1)); +proto.io.haveno.protobuffer.GetMyOffersReply.prototype.getOffersList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.OfferInfo, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetMyOffersReply} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetMyOffersReply} returns this */ -proto.io.bisq.protobuffer.GetMyOffersReply.prototype.setOffersList = function(value) { +proto.io.haveno.protobuffer.GetMyOffersReply.prototype.setOffersList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.OfferInfo=} opt_value + * @param {!proto.io.haveno.protobuffer.OfferInfo=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.OfferInfo} + * @return {!proto.io.haveno.protobuffer.OfferInfo} */ -proto.io.bisq.protobuffer.GetMyOffersReply.prototype.addOffers = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.OfferInfo, opt_index); +proto.io.haveno.protobuffer.GetMyOffersReply.prototype.addOffers = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.OfferInfo, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetMyOffersReply} returns this + * @return {!proto.io.haveno.protobuffer.GetMyOffersReply} returns this */ -proto.io.bisq.protobuffer.GetMyOffersReply.prototype.clearOffersList = function() { +proto.io.haveno.protobuffer.GetMyOffersReply.prototype.clearOffersList = function() { return this.setOffersList([]); }; @@ -14485,8 +14485,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PostOfferRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PostOfferRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PostOfferRequest.toObject(opt_includeInstance, this); }; @@ -14495,11 +14495,11 @@ proto.io.bisq.protobuffer.PostOfferRequest.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PostOfferRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PostOfferRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PostOfferRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PostOfferRequest.toObject = function(includeInstance, msg) { var f, obj = { currencyCode: jspb.Message.getFieldWithDefault(msg, 1, ""), direction: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -14524,23 +14524,23 @@ proto.io.bisq.protobuffer.PostOfferRequest.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PostOfferRequest} + * @return {!proto.io.haveno.protobuffer.PostOfferRequest} */ -proto.io.bisq.protobuffer.PostOfferRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PostOfferRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PostOfferRequest; - return proto.io.bisq.protobuffer.PostOfferRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PostOfferRequest; + return proto.io.haveno.protobuffer.PostOfferRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PostOfferRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PostOfferRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PostOfferRequest} + * @return {!proto.io.haveno.protobuffer.PostOfferRequest} */ -proto.io.bisq.protobuffer.PostOfferRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PostOfferRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -14600,9 +14600,9 @@ proto.io.bisq.protobuffer.PostOfferRequest.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PostOfferRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PostOfferRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -14610,11 +14610,11 @@ proto.io.bisq.protobuffer.PostOfferRequest.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PostOfferRequest} message + * @param {!proto.io.haveno.protobuffer.PostOfferRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PostOfferRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PostOfferRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCurrencyCode(); if (f.length > 0) { @@ -14693,16 +14693,16 @@ proto.io.bisq.protobuffer.PostOfferRequest.serializeBinaryToWriter = function(me * optional string currency_code = 1; * @return {string} */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.getCurrencyCode = function() { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.getCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PostOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.PostOfferRequest} returns this */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.setCurrencyCode = function(value) { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.setCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -14711,16 +14711,16 @@ proto.io.bisq.protobuffer.PostOfferRequest.prototype.setCurrencyCode = function( * optional string direction = 2; * @return {string} */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.getDirection = function() { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.getDirection = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PostOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.PostOfferRequest} returns this */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.setDirection = function(value) { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.setDirection = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -14729,16 +14729,16 @@ proto.io.bisq.protobuffer.PostOfferRequest.prototype.setDirection = function(val * optional string price = 3; * @return {string} */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.getPrice = function() { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.getPrice = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PostOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.PostOfferRequest} returns this */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.setPrice = function(value) { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.setPrice = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -14747,16 +14747,16 @@ proto.io.bisq.protobuffer.PostOfferRequest.prototype.setPrice = function(value) * optional bool use_market_based_price = 4; * @return {boolean} */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.getUseMarketBasedPrice = function() { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.getUseMarketBasedPrice = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PostOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.PostOfferRequest} returns this */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.setUseMarketBasedPrice = function(value) { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.setUseMarketBasedPrice = function(value) { return jspb.Message.setProto3BooleanField(this, 4, value); }; @@ -14765,16 +14765,16 @@ proto.io.bisq.protobuffer.PostOfferRequest.prototype.setUseMarketBasedPrice = fu * optional double market_price_margin_pct = 5; * @return {number} */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.getMarketPriceMarginPct = function() { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.getMarketPriceMarginPct = function() { return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 5, 0.0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PostOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.PostOfferRequest} returns this */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.setMarketPriceMarginPct = function(value) { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.setMarketPriceMarginPct = function(value) { return jspb.Message.setProto3FloatField(this, 5, value); }; @@ -14783,16 +14783,16 @@ proto.io.bisq.protobuffer.PostOfferRequest.prototype.setMarketPriceMarginPct = f * optional uint64 amount = 6; * @return {string} */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.getAmount = function() { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.getAmount = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "0")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PostOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.PostOfferRequest} returns this */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.setAmount = function(value) { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.setAmount = function(value) { return jspb.Message.setProto3StringIntField(this, 6, value); }; @@ -14801,16 +14801,16 @@ proto.io.bisq.protobuffer.PostOfferRequest.prototype.setAmount = function(value) * optional uint64 min_amount = 7; * @return {string} */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.getMinAmount = function() { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.getMinAmount = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "0")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PostOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.PostOfferRequest} returns this */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.setMinAmount = function(value) { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.setMinAmount = function(value) { return jspb.Message.setProto3StringIntField(this, 7, value); }; @@ -14819,16 +14819,16 @@ proto.io.bisq.protobuffer.PostOfferRequest.prototype.setMinAmount = function(val * optional double buyer_security_deposit_pct = 8; * @return {number} */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.getBuyerSecurityDepositPct = function() { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.getBuyerSecurityDepositPct = function() { return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 8, 0.0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PostOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.PostOfferRequest} returns this */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.setBuyerSecurityDepositPct = function(value) { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.setBuyerSecurityDepositPct = function(value) { return jspb.Message.setProto3FloatField(this, 8, value); }; @@ -14837,16 +14837,16 @@ proto.io.bisq.protobuffer.PostOfferRequest.prototype.setBuyerSecurityDepositPct * optional string trigger_price = 9; * @return {string} */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.getTriggerPrice = function() { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.getTriggerPrice = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PostOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.PostOfferRequest} returns this */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.setTriggerPrice = function(value) { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.setTriggerPrice = function(value) { return jspb.Message.setProto3StringField(this, 9, value); }; @@ -14855,16 +14855,16 @@ proto.io.bisq.protobuffer.PostOfferRequest.prototype.setTriggerPrice = function( * optional string payment_account_id = 10; * @return {string} */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.getPaymentAccountId = function() { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.getPaymentAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PostOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.PostOfferRequest} returns this */ -proto.io.bisq.protobuffer.PostOfferRequest.prototype.setPaymentAccountId = function(value) { +proto.io.haveno.protobuffer.PostOfferRequest.prototype.setPaymentAccountId = function(value) { return jspb.Message.setProto3StringField(this, 10, value); }; @@ -14885,8 +14885,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PostOfferReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PostOfferReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PostOfferReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PostOfferReply.toObject(opt_includeInstance, this); }; @@ -14895,13 +14895,13 @@ proto.io.bisq.protobuffer.PostOfferReply.prototype.toObject = function(opt_inclu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PostOfferReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PostOfferReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PostOfferReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PostOfferReply.toObject = function(includeInstance, msg) { var f, obj = { - offer: (f = msg.getOffer()) && proto.io.bisq.protobuffer.OfferInfo.toObject(includeInstance, f) + offer: (f = msg.getOffer()) && proto.io.haveno.protobuffer.OfferInfo.toObject(includeInstance, f) }; if (includeInstance) { @@ -14915,23 +14915,23 @@ proto.io.bisq.protobuffer.PostOfferReply.toObject = function(includeInstance, ms /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PostOfferReply} + * @return {!proto.io.haveno.protobuffer.PostOfferReply} */ -proto.io.bisq.protobuffer.PostOfferReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PostOfferReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PostOfferReply; - return proto.io.bisq.protobuffer.PostOfferReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PostOfferReply; + return proto.io.haveno.protobuffer.PostOfferReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PostOfferReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PostOfferReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PostOfferReply} + * @return {!proto.io.haveno.protobuffer.PostOfferReply} */ -proto.io.bisq.protobuffer.PostOfferReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PostOfferReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -14939,8 +14939,8 @@ proto.io.bisq.protobuffer.PostOfferReply.deserializeBinaryFromReader = function( var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.OfferInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.OfferInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.OfferInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.OfferInfo.deserializeBinaryFromReader); msg.setOffer(value); break; default: @@ -14956,9 +14956,9 @@ proto.io.bisq.protobuffer.PostOfferReply.deserializeBinaryFromReader = function( * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PostOfferReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PostOfferReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PostOfferReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PostOfferReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -14966,18 +14966,18 @@ proto.io.bisq.protobuffer.PostOfferReply.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PostOfferReply} message + * @param {!proto.io.haveno.protobuffer.PostOfferReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PostOfferReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PostOfferReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOffer(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.OfferInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.OfferInfo.serializeBinaryToWriter ); } }; @@ -14985,28 +14985,28 @@ proto.io.bisq.protobuffer.PostOfferReply.serializeBinaryToWriter = function(mess /** * optional OfferInfo offer = 1; - * @return {?proto.io.bisq.protobuffer.OfferInfo} + * @return {?proto.io.haveno.protobuffer.OfferInfo} */ -proto.io.bisq.protobuffer.PostOfferReply.prototype.getOffer = function() { - return /** @type{?proto.io.bisq.protobuffer.OfferInfo} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.OfferInfo, 1)); +proto.io.haveno.protobuffer.PostOfferReply.prototype.getOffer = function() { + return /** @type{?proto.io.haveno.protobuffer.OfferInfo} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.OfferInfo, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.OfferInfo|undefined} value - * @return {!proto.io.bisq.protobuffer.PostOfferReply} returns this + * @param {?proto.io.haveno.protobuffer.OfferInfo|undefined} value + * @return {!proto.io.haveno.protobuffer.PostOfferReply} returns this */ -proto.io.bisq.protobuffer.PostOfferReply.prototype.setOffer = function(value) { +proto.io.haveno.protobuffer.PostOfferReply.prototype.setOffer = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PostOfferReply} returns this + * @return {!proto.io.haveno.protobuffer.PostOfferReply} returns this */ -proto.io.bisq.protobuffer.PostOfferReply.prototype.clearOffer = function() { +proto.io.haveno.protobuffer.PostOfferReply.prototype.clearOffer = function() { return this.setOffer(undefined); }; @@ -15015,7 +15015,7 @@ proto.io.bisq.protobuffer.PostOfferReply.prototype.clearOffer = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PostOfferReply.prototype.hasOffer = function() { +proto.io.haveno.protobuffer.PostOfferReply.prototype.hasOffer = function() { return jspb.Message.getField(this, 1) != null; }; @@ -15036,8 +15036,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CancelOfferRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CancelOfferRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CancelOfferRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CancelOfferRequest.toObject(opt_includeInstance, this); }; @@ -15046,11 +15046,11 @@ proto.io.bisq.protobuffer.CancelOfferRequest.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CancelOfferRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CancelOfferRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CancelOfferRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CancelOfferRequest.toObject = function(includeInstance, msg) { var f, obj = { id: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -15066,23 +15066,23 @@ proto.io.bisq.protobuffer.CancelOfferRequest.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CancelOfferRequest} + * @return {!proto.io.haveno.protobuffer.CancelOfferRequest} */ -proto.io.bisq.protobuffer.CancelOfferRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CancelOfferRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CancelOfferRequest; - return proto.io.bisq.protobuffer.CancelOfferRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CancelOfferRequest; + return proto.io.haveno.protobuffer.CancelOfferRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CancelOfferRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CancelOfferRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CancelOfferRequest} + * @return {!proto.io.haveno.protobuffer.CancelOfferRequest} */ -proto.io.bisq.protobuffer.CancelOfferRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CancelOfferRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -15106,9 +15106,9 @@ proto.io.bisq.protobuffer.CancelOfferRequest.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CancelOfferRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CancelOfferRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CancelOfferRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CancelOfferRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -15116,11 +15116,11 @@ proto.io.bisq.protobuffer.CancelOfferRequest.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CancelOfferRequest} message + * @param {!proto.io.haveno.protobuffer.CancelOfferRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CancelOfferRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CancelOfferRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getId(); if (f.length > 0) { @@ -15136,16 +15136,16 @@ proto.io.bisq.protobuffer.CancelOfferRequest.serializeBinaryToWriter = function( * optional string id = 1; * @return {string} */ -proto.io.bisq.protobuffer.CancelOfferRequest.prototype.getId = function() { +proto.io.haveno.protobuffer.CancelOfferRequest.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CancelOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.CancelOfferRequest} returns this */ -proto.io.bisq.protobuffer.CancelOfferRequest.prototype.setId = function(value) { +proto.io.haveno.protobuffer.CancelOfferRequest.prototype.setId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -15166,8 +15166,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CancelOfferReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CancelOfferReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CancelOfferReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CancelOfferReply.toObject(opt_includeInstance, this); }; @@ -15176,11 +15176,11 @@ proto.io.bisq.protobuffer.CancelOfferReply.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CancelOfferReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CancelOfferReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CancelOfferReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CancelOfferReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -15196,23 +15196,23 @@ proto.io.bisq.protobuffer.CancelOfferReply.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CancelOfferReply} + * @return {!proto.io.haveno.protobuffer.CancelOfferReply} */ -proto.io.bisq.protobuffer.CancelOfferReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CancelOfferReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CancelOfferReply; - return proto.io.bisq.protobuffer.CancelOfferReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CancelOfferReply; + return proto.io.haveno.protobuffer.CancelOfferReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CancelOfferReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CancelOfferReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CancelOfferReply} + * @return {!proto.io.haveno.protobuffer.CancelOfferReply} */ -proto.io.bisq.protobuffer.CancelOfferReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CancelOfferReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -15232,9 +15232,9 @@ proto.io.bisq.protobuffer.CancelOfferReply.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CancelOfferReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CancelOfferReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CancelOfferReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CancelOfferReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -15242,11 +15242,11 @@ proto.io.bisq.protobuffer.CancelOfferReply.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CancelOfferReply} message + * @param {!proto.io.haveno.protobuffer.CancelOfferReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CancelOfferReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CancelOfferReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -15267,8 +15267,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.OfferInfo.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.OfferInfo.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.OfferInfo.toObject(opt_includeInstance, this); }; @@ -15277,22 +15277,22 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.toObject = function(opt_includeIns * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.OfferInfo} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.OfferInfo} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OfferInfo.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.OfferInfo.toObject = function(includeInstance, msg) { var f, obj = { id: jspb.Message.getFieldWithDefault(msg, 1, ""), direction: jspb.Message.getFieldWithDefault(msg, 2, ""), price: jspb.Message.getFieldWithDefault(msg, 3, ""), useMarketBasedPrice: jspb.Message.getBooleanFieldWithDefault(msg, 4, false), marketPriceMarginPct: jspb.Message.getFloatingPointFieldWithDefault(msg, 5, 0.0), - amount: jspb.Message.getFieldWithDefault(msg, 6, 0), - minAmount: jspb.Message.getFieldWithDefault(msg, 7, 0), + amount: jspb.Message.getFieldWithDefault(msg, 6, "0"), + minAmount: jspb.Message.getFieldWithDefault(msg, 7, "0"), volume: jspb.Message.getFieldWithDefault(msg, 8, ""), minVolume: jspb.Message.getFieldWithDefault(msg, 9, ""), - buyerSecurityDeposit: jspb.Message.getFieldWithDefault(msg, 10, 0), + buyerSecurityDeposit: jspb.Message.getFieldWithDefault(msg, 10, "0"), triggerPrice: jspb.Message.getFieldWithDefault(msg, 11, ""), paymentAccountId: jspb.Message.getFieldWithDefault(msg, 12, ""), paymentMethodId: jspb.Message.getFieldWithDefault(msg, 13, ""), @@ -15301,10 +15301,9 @@ proto.io.bisq.protobuffer.OfferInfo.toObject = function(includeInstance, msg) { counterCurrencyCode: jspb.Message.getFieldWithDefault(msg, 16, ""), date: jspb.Message.getFieldWithDefault(msg, 17, 0), state: jspb.Message.getFieldWithDefault(msg, 18, ""), - sellerSecurityDeposit: jspb.Message.getFieldWithDefault(msg, 19, 0), - offerFeePaymentTxId: jspb.Message.getFieldWithDefault(msg, 20, ""), - txFee: jspb.Message.getFieldWithDefault(msg, 21, 0), - makerFee: jspb.Message.getFieldWithDefault(msg, 22, 0), + sellerSecurityDeposit: jspb.Message.getFieldWithDefault(msg, 19, "0"), + offerFeeTxId: jspb.Message.getFieldWithDefault(msg, 20, ""), + makerFee: jspb.Message.getFieldWithDefault(msg, 22, "0"), isActivated: jspb.Message.getBooleanFieldWithDefault(msg, 23, false), isMyOffer: jspb.Message.getBooleanFieldWithDefault(msg, 24, false), ownerNodeAddress: jspb.Message.getFieldWithDefault(msg, 25, ""), @@ -15325,23 +15324,23 @@ proto.io.bisq.protobuffer.OfferInfo.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.OfferInfo} + * @return {!proto.io.haveno.protobuffer.OfferInfo} */ -proto.io.bisq.protobuffer.OfferInfo.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.OfferInfo.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.OfferInfo; - return proto.io.bisq.protobuffer.OfferInfo.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.OfferInfo; + return proto.io.haveno.protobuffer.OfferInfo.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.OfferInfo} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.OfferInfo} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.OfferInfo} + * @return {!proto.io.haveno.protobuffer.OfferInfo} */ -proto.io.bisq.protobuffer.OfferInfo.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.OfferInfo.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -15369,11 +15368,11 @@ proto.io.bisq.protobuffer.OfferInfo.deserializeBinaryFromReader = function(msg, msg.setMarketPriceMarginPct(value); break; case 6: - var value = /** @type {number} */ (reader.readUint64()); + var value = /** @type {string} */ (reader.readUint64String()); msg.setAmount(value); break; case 7: - var value = /** @type {number} */ (reader.readUint64()); + var value = /** @type {string} */ (reader.readUint64String()); msg.setMinAmount(value); break; case 8: @@ -15385,7 +15384,7 @@ proto.io.bisq.protobuffer.OfferInfo.deserializeBinaryFromReader = function(msg, msg.setMinVolume(value); break; case 10: - var value = /** @type {number} */ (reader.readUint64()); + var value = /** @type {string} */ (reader.readUint64String()); msg.setBuyerSecurityDeposit(value); break; case 11: @@ -15421,19 +15420,15 @@ proto.io.bisq.protobuffer.OfferInfo.deserializeBinaryFromReader = function(msg, msg.setState(value); break; case 19: - var value = /** @type {number} */ (reader.readUint64()); + var value = /** @type {string} */ (reader.readUint64String()); msg.setSellerSecurityDeposit(value); break; case 20: var value = /** @type {string} */ (reader.readString()); - msg.setOfferFeePaymentTxId(value); - break; - case 21: - var value = /** @type {number} */ (reader.readUint64()); - msg.setTxFee(value); + msg.setOfferFeeTxId(value); break; case 22: - var value = /** @type {number} */ (reader.readUint64()); + var value = /** @type {string} */ (reader.readUint64String()); msg.setMakerFee(value); break; case 23: @@ -15477,9 +15472,9 @@ proto.io.bisq.protobuffer.OfferInfo.deserializeBinaryFromReader = function(msg, * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.OfferInfo.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.OfferInfo.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -15487,11 +15482,11 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.OfferInfo} message + * @param {!proto.io.haveno.protobuffer.OfferInfo} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OfferInfo.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.OfferInfo.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getId(); if (f.length > 0) { @@ -15529,15 +15524,15 @@ proto.io.bisq.protobuffer.OfferInfo.serializeBinaryToWriter = function(message, ); } f = message.getAmount(); - if (f !== 0) { - writer.writeUint64( + if (parseInt(f, 10) !== 0) { + writer.writeUint64String( 6, f ); } f = message.getMinAmount(); - if (f !== 0) { - writer.writeUint64( + if (parseInt(f, 10) !== 0) { + writer.writeUint64String( 7, f ); @@ -15557,8 +15552,8 @@ proto.io.bisq.protobuffer.OfferInfo.serializeBinaryToWriter = function(message, ); } f = message.getBuyerSecurityDeposit(); - if (f !== 0) { - writer.writeUint64( + if (parseInt(f, 10) !== 0) { + writer.writeUint64String( 10, f ); @@ -15620,29 +15615,22 @@ proto.io.bisq.protobuffer.OfferInfo.serializeBinaryToWriter = function(message, ); } f = message.getSellerSecurityDeposit(); - if (f !== 0) { - writer.writeUint64( + if (parseInt(f, 10) !== 0) { + writer.writeUint64String( 19, f ); } - f = message.getOfferFeePaymentTxId(); + f = message.getOfferFeeTxId(); if (f.length > 0) { writer.writeString( 20, f ); } - f = message.getTxFee(); - if (f !== 0) { - writer.writeUint64( - 21, - f - ); - } f = message.getMakerFee(); - if (f !== 0) { - writer.writeUint64( + if (parseInt(f, 10) !== 0) { + writer.writeUint64String( 22, f ); @@ -15703,16 +15691,16 @@ proto.io.bisq.protobuffer.OfferInfo.serializeBinaryToWriter = function(message, * optional string id = 1; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getId = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setId = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -15721,16 +15709,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setId = function(value) { * optional string direction = 2; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getDirection = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getDirection = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setDirection = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setDirection = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -15739,16 +15727,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setDirection = function(value) { * optional string price = 3; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getPrice = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getPrice = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setPrice = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setPrice = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -15757,16 +15745,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setPrice = function(value) { * optional bool use_market_based_price = 4; * @return {boolean} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getUseMarketBasedPrice = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getUseMarketBasedPrice = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setUseMarketBasedPrice = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setUseMarketBasedPrice = function(value) { return jspb.Message.setProto3BooleanField(this, 4, value); }; @@ -15775,53 +15763,53 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setUseMarketBasedPrice = function( * optional double market_price_margin_pct = 5; * @return {number} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getMarketPriceMarginPct = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getMarketPriceMarginPct = function() { return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 5, 0.0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setMarketPriceMarginPct = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setMarketPriceMarginPct = function(value) { return jspb.Message.setProto3FloatField(this, 5, value); }; /** * optional uint64 amount = 6; - * @return {number} + * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getAmount = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0)); +proto.io.haveno.protobuffer.OfferInfo.prototype.getAmount = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "0")); }; /** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @param {string} value + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setAmount = function(value) { - return jspb.Message.setProto3IntField(this, 6, value); +proto.io.haveno.protobuffer.OfferInfo.prototype.setAmount = function(value) { + return jspb.Message.setProto3StringIntField(this, 6, value); }; /** * optional uint64 min_amount = 7; - * @return {number} + * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getMinAmount = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0)); +proto.io.haveno.protobuffer.OfferInfo.prototype.getMinAmount = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "0")); }; /** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @param {string} value + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setMinAmount = function(value) { - return jspb.Message.setProto3IntField(this, 7, value); +proto.io.haveno.protobuffer.OfferInfo.prototype.setMinAmount = function(value) { + return jspb.Message.setProto3StringIntField(this, 7, value); }; @@ -15829,16 +15817,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setMinAmount = function(value) { * optional string volume = 8; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getVolume = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getVolume = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setVolume = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setVolume = function(value) { return jspb.Message.setProto3StringField(this, 8, value); }; @@ -15847,35 +15835,35 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setVolume = function(value) { * optional string min_volume = 9; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getMinVolume = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getMinVolume = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setMinVolume = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setMinVolume = function(value) { return jspb.Message.setProto3StringField(this, 9, value); }; /** * optional uint64 buyer_security_deposit = 10; - * @return {number} + * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getBuyerSecurityDeposit = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0)); +proto.io.haveno.protobuffer.OfferInfo.prototype.getBuyerSecurityDeposit = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, "0")); }; /** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @param {string} value + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setBuyerSecurityDeposit = function(value) { - return jspb.Message.setProto3IntField(this, 10, value); +proto.io.haveno.protobuffer.OfferInfo.prototype.setBuyerSecurityDeposit = function(value) { + return jspb.Message.setProto3StringIntField(this, 10, value); }; @@ -15883,16 +15871,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setBuyerSecurityDeposit = function * optional string trigger_price = 11; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getTriggerPrice = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getTriggerPrice = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setTriggerPrice = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setTriggerPrice = function(value) { return jspb.Message.setProto3StringField(this, 11, value); }; @@ -15901,16 +15889,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setTriggerPrice = function(value) * optional string payment_account_id = 12; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getPaymentAccountId = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getPaymentAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setPaymentAccountId = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setPaymentAccountId = function(value) { return jspb.Message.setProto3StringField(this, 12, value); }; @@ -15919,16 +15907,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setPaymentAccountId = function(val * optional string payment_method_id = 13; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getPaymentMethodId = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getPaymentMethodId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setPaymentMethodId = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setPaymentMethodId = function(value) { return jspb.Message.setProto3StringField(this, 13, value); }; @@ -15937,16 +15925,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setPaymentMethodId = function(valu * optional string payment_method_short_name = 14; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getPaymentMethodShortName = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getPaymentMethodShortName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setPaymentMethodShortName = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setPaymentMethodShortName = function(value) { return jspb.Message.setProto3StringField(this, 14, value); }; @@ -15955,16 +15943,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setPaymentMethodShortName = functi * optional string base_currency_code = 15; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getBaseCurrencyCode = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getBaseCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setBaseCurrencyCode = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setBaseCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 15, value); }; @@ -15973,16 +15961,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setBaseCurrencyCode = function(val * optional string counter_currency_code = 16; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getCounterCurrencyCode = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getCounterCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setCounterCurrencyCode = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setCounterCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 16, value); }; @@ -15991,16 +15979,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setCounterCurrencyCode = function( * optional uint64 date = 17; * @return {number} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getDate = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 17, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setDate = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setDate = function(value) { return jspb.Message.setProto3IntField(this, 17, value); }; @@ -16009,89 +15997,71 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setDate = function(value) { * optional string state = 18; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getState = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getState = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setState = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setState = function(value) { return jspb.Message.setProto3StringField(this, 18, value); }; /** * optional uint64 seller_security_deposit = 19; - * @return {number} - */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getSellerSecurityDeposit = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 19, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this - */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setSellerSecurityDeposit = function(value) { - return jspb.Message.setProto3IntField(this, 19, value); -}; - - -/** - * optional string offer_fee_payment_tx_id = 20; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getOfferFeePaymentTxId = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getSellerSecurityDeposit = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, "0")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this + */ +proto.io.haveno.protobuffer.OfferInfo.prototype.setSellerSecurityDeposit = function(value) { + return jspb.Message.setProto3StringIntField(this, 19, value); +}; + + +/** + * optional string offer_fee_tx_id = 20; + * @return {string} + */ +proto.io.haveno.protobuffer.OfferInfo.prototype.getOfferFeeTxId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setOfferFeePaymentTxId = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setOfferFeeTxId = function(value) { return jspb.Message.setProto3StringField(this, 20, value); }; -/** - * optional uint64 tx_fee = 21; - * @return {number} - */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getTxFee = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 21, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this - */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setTxFee = function(value) { - return jspb.Message.setProto3IntField(this, 21, value); -}; - - /** * optional uint64 maker_fee = 22; - * @return {number} + * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getMakerFee = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 22, 0)); +proto.io.haveno.protobuffer.OfferInfo.prototype.getMakerFee = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 22, "0")); }; /** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @param {string} value + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setMakerFee = function(value) { - return jspb.Message.setProto3IntField(this, 22, value); +proto.io.haveno.protobuffer.OfferInfo.prototype.setMakerFee = function(value) { + return jspb.Message.setProto3StringIntField(this, 22, value); }; @@ -16099,16 +16069,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setMakerFee = function(value) { * optional bool is_activated = 23; * @return {boolean} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getIsActivated = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getIsActivated = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 23, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setIsActivated = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setIsActivated = function(value) { return jspb.Message.setProto3BooleanField(this, 23, value); }; @@ -16117,16 +16087,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setIsActivated = function(value) { * optional bool is_my_offer = 24; * @return {boolean} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getIsMyOffer = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getIsMyOffer = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 24, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setIsMyOffer = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setIsMyOffer = function(value) { return jspb.Message.setProto3BooleanField(this, 24, value); }; @@ -16135,16 +16105,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setIsMyOffer = function(value) { * optional string owner_node_address = 25; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getOwnerNodeAddress = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getOwnerNodeAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 25, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setOwnerNodeAddress = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setOwnerNodeAddress = function(value) { return jspb.Message.setProto3StringField(this, 25, value); }; @@ -16153,16 +16123,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setOwnerNodeAddress = function(val * optional string pub_key_ring = 26; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getPubKeyRing = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getPubKeyRing = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 26, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setPubKeyRing = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setPubKeyRing = function(value) { return jspb.Message.setProto3StringField(this, 26, value); }; @@ -16171,16 +16141,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setPubKeyRing = function(value) { * optional string version_nr = 27; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getVersionNr = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getVersionNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 27, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setVersionNr = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setVersionNr = function(value) { return jspb.Message.setProto3StringField(this, 27, value); }; @@ -16189,16 +16159,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setVersionNr = function(value) { * optional int32 protocol_version = 28; * @return {number} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getProtocolVersion = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getProtocolVersion = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 28, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setProtocolVersion = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setProtocolVersion = function(value) { return jspb.Message.setProto3IntField(this, 28, value); }; @@ -16207,16 +16177,16 @@ proto.io.bisq.protobuffer.OfferInfo.prototype.setProtocolVersion = function(valu * optional string arbitrator_signer = 29; * @return {string} */ -proto.io.bisq.protobuffer.OfferInfo.prototype.getArbitratorSigner = function() { +proto.io.haveno.protobuffer.OfferInfo.prototype.getArbitratorSigner = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 29, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferInfo} returns this + * @return {!proto.io.haveno.protobuffer.OfferInfo} returns this */ -proto.io.bisq.protobuffer.OfferInfo.prototype.setArbitratorSigner = function(value) { +proto.io.haveno.protobuffer.OfferInfo.prototype.setArbitratorSigner = function(value) { return jspb.Message.setProto3StringField(this, 29, value); }; @@ -16237,8 +16207,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AvailabilityResultWithDescription.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AvailabilityResultWithDescription.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AvailabilityResultWithDescription.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AvailabilityResultWithDescription.toObject(opt_includeInstance, this); }; @@ -16247,11 +16217,11 @@ proto.io.bisq.protobuffer.AvailabilityResultWithDescription.prototype.toObject = * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AvailabilityResultWithDescription} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AvailabilityResultWithDescription} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AvailabilityResultWithDescription.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AvailabilityResultWithDescription.toObject = function(includeInstance, msg) { var f, obj = { availabilityResult: jspb.Message.getFieldWithDefault(msg, 1, 0), description: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -16268,23 +16238,23 @@ proto.io.bisq.protobuffer.AvailabilityResultWithDescription.toObject = function( /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AvailabilityResultWithDescription} + * @return {!proto.io.haveno.protobuffer.AvailabilityResultWithDescription} */ -proto.io.bisq.protobuffer.AvailabilityResultWithDescription.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AvailabilityResultWithDescription.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AvailabilityResultWithDescription; - return proto.io.bisq.protobuffer.AvailabilityResultWithDescription.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AvailabilityResultWithDescription; + return proto.io.haveno.protobuffer.AvailabilityResultWithDescription.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AvailabilityResultWithDescription} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AvailabilityResultWithDescription} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AvailabilityResultWithDescription} + * @return {!proto.io.haveno.protobuffer.AvailabilityResultWithDescription} */ -proto.io.bisq.protobuffer.AvailabilityResultWithDescription.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AvailabilityResultWithDescription.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -16292,7 +16262,7 @@ proto.io.bisq.protobuffer.AvailabilityResultWithDescription.deserializeBinaryFro var field = reader.getFieldNumber(); switch (field) { case 1: - var value = /** @type {!proto.io.bisq.protobuffer.AvailabilityResult} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.AvailabilityResult} */ (reader.readEnum()); msg.setAvailabilityResult(value); break; case 2: @@ -16312,9 +16282,9 @@ proto.io.bisq.protobuffer.AvailabilityResultWithDescription.deserializeBinaryFro * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AvailabilityResultWithDescription.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AvailabilityResultWithDescription.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AvailabilityResultWithDescription.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AvailabilityResultWithDescription.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -16322,11 +16292,11 @@ proto.io.bisq.protobuffer.AvailabilityResultWithDescription.prototype.serializeB /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AvailabilityResultWithDescription} message + * @param {!proto.io.haveno.protobuffer.AvailabilityResultWithDescription} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AvailabilityResultWithDescription.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AvailabilityResultWithDescription.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAvailabilityResult(); if (f !== 0.0) { @@ -16347,18 +16317,18 @@ proto.io.bisq.protobuffer.AvailabilityResultWithDescription.serializeBinaryToWri /** * optional AvailabilityResult availability_result = 1; - * @return {!proto.io.bisq.protobuffer.AvailabilityResult} + * @return {!proto.io.haveno.protobuffer.AvailabilityResult} */ -proto.io.bisq.protobuffer.AvailabilityResultWithDescription.prototype.getAvailabilityResult = function() { - return /** @type {!proto.io.bisq.protobuffer.AvailabilityResult} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); +proto.io.haveno.protobuffer.AvailabilityResultWithDescription.prototype.getAvailabilityResult = function() { + return /** @type {!proto.io.haveno.protobuffer.AvailabilityResult} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.AvailabilityResult} value - * @return {!proto.io.bisq.protobuffer.AvailabilityResultWithDescription} returns this + * @param {!proto.io.haveno.protobuffer.AvailabilityResult} value + * @return {!proto.io.haveno.protobuffer.AvailabilityResultWithDescription} returns this */ -proto.io.bisq.protobuffer.AvailabilityResultWithDescription.prototype.setAvailabilityResult = function(value) { +proto.io.haveno.protobuffer.AvailabilityResultWithDescription.prototype.setAvailabilityResult = function(value) { return jspb.Message.setProto3EnumField(this, 1, value); }; @@ -16367,16 +16337,16 @@ proto.io.bisq.protobuffer.AvailabilityResultWithDescription.prototype.setAvailab * optional string description = 2; * @return {string} */ -proto.io.bisq.protobuffer.AvailabilityResultWithDescription.prototype.getDescription = function() { +proto.io.haveno.protobuffer.AvailabilityResultWithDescription.prototype.getDescription = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AvailabilityResultWithDescription} returns this + * @return {!proto.io.haveno.protobuffer.AvailabilityResultWithDescription} returns this */ -proto.io.bisq.protobuffer.AvailabilityResultWithDescription.prototype.setDescription = function(value) { +proto.io.haveno.protobuffer.AvailabilityResultWithDescription.prototype.setDescription = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -16397,8 +16367,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CreatePaymentAccountRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CreatePaymentAccountRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CreatePaymentAccountRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CreatePaymentAccountRequest.toObject(opt_includeInstance, this); }; @@ -16407,11 +16377,11 @@ proto.io.bisq.protobuffer.CreatePaymentAccountRequest.prototype.toObject = funct * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CreatePaymentAccountRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CreatePaymentAccountRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreatePaymentAccountRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CreatePaymentAccountRequest.toObject = function(includeInstance, msg) { var f, obj = { paymentAccountForm: (f = msg.getPaymentAccountForm()) && pb_pb.PaymentAccountForm.toObject(includeInstance, f), paymentAccountFormAsJson: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -16428,23 +16398,23 @@ proto.io.bisq.protobuffer.CreatePaymentAccountRequest.toObject = function(includ /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CreatePaymentAccountRequest} + * @return {!proto.io.haveno.protobuffer.CreatePaymentAccountRequest} */ -proto.io.bisq.protobuffer.CreatePaymentAccountRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CreatePaymentAccountRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CreatePaymentAccountRequest; - return proto.io.bisq.protobuffer.CreatePaymentAccountRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CreatePaymentAccountRequest; + return proto.io.haveno.protobuffer.CreatePaymentAccountRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CreatePaymentAccountRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CreatePaymentAccountRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CreatePaymentAccountRequest} + * @return {!proto.io.haveno.protobuffer.CreatePaymentAccountRequest} */ -proto.io.bisq.protobuffer.CreatePaymentAccountRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CreatePaymentAccountRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -16473,9 +16443,9 @@ proto.io.bisq.protobuffer.CreatePaymentAccountRequest.deserializeBinaryFromReade * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CreatePaymentAccountRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CreatePaymentAccountRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CreatePaymentAccountRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CreatePaymentAccountRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -16483,11 +16453,11 @@ proto.io.bisq.protobuffer.CreatePaymentAccountRequest.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CreatePaymentAccountRequest} message + * @param {!proto.io.haveno.protobuffer.CreatePaymentAccountRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreatePaymentAccountRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CreatePaymentAccountRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPaymentAccountForm(); if (f != null) { @@ -16509,28 +16479,28 @@ proto.io.bisq.protobuffer.CreatePaymentAccountRequest.serializeBinaryToWriter = /** * optional PaymentAccountForm payment_account_form = 1; - * @return {?proto.io.bisq.protobuffer.PaymentAccountForm} + * @return {?proto.io.haveno.protobuffer.PaymentAccountForm} */ -proto.io.bisq.protobuffer.CreatePaymentAccountRequest.prototype.getPaymentAccountForm = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccountForm} */ ( +proto.io.haveno.protobuffer.CreatePaymentAccountRequest.prototype.getPaymentAccountForm = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccountForm} */ ( jspb.Message.getWrapperField(this, pb_pb.PaymentAccountForm, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccountForm|undefined} value - * @return {!proto.io.bisq.protobuffer.CreatePaymentAccountRequest} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccountForm|undefined} value + * @return {!proto.io.haveno.protobuffer.CreatePaymentAccountRequest} returns this */ -proto.io.bisq.protobuffer.CreatePaymentAccountRequest.prototype.setPaymentAccountForm = function(value) { +proto.io.haveno.protobuffer.CreatePaymentAccountRequest.prototype.setPaymentAccountForm = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CreatePaymentAccountRequest} returns this + * @return {!proto.io.haveno.protobuffer.CreatePaymentAccountRequest} returns this */ -proto.io.bisq.protobuffer.CreatePaymentAccountRequest.prototype.clearPaymentAccountForm = function() { +proto.io.haveno.protobuffer.CreatePaymentAccountRequest.prototype.clearPaymentAccountForm = function() { return this.setPaymentAccountForm(undefined); }; @@ -16539,7 +16509,7 @@ proto.io.bisq.protobuffer.CreatePaymentAccountRequest.prototype.clearPaymentAcco * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CreatePaymentAccountRequest.prototype.hasPaymentAccountForm = function() { +proto.io.haveno.protobuffer.CreatePaymentAccountRequest.prototype.hasPaymentAccountForm = function() { return jspb.Message.getField(this, 1) != null; }; @@ -16548,16 +16518,16 @@ proto.io.bisq.protobuffer.CreatePaymentAccountRequest.prototype.hasPaymentAccoun * optional string payment_account_form_as_json = 2; * @return {string} */ -proto.io.bisq.protobuffer.CreatePaymentAccountRequest.prototype.getPaymentAccountFormAsJson = function() { +proto.io.haveno.protobuffer.CreatePaymentAccountRequest.prototype.getPaymentAccountFormAsJson = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CreatePaymentAccountRequest} returns this + * @return {!proto.io.haveno.protobuffer.CreatePaymentAccountRequest} returns this */ -proto.io.bisq.protobuffer.CreatePaymentAccountRequest.prototype.setPaymentAccountFormAsJson = function(value) { +proto.io.haveno.protobuffer.CreatePaymentAccountRequest.prototype.setPaymentAccountFormAsJson = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -16578,8 +16548,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CreatePaymentAccountReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CreatePaymentAccountReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CreatePaymentAccountReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CreatePaymentAccountReply.toObject(opt_includeInstance, this); }; @@ -16588,11 +16558,11 @@ proto.io.bisq.protobuffer.CreatePaymentAccountReply.prototype.toObject = functio * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CreatePaymentAccountReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CreatePaymentAccountReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreatePaymentAccountReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CreatePaymentAccountReply.toObject = function(includeInstance, msg) { var f, obj = { paymentAccount: (f = msg.getPaymentAccount()) && pb_pb.PaymentAccount.toObject(includeInstance, f) }; @@ -16608,23 +16578,23 @@ proto.io.bisq.protobuffer.CreatePaymentAccountReply.toObject = function(includeI /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CreatePaymentAccountReply} + * @return {!proto.io.haveno.protobuffer.CreatePaymentAccountReply} */ -proto.io.bisq.protobuffer.CreatePaymentAccountReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CreatePaymentAccountReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CreatePaymentAccountReply; - return proto.io.bisq.protobuffer.CreatePaymentAccountReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CreatePaymentAccountReply; + return proto.io.haveno.protobuffer.CreatePaymentAccountReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CreatePaymentAccountReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CreatePaymentAccountReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CreatePaymentAccountReply} + * @return {!proto.io.haveno.protobuffer.CreatePaymentAccountReply} */ -proto.io.bisq.protobuffer.CreatePaymentAccountReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CreatePaymentAccountReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -16649,9 +16619,9 @@ proto.io.bisq.protobuffer.CreatePaymentAccountReply.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CreatePaymentAccountReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CreatePaymentAccountReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CreatePaymentAccountReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CreatePaymentAccountReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -16659,11 +16629,11 @@ proto.io.bisq.protobuffer.CreatePaymentAccountReply.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CreatePaymentAccountReply} message + * @param {!proto.io.haveno.protobuffer.CreatePaymentAccountReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreatePaymentAccountReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CreatePaymentAccountReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPaymentAccount(); if (f != null) { @@ -16678,28 +16648,28 @@ proto.io.bisq.protobuffer.CreatePaymentAccountReply.serializeBinaryToWriter = fu /** * optional PaymentAccount payment_account = 1; - * @return {?proto.io.bisq.protobuffer.PaymentAccount} + * @return {?proto.io.haveno.protobuffer.PaymentAccount} */ -proto.io.bisq.protobuffer.CreatePaymentAccountReply.prototype.getPaymentAccount = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccount} */ ( +proto.io.haveno.protobuffer.CreatePaymentAccountReply.prototype.getPaymentAccount = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccount} */ ( jspb.Message.getWrapperField(this, pb_pb.PaymentAccount, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccount|undefined} value - * @return {!proto.io.bisq.protobuffer.CreatePaymentAccountReply} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccount|undefined} value + * @return {!proto.io.haveno.protobuffer.CreatePaymentAccountReply} returns this */ -proto.io.bisq.protobuffer.CreatePaymentAccountReply.prototype.setPaymentAccount = function(value) { +proto.io.haveno.protobuffer.CreatePaymentAccountReply.prototype.setPaymentAccount = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CreatePaymentAccountReply} returns this + * @return {!proto.io.haveno.protobuffer.CreatePaymentAccountReply} returns this */ -proto.io.bisq.protobuffer.CreatePaymentAccountReply.prototype.clearPaymentAccount = function() { +proto.io.haveno.protobuffer.CreatePaymentAccountReply.prototype.clearPaymentAccount = function() { return this.setPaymentAccount(undefined); }; @@ -16708,7 +16678,7 @@ proto.io.bisq.protobuffer.CreatePaymentAccountReply.prototype.clearPaymentAccoun * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CreatePaymentAccountReply.prototype.hasPaymentAccount = function() { +proto.io.haveno.protobuffer.CreatePaymentAccountReply.prototype.hasPaymentAccount = function() { return jspb.Message.getField(this, 1) != null; }; @@ -16729,8 +16699,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetPaymentAccountsRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetPaymentAccountsRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetPaymentAccountsRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetPaymentAccountsRequest.toObject(opt_includeInstance, this); }; @@ -16739,11 +16709,11 @@ proto.io.bisq.protobuffer.GetPaymentAccountsRequest.prototype.toObject = functio * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountsRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountsRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentAccountsRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetPaymentAccountsRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -16759,23 +16729,23 @@ proto.io.bisq.protobuffer.GetPaymentAccountsRequest.toObject = function(includeI /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountsRequest} + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountsRequest} */ -proto.io.bisq.protobuffer.GetPaymentAccountsRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetPaymentAccountsRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetPaymentAccountsRequest; - return proto.io.bisq.protobuffer.GetPaymentAccountsRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetPaymentAccountsRequest; + return proto.io.haveno.protobuffer.GetPaymentAccountsRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountsRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountsRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountsRequest} + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountsRequest} */ -proto.io.bisq.protobuffer.GetPaymentAccountsRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetPaymentAccountsRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -16795,9 +16765,9 @@ proto.io.bisq.protobuffer.GetPaymentAccountsRequest.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetPaymentAccountsRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetPaymentAccountsRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetPaymentAccountsRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetPaymentAccountsRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -16805,11 +16775,11 @@ proto.io.bisq.protobuffer.GetPaymentAccountsRequest.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountsRequest} message + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountsRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentAccountsRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetPaymentAccountsRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -16820,7 +16790,7 @@ proto.io.bisq.protobuffer.GetPaymentAccountsRequest.serializeBinaryToWriter = fu * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetPaymentAccountsReply.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.GetPaymentAccountsReply.repeatedFields_ = [1]; @@ -16837,8 +16807,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetPaymentAccountsReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetPaymentAccountsReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetPaymentAccountsReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetPaymentAccountsReply.toObject(opt_includeInstance, this); }; @@ -16847,11 +16817,11 @@ proto.io.bisq.protobuffer.GetPaymentAccountsReply.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountsReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountsReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentAccountsReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetPaymentAccountsReply.toObject = function(includeInstance, msg) { var f, obj = { paymentAccountsList: jspb.Message.toObjectList(msg.getPaymentAccountsList(), pb_pb.PaymentAccount.toObject, includeInstance) @@ -16868,23 +16838,23 @@ proto.io.bisq.protobuffer.GetPaymentAccountsReply.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountsReply} + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountsReply} */ -proto.io.bisq.protobuffer.GetPaymentAccountsReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetPaymentAccountsReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetPaymentAccountsReply; - return proto.io.bisq.protobuffer.GetPaymentAccountsReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetPaymentAccountsReply; + return proto.io.haveno.protobuffer.GetPaymentAccountsReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountsReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountsReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountsReply} + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountsReply} */ -proto.io.bisq.protobuffer.GetPaymentAccountsReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetPaymentAccountsReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -16909,9 +16879,9 @@ proto.io.bisq.protobuffer.GetPaymentAccountsReply.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetPaymentAccountsReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetPaymentAccountsReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetPaymentAccountsReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetPaymentAccountsReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -16919,11 +16889,11 @@ proto.io.bisq.protobuffer.GetPaymentAccountsReply.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountsReply} message + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountsReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentAccountsReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetPaymentAccountsReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPaymentAccountsList(); if (f.length > 0) { @@ -16938,38 +16908,38 @@ proto.io.bisq.protobuffer.GetPaymentAccountsReply.serializeBinaryToWriter = func /** * repeated PaymentAccount payment_accounts = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetPaymentAccountsReply.prototype.getPaymentAccountsList = function() { - return /** @type{!Array} */ ( +proto.io.haveno.protobuffer.GetPaymentAccountsReply.prototype.getPaymentAccountsList = function() { + return /** @type{!Array} */ ( jspb.Message.getRepeatedWrapperField(this, pb_pb.PaymentAccount, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountsReply} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountsReply} returns this */ -proto.io.bisq.protobuffer.GetPaymentAccountsReply.prototype.setPaymentAccountsList = function(value) { +proto.io.haveno.protobuffer.GetPaymentAccountsReply.prototype.setPaymentAccountsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.PaymentAccount=} opt_value + * @param {!proto.io.haveno.protobuffer.PaymentAccount=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.PaymentAccount} + * @return {!proto.io.haveno.protobuffer.PaymentAccount} */ -proto.io.bisq.protobuffer.GetPaymentAccountsReply.prototype.addPaymentAccounts = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.PaymentAccount, opt_index); +proto.io.haveno.protobuffer.GetPaymentAccountsReply.prototype.addPaymentAccounts = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.PaymentAccount, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountsReply} returns this + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountsReply} returns this */ -proto.io.bisq.protobuffer.GetPaymentAccountsReply.prototype.clearPaymentAccountsList = function() { +proto.io.haveno.protobuffer.GetPaymentAccountsReply.prototype.clearPaymentAccountsList = function() { return this.setPaymentAccountsList([]); }; @@ -16990,8 +16960,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetPaymentMethodsRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetPaymentMethodsRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetPaymentMethodsRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetPaymentMethodsRequest.toObject(opt_includeInstance, this); }; @@ -17000,11 +16970,11 @@ proto.io.bisq.protobuffer.GetPaymentMethodsRequest.prototype.toObject = function * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetPaymentMethodsRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetPaymentMethodsRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentMethodsRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetPaymentMethodsRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -17020,23 +16990,23 @@ proto.io.bisq.protobuffer.GetPaymentMethodsRequest.toObject = function(includeIn /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetPaymentMethodsRequest} + * @return {!proto.io.haveno.protobuffer.GetPaymentMethodsRequest} */ -proto.io.bisq.protobuffer.GetPaymentMethodsRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetPaymentMethodsRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetPaymentMethodsRequest; - return proto.io.bisq.protobuffer.GetPaymentMethodsRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetPaymentMethodsRequest; + return proto.io.haveno.protobuffer.GetPaymentMethodsRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetPaymentMethodsRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetPaymentMethodsRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetPaymentMethodsRequest} + * @return {!proto.io.haveno.protobuffer.GetPaymentMethodsRequest} */ -proto.io.bisq.protobuffer.GetPaymentMethodsRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetPaymentMethodsRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -17056,9 +17026,9 @@ proto.io.bisq.protobuffer.GetPaymentMethodsRequest.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetPaymentMethodsRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetPaymentMethodsRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetPaymentMethodsRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetPaymentMethodsRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -17066,11 +17036,11 @@ proto.io.bisq.protobuffer.GetPaymentMethodsRequest.prototype.serializeBinary = f /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetPaymentMethodsRequest} message + * @param {!proto.io.haveno.protobuffer.GetPaymentMethodsRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentMethodsRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetPaymentMethodsRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -17081,7 +17051,7 @@ proto.io.bisq.protobuffer.GetPaymentMethodsRequest.serializeBinaryToWriter = fun * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetPaymentMethodsReply.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.GetPaymentMethodsReply.repeatedFields_ = [1]; @@ -17098,8 +17068,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetPaymentMethodsReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetPaymentMethodsReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetPaymentMethodsReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetPaymentMethodsReply.toObject(opt_includeInstance, this); }; @@ -17108,11 +17078,11 @@ proto.io.bisq.protobuffer.GetPaymentMethodsReply.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetPaymentMethodsReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetPaymentMethodsReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentMethodsReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetPaymentMethodsReply.toObject = function(includeInstance, msg) { var f, obj = { paymentMethodsList: jspb.Message.toObjectList(msg.getPaymentMethodsList(), pb_pb.PaymentMethod.toObject, includeInstance) @@ -17129,23 +17099,23 @@ proto.io.bisq.protobuffer.GetPaymentMethodsReply.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetPaymentMethodsReply} + * @return {!proto.io.haveno.protobuffer.GetPaymentMethodsReply} */ -proto.io.bisq.protobuffer.GetPaymentMethodsReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetPaymentMethodsReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetPaymentMethodsReply; - return proto.io.bisq.protobuffer.GetPaymentMethodsReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetPaymentMethodsReply; + return proto.io.haveno.protobuffer.GetPaymentMethodsReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetPaymentMethodsReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetPaymentMethodsReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetPaymentMethodsReply} + * @return {!proto.io.haveno.protobuffer.GetPaymentMethodsReply} */ -proto.io.bisq.protobuffer.GetPaymentMethodsReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetPaymentMethodsReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -17170,9 +17140,9 @@ proto.io.bisq.protobuffer.GetPaymentMethodsReply.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetPaymentMethodsReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetPaymentMethodsReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetPaymentMethodsReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetPaymentMethodsReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -17180,11 +17150,11 @@ proto.io.bisq.protobuffer.GetPaymentMethodsReply.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetPaymentMethodsReply} message + * @param {!proto.io.haveno.protobuffer.GetPaymentMethodsReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentMethodsReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetPaymentMethodsReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPaymentMethodsList(); if (f.length > 0) { @@ -17199,38 +17169,38 @@ proto.io.bisq.protobuffer.GetPaymentMethodsReply.serializeBinaryToWriter = funct /** * repeated PaymentMethod payment_methods = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetPaymentMethodsReply.prototype.getPaymentMethodsList = function() { - return /** @type{!Array} */ ( +proto.io.haveno.protobuffer.GetPaymentMethodsReply.prototype.getPaymentMethodsList = function() { + return /** @type{!Array} */ ( jspb.Message.getRepeatedWrapperField(this, pb_pb.PaymentMethod, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetPaymentMethodsReply} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetPaymentMethodsReply} returns this */ -proto.io.bisq.protobuffer.GetPaymentMethodsReply.prototype.setPaymentMethodsList = function(value) { +proto.io.haveno.protobuffer.GetPaymentMethodsReply.prototype.setPaymentMethodsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.PaymentMethod=} opt_value + * @param {!proto.io.haveno.protobuffer.PaymentMethod=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.PaymentMethod} + * @return {!proto.io.haveno.protobuffer.PaymentMethod} */ -proto.io.bisq.protobuffer.GetPaymentMethodsReply.prototype.addPaymentMethods = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.PaymentMethod, opt_index); +proto.io.haveno.protobuffer.GetPaymentMethodsReply.prototype.addPaymentMethods = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.PaymentMethod, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetPaymentMethodsReply} returns this + * @return {!proto.io.haveno.protobuffer.GetPaymentMethodsReply} returns this */ -proto.io.bisq.protobuffer.GetPaymentMethodsReply.prototype.clearPaymentMethodsList = function() { +proto.io.haveno.protobuffer.GetPaymentMethodsReply.prototype.clearPaymentMethodsList = function() { return this.setPaymentMethodsList([]); }; @@ -17251,8 +17221,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.toObject(opt_includeInstance, this); }; @@ -17261,11 +17231,11 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.prototype.toObject = func * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountFormRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountFormRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.toObject = function(includeInstance, msg) { var f, obj = { paymentMethodId: jspb.Message.getFieldWithDefault(msg, 1, ""), paymentAccountPayload: (f = msg.getPaymentAccountPayload()) && pb_pb.PaymentAccountPayload.toObject(includeInstance, f) @@ -17282,23 +17252,23 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.toObject = function(inclu /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountFormRequest} + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountFormRequest} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetPaymentAccountFormRequest; - return proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetPaymentAccountFormRequest; + return proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountFormRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountFormRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountFormRequest} + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountFormRequest} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -17327,9 +17297,9 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.deserializeBinaryFromRead * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -17337,11 +17307,11 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountFormRequest} message + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountFormRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPaymentMethodId(); if (f.length > 0) { @@ -17365,44 +17335,44 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.serializeBinaryToWriter = * optional string payment_method_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.prototype.getPaymentMethodId = function() { +proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.prototype.getPaymentMethodId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountFormRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountFormRequest} returns this */ -proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.prototype.setPaymentMethodId = function(value) { +proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.prototype.setPaymentMethodId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional PaymentAccountPayload payment_account_payload = 2; - * @return {?proto.io.bisq.protobuffer.PaymentAccountPayload} + * @return {?proto.io.haveno.protobuffer.PaymentAccountPayload} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.prototype.getPaymentAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccountPayload} */ ( +proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.prototype.getPaymentAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccountPayload} */ ( jspb.Message.getWrapperField(this, pb_pb.PaymentAccountPayload, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountFormRequest} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountFormRequest} returns this */ -proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.prototype.setPaymentAccountPayload = function(value) { +proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.prototype.setPaymentAccountPayload = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountFormRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountFormRequest} returns this */ -proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.prototype.clearPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.prototype.clearPaymentAccountPayload = function() { return this.setPaymentAccountPayload(undefined); }; @@ -17411,7 +17381,7 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.prototype.clearPaymentAcc * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormRequest.prototype.hasPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.GetPaymentAccountFormRequest.prototype.hasPaymentAccountPayload = function() { return jspb.Message.getField(this, 2) != null; }; @@ -17432,8 +17402,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetPaymentAccountFormReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetPaymentAccountFormReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetPaymentAccountFormReply.toObject(opt_includeInstance, this); }; @@ -17442,11 +17412,11 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormReply.prototype.toObject = functi * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountFormReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountFormReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentAccountFormReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetPaymentAccountFormReply.toObject = function(includeInstance, msg) { var f, obj = { paymentAccountForm: (f = msg.getPaymentAccountForm()) && pb_pb.PaymentAccountForm.toObject(includeInstance, f) }; @@ -17462,23 +17432,23 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormReply.toObject = function(include /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountFormReply} + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountFormReply} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetPaymentAccountFormReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetPaymentAccountFormReply; - return proto.io.bisq.protobuffer.GetPaymentAccountFormReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetPaymentAccountFormReply; + return proto.io.haveno.protobuffer.GetPaymentAccountFormReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountFormReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountFormReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountFormReply} + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountFormReply} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetPaymentAccountFormReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -17503,9 +17473,9 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormReply.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetPaymentAccountFormReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetPaymentAccountFormReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetPaymentAccountFormReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -17513,11 +17483,11 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormReply.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountFormReply} message + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountFormReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentAccountFormReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetPaymentAccountFormReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPaymentAccountForm(); if (f != null) { @@ -17532,28 +17502,28 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormReply.serializeBinaryToWriter = f /** * optional PaymentAccountForm payment_account_form = 1; - * @return {?proto.io.bisq.protobuffer.PaymentAccountForm} + * @return {?proto.io.haveno.protobuffer.PaymentAccountForm} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormReply.prototype.getPaymentAccountForm = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccountForm} */ ( +proto.io.haveno.protobuffer.GetPaymentAccountFormReply.prototype.getPaymentAccountForm = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccountForm} */ ( jspb.Message.getWrapperField(this, pb_pb.PaymentAccountForm, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccountForm|undefined} value - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountFormReply} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccountForm|undefined} value + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountFormReply} returns this */ -proto.io.bisq.protobuffer.GetPaymentAccountFormReply.prototype.setPaymentAccountForm = function(value) { +proto.io.haveno.protobuffer.GetPaymentAccountFormReply.prototype.setPaymentAccountForm = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountFormReply} returns this + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountFormReply} returns this */ -proto.io.bisq.protobuffer.GetPaymentAccountFormReply.prototype.clearPaymentAccountForm = function() { +proto.io.haveno.protobuffer.GetPaymentAccountFormReply.prototype.clearPaymentAccountForm = function() { return this.setPaymentAccountForm(undefined); }; @@ -17562,7 +17532,7 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormReply.prototype.clearPaymentAccou * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormReply.prototype.hasPaymentAccountForm = function() { +proto.io.haveno.protobuffer.GetPaymentAccountFormReply.prototype.hasPaymentAccountForm = function() { return jspb.Message.getField(this, 1) != null; }; @@ -17583,8 +17553,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest.toObject(opt_includeInstance, this); }; @@ -17593,11 +17563,11 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.prototype.toObject * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest.toObject = function(includeInstance, msg) { var f, obj = { paymentMethodId: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -17613,23 +17583,23 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.toObject = function /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest} + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest; - return proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest; + return proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest} + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -17653,9 +17623,9 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.deserializeBinaryFr * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -17663,11 +17633,11 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.prototype.serialize /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest} message + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPaymentMethodId(); if (f.length > 0) { @@ -17683,16 +17653,16 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.serializeBinaryToWr * optional string payment_method_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.prototype.getPaymentMethodId = function() { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest.prototype.getPaymentMethodId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest} returns this */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonRequest.prototype.setPaymentMethodId = function(value) { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonRequest.prototype.setPaymentMethodId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -17713,8 +17683,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply.toObject(opt_includeInstance, this); }; @@ -17723,11 +17693,11 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.prototype.toObject = * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply.toObject = function(includeInstance, msg) { var f, obj = { paymentAccountFormAsJson: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -17743,23 +17713,23 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.toObject = function(i /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply} + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply; - return proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply; + return proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply} + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -17783,9 +17753,9 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.deserializeBinaryFrom * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -17793,11 +17763,11 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.prototype.serializeBi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply} message + * @param {!proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPaymentAccountFormAsJson(); if (f.length > 0) { @@ -17813,16 +17783,16 @@ proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.serializeBinaryToWrit * optional string payment_account_form_as_json = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.prototype.getPaymentAccountFormAsJson = function() { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply.prototype.getPaymentAccountFormAsJson = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply} returns this + * @return {!proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply} returns this */ -proto.io.bisq.protobuffer.GetPaymentAccountFormAsJsonReply.prototype.setPaymentAccountFormAsJson = function(value) { +proto.io.haveno.protobuffer.GetPaymentAccountFormAsJsonReply.prototype.setPaymentAccountFormAsJson = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -17843,8 +17813,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.toObject(opt_includeInstance, this); }; @@ -17853,11 +17823,11 @@ proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.to * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.toObject = function(includeInstance, msg) { var f, obj = { accountName: jspb.Message.getFieldWithDefault(msg, 1, ""), currencyCode: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -17876,23 +17846,23 @@ proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.toObject = f /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} + * @return {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest; - return proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest; + return proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} + * @return {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -17928,9 +17898,9 @@ proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.deserializeB * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -17938,11 +17908,11 @@ proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.se /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} message + * @param {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccountName(); if (f.length > 0) { @@ -17979,16 +17949,16 @@ proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.serializeBin * optional string account_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.getAccountName = function() { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.getAccountName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} returns this + * @return {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} returns this */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.setAccountName = function(value) { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.setAccountName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -17997,16 +17967,16 @@ proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.se * optional string currency_code = 2; * @return {string} */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.getCurrencyCode = function() { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.getCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} returns this + * @return {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} returns this */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.setCurrencyCode = function(value) { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.setCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -18015,16 +17985,16 @@ proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.se * optional string address = 3; * @return {string} */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.getAddress = function() { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.getAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} returns this + * @return {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} returns this */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.setAddress = function(value) { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.setAddress = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -18033,16 +18003,16 @@ proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.se * optional bool trade_instant = 4; * @return {boolean} */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.getTradeInstant = function() { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.getTradeInstant = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} returns this + * @return {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest} returns this */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.setTradeInstant = function(value) { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountRequest.prototype.setTradeInstant = function(value) { return jspb.Message.setProto3BooleanField(this, 4, value); }; @@ -18063,8 +18033,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply.toObject(opt_includeInstance, this); }; @@ -18073,11 +18043,11 @@ proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.prototype.toOb * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply.toObject = function(includeInstance, msg) { var f, obj = { paymentAccount: (f = msg.getPaymentAccount()) && pb_pb.PaymentAccount.toObject(includeInstance, f) }; @@ -18093,23 +18063,23 @@ proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.toObject = fun /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply} + * @return {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply} */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply; - return proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply; + return proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply} + * @return {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply} */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -18134,9 +18104,9 @@ proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.deserializeBin * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -18144,11 +18114,11 @@ proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.prototype.seri /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply} message + * @param {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPaymentAccount(); if (f != null) { @@ -18163,28 +18133,28 @@ proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.serializeBinar /** * optional PaymentAccount payment_account = 1; - * @return {?proto.io.bisq.protobuffer.PaymentAccount} + * @return {?proto.io.haveno.protobuffer.PaymentAccount} */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.prototype.getPaymentAccount = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccount} */ ( +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply.prototype.getPaymentAccount = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccount} */ ( jspb.Message.getWrapperField(this, pb_pb.PaymentAccount, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccount|undefined} value - * @return {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccount|undefined} value + * @return {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply} returns this */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.prototype.setPaymentAccount = function(value) { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply.prototype.setPaymentAccount = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply} returns this + * @return {!proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply} returns this */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.prototype.clearPaymentAccount = function() { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply.prototype.clearPaymentAccount = function() { return this.setPaymentAccount(undefined); }; @@ -18193,7 +18163,7 @@ proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.prototype.clea * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CreateCryptoCurrencyPaymentAccountReply.prototype.hasPaymentAccount = function() { +proto.io.haveno.protobuffer.CreateCryptoCurrencyPaymentAccountReply.prototype.hasPaymentAccount = function() { return jspb.Message.getField(this, 1) != null; }; @@ -18214,8 +18184,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.toObject(opt_includeInstance, this); }; @@ -18224,11 +18194,11 @@ proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.prototype.toObj * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -18244,23 +18214,23 @@ proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.toObject = func /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest} + * @return {!proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest} */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest; - return proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest; + return proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest} + * @return {!proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest} */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -18280,9 +18250,9 @@ proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.deserializeBina * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -18290,11 +18260,11 @@ proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.prototype.seria /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest} message + * @param {!proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -18305,7 +18275,7 @@ proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsRequest.serializeBinary * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.repeatedFields_ = [1]; @@ -18322,8 +18292,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.toObject(opt_includeInstance, this); }; @@ -18332,11 +18302,11 @@ proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.prototype.toObjec * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.toObject = function(includeInstance, msg) { var f, obj = { paymentMethodsList: jspb.Message.toObjectList(msg.getPaymentMethodsList(), pb_pb.PaymentMethod.toObject, includeInstance) @@ -18353,23 +18323,23 @@ proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.toObject = functi /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply} + * @return {!proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply} */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply; - return proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply; + return proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply} + * @return {!proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply} */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -18394,9 +18364,9 @@ proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.deserializeBinary * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -18404,11 +18374,11 @@ proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.prototype.seriali /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply} message + * @param {!proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPaymentMethodsList(); if (f.length > 0) { @@ -18423,38 +18393,38 @@ proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.serializeBinaryTo /** * repeated PaymentMethod payment_methods = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.prototype.getPaymentMethodsList = function() { - return /** @type{!Array} */ ( +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.prototype.getPaymentMethodsList = function() { + return /** @type{!Array} */ ( jspb.Message.getRepeatedWrapperField(this, pb_pb.PaymentMethod, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply} returns this */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.prototype.setPaymentMethodsList = function(value) { +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.prototype.setPaymentMethodsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.PaymentMethod=} opt_value + * @param {!proto.io.haveno.protobuffer.PaymentMethod=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.PaymentMethod} + * @return {!proto.io.haveno.protobuffer.PaymentMethod} */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.prototype.addPaymentMethods = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.PaymentMethod, opt_index); +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.prototype.addPaymentMethods = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.PaymentMethod, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply} returns this + * @return {!proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply} returns this */ -proto.io.bisq.protobuffer.GetCryptoCurrencyPaymentMethodsReply.prototype.clearPaymentMethodsList = function() { +proto.io.haveno.protobuffer.GetCryptoCurrencyPaymentMethodsReply.prototype.clearPaymentMethodsList = function() { return this.setPaymentMethodsList([]); }; @@ -18475,8 +18445,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ValidateFormFieldRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ValidateFormFieldRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ValidateFormFieldRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ValidateFormFieldRequest.toObject(opt_includeInstance, this); }; @@ -18485,11 +18455,11 @@ proto.io.bisq.protobuffer.ValidateFormFieldRequest.prototype.toObject = function * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ValidateFormFieldRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ValidateFormFieldRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ValidateFormFieldRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ValidateFormFieldRequest.toObject = function(includeInstance, msg) { var f, obj = { form: (f = msg.getForm()) && pb_pb.PaymentAccountForm.toObject(includeInstance, f), fieldId: jspb.Message.getFieldWithDefault(msg, 2, 0), @@ -18507,23 +18477,23 @@ proto.io.bisq.protobuffer.ValidateFormFieldRequest.toObject = function(includeIn /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ValidateFormFieldRequest} + * @return {!proto.io.haveno.protobuffer.ValidateFormFieldRequest} */ -proto.io.bisq.protobuffer.ValidateFormFieldRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ValidateFormFieldRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ValidateFormFieldRequest; - return proto.io.bisq.protobuffer.ValidateFormFieldRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ValidateFormFieldRequest; + return proto.io.haveno.protobuffer.ValidateFormFieldRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ValidateFormFieldRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ValidateFormFieldRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ValidateFormFieldRequest} + * @return {!proto.io.haveno.protobuffer.ValidateFormFieldRequest} */ -proto.io.bisq.protobuffer.ValidateFormFieldRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ValidateFormFieldRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -18536,7 +18506,7 @@ proto.io.bisq.protobuffer.ValidateFormFieldRequest.deserializeBinaryFromReader = msg.setForm(value); break; case 2: - var value = /** @type {!proto.io.bisq.protobuffer.PaymentAccountFormField.FieldId} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.PaymentAccountFormField.FieldId} */ (reader.readEnum()); msg.setFieldId(value); break; case 3: @@ -18556,9 +18526,9 @@ proto.io.bisq.protobuffer.ValidateFormFieldRequest.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ValidateFormFieldRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ValidateFormFieldRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ValidateFormFieldRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ValidateFormFieldRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -18566,11 +18536,11 @@ proto.io.bisq.protobuffer.ValidateFormFieldRequest.prototype.serializeBinary = f /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ValidateFormFieldRequest} message + * @param {!proto.io.haveno.protobuffer.ValidateFormFieldRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ValidateFormFieldRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ValidateFormFieldRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getForm(); if (f != null) { @@ -18599,28 +18569,28 @@ proto.io.bisq.protobuffer.ValidateFormFieldRequest.serializeBinaryToWriter = fun /** * optional PaymentAccountForm form = 1; - * @return {?proto.io.bisq.protobuffer.PaymentAccountForm} + * @return {?proto.io.haveno.protobuffer.PaymentAccountForm} */ -proto.io.bisq.protobuffer.ValidateFormFieldRequest.prototype.getForm = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccountForm} */ ( +proto.io.haveno.protobuffer.ValidateFormFieldRequest.prototype.getForm = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccountForm} */ ( jspb.Message.getWrapperField(this, pb_pb.PaymentAccountForm, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccountForm|undefined} value - * @return {!proto.io.bisq.protobuffer.ValidateFormFieldRequest} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccountForm|undefined} value + * @return {!proto.io.haveno.protobuffer.ValidateFormFieldRequest} returns this */ -proto.io.bisq.protobuffer.ValidateFormFieldRequest.prototype.setForm = function(value) { +proto.io.haveno.protobuffer.ValidateFormFieldRequest.prototype.setForm = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.ValidateFormFieldRequest} returns this + * @return {!proto.io.haveno.protobuffer.ValidateFormFieldRequest} returns this */ -proto.io.bisq.protobuffer.ValidateFormFieldRequest.prototype.clearForm = function() { +proto.io.haveno.protobuffer.ValidateFormFieldRequest.prototype.clearForm = function() { return this.setForm(undefined); }; @@ -18629,25 +18599,25 @@ proto.io.bisq.protobuffer.ValidateFormFieldRequest.prototype.clearForm = functio * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.ValidateFormFieldRequest.prototype.hasForm = function() { +proto.io.haveno.protobuffer.ValidateFormFieldRequest.prototype.hasForm = function() { return jspb.Message.getField(this, 1) != null; }; /** * optional PaymentAccountFormField.FieldId field_id = 2; - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField.FieldId} + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField.FieldId} */ -proto.io.bisq.protobuffer.ValidateFormFieldRequest.prototype.getFieldId = function() { - return /** @type {!proto.io.bisq.protobuffer.PaymentAccountFormField.FieldId} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); +proto.io.haveno.protobuffer.ValidateFormFieldRequest.prototype.getFieldId = function() { + return /** @type {!proto.io.haveno.protobuffer.PaymentAccountFormField.FieldId} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.PaymentAccountFormField.FieldId} value - * @return {!proto.io.bisq.protobuffer.ValidateFormFieldRequest} returns this + * @param {!proto.io.haveno.protobuffer.PaymentAccountFormField.FieldId} value + * @return {!proto.io.haveno.protobuffer.ValidateFormFieldRequest} returns this */ -proto.io.bisq.protobuffer.ValidateFormFieldRequest.prototype.setFieldId = function(value) { +proto.io.haveno.protobuffer.ValidateFormFieldRequest.prototype.setFieldId = function(value) { return jspb.Message.setProto3EnumField(this, 2, value); }; @@ -18656,16 +18626,16 @@ proto.io.bisq.protobuffer.ValidateFormFieldRequest.prototype.setFieldId = functi * optional string value = 3; * @return {string} */ -proto.io.bisq.protobuffer.ValidateFormFieldRequest.prototype.getValue = function() { +proto.io.haveno.protobuffer.ValidateFormFieldRequest.prototype.getValue = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ValidateFormFieldRequest} returns this + * @return {!proto.io.haveno.protobuffer.ValidateFormFieldRequest} returns this */ -proto.io.bisq.protobuffer.ValidateFormFieldRequest.prototype.setValue = function(value) { +proto.io.haveno.protobuffer.ValidateFormFieldRequest.prototype.setValue = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -18686,8 +18656,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ValidateFormFieldReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ValidateFormFieldReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ValidateFormFieldReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ValidateFormFieldReply.toObject(opt_includeInstance, this); }; @@ -18696,11 +18666,11 @@ proto.io.bisq.protobuffer.ValidateFormFieldReply.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ValidateFormFieldReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ValidateFormFieldReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ValidateFormFieldReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ValidateFormFieldReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -18716,23 +18686,23 @@ proto.io.bisq.protobuffer.ValidateFormFieldReply.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ValidateFormFieldReply} + * @return {!proto.io.haveno.protobuffer.ValidateFormFieldReply} */ -proto.io.bisq.protobuffer.ValidateFormFieldReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ValidateFormFieldReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ValidateFormFieldReply; - return proto.io.bisq.protobuffer.ValidateFormFieldReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ValidateFormFieldReply; + return proto.io.haveno.protobuffer.ValidateFormFieldReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ValidateFormFieldReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ValidateFormFieldReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ValidateFormFieldReply} + * @return {!proto.io.haveno.protobuffer.ValidateFormFieldReply} */ -proto.io.bisq.protobuffer.ValidateFormFieldReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ValidateFormFieldReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -18752,9 +18722,9 @@ proto.io.bisq.protobuffer.ValidateFormFieldReply.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ValidateFormFieldReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ValidateFormFieldReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ValidateFormFieldReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ValidateFormFieldReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -18762,11 +18732,11 @@ proto.io.bisq.protobuffer.ValidateFormFieldReply.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ValidateFormFieldReply} message + * @param {!proto.io.haveno.protobuffer.ValidateFormFieldReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ValidateFormFieldReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ValidateFormFieldReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -18787,8 +18757,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MarketPriceRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MarketPriceRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MarketPriceRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MarketPriceRequest.toObject(opt_includeInstance, this); }; @@ -18797,11 +18767,11 @@ proto.io.bisq.protobuffer.MarketPriceRequest.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MarketPriceRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MarketPriceRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketPriceRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MarketPriceRequest.toObject = function(includeInstance, msg) { var f, obj = { currencyCode: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -18817,23 +18787,23 @@ proto.io.bisq.protobuffer.MarketPriceRequest.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MarketPriceRequest} + * @return {!proto.io.haveno.protobuffer.MarketPriceRequest} */ -proto.io.bisq.protobuffer.MarketPriceRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MarketPriceRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MarketPriceRequest; - return proto.io.bisq.protobuffer.MarketPriceRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MarketPriceRequest; + return proto.io.haveno.protobuffer.MarketPriceRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MarketPriceRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MarketPriceRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MarketPriceRequest} + * @return {!proto.io.haveno.protobuffer.MarketPriceRequest} */ -proto.io.bisq.protobuffer.MarketPriceRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MarketPriceRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -18857,9 +18827,9 @@ proto.io.bisq.protobuffer.MarketPriceRequest.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MarketPriceRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MarketPriceRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MarketPriceRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MarketPriceRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -18867,11 +18837,11 @@ proto.io.bisq.protobuffer.MarketPriceRequest.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MarketPriceRequest} message + * @param {!proto.io.haveno.protobuffer.MarketPriceRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketPriceRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MarketPriceRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCurrencyCode(); if (f.length > 0) { @@ -18887,16 +18857,16 @@ proto.io.bisq.protobuffer.MarketPriceRequest.serializeBinaryToWriter = function( * optional string currency_code = 1; * @return {string} */ -proto.io.bisq.protobuffer.MarketPriceRequest.prototype.getCurrencyCode = function() { +proto.io.haveno.protobuffer.MarketPriceRequest.prototype.getCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MarketPriceRequest} returns this + * @return {!proto.io.haveno.protobuffer.MarketPriceRequest} returns this */ -proto.io.bisq.protobuffer.MarketPriceRequest.prototype.setCurrencyCode = function(value) { +proto.io.haveno.protobuffer.MarketPriceRequest.prototype.setCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -18917,8 +18887,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MarketPriceReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MarketPriceReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MarketPriceReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MarketPriceReply.toObject(opt_includeInstance, this); }; @@ -18927,11 +18897,11 @@ proto.io.bisq.protobuffer.MarketPriceReply.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MarketPriceReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MarketPriceReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketPriceReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MarketPriceReply.toObject = function(includeInstance, msg) { var f, obj = { price: jspb.Message.getFloatingPointFieldWithDefault(msg, 1, 0.0) }; @@ -18947,23 +18917,23 @@ proto.io.bisq.protobuffer.MarketPriceReply.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MarketPriceReply} + * @return {!proto.io.haveno.protobuffer.MarketPriceReply} */ -proto.io.bisq.protobuffer.MarketPriceReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MarketPriceReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MarketPriceReply; - return proto.io.bisq.protobuffer.MarketPriceReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MarketPriceReply; + return proto.io.haveno.protobuffer.MarketPriceReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MarketPriceReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MarketPriceReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MarketPriceReply} + * @return {!proto.io.haveno.protobuffer.MarketPriceReply} */ -proto.io.bisq.protobuffer.MarketPriceReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MarketPriceReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -18987,9 +18957,9 @@ proto.io.bisq.protobuffer.MarketPriceReply.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MarketPriceReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MarketPriceReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MarketPriceReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MarketPriceReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -18997,11 +18967,11 @@ proto.io.bisq.protobuffer.MarketPriceReply.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MarketPriceReply} message + * @param {!proto.io.haveno.protobuffer.MarketPriceReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketPriceReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MarketPriceReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPrice(); if (f !== 0.0) { @@ -19017,16 +18987,16 @@ proto.io.bisq.protobuffer.MarketPriceReply.serializeBinaryToWriter = function(me * optional double price = 1; * @return {number} */ -proto.io.bisq.protobuffer.MarketPriceReply.prototype.getPrice = function() { +proto.io.haveno.protobuffer.MarketPriceReply.prototype.getPrice = function() { return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 1, 0.0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.MarketPriceReply} returns this + * @return {!proto.io.haveno.protobuffer.MarketPriceReply} returns this */ -proto.io.bisq.protobuffer.MarketPriceReply.prototype.setPrice = function(value) { +proto.io.haveno.protobuffer.MarketPriceReply.prototype.setPrice = function(value) { return jspb.Message.setProto3FloatField(this, 1, value); }; @@ -19047,8 +19017,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MarketPricesRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MarketPricesRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MarketPricesRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MarketPricesRequest.toObject(opt_includeInstance, this); }; @@ -19057,11 +19027,11 @@ proto.io.bisq.protobuffer.MarketPricesRequest.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MarketPricesRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MarketPricesRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketPricesRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MarketPricesRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -19077,23 +19047,23 @@ proto.io.bisq.protobuffer.MarketPricesRequest.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MarketPricesRequest} + * @return {!proto.io.haveno.protobuffer.MarketPricesRequest} */ -proto.io.bisq.protobuffer.MarketPricesRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MarketPricesRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MarketPricesRequest; - return proto.io.bisq.protobuffer.MarketPricesRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MarketPricesRequest; + return proto.io.haveno.protobuffer.MarketPricesRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MarketPricesRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MarketPricesRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MarketPricesRequest} + * @return {!proto.io.haveno.protobuffer.MarketPricesRequest} */ -proto.io.bisq.protobuffer.MarketPricesRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MarketPricesRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -19113,9 +19083,9 @@ proto.io.bisq.protobuffer.MarketPricesRequest.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MarketPricesRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MarketPricesRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MarketPricesRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MarketPricesRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -19123,11 +19093,11 @@ proto.io.bisq.protobuffer.MarketPricesRequest.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MarketPricesRequest} message + * @param {!proto.io.haveno.protobuffer.MarketPricesRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketPricesRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MarketPricesRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -19138,7 +19108,7 @@ proto.io.bisq.protobuffer.MarketPricesRequest.serializeBinaryToWriter = function * @private {!Array} * @const */ -proto.io.bisq.protobuffer.MarketPricesReply.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.MarketPricesReply.repeatedFields_ = [1]; @@ -19155,8 +19125,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MarketPricesReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MarketPricesReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MarketPricesReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MarketPricesReply.toObject(opt_includeInstance, this); }; @@ -19165,14 +19135,14 @@ proto.io.bisq.protobuffer.MarketPricesReply.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MarketPricesReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MarketPricesReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketPricesReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MarketPricesReply.toObject = function(includeInstance, msg) { var f, obj = { marketPriceList: jspb.Message.toObjectList(msg.getMarketPriceList(), - proto.io.bisq.protobuffer.MarketPriceInfo.toObject, includeInstance) + proto.io.haveno.protobuffer.MarketPriceInfo.toObject, includeInstance) }; if (includeInstance) { @@ -19186,23 +19156,23 @@ proto.io.bisq.protobuffer.MarketPricesReply.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MarketPricesReply} + * @return {!proto.io.haveno.protobuffer.MarketPricesReply} */ -proto.io.bisq.protobuffer.MarketPricesReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MarketPricesReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MarketPricesReply; - return proto.io.bisq.protobuffer.MarketPricesReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MarketPricesReply; + return proto.io.haveno.protobuffer.MarketPricesReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MarketPricesReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MarketPricesReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MarketPricesReply} + * @return {!proto.io.haveno.protobuffer.MarketPricesReply} */ -proto.io.bisq.protobuffer.MarketPricesReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MarketPricesReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -19210,8 +19180,8 @@ proto.io.bisq.protobuffer.MarketPricesReply.deserializeBinaryFromReader = functi var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.MarketPriceInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.MarketPriceInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.MarketPriceInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.MarketPriceInfo.deserializeBinaryFromReader); msg.addMarketPrice(value); break; default: @@ -19227,9 +19197,9 @@ proto.io.bisq.protobuffer.MarketPricesReply.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MarketPricesReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MarketPricesReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MarketPricesReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MarketPricesReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -19237,18 +19207,18 @@ proto.io.bisq.protobuffer.MarketPricesReply.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MarketPricesReply} message + * @param {!proto.io.haveno.protobuffer.MarketPricesReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketPricesReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MarketPricesReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMarketPriceList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.MarketPriceInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.MarketPriceInfo.serializeBinaryToWriter ); } }; @@ -19256,38 +19226,38 @@ proto.io.bisq.protobuffer.MarketPricesReply.serializeBinaryToWriter = function(m /** * repeated MarketPriceInfo market_price = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.MarketPricesReply.prototype.getMarketPriceList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.MarketPriceInfo, 1)); +proto.io.haveno.protobuffer.MarketPricesReply.prototype.getMarketPriceList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.MarketPriceInfo, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.MarketPricesReply} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.MarketPricesReply} returns this */ -proto.io.bisq.protobuffer.MarketPricesReply.prototype.setMarketPriceList = function(value) { +proto.io.haveno.protobuffer.MarketPricesReply.prototype.setMarketPriceList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.MarketPriceInfo=} opt_value + * @param {!proto.io.haveno.protobuffer.MarketPriceInfo=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.MarketPriceInfo} + * @return {!proto.io.haveno.protobuffer.MarketPriceInfo} */ -proto.io.bisq.protobuffer.MarketPricesReply.prototype.addMarketPrice = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.MarketPriceInfo, opt_index); +proto.io.haveno.protobuffer.MarketPricesReply.prototype.addMarketPrice = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.MarketPriceInfo, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.MarketPricesReply} returns this + * @return {!proto.io.haveno.protobuffer.MarketPricesReply} returns this */ -proto.io.bisq.protobuffer.MarketPricesReply.prototype.clearMarketPriceList = function() { +proto.io.haveno.protobuffer.MarketPricesReply.prototype.clearMarketPriceList = function() { return this.setMarketPriceList([]); }; @@ -19308,8 +19278,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MarketPriceInfo.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MarketPriceInfo.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MarketPriceInfo.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MarketPriceInfo.toObject(opt_includeInstance, this); }; @@ -19318,11 +19288,11 @@ proto.io.bisq.protobuffer.MarketPriceInfo.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MarketPriceInfo} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MarketPriceInfo} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketPriceInfo.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MarketPriceInfo.toObject = function(includeInstance, msg) { var f, obj = { currencyCode: jspb.Message.getFieldWithDefault(msg, 1, ""), price: jspb.Message.getFloatingPointFieldWithDefault(msg, 2, 0.0) @@ -19339,23 +19309,23 @@ proto.io.bisq.protobuffer.MarketPriceInfo.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MarketPriceInfo} + * @return {!proto.io.haveno.protobuffer.MarketPriceInfo} */ -proto.io.bisq.protobuffer.MarketPriceInfo.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MarketPriceInfo.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MarketPriceInfo; - return proto.io.bisq.protobuffer.MarketPriceInfo.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MarketPriceInfo; + return proto.io.haveno.protobuffer.MarketPriceInfo.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MarketPriceInfo} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MarketPriceInfo} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MarketPriceInfo} + * @return {!proto.io.haveno.protobuffer.MarketPriceInfo} */ -proto.io.bisq.protobuffer.MarketPriceInfo.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MarketPriceInfo.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -19383,9 +19353,9 @@ proto.io.bisq.protobuffer.MarketPriceInfo.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MarketPriceInfo.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MarketPriceInfo.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MarketPriceInfo.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MarketPriceInfo.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -19393,11 +19363,11 @@ proto.io.bisq.protobuffer.MarketPriceInfo.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MarketPriceInfo} message + * @param {!proto.io.haveno.protobuffer.MarketPriceInfo} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketPriceInfo.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MarketPriceInfo.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCurrencyCode(); if (f.length > 0) { @@ -19420,16 +19390,16 @@ proto.io.bisq.protobuffer.MarketPriceInfo.serializeBinaryToWriter = function(mes * optional string currency_code = 1; * @return {string} */ -proto.io.bisq.protobuffer.MarketPriceInfo.prototype.getCurrencyCode = function() { +proto.io.haveno.protobuffer.MarketPriceInfo.prototype.getCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MarketPriceInfo} returns this + * @return {!proto.io.haveno.protobuffer.MarketPriceInfo} returns this */ -proto.io.bisq.protobuffer.MarketPriceInfo.prototype.setCurrencyCode = function(value) { +proto.io.haveno.protobuffer.MarketPriceInfo.prototype.setCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -19438,16 +19408,16 @@ proto.io.bisq.protobuffer.MarketPriceInfo.prototype.setCurrencyCode = function(v * optional double price = 2; * @return {number} */ -proto.io.bisq.protobuffer.MarketPriceInfo.prototype.getPrice = function() { +proto.io.haveno.protobuffer.MarketPriceInfo.prototype.getPrice = function() { return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 2, 0.0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.MarketPriceInfo} returns this + * @return {!proto.io.haveno.protobuffer.MarketPriceInfo} returns this */ -proto.io.bisq.protobuffer.MarketPriceInfo.prototype.setPrice = function(value) { +proto.io.haveno.protobuffer.MarketPriceInfo.prototype.setPrice = function(value) { return jspb.Message.setProto3FloatField(this, 2, value); }; @@ -19468,8 +19438,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MarketDepthRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MarketDepthRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MarketDepthRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MarketDepthRequest.toObject(opt_includeInstance, this); }; @@ -19478,11 +19448,11 @@ proto.io.bisq.protobuffer.MarketDepthRequest.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MarketDepthRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MarketDepthRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketDepthRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MarketDepthRequest.toObject = function(includeInstance, msg) { var f, obj = { currencyCode: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -19498,23 +19468,23 @@ proto.io.bisq.protobuffer.MarketDepthRequest.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MarketDepthRequest} + * @return {!proto.io.haveno.protobuffer.MarketDepthRequest} */ -proto.io.bisq.protobuffer.MarketDepthRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MarketDepthRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MarketDepthRequest; - return proto.io.bisq.protobuffer.MarketDepthRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MarketDepthRequest; + return proto.io.haveno.protobuffer.MarketDepthRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MarketDepthRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MarketDepthRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MarketDepthRequest} + * @return {!proto.io.haveno.protobuffer.MarketDepthRequest} */ -proto.io.bisq.protobuffer.MarketDepthRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MarketDepthRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -19538,9 +19508,9 @@ proto.io.bisq.protobuffer.MarketDepthRequest.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MarketDepthRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MarketDepthRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MarketDepthRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MarketDepthRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -19548,11 +19518,11 @@ proto.io.bisq.protobuffer.MarketDepthRequest.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MarketDepthRequest} message + * @param {!proto.io.haveno.protobuffer.MarketDepthRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketDepthRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MarketDepthRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCurrencyCode(); if (f.length > 0) { @@ -19568,16 +19538,16 @@ proto.io.bisq.protobuffer.MarketDepthRequest.serializeBinaryToWriter = function( * optional string currency_code = 1; * @return {string} */ -proto.io.bisq.protobuffer.MarketDepthRequest.prototype.getCurrencyCode = function() { +proto.io.haveno.protobuffer.MarketDepthRequest.prototype.getCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MarketDepthRequest} returns this + * @return {!proto.io.haveno.protobuffer.MarketDepthRequest} returns this */ -proto.io.bisq.protobuffer.MarketDepthRequest.prototype.setCurrencyCode = function(value) { +proto.io.haveno.protobuffer.MarketDepthRequest.prototype.setCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -19598,8 +19568,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MarketDepthReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MarketDepthReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MarketDepthReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MarketDepthReply.toObject(opt_includeInstance, this); }; @@ -19608,13 +19578,13 @@ proto.io.bisq.protobuffer.MarketDepthReply.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MarketDepthReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MarketDepthReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketDepthReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MarketDepthReply.toObject = function(includeInstance, msg) { var f, obj = { - marketDepth: (f = msg.getMarketDepth()) && proto.io.bisq.protobuffer.MarketDepthInfo.toObject(includeInstance, f) + marketDepth: (f = msg.getMarketDepth()) && proto.io.haveno.protobuffer.MarketDepthInfo.toObject(includeInstance, f) }; if (includeInstance) { @@ -19628,23 +19598,23 @@ proto.io.bisq.protobuffer.MarketDepthReply.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MarketDepthReply} + * @return {!proto.io.haveno.protobuffer.MarketDepthReply} */ -proto.io.bisq.protobuffer.MarketDepthReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MarketDepthReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MarketDepthReply; - return proto.io.bisq.protobuffer.MarketDepthReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MarketDepthReply; + return proto.io.haveno.protobuffer.MarketDepthReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MarketDepthReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MarketDepthReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MarketDepthReply} + * @return {!proto.io.haveno.protobuffer.MarketDepthReply} */ -proto.io.bisq.protobuffer.MarketDepthReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MarketDepthReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -19652,8 +19622,8 @@ proto.io.bisq.protobuffer.MarketDepthReply.deserializeBinaryFromReader = functio var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.MarketDepthInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.MarketDepthInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.MarketDepthInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.MarketDepthInfo.deserializeBinaryFromReader); msg.setMarketDepth(value); break; default: @@ -19669,9 +19639,9 @@ proto.io.bisq.protobuffer.MarketDepthReply.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MarketDepthReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MarketDepthReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MarketDepthReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MarketDepthReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -19679,18 +19649,18 @@ proto.io.bisq.protobuffer.MarketDepthReply.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MarketDepthReply} message + * @param {!proto.io.haveno.protobuffer.MarketDepthReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketDepthReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MarketDepthReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMarketDepth(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.MarketDepthInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.MarketDepthInfo.serializeBinaryToWriter ); } }; @@ -19698,28 +19668,28 @@ proto.io.bisq.protobuffer.MarketDepthReply.serializeBinaryToWriter = function(me /** * optional MarketDepthInfo market_depth = 1; - * @return {?proto.io.bisq.protobuffer.MarketDepthInfo} + * @return {?proto.io.haveno.protobuffer.MarketDepthInfo} */ -proto.io.bisq.protobuffer.MarketDepthReply.prototype.getMarketDepth = function() { - return /** @type{?proto.io.bisq.protobuffer.MarketDepthInfo} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.MarketDepthInfo, 1)); +proto.io.haveno.protobuffer.MarketDepthReply.prototype.getMarketDepth = function() { + return /** @type{?proto.io.haveno.protobuffer.MarketDepthInfo} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.MarketDepthInfo, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.MarketDepthInfo|undefined} value - * @return {!proto.io.bisq.protobuffer.MarketDepthReply} returns this + * @param {?proto.io.haveno.protobuffer.MarketDepthInfo|undefined} value + * @return {!proto.io.haveno.protobuffer.MarketDepthReply} returns this */ -proto.io.bisq.protobuffer.MarketDepthReply.prototype.setMarketDepth = function(value) { +proto.io.haveno.protobuffer.MarketDepthReply.prototype.setMarketDepth = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.MarketDepthReply} returns this + * @return {!proto.io.haveno.protobuffer.MarketDepthReply} returns this */ -proto.io.bisq.protobuffer.MarketDepthReply.prototype.clearMarketDepth = function() { +proto.io.haveno.protobuffer.MarketDepthReply.prototype.clearMarketDepth = function() { return this.setMarketDepth(undefined); }; @@ -19728,7 +19698,7 @@ proto.io.bisq.protobuffer.MarketDepthReply.prototype.clearMarketDepth = function * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.MarketDepthReply.prototype.hasMarketDepth = function() { +proto.io.haveno.protobuffer.MarketDepthReply.prototype.hasMarketDepth = function() { return jspb.Message.getField(this, 1) != null; }; @@ -19739,7 +19709,7 @@ proto.io.bisq.protobuffer.MarketDepthReply.prototype.hasMarketDepth = function() * @private {!Array} * @const */ -proto.io.bisq.protobuffer.MarketDepthInfo.repeatedFields_ = [2,3,4,5]; +proto.io.haveno.protobuffer.MarketDepthInfo.repeatedFields_ = [2,3,4,5]; @@ -19756,8 +19726,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MarketDepthInfo.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MarketDepthInfo.toObject(opt_includeInstance, this); }; @@ -19766,11 +19736,11 @@ proto.io.bisq.protobuffer.MarketDepthInfo.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MarketDepthInfo} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MarketDepthInfo} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketDepthInfo.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MarketDepthInfo.toObject = function(includeInstance, msg) { var f, obj = { currencyCode: jspb.Message.getFieldWithDefault(msg, 1, ""), buyPricesList: (f = jspb.Message.getRepeatedFloatingPointField(msg, 2)) == null ? undefined : f, @@ -19790,23 +19760,23 @@ proto.io.bisq.protobuffer.MarketDepthInfo.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MarketDepthInfo} + * @return {!proto.io.haveno.protobuffer.MarketDepthInfo} */ -proto.io.bisq.protobuffer.MarketDepthInfo.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MarketDepthInfo.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MarketDepthInfo; - return proto.io.bisq.protobuffer.MarketDepthInfo.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MarketDepthInfo; + return proto.io.haveno.protobuffer.MarketDepthInfo.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MarketDepthInfo} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MarketDepthInfo} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MarketDepthInfo} + * @return {!proto.io.haveno.protobuffer.MarketDepthInfo} */ -proto.io.bisq.protobuffer.MarketDepthInfo.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MarketDepthInfo.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -19854,9 +19824,9 @@ proto.io.bisq.protobuffer.MarketDepthInfo.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MarketDepthInfo.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MarketDepthInfo.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -19864,11 +19834,11 @@ proto.io.bisq.protobuffer.MarketDepthInfo.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MarketDepthInfo} message + * @param {!proto.io.haveno.protobuffer.MarketDepthInfo} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketDepthInfo.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MarketDepthInfo.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCurrencyCode(); if (f.length > 0) { @@ -19912,16 +19882,16 @@ proto.io.bisq.protobuffer.MarketDepthInfo.serializeBinaryToWriter = function(mes * optional string currency_code = 1; * @return {string} */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.getCurrencyCode = function() { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.getCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MarketDepthInfo} returns this + * @return {!proto.io.haveno.protobuffer.MarketDepthInfo} returns this */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.setCurrencyCode = function(value) { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.setCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -19930,16 +19900,16 @@ proto.io.bisq.protobuffer.MarketDepthInfo.prototype.setCurrencyCode = function(v * repeated double buy_prices = 2; * @return {!Array} */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.getBuyPricesList = function() { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.getBuyPricesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedFloatingPointField(this, 2)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.MarketDepthInfo} returns this + * @return {!proto.io.haveno.protobuffer.MarketDepthInfo} returns this */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.setBuyPricesList = function(value) { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.setBuyPricesList = function(value) { return jspb.Message.setField(this, 2, value || []); }; @@ -19947,18 +19917,18 @@ proto.io.bisq.protobuffer.MarketDepthInfo.prototype.setBuyPricesList = function( /** * @param {number} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.MarketDepthInfo} returns this + * @return {!proto.io.haveno.protobuffer.MarketDepthInfo} returns this */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.addBuyPrices = function(value, opt_index) { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.addBuyPrices = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 2, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.MarketDepthInfo} returns this + * @return {!proto.io.haveno.protobuffer.MarketDepthInfo} returns this */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.clearBuyPricesList = function() { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.clearBuyPricesList = function() { return this.setBuyPricesList([]); }; @@ -19967,16 +19937,16 @@ proto.io.bisq.protobuffer.MarketDepthInfo.prototype.clearBuyPricesList = functio * repeated double buy_depth = 3; * @return {!Array} */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.getBuyDepthList = function() { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.getBuyDepthList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedFloatingPointField(this, 3)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.MarketDepthInfo} returns this + * @return {!proto.io.haveno.protobuffer.MarketDepthInfo} returns this */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.setBuyDepthList = function(value) { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.setBuyDepthList = function(value) { return jspb.Message.setField(this, 3, value || []); }; @@ -19984,18 +19954,18 @@ proto.io.bisq.protobuffer.MarketDepthInfo.prototype.setBuyDepthList = function(v /** * @param {number} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.MarketDepthInfo} returns this + * @return {!proto.io.haveno.protobuffer.MarketDepthInfo} returns this */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.addBuyDepth = function(value, opt_index) { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.addBuyDepth = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 3, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.MarketDepthInfo} returns this + * @return {!proto.io.haveno.protobuffer.MarketDepthInfo} returns this */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.clearBuyDepthList = function() { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.clearBuyDepthList = function() { return this.setBuyDepthList([]); }; @@ -20004,16 +19974,16 @@ proto.io.bisq.protobuffer.MarketDepthInfo.prototype.clearBuyDepthList = function * repeated double sell_prices = 4; * @return {!Array} */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.getSellPricesList = function() { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.getSellPricesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedFloatingPointField(this, 4)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.MarketDepthInfo} returns this + * @return {!proto.io.haveno.protobuffer.MarketDepthInfo} returns this */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.setSellPricesList = function(value) { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.setSellPricesList = function(value) { return jspb.Message.setField(this, 4, value || []); }; @@ -20021,18 +19991,18 @@ proto.io.bisq.protobuffer.MarketDepthInfo.prototype.setSellPricesList = function /** * @param {number} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.MarketDepthInfo} returns this + * @return {!proto.io.haveno.protobuffer.MarketDepthInfo} returns this */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.addSellPrices = function(value, opt_index) { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.addSellPrices = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 4, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.MarketDepthInfo} returns this + * @return {!proto.io.haveno.protobuffer.MarketDepthInfo} returns this */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.clearSellPricesList = function() { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.clearSellPricesList = function() { return this.setSellPricesList([]); }; @@ -20041,16 +20011,16 @@ proto.io.bisq.protobuffer.MarketDepthInfo.prototype.clearSellPricesList = functi * repeated double sell_depth = 5; * @return {!Array} */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.getSellDepthList = function() { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.getSellDepthList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedFloatingPointField(this, 5)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.MarketDepthInfo} returns this + * @return {!proto.io.haveno.protobuffer.MarketDepthInfo} returns this */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.setSellDepthList = function(value) { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.setSellDepthList = function(value) { return jspb.Message.setField(this, 5, value || []); }; @@ -20058,18 +20028,18 @@ proto.io.bisq.protobuffer.MarketDepthInfo.prototype.setSellDepthList = function( /** * @param {number} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.MarketDepthInfo} returns this + * @return {!proto.io.haveno.protobuffer.MarketDepthInfo} returns this */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.addSellDepth = function(value, opt_index) { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.addSellDepth = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 5, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.MarketDepthInfo} returns this + * @return {!proto.io.haveno.protobuffer.MarketDepthInfo} returns this */ -proto.io.bisq.protobuffer.MarketDepthInfo.prototype.clearSellDepthList = function() { +proto.io.haveno.protobuffer.MarketDepthInfo.prototype.clearSellDepthList = function() { return this.setSellDepthList([]); }; @@ -20090,8 +20060,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetTradeStatisticsRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetTradeStatisticsRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetTradeStatisticsRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetTradeStatisticsRequest.toObject(opt_includeInstance, this); }; @@ -20100,11 +20070,11 @@ proto.io.bisq.protobuffer.GetTradeStatisticsRequest.prototype.toObject = functio * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetTradeStatisticsRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetTradeStatisticsRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetTradeStatisticsRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetTradeStatisticsRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -20120,23 +20090,23 @@ proto.io.bisq.protobuffer.GetTradeStatisticsRequest.toObject = function(includeI /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetTradeStatisticsRequest} + * @return {!proto.io.haveno.protobuffer.GetTradeStatisticsRequest} */ -proto.io.bisq.protobuffer.GetTradeStatisticsRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetTradeStatisticsRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetTradeStatisticsRequest; - return proto.io.bisq.protobuffer.GetTradeStatisticsRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetTradeStatisticsRequest; + return proto.io.haveno.protobuffer.GetTradeStatisticsRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetTradeStatisticsRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetTradeStatisticsRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetTradeStatisticsRequest} + * @return {!proto.io.haveno.protobuffer.GetTradeStatisticsRequest} */ -proto.io.bisq.protobuffer.GetTradeStatisticsRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetTradeStatisticsRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -20156,9 +20126,9 @@ proto.io.bisq.protobuffer.GetTradeStatisticsRequest.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetTradeStatisticsRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetTradeStatisticsRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetTradeStatisticsRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetTradeStatisticsRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -20166,11 +20136,11 @@ proto.io.bisq.protobuffer.GetTradeStatisticsRequest.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetTradeStatisticsRequest} message + * @param {!proto.io.haveno.protobuffer.GetTradeStatisticsRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetTradeStatisticsRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetTradeStatisticsRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -20181,7 +20151,7 @@ proto.io.bisq.protobuffer.GetTradeStatisticsRequest.serializeBinaryToWriter = fu * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetTradeStatisticsReply.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.GetTradeStatisticsReply.repeatedFields_ = [1]; @@ -20198,8 +20168,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetTradeStatisticsReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetTradeStatisticsReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetTradeStatisticsReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetTradeStatisticsReply.toObject(opt_includeInstance, this); }; @@ -20208,11 +20178,11 @@ proto.io.bisq.protobuffer.GetTradeStatisticsReply.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetTradeStatisticsReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetTradeStatisticsReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetTradeStatisticsReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetTradeStatisticsReply.toObject = function(includeInstance, msg) { var f, obj = { tradeStatisticsList: jspb.Message.toObjectList(msg.getTradeStatisticsList(), pb_pb.TradeStatistics3.toObject, includeInstance) @@ -20229,23 +20199,23 @@ proto.io.bisq.protobuffer.GetTradeStatisticsReply.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetTradeStatisticsReply} + * @return {!proto.io.haveno.protobuffer.GetTradeStatisticsReply} */ -proto.io.bisq.protobuffer.GetTradeStatisticsReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetTradeStatisticsReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetTradeStatisticsReply; - return proto.io.bisq.protobuffer.GetTradeStatisticsReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetTradeStatisticsReply; + return proto.io.haveno.protobuffer.GetTradeStatisticsReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetTradeStatisticsReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetTradeStatisticsReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetTradeStatisticsReply} + * @return {!proto.io.haveno.protobuffer.GetTradeStatisticsReply} */ -proto.io.bisq.protobuffer.GetTradeStatisticsReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetTradeStatisticsReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -20270,9 +20240,9 @@ proto.io.bisq.protobuffer.GetTradeStatisticsReply.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetTradeStatisticsReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetTradeStatisticsReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetTradeStatisticsReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetTradeStatisticsReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -20280,11 +20250,11 @@ proto.io.bisq.protobuffer.GetTradeStatisticsReply.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetTradeStatisticsReply} message + * @param {!proto.io.haveno.protobuffer.GetTradeStatisticsReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetTradeStatisticsReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetTradeStatisticsReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeStatisticsList(); if (f.length > 0) { @@ -20299,38 +20269,38 @@ proto.io.bisq.protobuffer.GetTradeStatisticsReply.serializeBinaryToWriter = func /** * repeated TradeStatistics3 trade_statistics = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetTradeStatisticsReply.prototype.getTradeStatisticsList = function() { - return /** @type{!Array} */ ( +proto.io.haveno.protobuffer.GetTradeStatisticsReply.prototype.getTradeStatisticsList = function() { + return /** @type{!Array} */ ( jspb.Message.getRepeatedWrapperField(this, pb_pb.TradeStatistics3, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetTradeStatisticsReply} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetTradeStatisticsReply} returns this */ -proto.io.bisq.protobuffer.GetTradeStatisticsReply.prototype.setTradeStatisticsList = function(value) { +proto.io.haveno.protobuffer.GetTradeStatisticsReply.prototype.setTradeStatisticsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.TradeStatistics3=} opt_value + * @param {!proto.io.haveno.protobuffer.TradeStatistics3=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.TradeStatistics3} + * @return {!proto.io.haveno.protobuffer.TradeStatistics3} */ -proto.io.bisq.protobuffer.GetTradeStatisticsReply.prototype.addTradeStatistics = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.TradeStatistics3, opt_index); +proto.io.haveno.protobuffer.GetTradeStatisticsReply.prototype.addTradeStatistics = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.TradeStatistics3, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetTradeStatisticsReply} returns this + * @return {!proto.io.haveno.protobuffer.GetTradeStatisticsReply} returns this */ -proto.io.bisq.protobuffer.GetTradeStatisticsReply.prototype.clearTradeStatisticsList = function() { +proto.io.haveno.protobuffer.GetTradeStatisticsReply.prototype.clearTradeStatisticsList = function() { return this.setTradeStatisticsList([]); }; @@ -20351,8 +20321,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.StopRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.StopRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.StopRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.StopRequest.toObject(opt_includeInstance, this); }; @@ -20361,11 +20331,11 @@ proto.io.bisq.protobuffer.StopRequest.prototype.toObject = function(opt_includeI * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.StopRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.StopRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StopRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.StopRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -20381,23 +20351,23 @@ proto.io.bisq.protobuffer.StopRequest.toObject = function(includeInstance, msg) /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.StopRequest} + * @return {!proto.io.haveno.protobuffer.StopRequest} */ -proto.io.bisq.protobuffer.StopRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.StopRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.StopRequest; - return proto.io.bisq.protobuffer.StopRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.StopRequest; + return proto.io.haveno.protobuffer.StopRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.StopRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.StopRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.StopRequest} + * @return {!proto.io.haveno.protobuffer.StopRequest} */ -proto.io.bisq.protobuffer.StopRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.StopRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -20417,9 +20387,9 @@ proto.io.bisq.protobuffer.StopRequest.deserializeBinaryFromReader = function(msg * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.StopRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.StopRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.StopRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.StopRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -20427,11 +20397,11 @@ proto.io.bisq.protobuffer.StopRequest.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.StopRequest} message + * @param {!proto.io.haveno.protobuffer.StopRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StopRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.StopRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -20452,8 +20422,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.StopReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.StopReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.StopReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.StopReply.toObject(opt_includeInstance, this); }; @@ -20462,11 +20432,11 @@ proto.io.bisq.protobuffer.StopReply.prototype.toObject = function(opt_includeIns * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.StopReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.StopReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StopReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.StopReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -20482,23 +20452,23 @@ proto.io.bisq.protobuffer.StopReply.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.StopReply} + * @return {!proto.io.haveno.protobuffer.StopReply} */ -proto.io.bisq.protobuffer.StopReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.StopReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.StopReply; - return proto.io.bisq.protobuffer.StopReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.StopReply; + return proto.io.haveno.protobuffer.StopReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.StopReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.StopReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.StopReply} + * @return {!proto.io.haveno.protobuffer.StopReply} */ -proto.io.bisq.protobuffer.StopReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.StopReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -20518,9 +20488,9 @@ proto.io.bisq.protobuffer.StopReply.deserializeBinaryFromReader = function(msg, * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.StopReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.StopReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.StopReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.StopReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -20528,11 +20498,11 @@ proto.io.bisq.protobuffer.StopReply.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.StopReply} message + * @param {!proto.io.haveno.protobuffer.StopReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StopReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.StopReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -20553,8 +20523,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.TakeOfferRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.TakeOfferRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.TakeOfferRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.TakeOfferRequest.toObject(opt_includeInstance, this); }; @@ -20563,11 +20533,11 @@ proto.io.bisq.protobuffer.TakeOfferRequest.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.TakeOfferRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.TakeOfferRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TakeOfferRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.TakeOfferRequest.toObject = function(includeInstance, msg) { var f, obj = { offerId: jspb.Message.getFieldWithDefault(msg, 1, ""), paymentAccountId: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -20584,23 +20554,23 @@ proto.io.bisq.protobuffer.TakeOfferRequest.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.TakeOfferRequest} + * @return {!proto.io.haveno.protobuffer.TakeOfferRequest} */ -proto.io.bisq.protobuffer.TakeOfferRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.TakeOfferRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.TakeOfferRequest; - return proto.io.bisq.protobuffer.TakeOfferRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.TakeOfferRequest; + return proto.io.haveno.protobuffer.TakeOfferRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.TakeOfferRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.TakeOfferRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.TakeOfferRequest} + * @return {!proto.io.haveno.protobuffer.TakeOfferRequest} */ -proto.io.bisq.protobuffer.TakeOfferRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.TakeOfferRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -20628,9 +20598,9 @@ proto.io.bisq.protobuffer.TakeOfferRequest.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TakeOfferRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.TakeOfferRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.TakeOfferRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.TakeOfferRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -20638,11 +20608,11 @@ proto.io.bisq.protobuffer.TakeOfferRequest.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.TakeOfferRequest} message + * @param {!proto.io.haveno.protobuffer.TakeOfferRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TakeOfferRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.TakeOfferRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOfferId(); if (f.length > 0) { @@ -20665,16 +20635,16 @@ proto.io.bisq.protobuffer.TakeOfferRequest.serializeBinaryToWriter = function(me * optional string offer_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.TakeOfferRequest.prototype.getOfferId = function() { +proto.io.haveno.protobuffer.TakeOfferRequest.prototype.getOfferId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TakeOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.TakeOfferRequest} returns this */ -proto.io.bisq.protobuffer.TakeOfferRequest.prototype.setOfferId = function(value) { +proto.io.haveno.protobuffer.TakeOfferRequest.prototype.setOfferId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -20683,16 +20653,16 @@ proto.io.bisq.protobuffer.TakeOfferRequest.prototype.setOfferId = function(value * optional string payment_account_id = 2; * @return {string} */ -proto.io.bisq.protobuffer.TakeOfferRequest.prototype.getPaymentAccountId = function() { +proto.io.haveno.protobuffer.TakeOfferRequest.prototype.getPaymentAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TakeOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.TakeOfferRequest} returns this */ -proto.io.bisq.protobuffer.TakeOfferRequest.prototype.setPaymentAccountId = function(value) { +proto.io.haveno.protobuffer.TakeOfferRequest.prototype.setPaymentAccountId = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -20713,8 +20683,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.TakeOfferReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.TakeOfferReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.TakeOfferReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.TakeOfferReply.toObject(opt_includeInstance, this); }; @@ -20723,14 +20693,14 @@ proto.io.bisq.protobuffer.TakeOfferReply.prototype.toObject = function(opt_inclu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.TakeOfferReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.TakeOfferReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TakeOfferReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.TakeOfferReply.toObject = function(includeInstance, msg) { var f, obj = { - trade: (f = msg.getTrade()) && proto.io.bisq.protobuffer.TradeInfo.toObject(includeInstance, f), - failureReason: (f = msg.getFailureReason()) && proto.io.bisq.protobuffer.AvailabilityResultWithDescription.toObject(includeInstance, f) + trade: (f = msg.getTrade()) && proto.io.haveno.protobuffer.TradeInfo.toObject(includeInstance, f), + failureReason: (f = msg.getFailureReason()) && proto.io.haveno.protobuffer.AvailabilityResultWithDescription.toObject(includeInstance, f) }; if (includeInstance) { @@ -20744,23 +20714,23 @@ proto.io.bisq.protobuffer.TakeOfferReply.toObject = function(includeInstance, ms /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.TakeOfferReply} + * @return {!proto.io.haveno.protobuffer.TakeOfferReply} */ -proto.io.bisq.protobuffer.TakeOfferReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.TakeOfferReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.TakeOfferReply; - return proto.io.bisq.protobuffer.TakeOfferReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.TakeOfferReply; + return proto.io.haveno.protobuffer.TakeOfferReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.TakeOfferReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.TakeOfferReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.TakeOfferReply} + * @return {!proto.io.haveno.protobuffer.TakeOfferReply} */ -proto.io.bisq.protobuffer.TakeOfferReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.TakeOfferReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -20768,13 +20738,13 @@ proto.io.bisq.protobuffer.TakeOfferReply.deserializeBinaryFromReader = function( var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.TradeInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.TradeInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.TradeInfo.deserializeBinaryFromReader); msg.setTrade(value); break; case 2: - var value = new proto.io.bisq.protobuffer.AvailabilityResultWithDescription; - reader.readMessage(value,proto.io.bisq.protobuffer.AvailabilityResultWithDescription.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.AvailabilityResultWithDescription; + reader.readMessage(value,proto.io.haveno.protobuffer.AvailabilityResultWithDescription.deserializeBinaryFromReader); msg.setFailureReason(value); break; default: @@ -20790,9 +20760,9 @@ proto.io.bisq.protobuffer.TakeOfferReply.deserializeBinaryFromReader = function( * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TakeOfferReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.TakeOfferReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.TakeOfferReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.TakeOfferReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -20800,18 +20770,18 @@ proto.io.bisq.protobuffer.TakeOfferReply.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.TakeOfferReply} message + * @param {!proto.io.haveno.protobuffer.TakeOfferReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TakeOfferReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.TakeOfferReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTrade(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.TradeInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradeInfo.serializeBinaryToWriter ); } f = message.getFailureReason(); @@ -20819,7 +20789,7 @@ proto.io.bisq.protobuffer.TakeOfferReply.serializeBinaryToWriter = function(mess writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.AvailabilityResultWithDescription.serializeBinaryToWriter + proto.io.haveno.protobuffer.AvailabilityResultWithDescription.serializeBinaryToWriter ); } }; @@ -20827,28 +20797,28 @@ proto.io.bisq.protobuffer.TakeOfferReply.serializeBinaryToWriter = function(mess /** * optional TradeInfo trade = 1; - * @return {?proto.io.bisq.protobuffer.TradeInfo} + * @return {?proto.io.haveno.protobuffer.TradeInfo} */ -proto.io.bisq.protobuffer.TakeOfferReply.prototype.getTrade = function() { - return /** @type{?proto.io.bisq.protobuffer.TradeInfo} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TradeInfo, 1)); +proto.io.haveno.protobuffer.TakeOfferReply.prototype.getTrade = function() { + return /** @type{?proto.io.haveno.protobuffer.TradeInfo} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.TradeInfo, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.TradeInfo|undefined} value - * @return {!proto.io.bisq.protobuffer.TakeOfferReply} returns this + * @param {?proto.io.haveno.protobuffer.TradeInfo|undefined} value + * @return {!proto.io.haveno.protobuffer.TakeOfferReply} returns this */ -proto.io.bisq.protobuffer.TakeOfferReply.prototype.setTrade = function(value) { +proto.io.haveno.protobuffer.TakeOfferReply.prototype.setTrade = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.TakeOfferReply} returns this + * @return {!proto.io.haveno.protobuffer.TakeOfferReply} returns this */ -proto.io.bisq.protobuffer.TakeOfferReply.prototype.clearTrade = function() { +proto.io.haveno.protobuffer.TakeOfferReply.prototype.clearTrade = function() { return this.setTrade(undefined); }; @@ -20857,35 +20827,35 @@ proto.io.bisq.protobuffer.TakeOfferReply.prototype.clearTrade = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.TakeOfferReply.prototype.hasTrade = function() { +proto.io.haveno.protobuffer.TakeOfferReply.prototype.hasTrade = function() { return jspb.Message.getField(this, 1) != null; }; /** * optional AvailabilityResultWithDescription failure_reason = 2; - * @return {?proto.io.bisq.protobuffer.AvailabilityResultWithDescription} + * @return {?proto.io.haveno.protobuffer.AvailabilityResultWithDescription} */ -proto.io.bisq.protobuffer.TakeOfferReply.prototype.getFailureReason = function() { - return /** @type{?proto.io.bisq.protobuffer.AvailabilityResultWithDescription} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AvailabilityResultWithDescription, 2)); +proto.io.haveno.protobuffer.TakeOfferReply.prototype.getFailureReason = function() { + return /** @type{?proto.io.haveno.protobuffer.AvailabilityResultWithDescription} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AvailabilityResultWithDescription, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.AvailabilityResultWithDescription|undefined} value - * @return {!proto.io.bisq.protobuffer.TakeOfferReply} returns this + * @param {?proto.io.haveno.protobuffer.AvailabilityResultWithDescription|undefined} value + * @return {!proto.io.haveno.protobuffer.TakeOfferReply} returns this */ -proto.io.bisq.protobuffer.TakeOfferReply.prototype.setFailureReason = function(value) { +proto.io.haveno.protobuffer.TakeOfferReply.prototype.setFailureReason = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.TakeOfferReply} returns this + * @return {!proto.io.haveno.protobuffer.TakeOfferReply} returns this */ -proto.io.bisq.protobuffer.TakeOfferReply.prototype.clearFailureReason = function() { +proto.io.haveno.protobuffer.TakeOfferReply.prototype.clearFailureReason = function() { return this.setFailureReason(undefined); }; @@ -20894,7 +20864,7 @@ proto.io.bisq.protobuffer.TakeOfferReply.prototype.clearFailureReason = function * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.TakeOfferReply.prototype.hasFailureReason = function() { +proto.io.haveno.protobuffer.TakeOfferReply.prototype.hasFailureReason = function() { return jspb.Message.getField(this, 2) != null; }; @@ -20915,8 +20885,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ConfirmPaymentSentRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ConfirmPaymentSentRequest.toObject(opt_includeInstance, this); }; @@ -20925,11 +20895,11 @@ proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.prototype.toObject = functio * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ConfirmPaymentSentRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ConfirmPaymentSentRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ConfirmPaymentSentRequest.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -20945,23 +20915,23 @@ proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.toObject = function(includeI /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ConfirmPaymentSentRequest} + * @return {!proto.io.haveno.protobuffer.ConfirmPaymentSentRequest} */ -proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ConfirmPaymentSentRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ConfirmPaymentSentRequest; - return proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ConfirmPaymentSentRequest; + return proto.io.haveno.protobuffer.ConfirmPaymentSentRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ConfirmPaymentSentRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ConfirmPaymentSentRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ConfirmPaymentSentRequest} + * @return {!proto.io.haveno.protobuffer.ConfirmPaymentSentRequest} */ -proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ConfirmPaymentSentRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -20985,9 +20955,9 @@ proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ConfirmPaymentSentRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ConfirmPaymentSentRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -20995,11 +20965,11 @@ proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ConfirmPaymentSentRequest} message + * @param {!proto.io.haveno.protobuffer.ConfirmPaymentSentRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ConfirmPaymentSentRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -21015,16 +20985,16 @@ proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.serializeBinaryToWriter = fu * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.ConfirmPaymentSentRequest.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ConfirmPaymentSentRequest} returns this + * @return {!proto.io.haveno.protobuffer.ConfirmPaymentSentRequest} returns this */ -proto.io.bisq.protobuffer.ConfirmPaymentSentRequest.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.ConfirmPaymentSentRequest.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -21045,8 +21015,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ConfirmPaymentSentReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ConfirmPaymentSentReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ConfirmPaymentSentReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ConfirmPaymentSentReply.toObject(opt_includeInstance, this); }; @@ -21055,11 +21025,11 @@ proto.io.bisq.protobuffer.ConfirmPaymentSentReply.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ConfirmPaymentSentReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ConfirmPaymentSentReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ConfirmPaymentSentReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ConfirmPaymentSentReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -21075,23 +21045,23 @@ proto.io.bisq.protobuffer.ConfirmPaymentSentReply.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ConfirmPaymentSentReply} + * @return {!proto.io.haveno.protobuffer.ConfirmPaymentSentReply} */ -proto.io.bisq.protobuffer.ConfirmPaymentSentReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ConfirmPaymentSentReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ConfirmPaymentSentReply; - return proto.io.bisq.protobuffer.ConfirmPaymentSentReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ConfirmPaymentSentReply; + return proto.io.haveno.protobuffer.ConfirmPaymentSentReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ConfirmPaymentSentReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ConfirmPaymentSentReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ConfirmPaymentSentReply} + * @return {!proto.io.haveno.protobuffer.ConfirmPaymentSentReply} */ -proto.io.bisq.protobuffer.ConfirmPaymentSentReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ConfirmPaymentSentReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -21111,9 +21081,9 @@ proto.io.bisq.protobuffer.ConfirmPaymentSentReply.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ConfirmPaymentSentReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ConfirmPaymentSentReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ConfirmPaymentSentReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ConfirmPaymentSentReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -21121,11 +21091,11 @@ proto.io.bisq.protobuffer.ConfirmPaymentSentReply.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ConfirmPaymentSentReply} message + * @param {!proto.io.haveno.protobuffer.ConfirmPaymentSentReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ConfirmPaymentSentReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ConfirmPaymentSentReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -21146,8 +21116,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest.toObject(opt_includeInstance, this); }; @@ -21156,11 +21126,11 @@ proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.prototype.toObject = fun * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -21176,23 +21146,23 @@ proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.toObject = function(incl /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest} + * @return {!proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest} */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest; - return proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest; + return proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest} + * @return {!proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest} */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -21216,9 +21186,9 @@ proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.deserializeBinaryFromRea * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -21226,11 +21196,11 @@ proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.prototype.serializeBinar /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest} message + * @param {!proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -21246,16 +21216,16 @@ proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.serializeBinaryToWriter * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest} returns this + * @return {!proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest} returns this */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedRequest.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.ConfirmPaymentReceivedRequest.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -21276,8 +21246,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply.toObject(opt_includeInstance, this); }; @@ -21286,11 +21256,11 @@ proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply.prototype.toObject = funct * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -21306,23 +21276,23 @@ proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply.toObject = function(includ /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply} + * @return {!proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply} */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply; - return proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply; + return proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply} + * @return {!proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply} */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -21342,9 +21312,9 @@ proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply.deserializeBinaryFromReade * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -21352,11 +21322,11 @@ proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply} message + * @param {!proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ConfirmPaymentReceivedReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ConfirmPaymentReceivedReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -21377,8 +21347,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetTradeRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetTradeRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetTradeRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetTradeRequest.toObject(opt_includeInstance, this); }; @@ -21387,11 +21357,11 @@ proto.io.bisq.protobuffer.GetTradeRequest.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetTradeRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetTradeRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetTradeRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetTradeRequest.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -21407,23 +21377,23 @@ proto.io.bisq.protobuffer.GetTradeRequest.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetTradeRequest} + * @return {!proto.io.haveno.protobuffer.GetTradeRequest} */ -proto.io.bisq.protobuffer.GetTradeRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetTradeRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetTradeRequest; - return proto.io.bisq.protobuffer.GetTradeRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetTradeRequest; + return proto.io.haveno.protobuffer.GetTradeRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetTradeRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetTradeRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetTradeRequest} + * @return {!proto.io.haveno.protobuffer.GetTradeRequest} */ -proto.io.bisq.protobuffer.GetTradeRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetTradeRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -21447,9 +21417,9 @@ proto.io.bisq.protobuffer.GetTradeRequest.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetTradeRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetTradeRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetTradeRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetTradeRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -21457,11 +21427,11 @@ proto.io.bisq.protobuffer.GetTradeRequest.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetTradeRequest} message + * @param {!proto.io.haveno.protobuffer.GetTradeRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetTradeRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetTradeRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -21477,16 +21447,16 @@ proto.io.bisq.protobuffer.GetTradeRequest.serializeBinaryToWriter = function(mes * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetTradeRequest.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.GetTradeRequest.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetTradeRequest} returns this */ -proto.io.bisq.protobuffer.GetTradeRequest.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.GetTradeRequest.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -21507,8 +21477,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetTradeReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetTradeReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetTradeReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetTradeReply.toObject(opt_includeInstance, this); }; @@ -21517,13 +21487,13 @@ proto.io.bisq.protobuffer.GetTradeReply.prototype.toObject = function(opt_includ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetTradeReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetTradeReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetTradeReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetTradeReply.toObject = function(includeInstance, msg) { var f, obj = { - trade: (f = msg.getTrade()) && proto.io.bisq.protobuffer.TradeInfo.toObject(includeInstance, f) + trade: (f = msg.getTrade()) && proto.io.haveno.protobuffer.TradeInfo.toObject(includeInstance, f) }; if (includeInstance) { @@ -21537,23 +21507,23 @@ proto.io.bisq.protobuffer.GetTradeReply.toObject = function(includeInstance, msg /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetTradeReply} + * @return {!proto.io.haveno.protobuffer.GetTradeReply} */ -proto.io.bisq.protobuffer.GetTradeReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetTradeReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetTradeReply; - return proto.io.bisq.protobuffer.GetTradeReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetTradeReply; + return proto.io.haveno.protobuffer.GetTradeReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetTradeReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetTradeReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetTradeReply} + * @return {!proto.io.haveno.protobuffer.GetTradeReply} */ -proto.io.bisq.protobuffer.GetTradeReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetTradeReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -21561,8 +21531,8 @@ proto.io.bisq.protobuffer.GetTradeReply.deserializeBinaryFromReader = function(m var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.TradeInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.TradeInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.TradeInfo.deserializeBinaryFromReader); msg.setTrade(value); break; default: @@ -21578,9 +21548,9 @@ proto.io.bisq.protobuffer.GetTradeReply.deserializeBinaryFromReader = function(m * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetTradeReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetTradeReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetTradeReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetTradeReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -21588,18 +21558,18 @@ proto.io.bisq.protobuffer.GetTradeReply.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetTradeReply} message + * @param {!proto.io.haveno.protobuffer.GetTradeReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetTradeReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetTradeReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTrade(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.TradeInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradeInfo.serializeBinaryToWriter ); } }; @@ -21607,28 +21577,28 @@ proto.io.bisq.protobuffer.GetTradeReply.serializeBinaryToWriter = function(messa /** * optional TradeInfo trade = 1; - * @return {?proto.io.bisq.protobuffer.TradeInfo} + * @return {?proto.io.haveno.protobuffer.TradeInfo} */ -proto.io.bisq.protobuffer.GetTradeReply.prototype.getTrade = function() { - return /** @type{?proto.io.bisq.protobuffer.TradeInfo} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TradeInfo, 1)); +proto.io.haveno.protobuffer.GetTradeReply.prototype.getTrade = function() { + return /** @type{?proto.io.haveno.protobuffer.TradeInfo} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.TradeInfo, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.TradeInfo|undefined} value - * @return {!proto.io.bisq.protobuffer.GetTradeReply} returns this + * @param {?proto.io.haveno.protobuffer.TradeInfo|undefined} value + * @return {!proto.io.haveno.protobuffer.GetTradeReply} returns this */ -proto.io.bisq.protobuffer.GetTradeReply.prototype.setTrade = function(value) { +proto.io.haveno.protobuffer.GetTradeReply.prototype.setTrade = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.GetTradeReply} returns this + * @return {!proto.io.haveno.protobuffer.GetTradeReply} returns this */ -proto.io.bisq.protobuffer.GetTradeReply.prototype.clearTrade = function() { +proto.io.haveno.protobuffer.GetTradeReply.prototype.clearTrade = function() { return this.setTrade(undefined); }; @@ -21637,7 +21607,7 @@ proto.io.bisq.protobuffer.GetTradeReply.prototype.clearTrade = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.GetTradeReply.prototype.hasTrade = function() { +proto.io.haveno.protobuffer.GetTradeReply.prototype.hasTrade = function() { return jspb.Message.getField(this, 1) != null; }; @@ -21658,8 +21628,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetTradesRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetTradesRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetTradesRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetTradesRequest.toObject(opt_includeInstance, this); }; @@ -21668,11 +21638,11 @@ proto.io.bisq.protobuffer.GetTradesRequest.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetTradesRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetTradesRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetTradesRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetTradesRequest.toObject = function(includeInstance, msg) { var f, obj = { category: jspb.Message.getFieldWithDefault(msg, 1, 0) }; @@ -21688,23 +21658,23 @@ proto.io.bisq.protobuffer.GetTradesRequest.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetTradesRequest} + * @return {!proto.io.haveno.protobuffer.GetTradesRequest} */ -proto.io.bisq.protobuffer.GetTradesRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetTradesRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetTradesRequest; - return proto.io.bisq.protobuffer.GetTradesRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetTradesRequest; + return proto.io.haveno.protobuffer.GetTradesRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetTradesRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetTradesRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetTradesRequest} + * @return {!proto.io.haveno.protobuffer.GetTradesRequest} */ -proto.io.bisq.protobuffer.GetTradesRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetTradesRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -21712,7 +21682,7 @@ proto.io.bisq.protobuffer.GetTradesRequest.deserializeBinaryFromReader = functio var field = reader.getFieldNumber(); switch (field) { case 1: - var value = /** @type {!proto.io.bisq.protobuffer.GetTradesRequest.Category} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.GetTradesRequest.Category} */ (reader.readEnum()); msg.setCategory(value); break; default: @@ -21728,9 +21698,9 @@ proto.io.bisq.protobuffer.GetTradesRequest.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetTradesRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetTradesRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetTradesRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetTradesRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -21738,11 +21708,11 @@ proto.io.bisq.protobuffer.GetTradesRequest.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetTradesRequest} message + * @param {!proto.io.haveno.protobuffer.GetTradesRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetTradesRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetTradesRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCategory(); if (f !== 0.0) { @@ -21757,7 +21727,7 @@ proto.io.bisq.protobuffer.GetTradesRequest.serializeBinaryToWriter = function(me /** * @enum {number} */ -proto.io.bisq.protobuffer.GetTradesRequest.Category = { +proto.io.haveno.protobuffer.GetTradesRequest.Category = { OPEN: 0, CLOSED: 1, FAILED: 2 @@ -21765,18 +21735,18 @@ proto.io.bisq.protobuffer.GetTradesRequest.Category = { /** * optional Category category = 1; - * @return {!proto.io.bisq.protobuffer.GetTradesRequest.Category} + * @return {!proto.io.haveno.protobuffer.GetTradesRequest.Category} */ -proto.io.bisq.protobuffer.GetTradesRequest.prototype.getCategory = function() { - return /** @type {!proto.io.bisq.protobuffer.GetTradesRequest.Category} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); +proto.io.haveno.protobuffer.GetTradesRequest.prototype.getCategory = function() { + return /** @type {!proto.io.haveno.protobuffer.GetTradesRequest.Category} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.GetTradesRequest.Category} value - * @return {!proto.io.bisq.protobuffer.GetTradesRequest} returns this + * @param {!proto.io.haveno.protobuffer.GetTradesRequest.Category} value + * @return {!proto.io.haveno.protobuffer.GetTradesRequest} returns this */ -proto.io.bisq.protobuffer.GetTradesRequest.prototype.setCategory = function(value) { +proto.io.haveno.protobuffer.GetTradesRequest.prototype.setCategory = function(value) { return jspb.Message.setProto3EnumField(this, 1, value); }; @@ -21787,7 +21757,7 @@ proto.io.bisq.protobuffer.GetTradesRequest.prototype.setCategory = function(valu * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetTradesReply.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.GetTradesReply.repeatedFields_ = [1]; @@ -21804,8 +21774,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetTradesReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetTradesReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetTradesReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetTradesReply.toObject(opt_includeInstance, this); }; @@ -21814,14 +21784,14 @@ proto.io.bisq.protobuffer.GetTradesReply.prototype.toObject = function(opt_inclu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetTradesReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetTradesReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetTradesReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetTradesReply.toObject = function(includeInstance, msg) { var f, obj = { tradesList: jspb.Message.toObjectList(msg.getTradesList(), - proto.io.bisq.protobuffer.TradeInfo.toObject, includeInstance) + proto.io.haveno.protobuffer.TradeInfo.toObject, includeInstance) }; if (includeInstance) { @@ -21835,23 +21805,23 @@ proto.io.bisq.protobuffer.GetTradesReply.toObject = function(includeInstance, ms /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetTradesReply} + * @return {!proto.io.haveno.protobuffer.GetTradesReply} */ -proto.io.bisq.protobuffer.GetTradesReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetTradesReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetTradesReply; - return proto.io.bisq.protobuffer.GetTradesReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetTradesReply; + return proto.io.haveno.protobuffer.GetTradesReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetTradesReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetTradesReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetTradesReply} + * @return {!proto.io.haveno.protobuffer.GetTradesReply} */ -proto.io.bisq.protobuffer.GetTradesReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetTradesReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -21859,8 +21829,8 @@ proto.io.bisq.protobuffer.GetTradesReply.deserializeBinaryFromReader = function( var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.TradeInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.TradeInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.TradeInfo.deserializeBinaryFromReader); msg.addTrades(value); break; default: @@ -21876,9 +21846,9 @@ proto.io.bisq.protobuffer.GetTradesReply.deserializeBinaryFromReader = function( * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetTradesReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetTradesReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetTradesReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetTradesReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -21886,18 +21856,18 @@ proto.io.bisq.protobuffer.GetTradesReply.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetTradesReply} message + * @param {!proto.io.haveno.protobuffer.GetTradesReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetTradesReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetTradesReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradesList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.TradeInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradeInfo.serializeBinaryToWriter ); } }; @@ -21905,38 +21875,38 @@ proto.io.bisq.protobuffer.GetTradesReply.serializeBinaryToWriter = function(mess /** * repeated TradeInfo trades = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetTradesReply.prototype.getTradesList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.TradeInfo, 1)); +proto.io.haveno.protobuffer.GetTradesReply.prototype.getTradesList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.TradeInfo, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetTradesReply} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetTradesReply} returns this */ -proto.io.bisq.protobuffer.GetTradesReply.prototype.setTradesList = function(value) { +proto.io.haveno.protobuffer.GetTradesReply.prototype.setTradesList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.TradeInfo=} opt_value + * @param {!proto.io.haveno.protobuffer.TradeInfo=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.TradeInfo} + * @return {!proto.io.haveno.protobuffer.TradeInfo} */ -proto.io.bisq.protobuffer.GetTradesReply.prototype.addTrades = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.TradeInfo, opt_index); +proto.io.haveno.protobuffer.GetTradesReply.prototype.addTrades = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.TradeInfo, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetTradesReply} returns this + * @return {!proto.io.haveno.protobuffer.GetTradesReply} returns this */ -proto.io.bisq.protobuffer.GetTradesReply.prototype.clearTradesList = function() { +proto.io.haveno.protobuffer.GetTradesReply.prototype.clearTradesList = function() { return this.setTradesList([]); }; @@ -21957,8 +21927,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CompleteTradeRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CompleteTradeRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CompleteTradeRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CompleteTradeRequest.toObject(opt_includeInstance, this); }; @@ -21967,11 +21937,11 @@ proto.io.bisq.protobuffer.CompleteTradeRequest.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CompleteTradeRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CompleteTradeRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CompleteTradeRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CompleteTradeRequest.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -21987,23 +21957,23 @@ proto.io.bisq.protobuffer.CompleteTradeRequest.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CompleteTradeRequest} + * @return {!proto.io.haveno.protobuffer.CompleteTradeRequest} */ -proto.io.bisq.protobuffer.CompleteTradeRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CompleteTradeRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CompleteTradeRequest; - return proto.io.bisq.protobuffer.CompleteTradeRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CompleteTradeRequest; + return proto.io.haveno.protobuffer.CompleteTradeRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CompleteTradeRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CompleteTradeRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CompleteTradeRequest} + * @return {!proto.io.haveno.protobuffer.CompleteTradeRequest} */ -proto.io.bisq.protobuffer.CompleteTradeRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CompleteTradeRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -22027,9 +21997,9 @@ proto.io.bisq.protobuffer.CompleteTradeRequest.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CompleteTradeRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CompleteTradeRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CompleteTradeRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CompleteTradeRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -22037,11 +22007,11 @@ proto.io.bisq.protobuffer.CompleteTradeRequest.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CompleteTradeRequest} message + * @param {!proto.io.haveno.protobuffer.CompleteTradeRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CompleteTradeRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CompleteTradeRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -22057,16 +22027,16 @@ proto.io.bisq.protobuffer.CompleteTradeRequest.serializeBinaryToWriter = functio * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.CompleteTradeRequest.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.CompleteTradeRequest.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CompleteTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.CompleteTradeRequest} returns this */ -proto.io.bisq.protobuffer.CompleteTradeRequest.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.CompleteTradeRequest.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -22087,8 +22057,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CompleteTradeReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CompleteTradeReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CompleteTradeReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CompleteTradeReply.toObject(opt_includeInstance, this); }; @@ -22097,11 +22067,11 @@ proto.io.bisq.protobuffer.CompleteTradeReply.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CompleteTradeReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CompleteTradeReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CompleteTradeReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CompleteTradeReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -22117,23 +22087,23 @@ proto.io.bisq.protobuffer.CompleteTradeReply.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CompleteTradeReply} + * @return {!proto.io.haveno.protobuffer.CompleteTradeReply} */ -proto.io.bisq.protobuffer.CompleteTradeReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CompleteTradeReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CompleteTradeReply; - return proto.io.bisq.protobuffer.CompleteTradeReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CompleteTradeReply; + return proto.io.haveno.protobuffer.CompleteTradeReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CompleteTradeReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CompleteTradeReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CompleteTradeReply} + * @return {!proto.io.haveno.protobuffer.CompleteTradeReply} */ -proto.io.bisq.protobuffer.CompleteTradeReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CompleteTradeReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -22153,9 +22123,9 @@ proto.io.bisq.protobuffer.CompleteTradeReply.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CompleteTradeReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CompleteTradeReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CompleteTradeReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CompleteTradeReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -22163,11 +22133,11 @@ proto.io.bisq.protobuffer.CompleteTradeReply.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CompleteTradeReply} message + * @param {!proto.io.haveno.protobuffer.CompleteTradeReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CompleteTradeReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CompleteTradeReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -22188,8 +22158,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.WithdrawFundsRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.WithdrawFundsRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.WithdrawFundsRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.WithdrawFundsRequest.toObject(opt_includeInstance, this); }; @@ -22198,11 +22168,11 @@ proto.io.bisq.protobuffer.WithdrawFundsRequest.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.WithdrawFundsRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.WithdrawFundsRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.WithdrawFundsRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.WithdrawFundsRequest.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), address: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -22220,23 +22190,23 @@ proto.io.bisq.protobuffer.WithdrawFundsRequest.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.WithdrawFundsRequest} + * @return {!proto.io.haveno.protobuffer.WithdrawFundsRequest} */ -proto.io.bisq.protobuffer.WithdrawFundsRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.WithdrawFundsRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.WithdrawFundsRequest; - return proto.io.bisq.protobuffer.WithdrawFundsRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.WithdrawFundsRequest; + return proto.io.haveno.protobuffer.WithdrawFundsRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.WithdrawFundsRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.WithdrawFundsRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.WithdrawFundsRequest} + * @return {!proto.io.haveno.protobuffer.WithdrawFundsRequest} */ -proto.io.bisq.protobuffer.WithdrawFundsRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.WithdrawFundsRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -22268,9 +22238,9 @@ proto.io.bisq.protobuffer.WithdrawFundsRequest.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.WithdrawFundsRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.WithdrawFundsRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.WithdrawFundsRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.WithdrawFundsRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -22278,11 +22248,11 @@ proto.io.bisq.protobuffer.WithdrawFundsRequest.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.WithdrawFundsRequest} message + * @param {!proto.io.haveno.protobuffer.WithdrawFundsRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.WithdrawFundsRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.WithdrawFundsRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -22312,16 +22282,16 @@ proto.io.bisq.protobuffer.WithdrawFundsRequest.serializeBinaryToWriter = functio * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.WithdrawFundsRequest.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.WithdrawFundsRequest.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.WithdrawFundsRequest} returns this + * @return {!proto.io.haveno.protobuffer.WithdrawFundsRequest} returns this */ -proto.io.bisq.protobuffer.WithdrawFundsRequest.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.WithdrawFundsRequest.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -22330,16 +22300,16 @@ proto.io.bisq.protobuffer.WithdrawFundsRequest.prototype.setTradeId = function(v * optional string address = 2; * @return {string} */ -proto.io.bisq.protobuffer.WithdrawFundsRequest.prototype.getAddress = function() { +proto.io.haveno.protobuffer.WithdrawFundsRequest.prototype.getAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.WithdrawFundsRequest} returns this + * @return {!proto.io.haveno.protobuffer.WithdrawFundsRequest} returns this */ -proto.io.bisq.protobuffer.WithdrawFundsRequest.prototype.setAddress = function(value) { +proto.io.haveno.protobuffer.WithdrawFundsRequest.prototype.setAddress = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -22348,16 +22318,16 @@ proto.io.bisq.protobuffer.WithdrawFundsRequest.prototype.setAddress = function(v * optional string memo = 3; * @return {string} */ -proto.io.bisq.protobuffer.WithdrawFundsRequest.prototype.getMemo = function() { +proto.io.haveno.protobuffer.WithdrawFundsRequest.prototype.getMemo = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.WithdrawFundsRequest} returns this + * @return {!proto.io.haveno.protobuffer.WithdrawFundsRequest} returns this */ -proto.io.bisq.protobuffer.WithdrawFundsRequest.prototype.setMemo = function(value) { +proto.io.haveno.protobuffer.WithdrawFundsRequest.prototype.setMemo = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -22378,8 +22348,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.WithdrawFundsReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.WithdrawFundsReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.WithdrawFundsReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.WithdrawFundsReply.toObject(opt_includeInstance, this); }; @@ -22388,11 +22358,11 @@ proto.io.bisq.protobuffer.WithdrawFundsReply.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.WithdrawFundsReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.WithdrawFundsReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.WithdrawFundsReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.WithdrawFundsReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -22408,23 +22378,23 @@ proto.io.bisq.protobuffer.WithdrawFundsReply.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.WithdrawFundsReply} + * @return {!proto.io.haveno.protobuffer.WithdrawFundsReply} */ -proto.io.bisq.protobuffer.WithdrawFundsReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.WithdrawFundsReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.WithdrawFundsReply; - return proto.io.bisq.protobuffer.WithdrawFundsReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.WithdrawFundsReply; + return proto.io.haveno.protobuffer.WithdrawFundsReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.WithdrawFundsReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.WithdrawFundsReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.WithdrawFundsReply} + * @return {!proto.io.haveno.protobuffer.WithdrawFundsReply} */ -proto.io.bisq.protobuffer.WithdrawFundsReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.WithdrawFundsReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -22444,9 +22414,9 @@ proto.io.bisq.protobuffer.WithdrawFundsReply.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.WithdrawFundsReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.WithdrawFundsReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.WithdrawFundsReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.WithdrawFundsReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -22454,11 +22424,11 @@ proto.io.bisq.protobuffer.WithdrawFundsReply.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.WithdrawFundsReply} message + * @param {!proto.io.haveno.protobuffer.WithdrawFundsReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.WithdrawFundsReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.WithdrawFundsReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -22479,8 +22449,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetChatMessagesRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetChatMessagesRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetChatMessagesRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetChatMessagesRequest.toObject(opt_includeInstance, this); }; @@ -22489,11 +22459,11 @@ proto.io.bisq.protobuffer.GetChatMessagesRequest.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetChatMessagesRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetChatMessagesRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetChatMessagesRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetChatMessagesRequest.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -22509,23 +22479,23 @@ proto.io.bisq.protobuffer.GetChatMessagesRequest.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetChatMessagesRequest} + * @return {!proto.io.haveno.protobuffer.GetChatMessagesRequest} */ -proto.io.bisq.protobuffer.GetChatMessagesRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetChatMessagesRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetChatMessagesRequest; - return proto.io.bisq.protobuffer.GetChatMessagesRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetChatMessagesRequest; + return proto.io.haveno.protobuffer.GetChatMessagesRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetChatMessagesRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetChatMessagesRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetChatMessagesRequest} + * @return {!proto.io.haveno.protobuffer.GetChatMessagesRequest} */ -proto.io.bisq.protobuffer.GetChatMessagesRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetChatMessagesRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -22549,9 +22519,9 @@ proto.io.bisq.protobuffer.GetChatMessagesRequest.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetChatMessagesRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetChatMessagesRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetChatMessagesRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetChatMessagesRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -22559,11 +22529,11 @@ proto.io.bisq.protobuffer.GetChatMessagesRequest.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetChatMessagesRequest} message + * @param {!proto.io.haveno.protobuffer.GetChatMessagesRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetChatMessagesRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetChatMessagesRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -22579,16 +22549,16 @@ proto.io.bisq.protobuffer.GetChatMessagesRequest.serializeBinaryToWriter = funct * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetChatMessagesRequest.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.GetChatMessagesRequest.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetChatMessagesRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetChatMessagesRequest} returns this */ -proto.io.bisq.protobuffer.GetChatMessagesRequest.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.GetChatMessagesRequest.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -22599,7 +22569,7 @@ proto.io.bisq.protobuffer.GetChatMessagesRequest.prototype.setTradeId = function * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetChatMessagesReply.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.GetChatMessagesReply.repeatedFields_ = [1]; @@ -22616,8 +22586,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetChatMessagesReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetChatMessagesReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetChatMessagesReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetChatMessagesReply.toObject(opt_includeInstance, this); }; @@ -22626,11 +22596,11 @@ proto.io.bisq.protobuffer.GetChatMessagesReply.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetChatMessagesReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetChatMessagesReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetChatMessagesReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetChatMessagesReply.toObject = function(includeInstance, msg) { var f, obj = { messageList: jspb.Message.toObjectList(msg.getMessageList(), pb_pb.ChatMessage.toObject, includeInstance) @@ -22647,23 +22617,23 @@ proto.io.bisq.protobuffer.GetChatMessagesReply.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetChatMessagesReply} + * @return {!proto.io.haveno.protobuffer.GetChatMessagesReply} */ -proto.io.bisq.protobuffer.GetChatMessagesReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetChatMessagesReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetChatMessagesReply; - return proto.io.bisq.protobuffer.GetChatMessagesReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetChatMessagesReply; + return proto.io.haveno.protobuffer.GetChatMessagesReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetChatMessagesReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetChatMessagesReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetChatMessagesReply} + * @return {!proto.io.haveno.protobuffer.GetChatMessagesReply} */ -proto.io.bisq.protobuffer.GetChatMessagesReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetChatMessagesReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -22688,9 +22658,9 @@ proto.io.bisq.protobuffer.GetChatMessagesReply.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetChatMessagesReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetChatMessagesReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetChatMessagesReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetChatMessagesReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -22698,11 +22668,11 @@ proto.io.bisq.protobuffer.GetChatMessagesReply.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetChatMessagesReply} message + * @param {!proto.io.haveno.protobuffer.GetChatMessagesReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetChatMessagesReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetChatMessagesReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMessageList(); if (f.length > 0) { @@ -22717,38 +22687,38 @@ proto.io.bisq.protobuffer.GetChatMessagesReply.serializeBinaryToWriter = functio /** * repeated ChatMessage message = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetChatMessagesReply.prototype.getMessageList = function() { - return /** @type{!Array} */ ( +proto.io.haveno.protobuffer.GetChatMessagesReply.prototype.getMessageList = function() { + return /** @type{!Array} */ ( jspb.Message.getRepeatedWrapperField(this, pb_pb.ChatMessage, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetChatMessagesReply} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetChatMessagesReply} returns this */ -proto.io.bisq.protobuffer.GetChatMessagesReply.prototype.setMessageList = function(value) { +proto.io.haveno.protobuffer.GetChatMessagesReply.prototype.setMessageList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.ChatMessage=} opt_value + * @param {!proto.io.haveno.protobuffer.ChatMessage=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.ChatMessage} + * @return {!proto.io.haveno.protobuffer.ChatMessage} */ -proto.io.bisq.protobuffer.GetChatMessagesReply.prototype.addMessage = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.ChatMessage, opt_index); +proto.io.haveno.protobuffer.GetChatMessagesReply.prototype.addMessage = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.ChatMessage, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetChatMessagesReply} returns this + * @return {!proto.io.haveno.protobuffer.GetChatMessagesReply} returns this */ -proto.io.bisq.protobuffer.GetChatMessagesReply.prototype.clearMessageList = function() { +proto.io.haveno.protobuffer.GetChatMessagesReply.prototype.clearMessageList = function() { return this.setMessageList([]); }; @@ -22769,8 +22739,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SendChatMessageRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SendChatMessageRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SendChatMessageRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SendChatMessageRequest.toObject(opt_includeInstance, this); }; @@ -22779,11 +22749,11 @@ proto.io.bisq.protobuffer.SendChatMessageRequest.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SendChatMessageRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SendChatMessageRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SendChatMessageRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SendChatMessageRequest.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), message: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -22800,23 +22770,23 @@ proto.io.bisq.protobuffer.SendChatMessageRequest.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SendChatMessageRequest} + * @return {!proto.io.haveno.protobuffer.SendChatMessageRequest} */ -proto.io.bisq.protobuffer.SendChatMessageRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SendChatMessageRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SendChatMessageRequest; - return proto.io.bisq.protobuffer.SendChatMessageRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SendChatMessageRequest; + return proto.io.haveno.protobuffer.SendChatMessageRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SendChatMessageRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SendChatMessageRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SendChatMessageRequest} + * @return {!proto.io.haveno.protobuffer.SendChatMessageRequest} */ -proto.io.bisq.protobuffer.SendChatMessageRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SendChatMessageRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -22844,9 +22814,9 @@ proto.io.bisq.protobuffer.SendChatMessageRequest.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SendChatMessageRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SendChatMessageRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SendChatMessageRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SendChatMessageRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -22854,11 +22824,11 @@ proto.io.bisq.protobuffer.SendChatMessageRequest.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SendChatMessageRequest} message + * @param {!proto.io.haveno.protobuffer.SendChatMessageRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SendChatMessageRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SendChatMessageRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -22881,16 +22851,16 @@ proto.io.bisq.protobuffer.SendChatMessageRequest.serializeBinaryToWriter = funct * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.SendChatMessageRequest.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.SendChatMessageRequest.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SendChatMessageRequest} returns this + * @return {!proto.io.haveno.protobuffer.SendChatMessageRequest} returns this */ -proto.io.bisq.protobuffer.SendChatMessageRequest.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.SendChatMessageRequest.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -22899,16 +22869,16 @@ proto.io.bisq.protobuffer.SendChatMessageRequest.prototype.setTradeId = function * optional string message = 2; * @return {string} */ -proto.io.bisq.protobuffer.SendChatMessageRequest.prototype.getMessage = function() { +proto.io.haveno.protobuffer.SendChatMessageRequest.prototype.getMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SendChatMessageRequest} returns this + * @return {!proto.io.haveno.protobuffer.SendChatMessageRequest} returns this */ -proto.io.bisq.protobuffer.SendChatMessageRequest.prototype.setMessage = function(value) { +proto.io.haveno.protobuffer.SendChatMessageRequest.prototype.setMessage = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -22929,8 +22899,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SendChatMessageReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SendChatMessageReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SendChatMessageReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SendChatMessageReply.toObject(opt_includeInstance, this); }; @@ -22939,11 +22909,11 @@ proto.io.bisq.protobuffer.SendChatMessageReply.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SendChatMessageReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SendChatMessageReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SendChatMessageReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SendChatMessageReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -22959,23 +22929,23 @@ proto.io.bisq.protobuffer.SendChatMessageReply.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SendChatMessageReply} + * @return {!proto.io.haveno.protobuffer.SendChatMessageReply} */ -proto.io.bisq.protobuffer.SendChatMessageReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SendChatMessageReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SendChatMessageReply; - return proto.io.bisq.protobuffer.SendChatMessageReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SendChatMessageReply; + return proto.io.haveno.protobuffer.SendChatMessageReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SendChatMessageReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SendChatMessageReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SendChatMessageReply} + * @return {!proto.io.haveno.protobuffer.SendChatMessageReply} */ -proto.io.bisq.protobuffer.SendChatMessageReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SendChatMessageReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -22995,9 +22965,9 @@ proto.io.bisq.protobuffer.SendChatMessageReply.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SendChatMessageReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SendChatMessageReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SendChatMessageReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SendChatMessageReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -23005,11 +22975,11 @@ proto.io.bisq.protobuffer.SendChatMessageReply.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SendChatMessageReply} message + * @param {!proto.io.haveno.protobuffer.SendChatMessageReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SendChatMessageReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SendChatMessageReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -23030,8 +23000,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.TradeInfo.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.TradeInfo.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.TradeInfo.toObject(opt_includeInstance, this); }; @@ -23040,23 +23010,23 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.toObject = function(opt_includeIns * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.TradeInfo} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.TradeInfo} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TradeInfo.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.TradeInfo.toObject = function(includeInstance, msg) { var f, obj = { - offer: (f = msg.getOffer()) && proto.io.bisq.protobuffer.OfferInfo.toObject(includeInstance, f), + offer: (f = msg.getOffer()) && proto.io.haveno.protobuffer.OfferInfo.toObject(includeInstance, f), tradeId: jspb.Message.getFieldWithDefault(msg, 2, ""), shortId: jspb.Message.getFieldWithDefault(msg, 3, ""), date: jspb.Message.getFieldWithDefault(msg, 4, 0), role: jspb.Message.getFieldWithDefault(msg, 5, ""), - takerFeeAsLong: jspb.Message.getFieldWithDefault(msg, 6, 0), + takerFee: jspb.Message.getFieldWithDefault(msg, 6, "0"), takerFeeTxId: jspb.Message.getFieldWithDefault(msg, 7, ""), payoutTxId: jspb.Message.getFieldWithDefault(msg, 8, ""), - amountAsLong: jspb.Message.getFieldWithDefault(msg, 9, 0), - buyerSecurityDeposit: jspb.Message.getFieldWithDefault(msg, 10, 0), - sellerSecurityDeposit: jspb.Message.getFieldWithDefault(msg, 11, 0), + amount: jspb.Message.getFieldWithDefault(msg, 9, "0"), + buyerSecurityDeposit: jspb.Message.getFieldWithDefault(msg, 10, "0"), + sellerSecurityDeposit: jspb.Message.getFieldWithDefault(msg, 11, "0"), price: jspb.Message.getFieldWithDefault(msg, 12, ""), arbitratorNodeAddress: jspb.Message.getFieldWithDefault(msg, 13, ""), tradePeerNodeAddress: jspb.Message.getFieldWithDefault(msg, 14, ""), @@ -23075,7 +23045,7 @@ proto.io.bisq.protobuffer.TradeInfo.toObject = function(includeInstance, msg) { isPayoutUnlocked: jspb.Message.getBooleanFieldWithDefault(msg, 27, false), isCompleted: jspb.Message.getBooleanFieldWithDefault(msg, 28, false), contractAsJson: jspb.Message.getFieldWithDefault(msg, 29, ""), - contract: (f = msg.getContract()) && proto.io.bisq.protobuffer.ContractInfo.toObject(includeInstance, f), + contract: (f = msg.getContract()) && proto.io.haveno.protobuffer.ContractInfo.toObject(includeInstance, f), tradeVolume: jspb.Message.getFieldWithDefault(msg, 31, ""), makerDepositTxId: jspb.Message.getFieldWithDefault(msg, 32, ""), takerDepositTxId: jspb.Message.getFieldWithDefault(msg, 33, "") @@ -23092,23 +23062,23 @@ proto.io.bisq.protobuffer.TradeInfo.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.TradeInfo} + * @return {!proto.io.haveno.protobuffer.TradeInfo} */ -proto.io.bisq.protobuffer.TradeInfo.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.TradeInfo.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.TradeInfo; - return proto.io.bisq.protobuffer.TradeInfo.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.TradeInfo; + return proto.io.haveno.protobuffer.TradeInfo.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.TradeInfo} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.TradeInfo} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.TradeInfo} + * @return {!proto.io.haveno.protobuffer.TradeInfo} */ -proto.io.bisq.protobuffer.TradeInfo.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.TradeInfo.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -23116,8 +23086,8 @@ proto.io.bisq.protobuffer.TradeInfo.deserializeBinaryFromReader = function(msg, var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.OfferInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.OfferInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.OfferInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.OfferInfo.deserializeBinaryFromReader); msg.setOffer(value); break; case 2: @@ -23137,8 +23107,8 @@ proto.io.bisq.protobuffer.TradeInfo.deserializeBinaryFromReader = function(msg, msg.setRole(value); break; case 6: - var value = /** @type {number} */ (reader.readUint64()); - msg.setTakerFeeAsLong(value); + var value = /** @type {string} */ (reader.readUint64String()); + msg.setTakerFee(value); break; case 7: var value = /** @type {string} */ (reader.readString()); @@ -23149,15 +23119,15 @@ proto.io.bisq.protobuffer.TradeInfo.deserializeBinaryFromReader = function(msg, msg.setPayoutTxId(value); break; case 9: - var value = /** @type {number} */ (reader.readUint64()); - msg.setAmountAsLong(value); + var value = /** @type {string} */ (reader.readUint64String()); + msg.setAmount(value); break; case 10: - var value = /** @type {number} */ (reader.readUint64()); + var value = /** @type {string} */ (reader.readUint64String()); msg.setBuyerSecurityDeposit(value); break; case 11: - var value = /** @type {number} */ (reader.readUint64()); + var value = /** @type {string} */ (reader.readUint64String()); msg.setSellerSecurityDeposit(value); break; case 12: @@ -23233,8 +23203,8 @@ proto.io.bisq.protobuffer.TradeInfo.deserializeBinaryFromReader = function(msg, msg.setContractAsJson(value); break; case 30: - var value = new proto.io.bisq.protobuffer.ContractInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.ContractInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.ContractInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.ContractInfo.deserializeBinaryFromReader); msg.setContract(value); break; case 31: @@ -23262,9 +23232,9 @@ proto.io.bisq.protobuffer.TradeInfo.deserializeBinaryFromReader = function(msg, * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.TradeInfo.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.TradeInfo.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -23272,18 +23242,18 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.TradeInfo} message + * @param {!proto.io.haveno.protobuffer.TradeInfo} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TradeInfo.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.TradeInfo.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOffer(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.OfferInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.OfferInfo.serializeBinaryToWriter ); } f = message.getTradeId(); @@ -23314,9 +23284,9 @@ proto.io.bisq.protobuffer.TradeInfo.serializeBinaryToWriter = function(message, f ); } - f = message.getTakerFeeAsLong(); - if (f !== 0) { - writer.writeUint64( + f = message.getTakerFee(); + if (parseInt(f, 10) !== 0) { + writer.writeUint64String( 6, f ); @@ -23335,23 +23305,23 @@ proto.io.bisq.protobuffer.TradeInfo.serializeBinaryToWriter = function(message, f ); } - f = message.getAmountAsLong(); - if (f !== 0) { - writer.writeUint64( + f = message.getAmount(); + if (parseInt(f, 10) !== 0) { + writer.writeUint64String( 9, f ); } f = message.getBuyerSecurityDeposit(); - if (f !== 0) { - writer.writeUint64( + if (parseInt(f, 10) !== 0) { + writer.writeUint64String( 10, f ); } f = message.getSellerSecurityDeposit(); - if (f !== 0) { - writer.writeUint64( + if (parseInt(f, 10) !== 0) { + writer.writeUint64String( 11, f ); @@ -23487,7 +23457,7 @@ proto.io.bisq.protobuffer.TradeInfo.serializeBinaryToWriter = function(message, writer.writeMessage( 30, f, - proto.io.bisq.protobuffer.ContractInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.ContractInfo.serializeBinaryToWriter ); } f = message.getTradeVolume(); @@ -23516,28 +23486,28 @@ proto.io.bisq.protobuffer.TradeInfo.serializeBinaryToWriter = function(message, /** * optional OfferInfo offer = 1; - * @return {?proto.io.bisq.protobuffer.OfferInfo} + * @return {?proto.io.haveno.protobuffer.OfferInfo} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getOffer = function() { - return /** @type{?proto.io.bisq.protobuffer.OfferInfo} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.OfferInfo, 1)); +proto.io.haveno.protobuffer.TradeInfo.prototype.getOffer = function() { + return /** @type{?proto.io.haveno.protobuffer.OfferInfo} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.OfferInfo, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.OfferInfo|undefined} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @param {?proto.io.haveno.protobuffer.OfferInfo|undefined} value + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setOffer = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setOffer = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.clearOffer = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.clearOffer = function() { return this.setOffer(undefined); }; @@ -23546,7 +23516,7 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.clearOffer = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.hasOffer = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.hasOffer = function() { return jspb.Message.getField(this, 1) != null; }; @@ -23555,16 +23525,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.hasOffer = function() { * optional string trade_id = 2; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -23573,16 +23543,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setTradeId = function(value) { * optional string short_id = 3; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getShortId = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getShortId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setShortId = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setShortId = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -23591,16 +23561,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setShortId = function(value) { * optional uint64 date = 4; * @return {number} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getDate = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setDate = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setDate = function(value) { return jspb.Message.setProto3IntField(this, 4, value); }; @@ -23609,35 +23579,35 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setDate = function(value) { * optional string role = 5; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getRole = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getRole = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setRole = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setRole = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; /** - * optional uint64 taker_fee_as_long = 6; - * @return {number} + * optional uint64 taker_fee = 6; + * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getTakerFeeAsLong = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0)); +proto.io.haveno.protobuffer.TradeInfo.prototype.getTakerFee = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "0")); }; /** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @param {string} value + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setTakerFeeAsLong = function(value) { - return jspb.Message.setProto3IntField(this, 6, value); +proto.io.haveno.protobuffer.TradeInfo.prototype.setTakerFee = function(value) { + return jspb.Message.setProto3StringIntField(this, 6, value); }; @@ -23645,16 +23615,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setTakerFeeAsLong = function(value * optional string taker_fee_tx_id = 7; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getTakerFeeTxId = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getTakerFeeTxId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setTakerFeeTxId = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setTakerFeeTxId = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; @@ -23663,71 +23633,71 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setTakerFeeTxId = function(value) * optional string payout_tx_id = 8; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getPayoutTxId = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getPayoutTxId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setPayoutTxId = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setPayoutTxId = function(value) { return jspb.Message.setProto3StringField(this, 8, value); }; /** - * optional uint64 amount_as_long = 9; - * @return {number} + * optional uint64 amount = 9; + * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getAmountAsLong = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0)); +proto.io.haveno.protobuffer.TradeInfo.prototype.getAmount = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "0")); }; /** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @param {string} value + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setAmountAsLong = function(value) { - return jspb.Message.setProto3IntField(this, 9, value); +proto.io.haveno.protobuffer.TradeInfo.prototype.setAmount = function(value) { + return jspb.Message.setProto3StringIntField(this, 9, value); }; /** * optional uint64 buyer_security_deposit = 10; - * @return {number} + * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getBuyerSecurityDeposit = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0)); +proto.io.haveno.protobuffer.TradeInfo.prototype.getBuyerSecurityDeposit = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, "0")); }; /** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @param {string} value + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setBuyerSecurityDeposit = function(value) { - return jspb.Message.setProto3IntField(this, 10, value); +proto.io.haveno.protobuffer.TradeInfo.prototype.setBuyerSecurityDeposit = function(value) { + return jspb.Message.setProto3StringIntField(this, 10, value); }; /** * optional uint64 seller_security_deposit = 11; - * @return {number} + * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getSellerSecurityDeposit = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 11, 0)); +proto.io.haveno.protobuffer.TradeInfo.prototype.getSellerSecurityDeposit = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, "0")); }; /** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @param {string} value + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setSellerSecurityDeposit = function(value) { - return jspb.Message.setProto3IntField(this, 11, value); +proto.io.haveno.protobuffer.TradeInfo.prototype.setSellerSecurityDeposit = function(value) { + return jspb.Message.setProto3StringIntField(this, 11, value); }; @@ -23735,16 +23705,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setSellerSecurityDeposit = functio * optional string price = 12; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getPrice = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getPrice = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setPrice = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setPrice = function(value) { return jspb.Message.setProto3StringField(this, 12, value); }; @@ -23753,16 +23723,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setPrice = function(value) { * optional string arbitrator_node_address = 13; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getArbitratorNodeAddress = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getArbitratorNodeAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setArbitratorNodeAddress = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setArbitratorNodeAddress = function(value) { return jspb.Message.setProto3StringField(this, 13, value); }; @@ -23771,16 +23741,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setArbitratorNodeAddress = functio * optional string trade_peer_node_address = 14; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getTradePeerNodeAddress = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getTradePeerNodeAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setTradePeerNodeAddress = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setTradePeerNodeAddress = function(value) { return jspb.Message.setProto3StringField(this, 14, value); }; @@ -23789,16 +23759,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setTradePeerNodeAddress = function * optional string state = 15; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getState = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getState = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setState = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setState = function(value) { return jspb.Message.setProto3StringField(this, 15, value); }; @@ -23807,16 +23777,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setState = function(value) { * optional string phase = 16; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getPhase = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getPhase = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setPhase = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setPhase = function(value) { return jspb.Message.setProto3StringField(this, 16, value); }; @@ -23825,16 +23795,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setPhase = function(value) { * optional string period_state = 17; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getPeriodState = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getPeriodState = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setPeriodState = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setPeriodState = function(value) { return jspb.Message.setProto3StringField(this, 17, value); }; @@ -23843,16 +23813,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setPeriodState = function(value) { * optional string payout_state = 18; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getPayoutState = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getPayoutState = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setPayoutState = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setPayoutState = function(value) { return jspb.Message.setProto3StringField(this, 18, value); }; @@ -23861,16 +23831,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setPayoutState = function(value) { * optional string dispute_state = 19; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getDisputeState = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getDisputeState = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setDisputeState = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setDisputeState = function(value) { return jspb.Message.setProto3StringField(this, 19, value); }; @@ -23879,16 +23849,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setDisputeState = function(value) * optional bool is_deposits_published = 20; * @return {boolean} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getIsDepositsPublished = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getIsDepositsPublished = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 20, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setIsDepositsPublished = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setIsDepositsPublished = function(value) { return jspb.Message.setProto3BooleanField(this, 20, value); }; @@ -23897,16 +23867,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setIsDepositsPublished = function( * optional bool is_deposits_confirmed = 21; * @return {boolean} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getIsDepositsConfirmed = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getIsDepositsConfirmed = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 21, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setIsDepositsConfirmed = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setIsDepositsConfirmed = function(value) { return jspb.Message.setProto3BooleanField(this, 21, value); }; @@ -23915,16 +23885,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setIsDepositsConfirmed = function( * optional bool is_deposits_unlocked = 22; * @return {boolean} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getIsDepositsUnlocked = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getIsDepositsUnlocked = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 22, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setIsDepositsUnlocked = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setIsDepositsUnlocked = function(value) { return jspb.Message.setProto3BooleanField(this, 22, value); }; @@ -23933,16 +23903,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setIsDepositsUnlocked = function(v * optional bool is_payment_sent = 23; * @return {boolean} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getIsPaymentSent = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getIsPaymentSent = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 23, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setIsPaymentSent = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setIsPaymentSent = function(value) { return jspb.Message.setProto3BooleanField(this, 23, value); }; @@ -23951,16 +23921,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setIsPaymentSent = function(value) * optional bool is_payment_received = 24; * @return {boolean} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getIsPaymentReceived = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getIsPaymentReceived = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 24, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setIsPaymentReceived = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setIsPaymentReceived = function(value) { return jspb.Message.setProto3BooleanField(this, 24, value); }; @@ -23969,16 +23939,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setIsPaymentReceived = function(va * optional bool is_payout_published = 25; * @return {boolean} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getIsPayoutPublished = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getIsPayoutPublished = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 25, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setIsPayoutPublished = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setIsPayoutPublished = function(value) { return jspb.Message.setProto3BooleanField(this, 25, value); }; @@ -23987,16 +23957,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setIsPayoutPublished = function(va * optional bool is_payout_confirmed = 26; * @return {boolean} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getIsPayoutConfirmed = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getIsPayoutConfirmed = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 26, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setIsPayoutConfirmed = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setIsPayoutConfirmed = function(value) { return jspb.Message.setProto3BooleanField(this, 26, value); }; @@ -24005,16 +23975,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setIsPayoutConfirmed = function(va * optional bool is_payout_unlocked = 27; * @return {boolean} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getIsPayoutUnlocked = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getIsPayoutUnlocked = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 27, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setIsPayoutUnlocked = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setIsPayoutUnlocked = function(value) { return jspb.Message.setProto3BooleanField(this, 27, value); }; @@ -24023,16 +23993,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setIsPayoutUnlocked = function(val * optional bool is_completed = 28; * @return {boolean} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getIsCompleted = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getIsCompleted = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 28, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setIsCompleted = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setIsCompleted = function(value) { return jspb.Message.setProto3BooleanField(this, 28, value); }; @@ -24041,44 +24011,44 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setIsCompleted = function(value) { * optional string contract_as_json = 29; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getContractAsJson = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getContractAsJson = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 29, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setContractAsJson = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setContractAsJson = function(value) { return jspb.Message.setProto3StringField(this, 29, value); }; /** * optional ContractInfo contract = 30; - * @return {?proto.io.bisq.protobuffer.ContractInfo} + * @return {?proto.io.haveno.protobuffer.ContractInfo} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getContract = function() { - return /** @type{?proto.io.bisq.protobuffer.ContractInfo} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ContractInfo, 30)); +proto.io.haveno.protobuffer.TradeInfo.prototype.getContract = function() { + return /** @type{?proto.io.haveno.protobuffer.ContractInfo} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ContractInfo, 30)); }; /** - * @param {?proto.io.bisq.protobuffer.ContractInfo|undefined} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @param {?proto.io.haveno.protobuffer.ContractInfo|undefined} value + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setContract = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setContract = function(value) { return jspb.Message.setWrapperField(this, 30, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.clearContract = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.clearContract = function() { return this.setContract(undefined); }; @@ -24087,7 +24057,7 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.clearContract = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.hasContract = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.hasContract = function() { return jspb.Message.getField(this, 30) != null; }; @@ -24096,16 +24066,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.hasContract = function() { * optional string trade_volume = 31; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getTradeVolume = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getTradeVolume = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 31, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setTradeVolume = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setTradeVolume = function(value) { return jspb.Message.setProto3StringField(this, 31, value); }; @@ -24114,16 +24084,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setTradeVolume = function(value) { * optional string maker_deposit_tx_id = 32; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getMakerDepositTxId = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getMakerDepositTxId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 32, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setMakerDepositTxId = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setMakerDepositTxId = function(value) { return jspb.Message.setProto3StringField(this, 32, value); }; @@ -24132,16 +24102,16 @@ proto.io.bisq.protobuffer.TradeInfo.prototype.setMakerDepositTxId = function(val * optional string taker_deposit_tx_id = 33; * @return {string} */ -proto.io.bisq.protobuffer.TradeInfo.prototype.getTakerDepositTxId = function() { +proto.io.haveno.protobuffer.TradeInfo.prototype.getTakerDepositTxId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 33, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeInfo} returns this + * @return {!proto.io.haveno.protobuffer.TradeInfo} returns this */ -proto.io.bisq.protobuffer.TradeInfo.prototype.setTakerDepositTxId = function(value) { +proto.io.haveno.protobuffer.TradeInfo.prototype.setTakerDepositTxId = function(value) { return jspb.Message.setProto3StringField(this, 33, value); }; @@ -24162,8 +24132,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ContractInfo.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ContractInfo.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ContractInfo.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ContractInfo.toObject(opt_includeInstance, this); }; @@ -24172,11 +24142,11 @@ proto.io.bisq.protobuffer.ContractInfo.prototype.toObject = function(opt_include * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ContractInfo} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ContractInfo} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ContractInfo.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ContractInfo.toObject = function(includeInstance, msg) { var f, obj = { buyerNodeAddress: jspb.Message.getFieldWithDefault(msg, 1, ""), sellerNodeAddress: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -24202,23 +24172,23 @@ proto.io.bisq.protobuffer.ContractInfo.toObject = function(includeInstance, msg) /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ContractInfo} + * @return {!proto.io.haveno.protobuffer.ContractInfo} */ -proto.io.bisq.protobuffer.ContractInfo.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ContractInfo.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ContractInfo; - return proto.io.bisq.protobuffer.ContractInfo.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ContractInfo; + return proto.io.haveno.protobuffer.ContractInfo.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ContractInfo} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ContractInfo} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ContractInfo} + * @return {!proto.io.haveno.protobuffer.ContractInfo} */ -proto.io.bisq.protobuffer.ContractInfo.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ContractInfo.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -24284,9 +24254,9 @@ proto.io.bisq.protobuffer.ContractInfo.deserializeBinaryFromReader = function(ms * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ContractInfo.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ContractInfo.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ContractInfo.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ContractInfo.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -24294,11 +24264,11 @@ proto.io.bisq.protobuffer.ContractInfo.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ContractInfo} message + * @param {!proto.io.haveno.protobuffer.ContractInfo} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ContractInfo.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ContractInfo.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getBuyerNodeAddress(); if (f.length > 0) { @@ -24386,16 +24356,16 @@ proto.io.bisq.protobuffer.ContractInfo.serializeBinaryToWriter = function(messag * optional string buyer_node_address = 1; * @return {string} */ -proto.io.bisq.protobuffer.ContractInfo.prototype.getBuyerNodeAddress = function() { +proto.io.haveno.protobuffer.ContractInfo.prototype.getBuyerNodeAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ContractInfo} returns this + * @return {!proto.io.haveno.protobuffer.ContractInfo} returns this */ -proto.io.bisq.protobuffer.ContractInfo.prototype.setBuyerNodeAddress = function(value) { +proto.io.haveno.protobuffer.ContractInfo.prototype.setBuyerNodeAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -24404,16 +24374,16 @@ proto.io.bisq.protobuffer.ContractInfo.prototype.setBuyerNodeAddress = function( * optional string seller_node_address = 2; * @return {string} */ -proto.io.bisq.protobuffer.ContractInfo.prototype.getSellerNodeAddress = function() { +proto.io.haveno.protobuffer.ContractInfo.prototype.getSellerNodeAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ContractInfo} returns this + * @return {!proto.io.haveno.protobuffer.ContractInfo} returns this */ -proto.io.bisq.protobuffer.ContractInfo.prototype.setSellerNodeAddress = function(value) { +proto.io.haveno.protobuffer.ContractInfo.prototype.setSellerNodeAddress = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -24422,16 +24392,16 @@ proto.io.bisq.protobuffer.ContractInfo.prototype.setSellerNodeAddress = function * optional bool is_buyer_maker_and_seller_taker = 5; * @return {boolean} */ -proto.io.bisq.protobuffer.ContractInfo.prototype.getIsBuyerMakerAndSellerTaker = function() { +proto.io.haveno.protobuffer.ContractInfo.prototype.getIsBuyerMakerAndSellerTaker = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.ContractInfo} returns this + * @return {!proto.io.haveno.protobuffer.ContractInfo} returns this */ -proto.io.bisq.protobuffer.ContractInfo.prototype.setIsBuyerMakerAndSellerTaker = function(value) { +proto.io.haveno.protobuffer.ContractInfo.prototype.setIsBuyerMakerAndSellerTaker = function(value) { return jspb.Message.setProto3BooleanField(this, 5, value); }; @@ -24440,16 +24410,16 @@ proto.io.bisq.protobuffer.ContractInfo.prototype.setIsBuyerMakerAndSellerTaker = * optional string maker_account_id = 6; * @return {string} */ -proto.io.bisq.protobuffer.ContractInfo.prototype.getMakerAccountId = function() { +proto.io.haveno.protobuffer.ContractInfo.prototype.getMakerAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ContractInfo} returns this + * @return {!proto.io.haveno.protobuffer.ContractInfo} returns this */ -proto.io.bisq.protobuffer.ContractInfo.prototype.setMakerAccountId = function(value) { +proto.io.haveno.protobuffer.ContractInfo.prototype.setMakerAccountId = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; @@ -24458,44 +24428,44 @@ proto.io.bisq.protobuffer.ContractInfo.prototype.setMakerAccountId = function(va * optional string taker_account_id = 7; * @return {string} */ -proto.io.bisq.protobuffer.ContractInfo.prototype.getTakerAccountId = function() { +proto.io.haveno.protobuffer.ContractInfo.prototype.getTakerAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ContractInfo} returns this + * @return {!proto.io.haveno.protobuffer.ContractInfo} returns this */ -proto.io.bisq.protobuffer.ContractInfo.prototype.setTakerAccountId = function(value) { +proto.io.haveno.protobuffer.ContractInfo.prototype.setTakerAccountId = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; /** * optional PaymentAccountPayload maker_payment_account_payload = 8; - * @return {?proto.io.bisq.protobuffer.PaymentAccountPayload} + * @return {?proto.io.haveno.protobuffer.PaymentAccountPayload} */ -proto.io.bisq.protobuffer.ContractInfo.prototype.getMakerPaymentAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccountPayload} */ ( +proto.io.haveno.protobuffer.ContractInfo.prototype.getMakerPaymentAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccountPayload} */ ( jspb.Message.getWrapperField(this, pb_pb.PaymentAccountPayload, 8)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.ContractInfo} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.ContractInfo} returns this */ -proto.io.bisq.protobuffer.ContractInfo.prototype.setMakerPaymentAccountPayload = function(value) { +proto.io.haveno.protobuffer.ContractInfo.prototype.setMakerPaymentAccountPayload = function(value) { return jspb.Message.setWrapperField(this, 8, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.ContractInfo} returns this + * @return {!proto.io.haveno.protobuffer.ContractInfo} returns this */ -proto.io.bisq.protobuffer.ContractInfo.prototype.clearMakerPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.ContractInfo.prototype.clearMakerPaymentAccountPayload = function() { return this.setMakerPaymentAccountPayload(undefined); }; @@ -24504,35 +24474,35 @@ proto.io.bisq.protobuffer.ContractInfo.prototype.clearMakerPaymentAccountPayload * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.ContractInfo.prototype.hasMakerPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.ContractInfo.prototype.hasMakerPaymentAccountPayload = function() { return jspb.Message.getField(this, 8) != null; }; /** * optional PaymentAccountPayload taker_payment_account_payload = 9; - * @return {?proto.io.bisq.protobuffer.PaymentAccountPayload} + * @return {?proto.io.haveno.protobuffer.PaymentAccountPayload} */ -proto.io.bisq.protobuffer.ContractInfo.prototype.getTakerPaymentAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccountPayload} */ ( +proto.io.haveno.protobuffer.ContractInfo.prototype.getTakerPaymentAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccountPayload} */ ( jspb.Message.getWrapperField(this, pb_pb.PaymentAccountPayload, 9)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.ContractInfo} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.ContractInfo} returns this */ -proto.io.bisq.protobuffer.ContractInfo.prototype.setTakerPaymentAccountPayload = function(value) { +proto.io.haveno.protobuffer.ContractInfo.prototype.setTakerPaymentAccountPayload = function(value) { return jspb.Message.setWrapperField(this, 9, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.ContractInfo} returns this + * @return {!proto.io.haveno.protobuffer.ContractInfo} returns this */ -proto.io.bisq.protobuffer.ContractInfo.prototype.clearTakerPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.ContractInfo.prototype.clearTakerPaymentAccountPayload = function() { return this.setTakerPaymentAccountPayload(undefined); }; @@ -24541,7 +24511,7 @@ proto.io.bisq.protobuffer.ContractInfo.prototype.clearTakerPaymentAccountPayload * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.ContractInfo.prototype.hasTakerPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.ContractInfo.prototype.hasTakerPaymentAccountPayload = function() { return jspb.Message.getField(this, 9) != null; }; @@ -24550,16 +24520,16 @@ proto.io.bisq.protobuffer.ContractInfo.prototype.hasTakerPaymentAccountPayload = * optional string maker_payout_address_string = 10; * @return {string} */ -proto.io.bisq.protobuffer.ContractInfo.prototype.getMakerPayoutAddressString = function() { +proto.io.haveno.protobuffer.ContractInfo.prototype.getMakerPayoutAddressString = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ContractInfo} returns this + * @return {!proto.io.haveno.protobuffer.ContractInfo} returns this */ -proto.io.bisq.protobuffer.ContractInfo.prototype.setMakerPayoutAddressString = function(value) { +proto.io.haveno.protobuffer.ContractInfo.prototype.setMakerPayoutAddressString = function(value) { return jspb.Message.setProto3StringField(this, 10, value); }; @@ -24568,16 +24538,16 @@ proto.io.bisq.protobuffer.ContractInfo.prototype.setMakerPayoutAddressString = f * optional string taker_payout_address_string = 11; * @return {string} */ -proto.io.bisq.protobuffer.ContractInfo.prototype.getTakerPayoutAddressString = function() { +proto.io.haveno.protobuffer.ContractInfo.prototype.getTakerPayoutAddressString = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ContractInfo} returns this + * @return {!proto.io.haveno.protobuffer.ContractInfo} returns this */ -proto.io.bisq.protobuffer.ContractInfo.prototype.setTakerPayoutAddressString = function(value) { +proto.io.haveno.protobuffer.ContractInfo.prototype.setTakerPayoutAddressString = function(value) { return jspb.Message.setProto3StringField(this, 11, value); }; @@ -24586,16 +24556,16 @@ proto.io.bisq.protobuffer.ContractInfo.prototype.setTakerPayoutAddressString = f * optional uint64 lock_time = 12; * @return {number} */ -proto.io.bisq.protobuffer.ContractInfo.prototype.getLockTime = function() { +proto.io.haveno.protobuffer.ContractInfo.prototype.getLockTime = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 12, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.ContractInfo} returns this + * @return {!proto.io.haveno.protobuffer.ContractInfo} returns this */ -proto.io.bisq.protobuffer.ContractInfo.prototype.setLockTime = function(value) { +proto.io.haveno.protobuffer.ContractInfo.prototype.setLockTime = function(value) { return jspb.Message.setProto3IntField(this, 12, value); }; @@ -24604,16 +24574,16 @@ proto.io.bisq.protobuffer.ContractInfo.prototype.setLockTime = function(value) { * optional string arbitrator_node_address = 100; * @return {string} */ -proto.io.bisq.protobuffer.ContractInfo.prototype.getArbitratorNodeAddress = function() { +proto.io.haveno.protobuffer.ContractInfo.prototype.getArbitratorNodeAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 100, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ContractInfo} returns this + * @return {!proto.io.haveno.protobuffer.ContractInfo} returns this */ -proto.io.bisq.protobuffer.ContractInfo.prototype.setArbitratorNodeAddress = function(value) { +proto.io.haveno.protobuffer.ContractInfo.prototype.setArbitratorNodeAddress = function(value) { return jspb.Message.setProto3StringField(this, 100, value); }; @@ -24634,8 +24604,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetBalancesRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetBalancesRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetBalancesRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetBalancesRequest.toObject(opt_includeInstance, this); }; @@ -24644,11 +24614,11 @@ proto.io.bisq.protobuffer.GetBalancesRequest.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetBalancesRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetBalancesRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetBalancesRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetBalancesRequest.toObject = function(includeInstance, msg) { var f, obj = { currencyCode: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -24664,23 +24634,23 @@ proto.io.bisq.protobuffer.GetBalancesRequest.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetBalancesRequest} + * @return {!proto.io.haveno.protobuffer.GetBalancesRequest} */ -proto.io.bisq.protobuffer.GetBalancesRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetBalancesRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetBalancesRequest; - return proto.io.bisq.protobuffer.GetBalancesRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetBalancesRequest; + return proto.io.haveno.protobuffer.GetBalancesRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetBalancesRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetBalancesRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetBalancesRequest} + * @return {!proto.io.haveno.protobuffer.GetBalancesRequest} */ -proto.io.bisq.protobuffer.GetBalancesRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetBalancesRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -24704,9 +24674,9 @@ proto.io.bisq.protobuffer.GetBalancesRequest.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetBalancesRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetBalancesRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetBalancesRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetBalancesRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -24714,11 +24684,11 @@ proto.io.bisq.protobuffer.GetBalancesRequest.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetBalancesRequest} message + * @param {!proto.io.haveno.protobuffer.GetBalancesRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetBalancesRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetBalancesRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCurrencyCode(); if (f.length > 0) { @@ -24734,16 +24704,16 @@ proto.io.bisq.protobuffer.GetBalancesRequest.serializeBinaryToWriter = function( * optional string currency_code = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetBalancesRequest.prototype.getCurrencyCode = function() { +proto.io.haveno.protobuffer.GetBalancesRequest.prototype.getCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetBalancesRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetBalancesRequest} returns this */ -proto.io.bisq.protobuffer.GetBalancesRequest.prototype.setCurrencyCode = function(value) { +proto.io.haveno.protobuffer.GetBalancesRequest.prototype.setCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -24764,8 +24734,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetBalancesReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetBalancesReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetBalancesReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetBalancesReply.toObject(opt_includeInstance, this); }; @@ -24774,13 +24744,13 @@ proto.io.bisq.protobuffer.GetBalancesReply.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetBalancesReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetBalancesReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetBalancesReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetBalancesReply.toObject = function(includeInstance, msg) { var f, obj = { - balances: (f = msg.getBalances()) && proto.io.bisq.protobuffer.BalancesInfo.toObject(includeInstance, f) + balances: (f = msg.getBalances()) && proto.io.haveno.protobuffer.BalancesInfo.toObject(includeInstance, f) }; if (includeInstance) { @@ -24794,23 +24764,23 @@ proto.io.bisq.protobuffer.GetBalancesReply.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetBalancesReply} + * @return {!proto.io.haveno.protobuffer.GetBalancesReply} */ -proto.io.bisq.protobuffer.GetBalancesReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetBalancesReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetBalancesReply; - return proto.io.bisq.protobuffer.GetBalancesReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetBalancesReply; + return proto.io.haveno.protobuffer.GetBalancesReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetBalancesReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetBalancesReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetBalancesReply} + * @return {!proto.io.haveno.protobuffer.GetBalancesReply} */ -proto.io.bisq.protobuffer.GetBalancesReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetBalancesReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -24818,8 +24788,8 @@ proto.io.bisq.protobuffer.GetBalancesReply.deserializeBinaryFromReader = functio var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.BalancesInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.BalancesInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.BalancesInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.BalancesInfo.deserializeBinaryFromReader); msg.setBalances(value); break; default: @@ -24835,9 +24805,9 @@ proto.io.bisq.protobuffer.GetBalancesReply.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetBalancesReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetBalancesReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetBalancesReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetBalancesReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -24845,18 +24815,18 @@ proto.io.bisq.protobuffer.GetBalancesReply.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetBalancesReply} message + * @param {!proto.io.haveno.protobuffer.GetBalancesReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetBalancesReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetBalancesReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getBalances(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.BalancesInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.BalancesInfo.serializeBinaryToWriter ); } }; @@ -24864,28 +24834,28 @@ proto.io.bisq.protobuffer.GetBalancesReply.serializeBinaryToWriter = function(me /** * optional BalancesInfo balances = 1; - * @return {?proto.io.bisq.protobuffer.BalancesInfo} + * @return {?proto.io.haveno.protobuffer.BalancesInfo} */ -proto.io.bisq.protobuffer.GetBalancesReply.prototype.getBalances = function() { - return /** @type{?proto.io.bisq.protobuffer.BalancesInfo} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.BalancesInfo, 1)); +proto.io.haveno.protobuffer.GetBalancesReply.prototype.getBalances = function() { + return /** @type{?proto.io.haveno.protobuffer.BalancesInfo} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.BalancesInfo, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.BalancesInfo|undefined} value - * @return {!proto.io.bisq.protobuffer.GetBalancesReply} returns this + * @param {?proto.io.haveno.protobuffer.BalancesInfo|undefined} value + * @return {!proto.io.haveno.protobuffer.GetBalancesReply} returns this */ -proto.io.bisq.protobuffer.GetBalancesReply.prototype.setBalances = function(value) { +proto.io.haveno.protobuffer.GetBalancesReply.prototype.setBalances = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.GetBalancesReply} returns this + * @return {!proto.io.haveno.protobuffer.GetBalancesReply} returns this */ -proto.io.bisq.protobuffer.GetBalancesReply.prototype.clearBalances = function() { +proto.io.haveno.protobuffer.GetBalancesReply.prototype.clearBalances = function() { return this.setBalances(undefined); }; @@ -24894,7 +24864,7 @@ proto.io.bisq.protobuffer.GetBalancesReply.prototype.clearBalances = function() * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.GetBalancesReply.prototype.hasBalances = function() { +proto.io.haveno.protobuffer.GetBalancesReply.prototype.hasBalances = function() { return jspb.Message.getField(this, 1) != null; }; @@ -24915,8 +24885,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetXmrSeedRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetXmrSeedRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetXmrSeedRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetXmrSeedRequest.toObject(opt_includeInstance, this); }; @@ -24925,11 +24895,11 @@ proto.io.bisq.protobuffer.GetXmrSeedRequest.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetXmrSeedRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetXmrSeedRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrSeedRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetXmrSeedRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -24945,23 +24915,23 @@ proto.io.bisq.protobuffer.GetXmrSeedRequest.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetXmrSeedRequest} + * @return {!proto.io.haveno.protobuffer.GetXmrSeedRequest} */ -proto.io.bisq.protobuffer.GetXmrSeedRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetXmrSeedRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetXmrSeedRequest; - return proto.io.bisq.protobuffer.GetXmrSeedRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetXmrSeedRequest; + return proto.io.haveno.protobuffer.GetXmrSeedRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetXmrSeedRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetXmrSeedRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetXmrSeedRequest} + * @return {!proto.io.haveno.protobuffer.GetXmrSeedRequest} */ -proto.io.bisq.protobuffer.GetXmrSeedRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetXmrSeedRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -24981,9 +24951,9 @@ proto.io.bisq.protobuffer.GetXmrSeedRequest.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetXmrSeedRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetXmrSeedRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetXmrSeedRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetXmrSeedRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -24991,11 +24961,11 @@ proto.io.bisq.protobuffer.GetXmrSeedRequest.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetXmrSeedRequest} message + * @param {!proto.io.haveno.protobuffer.GetXmrSeedRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrSeedRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetXmrSeedRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -25016,8 +24986,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetXmrSeedReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetXmrSeedReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetXmrSeedReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetXmrSeedReply.toObject(opt_includeInstance, this); }; @@ -25026,11 +24996,11 @@ proto.io.bisq.protobuffer.GetXmrSeedReply.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetXmrSeedReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetXmrSeedReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrSeedReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetXmrSeedReply.toObject = function(includeInstance, msg) { var f, obj = { seed: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -25046,23 +25016,23 @@ proto.io.bisq.protobuffer.GetXmrSeedReply.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetXmrSeedReply} + * @return {!proto.io.haveno.protobuffer.GetXmrSeedReply} */ -proto.io.bisq.protobuffer.GetXmrSeedReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetXmrSeedReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetXmrSeedReply; - return proto.io.bisq.protobuffer.GetXmrSeedReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetXmrSeedReply; + return proto.io.haveno.protobuffer.GetXmrSeedReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetXmrSeedReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetXmrSeedReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetXmrSeedReply} + * @return {!proto.io.haveno.protobuffer.GetXmrSeedReply} */ -proto.io.bisq.protobuffer.GetXmrSeedReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetXmrSeedReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -25086,9 +25056,9 @@ proto.io.bisq.protobuffer.GetXmrSeedReply.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetXmrSeedReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetXmrSeedReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetXmrSeedReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetXmrSeedReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -25096,11 +25066,11 @@ proto.io.bisq.protobuffer.GetXmrSeedReply.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetXmrSeedReply} message + * @param {!proto.io.haveno.protobuffer.GetXmrSeedReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrSeedReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetXmrSeedReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getSeed(); if (f.length > 0) { @@ -25116,16 +25086,16 @@ proto.io.bisq.protobuffer.GetXmrSeedReply.serializeBinaryToWriter = function(mes * optional string seed = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetXmrSeedReply.prototype.getSeed = function() { +proto.io.haveno.protobuffer.GetXmrSeedReply.prototype.getSeed = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetXmrSeedReply} returns this + * @return {!proto.io.haveno.protobuffer.GetXmrSeedReply} returns this */ -proto.io.bisq.protobuffer.GetXmrSeedReply.prototype.setSeed = function(value) { +proto.io.haveno.protobuffer.GetXmrSeedReply.prototype.setSeed = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -25146,8 +25116,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest.toObject(opt_includeInstance, this); }; @@ -25156,11 +25126,11 @@ proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest.prototype.toObject = funct * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -25176,23 +25146,23 @@ proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest.toObject = function(includ /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest} + * @return {!proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest} */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest; - return proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest; + return proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest} + * @return {!proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest} */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -25212,9 +25182,9 @@ proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest.deserializeBinaryFromReade * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -25222,11 +25192,11 @@ proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest} message + * @param {!proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetXmrPrimaryAddressRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -25247,8 +25217,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply.toObject(opt_includeInstance, this); }; @@ -25257,11 +25227,11 @@ proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.prototype.toObject = functio * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply.toObject = function(includeInstance, msg) { var f, obj = { primaryAddress: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -25277,23 +25247,23 @@ proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.toObject = function(includeI /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply} + * @return {!proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply} */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply; - return proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply; + return proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply} + * @return {!proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply} */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -25317,9 +25287,9 @@ proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -25327,11 +25297,11 @@ proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply} message + * @param {!proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPrimaryAddress(); if (f.length > 0) { @@ -25347,16 +25317,16 @@ proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.serializeBinaryToWriter = fu * optional string primary_address = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.prototype.getPrimaryAddress = function() { +proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply.prototype.getPrimaryAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply} returns this + * @return {!proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply} returns this */ -proto.io.bisq.protobuffer.GetXmrPrimaryAddressReply.prototype.setPrimaryAddress = function(value) { +proto.io.haveno.protobuffer.GetXmrPrimaryAddressReply.prototype.setPrimaryAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -25377,8 +25347,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest.toObject(opt_includeInstance, this); }; @@ -25387,11 +25357,11 @@ proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest.prototype.toObject = functi * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -25407,23 +25377,23 @@ proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest.toObject = function(include /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest} + * @return {!proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest} */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest; - return proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest; + return proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest} + * @return {!proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest} */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -25443,9 +25413,9 @@ proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -25453,11 +25423,11 @@ proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest} message + * @param {!proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetXmrNewSubaddressRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -25478,8 +25448,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetXmrNewSubaddressReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetXmrNewSubaddressReply.toObject(opt_includeInstance, this); }; @@ -25488,11 +25458,11 @@ proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.prototype.toObject = function * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetXmrNewSubaddressReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetXmrNewSubaddressReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetXmrNewSubaddressReply.toObject = function(includeInstance, msg) { var f, obj = { subaddress: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -25508,23 +25478,23 @@ proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.toObject = function(includeIn /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetXmrNewSubaddressReply} + * @return {!proto.io.haveno.protobuffer.GetXmrNewSubaddressReply} */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetXmrNewSubaddressReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetXmrNewSubaddressReply; - return proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetXmrNewSubaddressReply; + return proto.io.haveno.protobuffer.GetXmrNewSubaddressReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetXmrNewSubaddressReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetXmrNewSubaddressReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetXmrNewSubaddressReply} + * @return {!proto.io.haveno.protobuffer.GetXmrNewSubaddressReply} */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetXmrNewSubaddressReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -25548,9 +25518,9 @@ proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetXmrNewSubaddressReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetXmrNewSubaddressReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -25558,11 +25528,11 @@ proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.prototype.serializeBinary = f /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetXmrNewSubaddressReply} message + * @param {!proto.io.haveno.protobuffer.GetXmrNewSubaddressReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetXmrNewSubaddressReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getSubaddress(); if (f.length > 0) { @@ -25578,16 +25548,16 @@ proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.serializeBinaryToWriter = fun * optional string subaddress = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.prototype.getSubaddress = function() { +proto.io.haveno.protobuffer.GetXmrNewSubaddressReply.prototype.getSubaddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetXmrNewSubaddressReply} returns this + * @return {!proto.io.haveno.protobuffer.GetXmrNewSubaddressReply} returns this */ -proto.io.bisq.protobuffer.GetXmrNewSubaddressReply.prototype.setSubaddress = function(value) { +proto.io.haveno.protobuffer.GetXmrNewSubaddressReply.prototype.setSubaddress = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -25608,8 +25578,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetXmrTxsRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetXmrTxsRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetXmrTxsRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetXmrTxsRequest.toObject(opt_includeInstance, this); }; @@ -25618,11 +25588,11 @@ proto.io.bisq.protobuffer.GetXmrTxsRequest.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetXmrTxsRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetXmrTxsRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrTxsRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetXmrTxsRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -25638,23 +25608,23 @@ proto.io.bisq.protobuffer.GetXmrTxsRequest.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetXmrTxsRequest} + * @return {!proto.io.haveno.protobuffer.GetXmrTxsRequest} */ -proto.io.bisq.protobuffer.GetXmrTxsRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetXmrTxsRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetXmrTxsRequest; - return proto.io.bisq.protobuffer.GetXmrTxsRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetXmrTxsRequest; + return proto.io.haveno.protobuffer.GetXmrTxsRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetXmrTxsRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetXmrTxsRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetXmrTxsRequest} + * @return {!proto.io.haveno.protobuffer.GetXmrTxsRequest} */ -proto.io.bisq.protobuffer.GetXmrTxsRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetXmrTxsRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -25674,9 +25644,9 @@ proto.io.bisq.protobuffer.GetXmrTxsRequest.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetXmrTxsRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetXmrTxsRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetXmrTxsRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetXmrTxsRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -25684,11 +25654,11 @@ proto.io.bisq.protobuffer.GetXmrTxsRequest.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetXmrTxsRequest} message + * @param {!proto.io.haveno.protobuffer.GetXmrTxsRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrTxsRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetXmrTxsRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -25699,7 +25669,7 @@ proto.io.bisq.protobuffer.GetXmrTxsRequest.serializeBinaryToWriter = function(me * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetXmrTxsReply.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.GetXmrTxsReply.repeatedFields_ = [1]; @@ -25716,8 +25686,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetXmrTxsReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetXmrTxsReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetXmrTxsReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetXmrTxsReply.toObject(opt_includeInstance, this); }; @@ -25726,14 +25696,14 @@ proto.io.bisq.protobuffer.GetXmrTxsReply.prototype.toObject = function(opt_inclu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetXmrTxsReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetXmrTxsReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrTxsReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetXmrTxsReply.toObject = function(includeInstance, msg) { var f, obj = { txsList: jspb.Message.toObjectList(msg.getTxsList(), - proto.io.bisq.protobuffer.XmrTx.toObject, includeInstance) + proto.io.haveno.protobuffer.XmrTx.toObject, includeInstance) }; if (includeInstance) { @@ -25747,23 +25717,23 @@ proto.io.bisq.protobuffer.GetXmrTxsReply.toObject = function(includeInstance, ms /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetXmrTxsReply} + * @return {!proto.io.haveno.protobuffer.GetXmrTxsReply} */ -proto.io.bisq.protobuffer.GetXmrTxsReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetXmrTxsReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetXmrTxsReply; - return proto.io.bisq.protobuffer.GetXmrTxsReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetXmrTxsReply; + return proto.io.haveno.protobuffer.GetXmrTxsReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetXmrTxsReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetXmrTxsReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetXmrTxsReply} + * @return {!proto.io.haveno.protobuffer.GetXmrTxsReply} */ -proto.io.bisq.protobuffer.GetXmrTxsReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetXmrTxsReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -25771,8 +25741,8 @@ proto.io.bisq.protobuffer.GetXmrTxsReply.deserializeBinaryFromReader = function( var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.XmrTx; - reader.readMessage(value,proto.io.bisq.protobuffer.XmrTx.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.XmrTx; + reader.readMessage(value,proto.io.haveno.protobuffer.XmrTx.deserializeBinaryFromReader); msg.addTxs(value); break; default: @@ -25788,9 +25758,9 @@ proto.io.bisq.protobuffer.GetXmrTxsReply.deserializeBinaryFromReader = function( * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetXmrTxsReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetXmrTxsReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetXmrTxsReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetXmrTxsReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -25798,18 +25768,18 @@ proto.io.bisq.protobuffer.GetXmrTxsReply.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetXmrTxsReply} message + * @param {!proto.io.haveno.protobuffer.GetXmrTxsReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetXmrTxsReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetXmrTxsReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTxsList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.XmrTx.serializeBinaryToWriter + proto.io.haveno.protobuffer.XmrTx.serializeBinaryToWriter ); } }; @@ -25817,38 +25787,38 @@ proto.io.bisq.protobuffer.GetXmrTxsReply.serializeBinaryToWriter = function(mess /** * repeated XmrTx txs = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetXmrTxsReply.prototype.getTxsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.XmrTx, 1)); +proto.io.haveno.protobuffer.GetXmrTxsReply.prototype.getTxsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.XmrTx, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetXmrTxsReply} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetXmrTxsReply} returns this */ -proto.io.bisq.protobuffer.GetXmrTxsReply.prototype.setTxsList = function(value) { +proto.io.haveno.protobuffer.GetXmrTxsReply.prototype.setTxsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.XmrTx=} opt_value + * @param {!proto.io.haveno.protobuffer.XmrTx=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.XmrTx} + * @return {!proto.io.haveno.protobuffer.XmrTx} */ -proto.io.bisq.protobuffer.GetXmrTxsReply.prototype.addTxs = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.XmrTx, opt_index); +proto.io.haveno.protobuffer.GetXmrTxsReply.prototype.addTxs = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.XmrTx, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetXmrTxsReply} returns this + * @return {!proto.io.haveno.protobuffer.GetXmrTxsReply} returns this */ -proto.io.bisq.protobuffer.GetXmrTxsReply.prototype.clearTxsList = function() { +proto.io.haveno.protobuffer.GetXmrTxsReply.prototype.clearTxsList = function() { return this.setTxsList([]); }; @@ -25859,7 +25829,7 @@ proto.io.bisq.protobuffer.GetXmrTxsReply.prototype.clearTxsList = function() { * @private {!Array} * @const */ -proto.io.bisq.protobuffer.XmrTx.repeatedFields_ = [7]; +proto.io.haveno.protobuffer.XmrTx.repeatedFields_ = [7]; @@ -25876,8 +25846,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.XmrTx.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.XmrTx.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.XmrTx.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.XmrTx.toObject(opt_includeInstance, this); }; @@ -25886,11 +25856,11 @@ proto.io.bisq.protobuffer.XmrTx.prototype.toObject = function(opt_includeInstanc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.XmrTx} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.XmrTx} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.XmrTx.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.XmrTx.toObject = function(includeInstance, msg) { var f, obj = { hash: jspb.Message.getFieldWithDefault(msg, 1, ""), fee: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -25899,8 +25869,8 @@ proto.io.bisq.protobuffer.XmrTx.toObject = function(includeInstance, msg) { height: jspb.Message.getFieldWithDefault(msg, 5, 0), timestamp: jspb.Message.getFieldWithDefault(msg, 6, 0), incomingTransfersList: jspb.Message.toObjectList(msg.getIncomingTransfersList(), - proto.io.bisq.protobuffer.XmrIncomingTransfer.toObject, includeInstance), - outgoingTransfer: (f = msg.getOutgoingTransfer()) && proto.io.bisq.protobuffer.XmrOutgoingTransfer.toObject(includeInstance, f), + proto.io.haveno.protobuffer.XmrIncomingTransfer.toObject, includeInstance), + outgoingTransfer: (f = msg.getOutgoingTransfer()) && proto.io.haveno.protobuffer.XmrOutgoingTransfer.toObject(includeInstance, f), metadata: jspb.Message.getFieldWithDefault(msg, 9, "") }; @@ -25915,23 +25885,23 @@ proto.io.bisq.protobuffer.XmrTx.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.XmrTx} + * @return {!proto.io.haveno.protobuffer.XmrTx} */ -proto.io.bisq.protobuffer.XmrTx.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.XmrTx.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.XmrTx; - return proto.io.bisq.protobuffer.XmrTx.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.XmrTx; + return proto.io.haveno.protobuffer.XmrTx.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.XmrTx} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.XmrTx} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.XmrTx} + * @return {!proto.io.haveno.protobuffer.XmrTx} */ -proto.io.bisq.protobuffer.XmrTx.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.XmrTx.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -25963,13 +25933,13 @@ proto.io.bisq.protobuffer.XmrTx.deserializeBinaryFromReader = function(msg, read msg.setTimestamp(value); break; case 7: - var value = new proto.io.bisq.protobuffer.XmrIncomingTransfer; - reader.readMessage(value,proto.io.bisq.protobuffer.XmrIncomingTransfer.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.XmrIncomingTransfer; + reader.readMessage(value,proto.io.haveno.protobuffer.XmrIncomingTransfer.deserializeBinaryFromReader); msg.addIncomingTransfers(value); break; case 8: - var value = new proto.io.bisq.protobuffer.XmrOutgoingTransfer; - reader.readMessage(value,proto.io.bisq.protobuffer.XmrOutgoingTransfer.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.XmrOutgoingTransfer; + reader.readMessage(value,proto.io.haveno.protobuffer.XmrOutgoingTransfer.deserializeBinaryFromReader); msg.setOutgoingTransfer(value); break; case 9: @@ -25989,9 +25959,9 @@ proto.io.bisq.protobuffer.XmrTx.deserializeBinaryFromReader = function(msg, read * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.XmrTx.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.XmrTx.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.XmrTx.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.XmrTx.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -25999,11 +25969,11 @@ proto.io.bisq.protobuffer.XmrTx.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.XmrTx} message + * @param {!proto.io.haveno.protobuffer.XmrTx} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.XmrTx.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.XmrTx.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHash(); if (f.length > 0) { @@ -26052,7 +26022,7 @@ proto.io.bisq.protobuffer.XmrTx.serializeBinaryToWriter = function(message, writ writer.writeRepeatedMessage( 7, f, - proto.io.bisq.protobuffer.XmrIncomingTransfer.serializeBinaryToWriter + proto.io.haveno.protobuffer.XmrIncomingTransfer.serializeBinaryToWriter ); } f = message.getOutgoingTransfer(); @@ -26060,7 +26030,7 @@ proto.io.bisq.protobuffer.XmrTx.serializeBinaryToWriter = function(message, writ writer.writeMessage( 8, f, - proto.io.bisq.protobuffer.XmrOutgoingTransfer.serializeBinaryToWriter + proto.io.haveno.protobuffer.XmrOutgoingTransfer.serializeBinaryToWriter ); } f = message.getMetadata(); @@ -26077,16 +26047,16 @@ proto.io.bisq.protobuffer.XmrTx.serializeBinaryToWriter = function(message, writ * optional string hash = 1; * @return {string} */ -proto.io.bisq.protobuffer.XmrTx.prototype.getHash = function() { +proto.io.haveno.protobuffer.XmrTx.prototype.getHash = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.XmrTx} returns this + * @return {!proto.io.haveno.protobuffer.XmrTx} returns this */ -proto.io.bisq.protobuffer.XmrTx.prototype.setHash = function(value) { +proto.io.haveno.protobuffer.XmrTx.prototype.setHash = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -26095,16 +26065,16 @@ proto.io.bisq.protobuffer.XmrTx.prototype.setHash = function(value) { * optional string fee = 2; * @return {string} */ -proto.io.bisq.protobuffer.XmrTx.prototype.getFee = function() { +proto.io.haveno.protobuffer.XmrTx.prototype.getFee = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.XmrTx} returns this + * @return {!proto.io.haveno.protobuffer.XmrTx} returns this */ -proto.io.bisq.protobuffer.XmrTx.prototype.setFee = function(value) { +proto.io.haveno.protobuffer.XmrTx.prototype.setFee = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -26113,16 +26083,16 @@ proto.io.bisq.protobuffer.XmrTx.prototype.setFee = function(value) { * optional bool is_confirmed = 3; * @return {boolean} */ -proto.io.bisq.protobuffer.XmrTx.prototype.getIsConfirmed = function() { +proto.io.haveno.protobuffer.XmrTx.prototype.getIsConfirmed = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.XmrTx} returns this + * @return {!proto.io.haveno.protobuffer.XmrTx} returns this */ -proto.io.bisq.protobuffer.XmrTx.prototype.setIsConfirmed = function(value) { +proto.io.haveno.protobuffer.XmrTx.prototype.setIsConfirmed = function(value) { return jspb.Message.setProto3BooleanField(this, 3, value); }; @@ -26131,16 +26101,16 @@ proto.io.bisq.protobuffer.XmrTx.prototype.setIsConfirmed = function(value) { * optional bool is_locked = 4; * @return {boolean} */ -proto.io.bisq.protobuffer.XmrTx.prototype.getIsLocked = function() { +proto.io.haveno.protobuffer.XmrTx.prototype.getIsLocked = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.XmrTx} returns this + * @return {!proto.io.haveno.protobuffer.XmrTx} returns this */ -proto.io.bisq.protobuffer.XmrTx.prototype.setIsLocked = function(value) { +proto.io.haveno.protobuffer.XmrTx.prototype.setIsLocked = function(value) { return jspb.Message.setProto3BooleanField(this, 4, value); }; @@ -26149,16 +26119,16 @@ proto.io.bisq.protobuffer.XmrTx.prototype.setIsLocked = function(value) { * optional uint64 height = 5; * @return {number} */ -proto.io.bisq.protobuffer.XmrTx.prototype.getHeight = function() { +proto.io.haveno.protobuffer.XmrTx.prototype.getHeight = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.XmrTx} returns this + * @return {!proto.io.haveno.protobuffer.XmrTx} returns this */ -proto.io.bisq.protobuffer.XmrTx.prototype.setHeight = function(value) { +proto.io.haveno.protobuffer.XmrTx.prototype.setHeight = function(value) { return jspb.Message.setProto3IntField(this, 5, value); }; @@ -26167,82 +26137,82 @@ proto.io.bisq.protobuffer.XmrTx.prototype.setHeight = function(value) { * optional uint64 timestamp = 6; * @return {number} */ -proto.io.bisq.protobuffer.XmrTx.prototype.getTimestamp = function() { +proto.io.haveno.protobuffer.XmrTx.prototype.getTimestamp = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.XmrTx} returns this + * @return {!proto.io.haveno.protobuffer.XmrTx} returns this */ -proto.io.bisq.protobuffer.XmrTx.prototype.setTimestamp = function(value) { +proto.io.haveno.protobuffer.XmrTx.prototype.setTimestamp = function(value) { return jspb.Message.setProto3IntField(this, 6, value); }; /** * repeated XmrIncomingTransfer incoming_transfers = 7; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.XmrTx.prototype.getIncomingTransfersList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.XmrIncomingTransfer, 7)); +proto.io.haveno.protobuffer.XmrTx.prototype.getIncomingTransfersList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.XmrIncomingTransfer, 7)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.XmrTx} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.XmrTx} returns this */ -proto.io.bisq.protobuffer.XmrTx.prototype.setIncomingTransfersList = function(value) { +proto.io.haveno.protobuffer.XmrTx.prototype.setIncomingTransfersList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 7, value); }; /** - * @param {!proto.io.bisq.protobuffer.XmrIncomingTransfer=} opt_value + * @param {!proto.io.haveno.protobuffer.XmrIncomingTransfer=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.XmrIncomingTransfer} + * @return {!proto.io.haveno.protobuffer.XmrIncomingTransfer} */ -proto.io.bisq.protobuffer.XmrTx.prototype.addIncomingTransfers = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 7, opt_value, proto.io.bisq.protobuffer.XmrIncomingTransfer, opt_index); +proto.io.haveno.protobuffer.XmrTx.prototype.addIncomingTransfers = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 7, opt_value, proto.io.haveno.protobuffer.XmrIncomingTransfer, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.XmrTx} returns this + * @return {!proto.io.haveno.protobuffer.XmrTx} returns this */ -proto.io.bisq.protobuffer.XmrTx.prototype.clearIncomingTransfersList = function() { +proto.io.haveno.protobuffer.XmrTx.prototype.clearIncomingTransfersList = function() { return this.setIncomingTransfersList([]); }; /** * optional XmrOutgoingTransfer outgoing_transfer = 8; - * @return {?proto.io.bisq.protobuffer.XmrOutgoingTransfer} + * @return {?proto.io.haveno.protobuffer.XmrOutgoingTransfer} */ -proto.io.bisq.protobuffer.XmrTx.prototype.getOutgoingTransfer = function() { - return /** @type{?proto.io.bisq.protobuffer.XmrOutgoingTransfer} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.XmrOutgoingTransfer, 8)); +proto.io.haveno.protobuffer.XmrTx.prototype.getOutgoingTransfer = function() { + return /** @type{?proto.io.haveno.protobuffer.XmrOutgoingTransfer} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.XmrOutgoingTransfer, 8)); }; /** - * @param {?proto.io.bisq.protobuffer.XmrOutgoingTransfer|undefined} value - * @return {!proto.io.bisq.protobuffer.XmrTx} returns this + * @param {?proto.io.haveno.protobuffer.XmrOutgoingTransfer|undefined} value + * @return {!proto.io.haveno.protobuffer.XmrTx} returns this */ -proto.io.bisq.protobuffer.XmrTx.prototype.setOutgoingTransfer = function(value) { +proto.io.haveno.protobuffer.XmrTx.prototype.setOutgoingTransfer = function(value) { return jspb.Message.setWrapperField(this, 8, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.XmrTx} returns this + * @return {!proto.io.haveno.protobuffer.XmrTx} returns this */ -proto.io.bisq.protobuffer.XmrTx.prototype.clearOutgoingTransfer = function() { +proto.io.haveno.protobuffer.XmrTx.prototype.clearOutgoingTransfer = function() { return this.setOutgoingTransfer(undefined); }; @@ -26251,7 +26221,7 @@ proto.io.bisq.protobuffer.XmrTx.prototype.clearOutgoingTransfer = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.XmrTx.prototype.hasOutgoingTransfer = function() { +proto.io.haveno.protobuffer.XmrTx.prototype.hasOutgoingTransfer = function() { return jspb.Message.getField(this, 8) != null; }; @@ -26260,16 +26230,16 @@ proto.io.bisq.protobuffer.XmrTx.prototype.hasOutgoingTransfer = function() { * optional string metadata = 9; * @return {string} */ -proto.io.bisq.protobuffer.XmrTx.prototype.getMetadata = function() { +proto.io.haveno.protobuffer.XmrTx.prototype.getMetadata = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.XmrTx} returns this + * @return {!proto.io.haveno.protobuffer.XmrTx} returns this */ -proto.io.bisq.protobuffer.XmrTx.prototype.setMetadata = function(value) { +proto.io.haveno.protobuffer.XmrTx.prototype.setMetadata = function(value) { return jspb.Message.setProto3StringField(this, 9, value); }; @@ -26290,8 +26260,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.XmrDestination.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.XmrDestination.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.XmrDestination.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.XmrDestination.toObject(opt_includeInstance, this); }; @@ -26300,11 +26270,11 @@ proto.io.bisq.protobuffer.XmrDestination.prototype.toObject = function(opt_inclu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.XmrDestination} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.XmrDestination} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.XmrDestination.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.XmrDestination.toObject = function(includeInstance, msg) { var f, obj = { address: jspb.Message.getFieldWithDefault(msg, 1, ""), amount: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -26321,23 +26291,23 @@ proto.io.bisq.protobuffer.XmrDestination.toObject = function(includeInstance, ms /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.XmrDestination} + * @return {!proto.io.haveno.protobuffer.XmrDestination} */ -proto.io.bisq.protobuffer.XmrDestination.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.XmrDestination.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.XmrDestination; - return proto.io.bisq.protobuffer.XmrDestination.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.XmrDestination; + return proto.io.haveno.protobuffer.XmrDestination.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.XmrDestination} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.XmrDestination} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.XmrDestination} + * @return {!proto.io.haveno.protobuffer.XmrDestination} */ -proto.io.bisq.protobuffer.XmrDestination.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.XmrDestination.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -26365,9 +26335,9 @@ proto.io.bisq.protobuffer.XmrDestination.deserializeBinaryFromReader = function( * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.XmrDestination.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.XmrDestination.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.XmrDestination.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.XmrDestination.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -26375,11 +26345,11 @@ proto.io.bisq.protobuffer.XmrDestination.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.XmrDestination} message + * @param {!proto.io.haveno.protobuffer.XmrDestination} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.XmrDestination.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.XmrDestination.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAddress(); if (f.length > 0) { @@ -26402,16 +26372,16 @@ proto.io.bisq.protobuffer.XmrDestination.serializeBinaryToWriter = function(mess * optional string address = 1; * @return {string} */ -proto.io.bisq.protobuffer.XmrDestination.prototype.getAddress = function() { +proto.io.haveno.protobuffer.XmrDestination.prototype.getAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.XmrDestination} returns this + * @return {!proto.io.haveno.protobuffer.XmrDestination} returns this */ -proto.io.bisq.protobuffer.XmrDestination.prototype.setAddress = function(value) { +proto.io.haveno.protobuffer.XmrDestination.prototype.setAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -26420,16 +26390,16 @@ proto.io.bisq.protobuffer.XmrDestination.prototype.setAddress = function(value) * optional string amount = 2; * @return {string} */ -proto.io.bisq.protobuffer.XmrDestination.prototype.getAmount = function() { +proto.io.haveno.protobuffer.XmrDestination.prototype.getAmount = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.XmrDestination} returns this + * @return {!proto.io.haveno.protobuffer.XmrDestination} returns this */ -proto.io.bisq.protobuffer.XmrDestination.prototype.setAmount = function(value) { +proto.io.haveno.protobuffer.XmrDestination.prototype.setAmount = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -26450,8 +26420,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.XmrIncomingTransfer.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.XmrIncomingTransfer.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.XmrIncomingTransfer.toObject(opt_includeInstance, this); }; @@ -26460,11 +26430,11 @@ proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.XmrIncomingTransfer} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.XmrIncomingTransfer} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.XmrIncomingTransfer.toObject = function(includeInstance, msg) { var f, obj = { amount: jspb.Message.getFieldWithDefault(msg, 1, ""), accountIndex: jspb.Message.getFieldWithDefault(msg, 2, 0), @@ -26484,23 +26454,23 @@ proto.io.bisq.protobuffer.XmrIncomingTransfer.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.XmrIncomingTransfer} + * @return {!proto.io.haveno.protobuffer.XmrIncomingTransfer} */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.XmrIncomingTransfer.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.XmrIncomingTransfer; - return proto.io.bisq.protobuffer.XmrIncomingTransfer.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.XmrIncomingTransfer; + return proto.io.haveno.protobuffer.XmrIncomingTransfer.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.XmrIncomingTransfer} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.XmrIncomingTransfer} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.XmrIncomingTransfer} + * @return {!proto.io.haveno.protobuffer.XmrIncomingTransfer} */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.XmrIncomingTransfer.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -26540,9 +26510,9 @@ proto.io.bisq.protobuffer.XmrIncomingTransfer.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.XmrIncomingTransfer.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.XmrIncomingTransfer.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.XmrIncomingTransfer.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -26550,11 +26520,11 @@ proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.XmrIncomingTransfer} message + * @param {!proto.io.haveno.protobuffer.XmrIncomingTransfer} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.XmrIncomingTransfer.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAmount(); if (f.length > 0) { @@ -26598,16 +26568,16 @@ proto.io.bisq.protobuffer.XmrIncomingTransfer.serializeBinaryToWriter = function * optional string amount = 1; * @return {string} */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.getAmount = function() { +proto.io.haveno.protobuffer.XmrIncomingTransfer.prototype.getAmount = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.XmrIncomingTransfer} returns this + * @return {!proto.io.haveno.protobuffer.XmrIncomingTransfer} returns this */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.setAmount = function(value) { +proto.io.haveno.protobuffer.XmrIncomingTransfer.prototype.setAmount = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -26616,16 +26586,16 @@ proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.setAmount = function(val * optional int32 account_index = 2; * @return {number} */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.getAccountIndex = function() { +proto.io.haveno.protobuffer.XmrIncomingTransfer.prototype.getAccountIndex = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.XmrIncomingTransfer} returns this + * @return {!proto.io.haveno.protobuffer.XmrIncomingTransfer} returns this */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.setAccountIndex = function(value) { +proto.io.haveno.protobuffer.XmrIncomingTransfer.prototype.setAccountIndex = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -26634,16 +26604,16 @@ proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.setAccountIndex = functi * optional int32 subaddress_index = 3; * @return {number} */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.getSubaddressIndex = function() { +proto.io.haveno.protobuffer.XmrIncomingTransfer.prototype.getSubaddressIndex = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.XmrIncomingTransfer} returns this + * @return {!proto.io.haveno.protobuffer.XmrIncomingTransfer} returns this */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.setSubaddressIndex = function(value) { +proto.io.haveno.protobuffer.XmrIncomingTransfer.prototype.setSubaddressIndex = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -26652,16 +26622,16 @@ proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.setSubaddressIndex = fun * optional string address = 4; * @return {string} */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.getAddress = function() { +proto.io.haveno.protobuffer.XmrIncomingTransfer.prototype.getAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.XmrIncomingTransfer} returns this + * @return {!proto.io.haveno.protobuffer.XmrIncomingTransfer} returns this */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.setAddress = function(value) { +proto.io.haveno.protobuffer.XmrIncomingTransfer.prototype.setAddress = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -26670,16 +26640,16 @@ proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.setAddress = function(va * optional uint64 num_suggested_confirmations = 5; * @return {number} */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.getNumSuggestedConfirmations = function() { +proto.io.haveno.protobuffer.XmrIncomingTransfer.prototype.getNumSuggestedConfirmations = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.XmrIncomingTransfer} returns this + * @return {!proto.io.haveno.protobuffer.XmrIncomingTransfer} returns this */ -proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.setNumSuggestedConfirmations = function(value) { +proto.io.haveno.protobuffer.XmrIncomingTransfer.prototype.setNumSuggestedConfirmations = function(value) { return jspb.Message.setProto3IntField(this, 5, value); }; @@ -26690,7 +26660,7 @@ proto.io.bisq.protobuffer.XmrIncomingTransfer.prototype.setNumSuggestedConfirmat * @private {!Array} * @const */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.repeatedFields_ = [3,4]; +proto.io.haveno.protobuffer.XmrOutgoingTransfer.repeatedFields_ = [3,4]; @@ -26707,8 +26677,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.XmrOutgoingTransfer.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.XmrOutgoingTransfer.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.XmrOutgoingTransfer.toObject(opt_includeInstance, this); }; @@ -26717,17 +26687,17 @@ proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.XmrOutgoingTransfer} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.XmrOutgoingTransfer} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.XmrOutgoingTransfer.toObject = function(includeInstance, msg) { var f, obj = { amount: jspb.Message.getFieldWithDefault(msg, 1, ""), accountIndex: jspb.Message.getFieldWithDefault(msg, 2, 0), subaddressIndicesList: (f = jspb.Message.getRepeatedField(msg, 3)) == null ? undefined : f, destinationsList: jspb.Message.toObjectList(msg.getDestinationsList(), - proto.io.bisq.protobuffer.XmrDestination.toObject, includeInstance) + proto.io.haveno.protobuffer.XmrDestination.toObject, includeInstance) }; if (includeInstance) { @@ -26741,23 +26711,23 @@ proto.io.bisq.protobuffer.XmrOutgoingTransfer.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.XmrOutgoingTransfer} + * @return {!proto.io.haveno.protobuffer.XmrOutgoingTransfer} */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.XmrOutgoingTransfer.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.XmrOutgoingTransfer; - return proto.io.bisq.protobuffer.XmrOutgoingTransfer.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.XmrOutgoingTransfer; + return proto.io.haveno.protobuffer.XmrOutgoingTransfer.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.XmrOutgoingTransfer} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.XmrOutgoingTransfer} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.XmrOutgoingTransfer} + * @return {!proto.io.haveno.protobuffer.XmrOutgoingTransfer} */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.XmrOutgoingTransfer.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -26779,8 +26749,8 @@ proto.io.bisq.protobuffer.XmrOutgoingTransfer.deserializeBinaryFromReader = func } break; case 4: - var value = new proto.io.bisq.protobuffer.XmrDestination; - reader.readMessage(value,proto.io.bisq.protobuffer.XmrDestination.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.XmrDestination; + reader.readMessage(value,proto.io.haveno.protobuffer.XmrDestination.deserializeBinaryFromReader); msg.addDestinations(value); break; default: @@ -26796,9 +26766,9 @@ proto.io.bisq.protobuffer.XmrOutgoingTransfer.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.XmrOutgoingTransfer.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.XmrOutgoingTransfer.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.XmrOutgoingTransfer.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -26806,11 +26776,11 @@ proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.XmrOutgoingTransfer} message + * @param {!proto.io.haveno.protobuffer.XmrOutgoingTransfer} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.XmrOutgoingTransfer.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAmount(); if (f.length > 0) { @@ -26838,7 +26808,7 @@ proto.io.bisq.protobuffer.XmrOutgoingTransfer.serializeBinaryToWriter = function writer.writeRepeatedMessage( 4, f, - proto.io.bisq.protobuffer.XmrDestination.serializeBinaryToWriter + proto.io.haveno.protobuffer.XmrDestination.serializeBinaryToWriter ); } }; @@ -26848,16 +26818,16 @@ proto.io.bisq.protobuffer.XmrOutgoingTransfer.serializeBinaryToWriter = function * optional string amount = 1; * @return {string} */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.getAmount = function() { +proto.io.haveno.protobuffer.XmrOutgoingTransfer.prototype.getAmount = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.XmrOutgoingTransfer} returns this + * @return {!proto.io.haveno.protobuffer.XmrOutgoingTransfer} returns this */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.setAmount = function(value) { +proto.io.haveno.protobuffer.XmrOutgoingTransfer.prototype.setAmount = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -26866,16 +26836,16 @@ proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.setAmount = function(val * optional int32 account_index = 2; * @return {number} */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.getAccountIndex = function() { +proto.io.haveno.protobuffer.XmrOutgoingTransfer.prototype.getAccountIndex = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.XmrOutgoingTransfer} returns this + * @return {!proto.io.haveno.protobuffer.XmrOutgoingTransfer} returns this */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.setAccountIndex = function(value) { +proto.io.haveno.protobuffer.XmrOutgoingTransfer.prototype.setAccountIndex = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -26884,16 +26854,16 @@ proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.setAccountIndex = functi * repeated int32 subaddress_indices = 3; * @return {!Array} */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.getSubaddressIndicesList = function() { +proto.io.haveno.protobuffer.XmrOutgoingTransfer.prototype.getSubaddressIndicesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 3)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.XmrOutgoingTransfer} returns this + * @return {!proto.io.haveno.protobuffer.XmrOutgoingTransfer} returns this */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.setSubaddressIndicesList = function(value) { +proto.io.haveno.protobuffer.XmrOutgoingTransfer.prototype.setSubaddressIndicesList = function(value) { return jspb.Message.setField(this, 3, value || []); }; @@ -26901,56 +26871,56 @@ proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.setSubaddressIndicesList /** * @param {number} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.XmrOutgoingTransfer} returns this + * @return {!proto.io.haveno.protobuffer.XmrOutgoingTransfer} returns this */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.addSubaddressIndices = function(value, opt_index) { +proto.io.haveno.protobuffer.XmrOutgoingTransfer.prototype.addSubaddressIndices = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 3, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.XmrOutgoingTransfer} returns this + * @return {!proto.io.haveno.protobuffer.XmrOutgoingTransfer} returns this */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.clearSubaddressIndicesList = function() { +proto.io.haveno.protobuffer.XmrOutgoingTransfer.prototype.clearSubaddressIndicesList = function() { return this.setSubaddressIndicesList([]); }; /** * repeated XmrDestination destinations = 4; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.getDestinationsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.XmrDestination, 4)); +proto.io.haveno.protobuffer.XmrOutgoingTransfer.prototype.getDestinationsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.XmrDestination, 4)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.XmrOutgoingTransfer} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.XmrOutgoingTransfer} returns this */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.setDestinationsList = function(value) { +proto.io.haveno.protobuffer.XmrOutgoingTransfer.prototype.setDestinationsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 4, value); }; /** - * @param {!proto.io.bisq.protobuffer.XmrDestination=} opt_value + * @param {!proto.io.haveno.protobuffer.XmrDestination=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.XmrDestination} + * @return {!proto.io.haveno.protobuffer.XmrDestination} */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.addDestinations = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 4, opt_value, proto.io.bisq.protobuffer.XmrDestination, opt_index); +proto.io.haveno.protobuffer.XmrOutgoingTransfer.prototype.addDestinations = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 4, opt_value, proto.io.haveno.protobuffer.XmrDestination, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.XmrOutgoingTransfer} returns this + * @return {!proto.io.haveno.protobuffer.XmrOutgoingTransfer} returns this */ -proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.clearDestinationsList = function() { +proto.io.haveno.protobuffer.XmrOutgoingTransfer.prototype.clearDestinationsList = function() { return this.setDestinationsList([]); }; @@ -26961,7 +26931,7 @@ proto.io.bisq.protobuffer.XmrOutgoingTransfer.prototype.clearDestinationsList = * @private {!Array} * @const */ -proto.io.bisq.protobuffer.CreateXmrTxRequest.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.CreateXmrTxRequest.repeatedFields_ = [1]; @@ -26978,8 +26948,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CreateXmrTxRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CreateXmrTxRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CreateXmrTxRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CreateXmrTxRequest.toObject(opt_includeInstance, this); }; @@ -26988,14 +26958,14 @@ proto.io.bisq.protobuffer.CreateXmrTxRequest.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CreateXmrTxRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CreateXmrTxRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreateXmrTxRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CreateXmrTxRequest.toObject = function(includeInstance, msg) { var f, obj = { destinationsList: jspb.Message.toObjectList(msg.getDestinationsList(), - proto.io.bisq.protobuffer.XmrDestination.toObject, includeInstance) + proto.io.haveno.protobuffer.XmrDestination.toObject, includeInstance) }; if (includeInstance) { @@ -27009,23 +26979,23 @@ proto.io.bisq.protobuffer.CreateXmrTxRequest.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CreateXmrTxRequest} + * @return {!proto.io.haveno.protobuffer.CreateXmrTxRequest} */ -proto.io.bisq.protobuffer.CreateXmrTxRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CreateXmrTxRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CreateXmrTxRequest; - return proto.io.bisq.protobuffer.CreateXmrTxRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CreateXmrTxRequest; + return proto.io.haveno.protobuffer.CreateXmrTxRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CreateXmrTxRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CreateXmrTxRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CreateXmrTxRequest} + * @return {!proto.io.haveno.protobuffer.CreateXmrTxRequest} */ -proto.io.bisq.protobuffer.CreateXmrTxRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CreateXmrTxRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -27033,8 +27003,8 @@ proto.io.bisq.protobuffer.CreateXmrTxRequest.deserializeBinaryFromReader = funct var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.XmrDestination; - reader.readMessage(value,proto.io.bisq.protobuffer.XmrDestination.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.XmrDestination; + reader.readMessage(value,proto.io.haveno.protobuffer.XmrDestination.deserializeBinaryFromReader); msg.addDestinations(value); break; default: @@ -27050,9 +27020,9 @@ proto.io.bisq.protobuffer.CreateXmrTxRequest.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CreateXmrTxRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CreateXmrTxRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CreateXmrTxRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CreateXmrTxRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -27060,18 +27030,18 @@ proto.io.bisq.protobuffer.CreateXmrTxRequest.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CreateXmrTxRequest} message + * @param {!proto.io.haveno.protobuffer.CreateXmrTxRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreateXmrTxRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CreateXmrTxRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getDestinationsList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.XmrDestination.serializeBinaryToWriter + proto.io.haveno.protobuffer.XmrDestination.serializeBinaryToWriter ); } }; @@ -27079,38 +27049,38 @@ proto.io.bisq.protobuffer.CreateXmrTxRequest.serializeBinaryToWriter = function( /** * repeated XmrDestination destinations = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.CreateXmrTxRequest.prototype.getDestinationsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.XmrDestination, 1)); +proto.io.haveno.protobuffer.CreateXmrTxRequest.prototype.getDestinationsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.XmrDestination, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.CreateXmrTxRequest} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.CreateXmrTxRequest} returns this */ -proto.io.bisq.protobuffer.CreateXmrTxRequest.prototype.setDestinationsList = function(value) { +proto.io.haveno.protobuffer.CreateXmrTxRequest.prototype.setDestinationsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.XmrDestination=} opt_value + * @param {!proto.io.haveno.protobuffer.XmrDestination=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.XmrDestination} + * @return {!proto.io.haveno.protobuffer.XmrDestination} */ -proto.io.bisq.protobuffer.CreateXmrTxRequest.prototype.addDestinations = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.XmrDestination, opt_index); +proto.io.haveno.protobuffer.CreateXmrTxRequest.prototype.addDestinations = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.XmrDestination, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.CreateXmrTxRequest} returns this + * @return {!proto.io.haveno.protobuffer.CreateXmrTxRequest} returns this */ -proto.io.bisq.protobuffer.CreateXmrTxRequest.prototype.clearDestinationsList = function() { +proto.io.haveno.protobuffer.CreateXmrTxRequest.prototype.clearDestinationsList = function() { return this.setDestinationsList([]); }; @@ -27131,8 +27101,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CreateXmrTxReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CreateXmrTxReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CreateXmrTxReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CreateXmrTxReply.toObject(opt_includeInstance, this); }; @@ -27141,13 +27111,13 @@ proto.io.bisq.protobuffer.CreateXmrTxReply.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CreateXmrTxReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CreateXmrTxReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreateXmrTxReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CreateXmrTxReply.toObject = function(includeInstance, msg) { var f, obj = { - tx: (f = msg.getTx()) && proto.io.bisq.protobuffer.XmrTx.toObject(includeInstance, f) + tx: (f = msg.getTx()) && proto.io.haveno.protobuffer.XmrTx.toObject(includeInstance, f) }; if (includeInstance) { @@ -27161,23 +27131,23 @@ proto.io.bisq.protobuffer.CreateXmrTxReply.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CreateXmrTxReply} + * @return {!proto.io.haveno.protobuffer.CreateXmrTxReply} */ -proto.io.bisq.protobuffer.CreateXmrTxReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CreateXmrTxReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CreateXmrTxReply; - return proto.io.bisq.protobuffer.CreateXmrTxReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CreateXmrTxReply; + return proto.io.haveno.protobuffer.CreateXmrTxReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CreateXmrTxReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CreateXmrTxReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CreateXmrTxReply} + * @return {!proto.io.haveno.protobuffer.CreateXmrTxReply} */ -proto.io.bisq.protobuffer.CreateXmrTxReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CreateXmrTxReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -27185,8 +27155,8 @@ proto.io.bisq.protobuffer.CreateXmrTxReply.deserializeBinaryFromReader = functio var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.XmrTx; - reader.readMessage(value,proto.io.bisq.protobuffer.XmrTx.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.XmrTx; + reader.readMessage(value,proto.io.haveno.protobuffer.XmrTx.deserializeBinaryFromReader); msg.setTx(value); break; default: @@ -27202,9 +27172,9 @@ proto.io.bisq.protobuffer.CreateXmrTxReply.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CreateXmrTxReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CreateXmrTxReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CreateXmrTxReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CreateXmrTxReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -27212,18 +27182,18 @@ proto.io.bisq.protobuffer.CreateXmrTxReply.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CreateXmrTxReply} message + * @param {!proto.io.haveno.protobuffer.CreateXmrTxReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CreateXmrTxReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CreateXmrTxReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTx(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.XmrTx.serializeBinaryToWriter + proto.io.haveno.protobuffer.XmrTx.serializeBinaryToWriter ); } }; @@ -27231,28 +27201,28 @@ proto.io.bisq.protobuffer.CreateXmrTxReply.serializeBinaryToWriter = function(me /** * optional XmrTx tx = 1; - * @return {?proto.io.bisq.protobuffer.XmrTx} + * @return {?proto.io.haveno.protobuffer.XmrTx} */ -proto.io.bisq.protobuffer.CreateXmrTxReply.prototype.getTx = function() { - return /** @type{?proto.io.bisq.protobuffer.XmrTx} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.XmrTx, 1)); +proto.io.haveno.protobuffer.CreateXmrTxReply.prototype.getTx = function() { + return /** @type{?proto.io.haveno.protobuffer.XmrTx} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.XmrTx, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.XmrTx|undefined} value - * @return {!proto.io.bisq.protobuffer.CreateXmrTxReply} returns this + * @param {?proto.io.haveno.protobuffer.XmrTx|undefined} value + * @return {!proto.io.haveno.protobuffer.CreateXmrTxReply} returns this */ -proto.io.bisq.protobuffer.CreateXmrTxReply.prototype.setTx = function(value) { +proto.io.haveno.protobuffer.CreateXmrTxReply.prototype.setTx = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CreateXmrTxReply} returns this + * @return {!proto.io.haveno.protobuffer.CreateXmrTxReply} returns this */ -proto.io.bisq.protobuffer.CreateXmrTxReply.prototype.clearTx = function() { +proto.io.haveno.protobuffer.CreateXmrTxReply.prototype.clearTx = function() { return this.setTx(undefined); }; @@ -27261,7 +27231,7 @@ proto.io.bisq.protobuffer.CreateXmrTxReply.prototype.clearTx = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CreateXmrTxReply.prototype.hasTx = function() { +proto.io.haveno.protobuffer.CreateXmrTxReply.prototype.hasTx = function() { return jspb.Message.getField(this, 1) != null; }; @@ -27282,8 +27252,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RelayXmrTxRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RelayXmrTxRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RelayXmrTxRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RelayXmrTxRequest.toObject(opt_includeInstance, this); }; @@ -27292,11 +27262,11 @@ proto.io.bisq.protobuffer.RelayXmrTxRequest.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RelayXmrTxRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RelayXmrTxRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RelayXmrTxRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RelayXmrTxRequest.toObject = function(includeInstance, msg) { var f, obj = { metadata: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -27312,23 +27282,23 @@ proto.io.bisq.protobuffer.RelayXmrTxRequest.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RelayXmrTxRequest} + * @return {!proto.io.haveno.protobuffer.RelayXmrTxRequest} */ -proto.io.bisq.protobuffer.RelayXmrTxRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RelayXmrTxRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RelayXmrTxRequest; - return proto.io.bisq.protobuffer.RelayXmrTxRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RelayXmrTxRequest; + return proto.io.haveno.protobuffer.RelayXmrTxRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RelayXmrTxRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RelayXmrTxRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RelayXmrTxRequest} + * @return {!proto.io.haveno.protobuffer.RelayXmrTxRequest} */ -proto.io.bisq.protobuffer.RelayXmrTxRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RelayXmrTxRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -27352,9 +27322,9 @@ proto.io.bisq.protobuffer.RelayXmrTxRequest.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RelayXmrTxRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RelayXmrTxRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RelayXmrTxRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RelayXmrTxRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -27362,11 +27332,11 @@ proto.io.bisq.protobuffer.RelayXmrTxRequest.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RelayXmrTxRequest} message + * @param {!proto.io.haveno.protobuffer.RelayXmrTxRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RelayXmrTxRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RelayXmrTxRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMetadata(); if (f.length > 0) { @@ -27382,16 +27352,16 @@ proto.io.bisq.protobuffer.RelayXmrTxRequest.serializeBinaryToWriter = function(m * optional string metadata = 1; * @return {string} */ -proto.io.bisq.protobuffer.RelayXmrTxRequest.prototype.getMetadata = function() { +proto.io.haveno.protobuffer.RelayXmrTxRequest.prototype.getMetadata = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.RelayXmrTxRequest} returns this + * @return {!proto.io.haveno.protobuffer.RelayXmrTxRequest} returns this */ -proto.io.bisq.protobuffer.RelayXmrTxRequest.prototype.setMetadata = function(value) { +proto.io.haveno.protobuffer.RelayXmrTxRequest.prototype.setMetadata = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -27412,8 +27382,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RelayXmrTxReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RelayXmrTxReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RelayXmrTxReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RelayXmrTxReply.toObject(opt_includeInstance, this); }; @@ -27422,11 +27392,11 @@ proto.io.bisq.protobuffer.RelayXmrTxReply.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RelayXmrTxReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RelayXmrTxReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RelayXmrTxReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RelayXmrTxReply.toObject = function(includeInstance, msg) { var f, obj = { hash: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -27442,23 +27412,23 @@ proto.io.bisq.protobuffer.RelayXmrTxReply.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RelayXmrTxReply} + * @return {!proto.io.haveno.protobuffer.RelayXmrTxReply} */ -proto.io.bisq.protobuffer.RelayXmrTxReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RelayXmrTxReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RelayXmrTxReply; - return proto.io.bisq.protobuffer.RelayXmrTxReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RelayXmrTxReply; + return proto.io.haveno.protobuffer.RelayXmrTxReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RelayXmrTxReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RelayXmrTxReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RelayXmrTxReply} + * @return {!proto.io.haveno.protobuffer.RelayXmrTxReply} */ -proto.io.bisq.protobuffer.RelayXmrTxReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RelayXmrTxReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -27482,9 +27452,9 @@ proto.io.bisq.protobuffer.RelayXmrTxReply.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RelayXmrTxReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RelayXmrTxReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RelayXmrTxReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RelayXmrTxReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -27492,11 +27462,11 @@ proto.io.bisq.protobuffer.RelayXmrTxReply.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RelayXmrTxReply} message + * @param {!proto.io.haveno.protobuffer.RelayXmrTxReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RelayXmrTxReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RelayXmrTxReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHash(); if (f.length > 0) { @@ -27512,16 +27482,16 @@ proto.io.bisq.protobuffer.RelayXmrTxReply.serializeBinaryToWriter = function(mes * optional string hash = 1; * @return {string} */ -proto.io.bisq.protobuffer.RelayXmrTxReply.prototype.getHash = function() { +proto.io.haveno.protobuffer.RelayXmrTxReply.prototype.getHash = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.RelayXmrTxReply} returns this + * @return {!proto.io.haveno.protobuffer.RelayXmrTxReply} returns this */ -proto.io.bisq.protobuffer.RelayXmrTxReply.prototype.setHash = function(value) { +proto.io.haveno.protobuffer.RelayXmrTxReply.prototype.setHash = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -27542,8 +27512,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetAddressBalanceRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetAddressBalanceRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetAddressBalanceRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetAddressBalanceRequest.toObject(opt_includeInstance, this); }; @@ -27552,11 +27522,11 @@ proto.io.bisq.protobuffer.GetAddressBalanceRequest.prototype.toObject = function * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetAddressBalanceRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetAddressBalanceRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetAddressBalanceRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetAddressBalanceRequest.toObject = function(includeInstance, msg) { var f, obj = { address: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -27572,23 +27542,23 @@ proto.io.bisq.protobuffer.GetAddressBalanceRequest.toObject = function(includeIn /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetAddressBalanceRequest} + * @return {!proto.io.haveno.protobuffer.GetAddressBalanceRequest} */ -proto.io.bisq.protobuffer.GetAddressBalanceRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetAddressBalanceRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetAddressBalanceRequest; - return proto.io.bisq.protobuffer.GetAddressBalanceRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetAddressBalanceRequest; + return proto.io.haveno.protobuffer.GetAddressBalanceRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetAddressBalanceRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetAddressBalanceRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetAddressBalanceRequest} + * @return {!proto.io.haveno.protobuffer.GetAddressBalanceRequest} */ -proto.io.bisq.protobuffer.GetAddressBalanceRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetAddressBalanceRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -27612,9 +27582,9 @@ proto.io.bisq.protobuffer.GetAddressBalanceRequest.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetAddressBalanceRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetAddressBalanceRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetAddressBalanceRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetAddressBalanceRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -27622,11 +27592,11 @@ proto.io.bisq.protobuffer.GetAddressBalanceRequest.prototype.serializeBinary = f /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetAddressBalanceRequest} message + * @param {!proto.io.haveno.protobuffer.GetAddressBalanceRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetAddressBalanceRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetAddressBalanceRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAddress(); if (f.length > 0) { @@ -27642,16 +27612,16 @@ proto.io.bisq.protobuffer.GetAddressBalanceRequest.serializeBinaryToWriter = fun * optional string address = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetAddressBalanceRequest.prototype.getAddress = function() { +proto.io.haveno.protobuffer.GetAddressBalanceRequest.prototype.getAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetAddressBalanceRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetAddressBalanceRequest} returns this */ -proto.io.bisq.protobuffer.GetAddressBalanceRequest.prototype.setAddress = function(value) { +proto.io.haveno.protobuffer.GetAddressBalanceRequest.prototype.setAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -27672,8 +27642,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetAddressBalanceReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetAddressBalanceReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetAddressBalanceReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetAddressBalanceReply.toObject(opt_includeInstance, this); }; @@ -27682,13 +27652,13 @@ proto.io.bisq.protobuffer.GetAddressBalanceReply.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetAddressBalanceReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetAddressBalanceReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetAddressBalanceReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetAddressBalanceReply.toObject = function(includeInstance, msg) { var f, obj = { - addressBalanceInfo: (f = msg.getAddressBalanceInfo()) && proto.io.bisq.protobuffer.AddressBalanceInfo.toObject(includeInstance, f) + addressBalanceInfo: (f = msg.getAddressBalanceInfo()) && proto.io.haveno.protobuffer.AddressBalanceInfo.toObject(includeInstance, f) }; if (includeInstance) { @@ -27702,23 +27672,23 @@ proto.io.bisq.protobuffer.GetAddressBalanceReply.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetAddressBalanceReply} + * @return {!proto.io.haveno.protobuffer.GetAddressBalanceReply} */ -proto.io.bisq.protobuffer.GetAddressBalanceReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetAddressBalanceReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetAddressBalanceReply; - return proto.io.bisq.protobuffer.GetAddressBalanceReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetAddressBalanceReply; + return proto.io.haveno.protobuffer.GetAddressBalanceReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetAddressBalanceReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetAddressBalanceReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetAddressBalanceReply} + * @return {!proto.io.haveno.protobuffer.GetAddressBalanceReply} */ -proto.io.bisq.protobuffer.GetAddressBalanceReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetAddressBalanceReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -27726,8 +27696,8 @@ proto.io.bisq.protobuffer.GetAddressBalanceReply.deserializeBinaryFromReader = f var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.AddressBalanceInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.AddressBalanceInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.AddressBalanceInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.AddressBalanceInfo.deserializeBinaryFromReader); msg.setAddressBalanceInfo(value); break; default: @@ -27743,9 +27713,9 @@ proto.io.bisq.protobuffer.GetAddressBalanceReply.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetAddressBalanceReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetAddressBalanceReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetAddressBalanceReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetAddressBalanceReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -27753,18 +27723,18 @@ proto.io.bisq.protobuffer.GetAddressBalanceReply.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetAddressBalanceReply} message + * @param {!proto.io.haveno.protobuffer.GetAddressBalanceReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetAddressBalanceReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetAddressBalanceReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAddressBalanceInfo(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.AddressBalanceInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.AddressBalanceInfo.serializeBinaryToWriter ); } }; @@ -27772,28 +27742,28 @@ proto.io.bisq.protobuffer.GetAddressBalanceReply.serializeBinaryToWriter = funct /** * optional AddressBalanceInfo address_balance_info = 1; - * @return {?proto.io.bisq.protobuffer.AddressBalanceInfo} + * @return {?proto.io.haveno.protobuffer.AddressBalanceInfo} */ -proto.io.bisq.protobuffer.GetAddressBalanceReply.prototype.getAddressBalanceInfo = function() { - return /** @type{?proto.io.bisq.protobuffer.AddressBalanceInfo} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AddressBalanceInfo, 1)); +proto.io.haveno.protobuffer.GetAddressBalanceReply.prototype.getAddressBalanceInfo = function() { + return /** @type{?proto.io.haveno.protobuffer.AddressBalanceInfo} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AddressBalanceInfo, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.AddressBalanceInfo|undefined} value - * @return {!proto.io.bisq.protobuffer.GetAddressBalanceReply} returns this + * @param {?proto.io.haveno.protobuffer.AddressBalanceInfo|undefined} value + * @return {!proto.io.haveno.protobuffer.GetAddressBalanceReply} returns this */ -proto.io.bisq.protobuffer.GetAddressBalanceReply.prototype.setAddressBalanceInfo = function(value) { +proto.io.haveno.protobuffer.GetAddressBalanceReply.prototype.setAddressBalanceInfo = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.GetAddressBalanceReply} returns this + * @return {!proto.io.haveno.protobuffer.GetAddressBalanceReply} returns this */ -proto.io.bisq.protobuffer.GetAddressBalanceReply.prototype.clearAddressBalanceInfo = function() { +proto.io.haveno.protobuffer.GetAddressBalanceReply.prototype.clearAddressBalanceInfo = function() { return this.setAddressBalanceInfo(undefined); }; @@ -27802,7 +27772,7 @@ proto.io.bisq.protobuffer.GetAddressBalanceReply.prototype.clearAddressBalanceIn * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.GetAddressBalanceReply.prototype.hasAddressBalanceInfo = function() { +proto.io.haveno.protobuffer.GetAddressBalanceReply.prototype.hasAddressBalanceInfo = function() { return jspb.Message.getField(this, 1) != null; }; @@ -27823,8 +27793,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SendBtcRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SendBtcRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SendBtcRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SendBtcRequest.toObject(opt_includeInstance, this); }; @@ -27833,11 +27803,11 @@ proto.io.bisq.protobuffer.SendBtcRequest.prototype.toObject = function(opt_inclu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SendBtcRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SendBtcRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SendBtcRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SendBtcRequest.toObject = function(includeInstance, msg) { var f, obj = { address: jspb.Message.getFieldWithDefault(msg, 1, ""), amount: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -27856,23 +27826,23 @@ proto.io.bisq.protobuffer.SendBtcRequest.toObject = function(includeInstance, ms /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SendBtcRequest} + * @return {!proto.io.haveno.protobuffer.SendBtcRequest} */ -proto.io.bisq.protobuffer.SendBtcRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SendBtcRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SendBtcRequest; - return proto.io.bisq.protobuffer.SendBtcRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SendBtcRequest; + return proto.io.haveno.protobuffer.SendBtcRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SendBtcRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SendBtcRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SendBtcRequest} + * @return {!proto.io.haveno.protobuffer.SendBtcRequest} */ -proto.io.bisq.protobuffer.SendBtcRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SendBtcRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -27908,9 +27878,9 @@ proto.io.bisq.protobuffer.SendBtcRequest.deserializeBinaryFromReader = function( * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SendBtcRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SendBtcRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SendBtcRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SendBtcRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -27918,11 +27888,11 @@ proto.io.bisq.protobuffer.SendBtcRequest.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SendBtcRequest} message + * @param {!proto.io.haveno.protobuffer.SendBtcRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SendBtcRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SendBtcRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAddress(); if (f.length > 0) { @@ -27959,16 +27929,16 @@ proto.io.bisq.protobuffer.SendBtcRequest.serializeBinaryToWriter = function(mess * optional string address = 1; * @return {string} */ -proto.io.bisq.protobuffer.SendBtcRequest.prototype.getAddress = function() { +proto.io.haveno.protobuffer.SendBtcRequest.prototype.getAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SendBtcRequest} returns this + * @return {!proto.io.haveno.protobuffer.SendBtcRequest} returns this */ -proto.io.bisq.protobuffer.SendBtcRequest.prototype.setAddress = function(value) { +proto.io.haveno.protobuffer.SendBtcRequest.prototype.setAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -27977,16 +27947,16 @@ proto.io.bisq.protobuffer.SendBtcRequest.prototype.setAddress = function(value) * optional string amount = 2; * @return {string} */ -proto.io.bisq.protobuffer.SendBtcRequest.prototype.getAmount = function() { +proto.io.haveno.protobuffer.SendBtcRequest.prototype.getAmount = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SendBtcRequest} returns this + * @return {!proto.io.haveno.protobuffer.SendBtcRequest} returns this */ -proto.io.bisq.protobuffer.SendBtcRequest.prototype.setAmount = function(value) { +proto.io.haveno.protobuffer.SendBtcRequest.prototype.setAmount = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -27995,16 +27965,16 @@ proto.io.bisq.protobuffer.SendBtcRequest.prototype.setAmount = function(value) { * optional string tx_fee_rate = 3; * @return {string} */ -proto.io.bisq.protobuffer.SendBtcRequest.prototype.getTxFeeRate = function() { +proto.io.haveno.protobuffer.SendBtcRequest.prototype.getTxFeeRate = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SendBtcRequest} returns this + * @return {!proto.io.haveno.protobuffer.SendBtcRequest} returns this */ -proto.io.bisq.protobuffer.SendBtcRequest.prototype.setTxFeeRate = function(value) { +proto.io.haveno.protobuffer.SendBtcRequest.prototype.setTxFeeRate = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -28013,16 +27983,16 @@ proto.io.bisq.protobuffer.SendBtcRequest.prototype.setTxFeeRate = function(value * optional string memo = 4; * @return {string} */ -proto.io.bisq.protobuffer.SendBtcRequest.prototype.getMemo = function() { +proto.io.haveno.protobuffer.SendBtcRequest.prototype.getMemo = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SendBtcRequest} returns this + * @return {!proto.io.haveno.protobuffer.SendBtcRequest} returns this */ -proto.io.bisq.protobuffer.SendBtcRequest.prototype.setMemo = function(value) { +proto.io.haveno.protobuffer.SendBtcRequest.prototype.setMemo = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -28043,8 +28013,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetFundingAddressesRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetFundingAddressesRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetFundingAddressesRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetFundingAddressesRequest.toObject(opt_includeInstance, this); }; @@ -28053,11 +28023,11 @@ proto.io.bisq.protobuffer.GetFundingAddressesRequest.prototype.toObject = functi * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetFundingAddressesRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetFundingAddressesRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetFundingAddressesRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetFundingAddressesRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -28073,23 +28043,23 @@ proto.io.bisq.protobuffer.GetFundingAddressesRequest.toObject = function(include /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetFundingAddressesRequest} + * @return {!proto.io.haveno.protobuffer.GetFundingAddressesRequest} */ -proto.io.bisq.protobuffer.GetFundingAddressesRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetFundingAddressesRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetFundingAddressesRequest; - return proto.io.bisq.protobuffer.GetFundingAddressesRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetFundingAddressesRequest; + return proto.io.haveno.protobuffer.GetFundingAddressesRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetFundingAddressesRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetFundingAddressesRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetFundingAddressesRequest} + * @return {!proto.io.haveno.protobuffer.GetFundingAddressesRequest} */ -proto.io.bisq.protobuffer.GetFundingAddressesRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetFundingAddressesRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -28109,9 +28079,9 @@ proto.io.bisq.protobuffer.GetFundingAddressesRequest.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetFundingAddressesRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetFundingAddressesRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetFundingAddressesRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetFundingAddressesRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -28119,11 +28089,11 @@ proto.io.bisq.protobuffer.GetFundingAddressesRequest.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetFundingAddressesRequest} message + * @param {!proto.io.haveno.protobuffer.GetFundingAddressesRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetFundingAddressesRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetFundingAddressesRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -28134,7 +28104,7 @@ proto.io.bisq.protobuffer.GetFundingAddressesRequest.serializeBinaryToWriter = f * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetFundingAddressesReply.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.GetFundingAddressesReply.repeatedFields_ = [1]; @@ -28151,8 +28121,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetFundingAddressesReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetFundingAddressesReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetFundingAddressesReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetFundingAddressesReply.toObject(opt_includeInstance, this); }; @@ -28161,14 +28131,14 @@ proto.io.bisq.protobuffer.GetFundingAddressesReply.prototype.toObject = function * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetFundingAddressesReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetFundingAddressesReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetFundingAddressesReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetFundingAddressesReply.toObject = function(includeInstance, msg) { var f, obj = { addressBalanceInfoList: jspb.Message.toObjectList(msg.getAddressBalanceInfoList(), - proto.io.bisq.protobuffer.AddressBalanceInfo.toObject, includeInstance) + proto.io.haveno.protobuffer.AddressBalanceInfo.toObject, includeInstance) }; if (includeInstance) { @@ -28182,23 +28152,23 @@ proto.io.bisq.protobuffer.GetFundingAddressesReply.toObject = function(includeIn /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetFundingAddressesReply} + * @return {!proto.io.haveno.protobuffer.GetFundingAddressesReply} */ -proto.io.bisq.protobuffer.GetFundingAddressesReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetFundingAddressesReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetFundingAddressesReply; - return proto.io.bisq.protobuffer.GetFundingAddressesReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetFundingAddressesReply; + return proto.io.haveno.protobuffer.GetFundingAddressesReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetFundingAddressesReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetFundingAddressesReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetFundingAddressesReply} + * @return {!proto.io.haveno.protobuffer.GetFundingAddressesReply} */ -proto.io.bisq.protobuffer.GetFundingAddressesReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetFundingAddressesReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -28206,8 +28176,8 @@ proto.io.bisq.protobuffer.GetFundingAddressesReply.deserializeBinaryFromReader = var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.AddressBalanceInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.AddressBalanceInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.AddressBalanceInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.AddressBalanceInfo.deserializeBinaryFromReader); msg.addAddressBalanceInfo(value); break; default: @@ -28223,9 +28193,9 @@ proto.io.bisq.protobuffer.GetFundingAddressesReply.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetFundingAddressesReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetFundingAddressesReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetFundingAddressesReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetFundingAddressesReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -28233,18 +28203,18 @@ proto.io.bisq.protobuffer.GetFundingAddressesReply.prototype.serializeBinary = f /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetFundingAddressesReply} message + * @param {!proto.io.haveno.protobuffer.GetFundingAddressesReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetFundingAddressesReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetFundingAddressesReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAddressBalanceInfoList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.AddressBalanceInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.AddressBalanceInfo.serializeBinaryToWriter ); } }; @@ -28252,38 +28222,38 @@ proto.io.bisq.protobuffer.GetFundingAddressesReply.serializeBinaryToWriter = fun /** * repeated AddressBalanceInfo address_balance_info = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetFundingAddressesReply.prototype.getAddressBalanceInfoList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.AddressBalanceInfo, 1)); +proto.io.haveno.protobuffer.GetFundingAddressesReply.prototype.getAddressBalanceInfoList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.AddressBalanceInfo, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetFundingAddressesReply} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetFundingAddressesReply} returns this */ -proto.io.bisq.protobuffer.GetFundingAddressesReply.prototype.setAddressBalanceInfoList = function(value) { +proto.io.haveno.protobuffer.GetFundingAddressesReply.prototype.setAddressBalanceInfoList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.AddressBalanceInfo=} opt_value + * @param {!proto.io.haveno.protobuffer.AddressBalanceInfo=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.AddressBalanceInfo} + * @return {!proto.io.haveno.protobuffer.AddressBalanceInfo} */ -proto.io.bisq.protobuffer.GetFundingAddressesReply.prototype.addAddressBalanceInfo = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.AddressBalanceInfo, opt_index); +proto.io.haveno.protobuffer.GetFundingAddressesReply.prototype.addAddressBalanceInfo = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.AddressBalanceInfo, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetFundingAddressesReply} returns this + * @return {!proto.io.haveno.protobuffer.GetFundingAddressesReply} returns this */ -proto.io.bisq.protobuffer.GetFundingAddressesReply.prototype.clearAddressBalanceInfoList = function() { +proto.io.haveno.protobuffer.GetFundingAddressesReply.prototype.clearAddressBalanceInfoList = function() { return this.setAddressBalanceInfoList([]); }; @@ -28304,8 +28274,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SetWalletPasswordRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SetWalletPasswordRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SetWalletPasswordRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SetWalletPasswordRequest.toObject(opt_includeInstance, this); }; @@ -28314,11 +28284,11 @@ proto.io.bisq.protobuffer.SetWalletPasswordRequest.prototype.toObject = function * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SetWalletPasswordRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SetWalletPasswordRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SetWalletPasswordRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SetWalletPasswordRequest.toObject = function(includeInstance, msg) { var f, obj = { password: jspb.Message.getFieldWithDefault(msg, 1, ""), newPassword: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -28335,23 +28305,23 @@ proto.io.bisq.protobuffer.SetWalletPasswordRequest.toObject = function(includeIn /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SetWalletPasswordRequest} + * @return {!proto.io.haveno.protobuffer.SetWalletPasswordRequest} */ -proto.io.bisq.protobuffer.SetWalletPasswordRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SetWalletPasswordRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SetWalletPasswordRequest; - return proto.io.bisq.protobuffer.SetWalletPasswordRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SetWalletPasswordRequest; + return proto.io.haveno.protobuffer.SetWalletPasswordRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SetWalletPasswordRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SetWalletPasswordRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SetWalletPasswordRequest} + * @return {!proto.io.haveno.protobuffer.SetWalletPasswordRequest} */ -proto.io.bisq.protobuffer.SetWalletPasswordRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SetWalletPasswordRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -28379,9 +28349,9 @@ proto.io.bisq.protobuffer.SetWalletPasswordRequest.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SetWalletPasswordRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SetWalletPasswordRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SetWalletPasswordRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SetWalletPasswordRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -28389,11 +28359,11 @@ proto.io.bisq.protobuffer.SetWalletPasswordRequest.prototype.serializeBinary = f /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SetWalletPasswordRequest} message + * @param {!proto.io.haveno.protobuffer.SetWalletPasswordRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SetWalletPasswordRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SetWalletPasswordRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPassword(); if (f.length > 0) { @@ -28416,16 +28386,16 @@ proto.io.bisq.protobuffer.SetWalletPasswordRequest.serializeBinaryToWriter = fun * optional string password = 1; * @return {string} */ -proto.io.bisq.protobuffer.SetWalletPasswordRequest.prototype.getPassword = function() { +proto.io.haveno.protobuffer.SetWalletPasswordRequest.prototype.getPassword = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SetWalletPasswordRequest} returns this + * @return {!proto.io.haveno.protobuffer.SetWalletPasswordRequest} returns this */ -proto.io.bisq.protobuffer.SetWalletPasswordRequest.prototype.setPassword = function(value) { +proto.io.haveno.protobuffer.SetWalletPasswordRequest.prototype.setPassword = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -28434,16 +28404,16 @@ proto.io.bisq.protobuffer.SetWalletPasswordRequest.prototype.setPassword = funct * optional string new_password = 2; * @return {string} */ -proto.io.bisq.protobuffer.SetWalletPasswordRequest.prototype.getNewPassword = function() { +proto.io.haveno.protobuffer.SetWalletPasswordRequest.prototype.getNewPassword = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SetWalletPasswordRequest} returns this + * @return {!proto.io.haveno.protobuffer.SetWalletPasswordRequest} returns this */ -proto.io.bisq.protobuffer.SetWalletPasswordRequest.prototype.setNewPassword = function(value) { +proto.io.haveno.protobuffer.SetWalletPasswordRequest.prototype.setNewPassword = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -28464,8 +28434,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SetWalletPasswordReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SetWalletPasswordReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SetWalletPasswordReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SetWalletPasswordReply.toObject(opt_includeInstance, this); }; @@ -28474,11 +28444,11 @@ proto.io.bisq.protobuffer.SetWalletPasswordReply.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SetWalletPasswordReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SetWalletPasswordReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SetWalletPasswordReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SetWalletPasswordReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -28494,23 +28464,23 @@ proto.io.bisq.protobuffer.SetWalletPasswordReply.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SetWalletPasswordReply} + * @return {!proto.io.haveno.protobuffer.SetWalletPasswordReply} */ -proto.io.bisq.protobuffer.SetWalletPasswordReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SetWalletPasswordReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SetWalletPasswordReply; - return proto.io.bisq.protobuffer.SetWalletPasswordReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SetWalletPasswordReply; + return proto.io.haveno.protobuffer.SetWalletPasswordReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SetWalletPasswordReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SetWalletPasswordReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SetWalletPasswordReply} + * @return {!proto.io.haveno.protobuffer.SetWalletPasswordReply} */ -proto.io.bisq.protobuffer.SetWalletPasswordReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SetWalletPasswordReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -28530,9 +28500,9 @@ proto.io.bisq.protobuffer.SetWalletPasswordReply.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SetWalletPasswordReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SetWalletPasswordReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SetWalletPasswordReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SetWalletPasswordReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -28540,11 +28510,11 @@ proto.io.bisq.protobuffer.SetWalletPasswordReply.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SetWalletPasswordReply} message + * @param {!proto.io.haveno.protobuffer.SetWalletPasswordReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SetWalletPasswordReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SetWalletPasswordReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -28565,8 +28535,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RemoveWalletPasswordRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RemoveWalletPasswordRequest.toObject(opt_includeInstance, this); }; @@ -28575,11 +28545,11 @@ proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.prototype.toObject = funct * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RemoveWalletPasswordRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RemoveWalletPasswordRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RemoveWalletPasswordRequest.toObject = function(includeInstance, msg) { var f, obj = { password: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -28595,23 +28565,23 @@ proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.toObject = function(includ /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RemoveWalletPasswordRequest} + * @return {!proto.io.haveno.protobuffer.RemoveWalletPasswordRequest} */ -proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RemoveWalletPasswordRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RemoveWalletPasswordRequest; - return proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RemoveWalletPasswordRequest; + return proto.io.haveno.protobuffer.RemoveWalletPasswordRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RemoveWalletPasswordRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RemoveWalletPasswordRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RemoveWalletPasswordRequest} + * @return {!proto.io.haveno.protobuffer.RemoveWalletPasswordRequest} */ -proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RemoveWalletPasswordRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -28635,9 +28605,9 @@ proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.deserializeBinaryFromReade * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RemoveWalletPasswordRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RemoveWalletPasswordRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -28645,11 +28615,11 @@ proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RemoveWalletPasswordRequest} message + * @param {!proto.io.haveno.protobuffer.RemoveWalletPasswordRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RemoveWalletPasswordRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPassword(); if (f.length > 0) { @@ -28665,16 +28635,16 @@ proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.serializeBinaryToWriter = * optional string password = 1; * @return {string} */ -proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.prototype.getPassword = function() { +proto.io.haveno.protobuffer.RemoveWalletPasswordRequest.prototype.getPassword = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.RemoveWalletPasswordRequest} returns this + * @return {!proto.io.haveno.protobuffer.RemoveWalletPasswordRequest} returns this */ -proto.io.bisq.protobuffer.RemoveWalletPasswordRequest.prototype.setPassword = function(value) { +proto.io.haveno.protobuffer.RemoveWalletPasswordRequest.prototype.setPassword = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -28695,8 +28665,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RemoveWalletPasswordReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RemoveWalletPasswordReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RemoveWalletPasswordReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RemoveWalletPasswordReply.toObject(opt_includeInstance, this); }; @@ -28705,11 +28675,11 @@ proto.io.bisq.protobuffer.RemoveWalletPasswordReply.prototype.toObject = functio * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RemoveWalletPasswordReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RemoveWalletPasswordReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RemoveWalletPasswordReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RemoveWalletPasswordReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -28725,23 +28695,23 @@ proto.io.bisq.protobuffer.RemoveWalletPasswordReply.toObject = function(includeI /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RemoveWalletPasswordReply} + * @return {!proto.io.haveno.protobuffer.RemoveWalletPasswordReply} */ -proto.io.bisq.protobuffer.RemoveWalletPasswordReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RemoveWalletPasswordReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RemoveWalletPasswordReply; - return proto.io.bisq.protobuffer.RemoveWalletPasswordReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RemoveWalletPasswordReply; + return proto.io.haveno.protobuffer.RemoveWalletPasswordReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RemoveWalletPasswordReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RemoveWalletPasswordReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RemoveWalletPasswordReply} + * @return {!proto.io.haveno.protobuffer.RemoveWalletPasswordReply} */ -proto.io.bisq.protobuffer.RemoveWalletPasswordReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RemoveWalletPasswordReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -28761,9 +28731,9 @@ proto.io.bisq.protobuffer.RemoveWalletPasswordReply.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RemoveWalletPasswordReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RemoveWalletPasswordReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RemoveWalletPasswordReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RemoveWalletPasswordReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -28771,11 +28741,11 @@ proto.io.bisq.protobuffer.RemoveWalletPasswordReply.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RemoveWalletPasswordReply} message + * @param {!proto.io.haveno.protobuffer.RemoveWalletPasswordReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RemoveWalletPasswordReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RemoveWalletPasswordReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -28796,8 +28766,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.LockWalletRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.LockWalletRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.LockWalletRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.LockWalletRequest.toObject(opt_includeInstance, this); }; @@ -28806,11 +28776,11 @@ proto.io.bisq.protobuffer.LockWalletRequest.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.LockWalletRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.LockWalletRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.LockWalletRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.LockWalletRequest.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -28826,23 +28796,23 @@ proto.io.bisq.protobuffer.LockWalletRequest.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.LockWalletRequest} + * @return {!proto.io.haveno.protobuffer.LockWalletRequest} */ -proto.io.bisq.protobuffer.LockWalletRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.LockWalletRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.LockWalletRequest; - return proto.io.bisq.protobuffer.LockWalletRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.LockWalletRequest; + return proto.io.haveno.protobuffer.LockWalletRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.LockWalletRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.LockWalletRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.LockWalletRequest} + * @return {!proto.io.haveno.protobuffer.LockWalletRequest} */ -proto.io.bisq.protobuffer.LockWalletRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.LockWalletRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -28862,9 +28832,9 @@ proto.io.bisq.protobuffer.LockWalletRequest.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.LockWalletRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.LockWalletRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.LockWalletRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.LockWalletRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -28872,11 +28842,11 @@ proto.io.bisq.protobuffer.LockWalletRequest.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.LockWalletRequest} message + * @param {!proto.io.haveno.protobuffer.LockWalletRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.LockWalletRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.LockWalletRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -28897,8 +28867,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.LockWalletReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.LockWalletReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.LockWalletReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.LockWalletReply.toObject(opt_includeInstance, this); }; @@ -28907,11 +28877,11 @@ proto.io.bisq.protobuffer.LockWalletReply.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.LockWalletReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.LockWalletReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.LockWalletReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.LockWalletReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -28927,23 +28897,23 @@ proto.io.bisq.protobuffer.LockWalletReply.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.LockWalletReply} + * @return {!proto.io.haveno.protobuffer.LockWalletReply} */ -proto.io.bisq.protobuffer.LockWalletReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.LockWalletReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.LockWalletReply; - return proto.io.bisq.protobuffer.LockWalletReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.LockWalletReply; + return proto.io.haveno.protobuffer.LockWalletReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.LockWalletReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.LockWalletReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.LockWalletReply} + * @return {!proto.io.haveno.protobuffer.LockWalletReply} */ -proto.io.bisq.protobuffer.LockWalletReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.LockWalletReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -28963,9 +28933,9 @@ proto.io.bisq.protobuffer.LockWalletReply.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.LockWalletReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.LockWalletReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.LockWalletReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.LockWalletReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -28973,11 +28943,11 @@ proto.io.bisq.protobuffer.LockWalletReply.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.LockWalletReply} message + * @param {!proto.io.haveno.protobuffer.LockWalletReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.LockWalletReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.LockWalletReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -28998,8 +28968,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.UnlockWalletRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.UnlockWalletRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.UnlockWalletRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.UnlockWalletRequest.toObject(opt_includeInstance, this); }; @@ -29008,11 +28978,11 @@ proto.io.bisq.protobuffer.UnlockWalletRequest.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.UnlockWalletRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.UnlockWalletRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UnlockWalletRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.UnlockWalletRequest.toObject = function(includeInstance, msg) { var f, obj = { password: jspb.Message.getFieldWithDefault(msg, 1, ""), timeout: jspb.Message.getFieldWithDefault(msg, 2, 0) @@ -29029,23 +28999,23 @@ proto.io.bisq.protobuffer.UnlockWalletRequest.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.UnlockWalletRequest} + * @return {!proto.io.haveno.protobuffer.UnlockWalletRequest} */ -proto.io.bisq.protobuffer.UnlockWalletRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.UnlockWalletRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.UnlockWalletRequest; - return proto.io.bisq.protobuffer.UnlockWalletRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.UnlockWalletRequest; + return proto.io.haveno.protobuffer.UnlockWalletRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.UnlockWalletRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.UnlockWalletRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.UnlockWalletRequest} + * @return {!proto.io.haveno.protobuffer.UnlockWalletRequest} */ -proto.io.bisq.protobuffer.UnlockWalletRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.UnlockWalletRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -29073,9 +29043,9 @@ proto.io.bisq.protobuffer.UnlockWalletRequest.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.UnlockWalletRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.UnlockWalletRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.UnlockWalletRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.UnlockWalletRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -29083,11 +29053,11 @@ proto.io.bisq.protobuffer.UnlockWalletRequest.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.UnlockWalletRequest} message + * @param {!proto.io.haveno.protobuffer.UnlockWalletRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UnlockWalletRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.UnlockWalletRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPassword(); if (f.length > 0) { @@ -29110,16 +29080,16 @@ proto.io.bisq.protobuffer.UnlockWalletRequest.serializeBinaryToWriter = function * optional string password = 1; * @return {string} */ -proto.io.bisq.protobuffer.UnlockWalletRequest.prototype.getPassword = function() { +proto.io.haveno.protobuffer.UnlockWalletRequest.prototype.getPassword = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.UnlockWalletRequest} returns this + * @return {!proto.io.haveno.protobuffer.UnlockWalletRequest} returns this */ -proto.io.bisq.protobuffer.UnlockWalletRequest.prototype.setPassword = function(value) { +proto.io.haveno.protobuffer.UnlockWalletRequest.prototype.setPassword = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -29128,16 +29098,16 @@ proto.io.bisq.protobuffer.UnlockWalletRequest.prototype.setPassword = function(v * optional uint64 timeout = 2; * @return {number} */ -proto.io.bisq.protobuffer.UnlockWalletRequest.prototype.getTimeout = function() { +proto.io.haveno.protobuffer.UnlockWalletRequest.prototype.getTimeout = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.UnlockWalletRequest} returns this + * @return {!proto.io.haveno.protobuffer.UnlockWalletRequest} returns this */ -proto.io.bisq.protobuffer.UnlockWalletRequest.prototype.setTimeout = function(value) { +proto.io.haveno.protobuffer.UnlockWalletRequest.prototype.setTimeout = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -29158,8 +29128,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.UnlockWalletReply.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.UnlockWalletReply.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.UnlockWalletReply.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.UnlockWalletReply.toObject(opt_includeInstance, this); }; @@ -29168,11 +29138,11 @@ proto.io.bisq.protobuffer.UnlockWalletReply.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.UnlockWalletReply} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.UnlockWalletReply} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UnlockWalletReply.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.UnlockWalletReply.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -29188,23 +29158,23 @@ proto.io.bisq.protobuffer.UnlockWalletReply.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.UnlockWalletReply} + * @return {!proto.io.haveno.protobuffer.UnlockWalletReply} */ -proto.io.bisq.protobuffer.UnlockWalletReply.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.UnlockWalletReply.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.UnlockWalletReply; - return proto.io.bisq.protobuffer.UnlockWalletReply.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.UnlockWalletReply; + return proto.io.haveno.protobuffer.UnlockWalletReply.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.UnlockWalletReply} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.UnlockWalletReply} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.UnlockWalletReply} + * @return {!proto.io.haveno.protobuffer.UnlockWalletReply} */ -proto.io.bisq.protobuffer.UnlockWalletReply.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.UnlockWalletReply.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -29224,9 +29194,9 @@ proto.io.bisq.protobuffer.UnlockWalletReply.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.UnlockWalletReply.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.UnlockWalletReply.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.UnlockWalletReply.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.UnlockWalletReply.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -29234,11 +29204,11 @@ proto.io.bisq.protobuffer.UnlockWalletReply.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.UnlockWalletReply} message + * @param {!proto.io.haveno.protobuffer.UnlockWalletReply} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UnlockWalletReply.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.UnlockWalletReply.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -29259,8 +29229,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.BalancesInfo.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.BalancesInfo.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.BalancesInfo.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.BalancesInfo.toObject(opt_includeInstance, this); }; @@ -29269,14 +29239,14 @@ proto.io.bisq.protobuffer.BalancesInfo.prototype.toObject = function(opt_include * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.BalancesInfo} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.BalancesInfo} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BalancesInfo.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.BalancesInfo.toObject = function(includeInstance, msg) { var f, obj = { - btc: (f = msg.getBtc()) && proto.io.bisq.protobuffer.BtcBalanceInfo.toObject(includeInstance, f), - xmr: (f = msg.getXmr()) && proto.io.bisq.protobuffer.XmrBalanceInfo.toObject(includeInstance, f) + btc: (f = msg.getBtc()) && proto.io.haveno.protobuffer.BtcBalanceInfo.toObject(includeInstance, f), + xmr: (f = msg.getXmr()) && proto.io.haveno.protobuffer.XmrBalanceInfo.toObject(includeInstance, f) }; if (includeInstance) { @@ -29290,23 +29260,23 @@ proto.io.bisq.protobuffer.BalancesInfo.toObject = function(includeInstance, msg) /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.BalancesInfo} + * @return {!proto.io.haveno.protobuffer.BalancesInfo} */ -proto.io.bisq.protobuffer.BalancesInfo.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.BalancesInfo.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.BalancesInfo; - return proto.io.bisq.protobuffer.BalancesInfo.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.BalancesInfo; + return proto.io.haveno.protobuffer.BalancesInfo.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.BalancesInfo} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.BalancesInfo} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.BalancesInfo} + * @return {!proto.io.haveno.protobuffer.BalancesInfo} */ -proto.io.bisq.protobuffer.BalancesInfo.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.BalancesInfo.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -29314,13 +29284,13 @@ proto.io.bisq.protobuffer.BalancesInfo.deserializeBinaryFromReader = function(ms var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.BtcBalanceInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.BtcBalanceInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.BtcBalanceInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.BtcBalanceInfo.deserializeBinaryFromReader); msg.setBtc(value); break; case 2: - var value = new proto.io.bisq.protobuffer.XmrBalanceInfo; - reader.readMessage(value,proto.io.bisq.protobuffer.XmrBalanceInfo.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.XmrBalanceInfo; + reader.readMessage(value,proto.io.haveno.protobuffer.XmrBalanceInfo.deserializeBinaryFromReader); msg.setXmr(value); break; default: @@ -29336,9 +29306,9 @@ proto.io.bisq.protobuffer.BalancesInfo.deserializeBinaryFromReader = function(ms * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.BalancesInfo.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.BalancesInfo.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.BalancesInfo.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.BalancesInfo.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -29346,18 +29316,18 @@ proto.io.bisq.protobuffer.BalancesInfo.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.BalancesInfo} message + * @param {!proto.io.haveno.protobuffer.BalancesInfo} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BalancesInfo.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.BalancesInfo.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getBtc(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.BtcBalanceInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.BtcBalanceInfo.serializeBinaryToWriter ); } f = message.getXmr(); @@ -29365,7 +29335,7 @@ proto.io.bisq.protobuffer.BalancesInfo.serializeBinaryToWriter = function(messag writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.XmrBalanceInfo.serializeBinaryToWriter + proto.io.haveno.protobuffer.XmrBalanceInfo.serializeBinaryToWriter ); } }; @@ -29373,28 +29343,28 @@ proto.io.bisq.protobuffer.BalancesInfo.serializeBinaryToWriter = function(messag /** * optional BtcBalanceInfo btc = 1; - * @return {?proto.io.bisq.protobuffer.BtcBalanceInfo} + * @return {?proto.io.haveno.protobuffer.BtcBalanceInfo} */ -proto.io.bisq.protobuffer.BalancesInfo.prototype.getBtc = function() { - return /** @type{?proto.io.bisq.protobuffer.BtcBalanceInfo} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.BtcBalanceInfo, 1)); +proto.io.haveno.protobuffer.BalancesInfo.prototype.getBtc = function() { + return /** @type{?proto.io.haveno.protobuffer.BtcBalanceInfo} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.BtcBalanceInfo, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.BtcBalanceInfo|undefined} value - * @return {!proto.io.bisq.protobuffer.BalancesInfo} returns this + * @param {?proto.io.haveno.protobuffer.BtcBalanceInfo|undefined} value + * @return {!proto.io.haveno.protobuffer.BalancesInfo} returns this */ -proto.io.bisq.protobuffer.BalancesInfo.prototype.setBtc = function(value) { +proto.io.haveno.protobuffer.BalancesInfo.prototype.setBtc = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.BalancesInfo} returns this + * @return {!proto.io.haveno.protobuffer.BalancesInfo} returns this */ -proto.io.bisq.protobuffer.BalancesInfo.prototype.clearBtc = function() { +proto.io.haveno.protobuffer.BalancesInfo.prototype.clearBtc = function() { return this.setBtc(undefined); }; @@ -29403,35 +29373,35 @@ proto.io.bisq.protobuffer.BalancesInfo.prototype.clearBtc = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.BalancesInfo.prototype.hasBtc = function() { +proto.io.haveno.protobuffer.BalancesInfo.prototype.hasBtc = function() { return jspb.Message.getField(this, 1) != null; }; /** * optional XmrBalanceInfo xmr = 2; - * @return {?proto.io.bisq.protobuffer.XmrBalanceInfo} + * @return {?proto.io.haveno.protobuffer.XmrBalanceInfo} */ -proto.io.bisq.protobuffer.BalancesInfo.prototype.getXmr = function() { - return /** @type{?proto.io.bisq.protobuffer.XmrBalanceInfo} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.XmrBalanceInfo, 2)); +proto.io.haveno.protobuffer.BalancesInfo.prototype.getXmr = function() { + return /** @type{?proto.io.haveno.protobuffer.XmrBalanceInfo} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.XmrBalanceInfo, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.XmrBalanceInfo|undefined} value - * @return {!proto.io.bisq.protobuffer.BalancesInfo} returns this + * @param {?proto.io.haveno.protobuffer.XmrBalanceInfo|undefined} value + * @return {!proto.io.haveno.protobuffer.BalancesInfo} returns this */ -proto.io.bisq.protobuffer.BalancesInfo.prototype.setXmr = function(value) { +proto.io.haveno.protobuffer.BalancesInfo.prototype.setXmr = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.BalancesInfo} returns this + * @return {!proto.io.haveno.protobuffer.BalancesInfo} returns this */ -proto.io.bisq.protobuffer.BalancesInfo.prototype.clearXmr = function() { +proto.io.haveno.protobuffer.BalancesInfo.prototype.clearXmr = function() { return this.setXmr(undefined); }; @@ -29440,7 +29410,7 @@ proto.io.bisq.protobuffer.BalancesInfo.prototype.clearXmr = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.BalancesInfo.prototype.hasXmr = function() { +proto.io.haveno.protobuffer.BalancesInfo.prototype.hasXmr = function() { return jspb.Message.getField(this, 2) != null; }; @@ -29461,8 +29431,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.BtcBalanceInfo.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.BtcBalanceInfo.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.BtcBalanceInfo.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.BtcBalanceInfo.toObject(opt_includeInstance, this); }; @@ -29471,11 +29441,11 @@ proto.io.bisq.protobuffer.BtcBalanceInfo.prototype.toObject = function(opt_inclu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.BtcBalanceInfo} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.BtcBalanceInfo} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BtcBalanceInfo.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.BtcBalanceInfo.toObject = function(includeInstance, msg) { var f, obj = { availableBalance: jspb.Message.getFieldWithDefault(msg, 1, 0), reservedBalance: jspb.Message.getFieldWithDefault(msg, 2, 0), @@ -29494,23 +29464,23 @@ proto.io.bisq.protobuffer.BtcBalanceInfo.toObject = function(includeInstance, ms /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.BtcBalanceInfo} + * @return {!proto.io.haveno.protobuffer.BtcBalanceInfo} */ -proto.io.bisq.protobuffer.BtcBalanceInfo.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.BtcBalanceInfo.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.BtcBalanceInfo; - return proto.io.bisq.protobuffer.BtcBalanceInfo.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.BtcBalanceInfo; + return proto.io.haveno.protobuffer.BtcBalanceInfo.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.BtcBalanceInfo} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.BtcBalanceInfo} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.BtcBalanceInfo} + * @return {!proto.io.haveno.protobuffer.BtcBalanceInfo} */ -proto.io.bisq.protobuffer.BtcBalanceInfo.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.BtcBalanceInfo.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -29546,9 +29516,9 @@ proto.io.bisq.protobuffer.BtcBalanceInfo.deserializeBinaryFromReader = function( * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.BtcBalanceInfo.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.BtcBalanceInfo.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.BtcBalanceInfo.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.BtcBalanceInfo.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -29556,11 +29526,11 @@ proto.io.bisq.protobuffer.BtcBalanceInfo.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.BtcBalanceInfo} message + * @param {!proto.io.haveno.protobuffer.BtcBalanceInfo} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BtcBalanceInfo.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.BtcBalanceInfo.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAvailableBalance(); if (f !== 0) { @@ -29597,16 +29567,16 @@ proto.io.bisq.protobuffer.BtcBalanceInfo.serializeBinaryToWriter = function(mess * optional uint64 available_balance = 1; * @return {number} */ -proto.io.bisq.protobuffer.BtcBalanceInfo.prototype.getAvailableBalance = function() { +proto.io.haveno.protobuffer.BtcBalanceInfo.prototype.getAvailableBalance = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.BtcBalanceInfo} returns this + * @return {!proto.io.haveno.protobuffer.BtcBalanceInfo} returns this */ -proto.io.bisq.protobuffer.BtcBalanceInfo.prototype.setAvailableBalance = function(value) { +proto.io.haveno.protobuffer.BtcBalanceInfo.prototype.setAvailableBalance = function(value) { return jspb.Message.setProto3IntField(this, 1, value); }; @@ -29615,16 +29585,16 @@ proto.io.bisq.protobuffer.BtcBalanceInfo.prototype.setAvailableBalance = functio * optional uint64 reserved_balance = 2; * @return {number} */ -proto.io.bisq.protobuffer.BtcBalanceInfo.prototype.getReservedBalance = function() { +proto.io.haveno.protobuffer.BtcBalanceInfo.prototype.getReservedBalance = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.BtcBalanceInfo} returns this + * @return {!proto.io.haveno.protobuffer.BtcBalanceInfo} returns this */ -proto.io.bisq.protobuffer.BtcBalanceInfo.prototype.setReservedBalance = function(value) { +proto.io.haveno.protobuffer.BtcBalanceInfo.prototype.setReservedBalance = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -29633,16 +29603,16 @@ proto.io.bisq.protobuffer.BtcBalanceInfo.prototype.setReservedBalance = function * optional uint64 total_available_balance = 3; * @return {number} */ -proto.io.bisq.protobuffer.BtcBalanceInfo.prototype.getTotalAvailableBalance = function() { +proto.io.haveno.protobuffer.BtcBalanceInfo.prototype.getTotalAvailableBalance = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.BtcBalanceInfo} returns this + * @return {!proto.io.haveno.protobuffer.BtcBalanceInfo} returns this */ -proto.io.bisq.protobuffer.BtcBalanceInfo.prototype.setTotalAvailableBalance = function(value) { +proto.io.haveno.protobuffer.BtcBalanceInfo.prototype.setTotalAvailableBalance = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -29651,16 +29621,16 @@ proto.io.bisq.protobuffer.BtcBalanceInfo.prototype.setTotalAvailableBalance = fu * optional uint64 locked_balance = 4; * @return {number} */ -proto.io.bisq.protobuffer.BtcBalanceInfo.prototype.getLockedBalance = function() { +proto.io.haveno.protobuffer.BtcBalanceInfo.prototype.getLockedBalance = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.BtcBalanceInfo} returns this + * @return {!proto.io.haveno.protobuffer.BtcBalanceInfo} returns this */ -proto.io.bisq.protobuffer.BtcBalanceInfo.prototype.setLockedBalance = function(value) { +proto.io.haveno.protobuffer.BtcBalanceInfo.prototype.setLockedBalance = function(value) { return jspb.Message.setProto3IntField(this, 4, value); }; @@ -29681,8 +29651,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.XmrBalanceInfo.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.XmrBalanceInfo.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.XmrBalanceInfo.toObject(opt_includeInstance, this); }; @@ -29691,11 +29661,11 @@ proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.toObject = function(opt_inclu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.XmrBalanceInfo} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.XmrBalanceInfo} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.XmrBalanceInfo.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.XmrBalanceInfo.toObject = function(includeInstance, msg) { var f, obj = { balance: jspb.Message.getFieldWithDefault(msg, 1, "0"), availableBalance: jspb.Message.getFieldWithDefault(msg, 2, "0"), @@ -29715,23 +29685,23 @@ proto.io.bisq.protobuffer.XmrBalanceInfo.toObject = function(includeInstance, ms /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.XmrBalanceInfo} + * @return {!proto.io.haveno.protobuffer.XmrBalanceInfo} */ -proto.io.bisq.protobuffer.XmrBalanceInfo.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.XmrBalanceInfo.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.XmrBalanceInfo; - return proto.io.bisq.protobuffer.XmrBalanceInfo.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.XmrBalanceInfo; + return proto.io.haveno.protobuffer.XmrBalanceInfo.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.XmrBalanceInfo} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.XmrBalanceInfo} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.XmrBalanceInfo} + * @return {!proto.io.haveno.protobuffer.XmrBalanceInfo} */ -proto.io.bisq.protobuffer.XmrBalanceInfo.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.XmrBalanceInfo.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -29771,9 +29741,9 @@ proto.io.bisq.protobuffer.XmrBalanceInfo.deserializeBinaryFromReader = function( * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.XmrBalanceInfo.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.XmrBalanceInfo.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.XmrBalanceInfo.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -29781,11 +29751,11 @@ proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.XmrBalanceInfo} message + * @param {!proto.io.haveno.protobuffer.XmrBalanceInfo} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.XmrBalanceInfo.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.XmrBalanceInfo.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getBalance(); if (parseInt(f, 10) !== 0) { @@ -29829,16 +29799,16 @@ proto.io.bisq.protobuffer.XmrBalanceInfo.serializeBinaryToWriter = function(mess * optional uint64 balance = 1; * @return {string} */ -proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.getBalance = function() { +proto.io.haveno.protobuffer.XmrBalanceInfo.prototype.getBalance = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "0")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.XmrBalanceInfo} returns this + * @return {!proto.io.haveno.protobuffer.XmrBalanceInfo} returns this */ -proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.setBalance = function(value) { +proto.io.haveno.protobuffer.XmrBalanceInfo.prototype.setBalance = function(value) { return jspb.Message.setProto3StringIntField(this, 1, value); }; @@ -29847,16 +29817,16 @@ proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.setBalance = function(value) * optional uint64 available_balance = 2; * @return {string} */ -proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.getAvailableBalance = function() { +proto.io.haveno.protobuffer.XmrBalanceInfo.prototype.getAvailableBalance = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "0")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.XmrBalanceInfo} returns this + * @return {!proto.io.haveno.protobuffer.XmrBalanceInfo} returns this */ -proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.setAvailableBalance = function(value) { +proto.io.haveno.protobuffer.XmrBalanceInfo.prototype.setAvailableBalance = function(value) { return jspb.Message.setProto3StringIntField(this, 2, value); }; @@ -29865,16 +29835,16 @@ proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.setAvailableBalance = functio * optional uint64 pending_balance = 3; * @return {string} */ -proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.getPendingBalance = function() { +proto.io.haveno.protobuffer.XmrBalanceInfo.prototype.getPendingBalance = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "0")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.XmrBalanceInfo} returns this + * @return {!proto.io.haveno.protobuffer.XmrBalanceInfo} returns this */ -proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.setPendingBalance = function(value) { +proto.io.haveno.protobuffer.XmrBalanceInfo.prototype.setPendingBalance = function(value) { return jspb.Message.setProto3StringIntField(this, 3, value); }; @@ -29883,16 +29853,16 @@ proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.setPendingBalance = function( * optional uint64 reserved_offer_balance = 4; * @return {string} */ -proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.getReservedOfferBalance = function() { +proto.io.haveno.protobuffer.XmrBalanceInfo.prototype.getReservedOfferBalance = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "0")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.XmrBalanceInfo} returns this + * @return {!proto.io.haveno.protobuffer.XmrBalanceInfo} returns this */ -proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.setReservedOfferBalance = function(value) { +proto.io.haveno.protobuffer.XmrBalanceInfo.prototype.setReservedOfferBalance = function(value) { return jspb.Message.setProto3StringIntField(this, 4, value); }; @@ -29901,16 +29871,16 @@ proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.setReservedOfferBalance = fun * optional uint64 reserved_trade_balance = 5; * @return {string} */ -proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.getReservedTradeBalance = function() { +proto.io.haveno.protobuffer.XmrBalanceInfo.prototype.getReservedTradeBalance = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "0")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.XmrBalanceInfo} returns this + * @return {!proto.io.haveno.protobuffer.XmrBalanceInfo} returns this */ -proto.io.bisq.protobuffer.XmrBalanceInfo.prototype.setReservedTradeBalance = function(value) { +proto.io.haveno.protobuffer.XmrBalanceInfo.prototype.setReservedTradeBalance = function(value) { return jspb.Message.setProto3StringIntField(this, 5, value); }; @@ -29931,8 +29901,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AddressBalanceInfo.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AddressBalanceInfo.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AddressBalanceInfo.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AddressBalanceInfo.toObject(opt_includeInstance, this); }; @@ -29941,11 +29911,11 @@ proto.io.bisq.protobuffer.AddressBalanceInfo.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AddressBalanceInfo} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AddressBalanceInfo} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AddressBalanceInfo.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AddressBalanceInfo.toObject = function(includeInstance, msg) { var f, obj = { address: jspb.Message.getFieldWithDefault(msg, 1, ""), balance: jspb.Message.getFieldWithDefault(msg, 2, 0), @@ -29964,23 +29934,23 @@ proto.io.bisq.protobuffer.AddressBalanceInfo.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AddressBalanceInfo} + * @return {!proto.io.haveno.protobuffer.AddressBalanceInfo} */ -proto.io.bisq.protobuffer.AddressBalanceInfo.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AddressBalanceInfo.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AddressBalanceInfo; - return proto.io.bisq.protobuffer.AddressBalanceInfo.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AddressBalanceInfo; + return proto.io.haveno.protobuffer.AddressBalanceInfo.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AddressBalanceInfo} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AddressBalanceInfo} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AddressBalanceInfo} + * @return {!proto.io.haveno.protobuffer.AddressBalanceInfo} */ -proto.io.bisq.protobuffer.AddressBalanceInfo.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AddressBalanceInfo.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -30016,9 +29986,9 @@ proto.io.bisq.protobuffer.AddressBalanceInfo.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AddressBalanceInfo.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AddressBalanceInfo.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AddressBalanceInfo.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AddressBalanceInfo.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -30026,11 +29996,11 @@ proto.io.bisq.protobuffer.AddressBalanceInfo.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AddressBalanceInfo} message + * @param {!proto.io.haveno.protobuffer.AddressBalanceInfo} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AddressBalanceInfo.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AddressBalanceInfo.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAddress(); if (f.length > 0) { @@ -30067,16 +30037,16 @@ proto.io.bisq.protobuffer.AddressBalanceInfo.serializeBinaryToWriter = function( * optional string address = 1; * @return {string} */ -proto.io.bisq.protobuffer.AddressBalanceInfo.prototype.getAddress = function() { +proto.io.haveno.protobuffer.AddressBalanceInfo.prototype.getAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AddressBalanceInfo} returns this + * @return {!proto.io.haveno.protobuffer.AddressBalanceInfo} returns this */ -proto.io.bisq.protobuffer.AddressBalanceInfo.prototype.setAddress = function(value) { +proto.io.haveno.protobuffer.AddressBalanceInfo.prototype.setAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -30085,16 +30055,16 @@ proto.io.bisq.protobuffer.AddressBalanceInfo.prototype.setAddress = function(val * optional int64 balance = 2; * @return {number} */ -proto.io.bisq.protobuffer.AddressBalanceInfo.prototype.getBalance = function() { +proto.io.haveno.protobuffer.AddressBalanceInfo.prototype.getBalance = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.AddressBalanceInfo} returns this + * @return {!proto.io.haveno.protobuffer.AddressBalanceInfo} returns this */ -proto.io.bisq.protobuffer.AddressBalanceInfo.prototype.setBalance = function(value) { +proto.io.haveno.protobuffer.AddressBalanceInfo.prototype.setBalance = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -30103,16 +30073,16 @@ proto.io.bisq.protobuffer.AddressBalanceInfo.prototype.setBalance = function(val * optional int64 num_confirmations = 3; * @return {number} */ -proto.io.bisq.protobuffer.AddressBalanceInfo.prototype.getNumConfirmations = function() { +proto.io.haveno.protobuffer.AddressBalanceInfo.prototype.getNumConfirmations = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.AddressBalanceInfo} returns this + * @return {!proto.io.haveno.protobuffer.AddressBalanceInfo} returns this */ -proto.io.bisq.protobuffer.AddressBalanceInfo.prototype.setNumConfirmations = function(value) { +proto.io.haveno.protobuffer.AddressBalanceInfo.prototype.setNumConfirmations = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -30121,18 +30091,18 @@ proto.io.bisq.protobuffer.AddressBalanceInfo.prototype.setNumConfirmations = fun * optional bool is_address_unused = 4; * @return {boolean} */ -proto.io.bisq.protobuffer.AddressBalanceInfo.prototype.getIsAddressUnused = function() { +proto.io.haveno.protobuffer.AddressBalanceInfo.prototype.getIsAddressUnused = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.AddressBalanceInfo} returns this + * @return {!proto.io.haveno.protobuffer.AddressBalanceInfo} returns this */ -proto.io.bisq.protobuffer.AddressBalanceInfo.prototype.setIsAddressUnused = function(value) { +proto.io.haveno.protobuffer.AddressBalanceInfo.prototype.setIsAddressUnused = function(value) { return jspb.Message.setProto3BooleanField(this, 4, value); }; -goog.object.extend(exports, proto.io.bisq.protobuffer); +goog.object.extend(exports, proto.io.haveno.protobuffer); diff --git a/dist/protobuf/pb_pb.d.ts b/dist/protobuf/pb_pb.d.ts index b98eda8d..055eb1d0 100644 --- a/dist/protobuf/pb_pb.d.ts +++ b/dist/protobuf/pb_pb.d.ts @@ -81,36 +81,6 @@ export class NetworkEnvelope extends jspb.Message { hasPrefixedSealedAndSignedMessage(): boolean; clearPrefixedSealedAndSignedMessage(): NetworkEnvelope; - getInputsForDepositTxRequest(): InputsForDepositTxRequest | undefined; - setInputsForDepositTxRequest(value?: InputsForDepositTxRequest): NetworkEnvelope; - hasInputsForDepositTxRequest(): boolean; - clearInputsForDepositTxRequest(): NetworkEnvelope; - - getInputsForDepositTxResponse(): InputsForDepositTxResponse | undefined; - setInputsForDepositTxResponse(value?: InputsForDepositTxResponse): NetworkEnvelope; - hasInputsForDepositTxResponse(): boolean; - clearInputsForDepositTxResponse(): NetworkEnvelope; - - getDepositTxMessage(): DepositTxMessage | undefined; - setDepositTxMessage(value?: DepositTxMessage): NetworkEnvelope; - hasDepositTxMessage(): boolean; - clearDepositTxMessage(): NetworkEnvelope; - - getDisputeOpenedMessage(): DisputeOpenedMessage | undefined; - setDisputeOpenedMessage(value?: DisputeOpenedMessage): NetworkEnvelope; - hasDisputeOpenedMessage(): boolean; - clearDisputeOpenedMessage(): NetworkEnvelope; - - getDisputeClosedMessage(): DisputeClosedMessage | undefined; - setDisputeClosedMessage(value?: DisputeClosedMessage): NetworkEnvelope; - hasDisputeClosedMessage(): boolean; - clearDisputeClosedMessage(): NetworkEnvelope; - - getChatMessage(): ChatMessage | undefined; - setChatMessage(value?: ChatMessage): NetworkEnvelope; - hasChatMessage(): boolean; - clearChatMessage(): NetworkEnvelope; - getPrivateNotificationMessage(): PrivateNotificationMessage | undefined; setPrivateNotificationMessage(value?: PrivateNotificationMessage): NetworkEnvelope; hasPrivateNotificationMessage(): boolean; @@ -131,41 +101,6 @@ export class NetworkEnvelope extends jspb.Message { hasBundleOfEnvelopes(): boolean; clearBundleOfEnvelopes(): NetworkEnvelope; - getMediatedPayoutTxSignatureMessage(): MediatedPayoutTxSignatureMessage | undefined; - setMediatedPayoutTxSignatureMessage(value?: MediatedPayoutTxSignatureMessage): NetworkEnvelope; - hasMediatedPayoutTxSignatureMessage(): boolean; - clearMediatedPayoutTxSignatureMessage(): NetworkEnvelope; - - getMediatedPayoutTxPublishedMessage(): MediatedPayoutTxPublishedMessage | undefined; - setMediatedPayoutTxPublishedMessage(value?: MediatedPayoutTxPublishedMessage): NetworkEnvelope; - hasMediatedPayoutTxPublishedMessage(): boolean; - clearMediatedPayoutTxPublishedMessage(): NetworkEnvelope; - - getDelayedPayoutTxSignatureRequest(): DelayedPayoutTxSignatureRequest | undefined; - setDelayedPayoutTxSignatureRequest(value?: DelayedPayoutTxSignatureRequest): NetworkEnvelope; - hasDelayedPayoutTxSignatureRequest(): boolean; - clearDelayedPayoutTxSignatureRequest(): NetworkEnvelope; - - getDelayedPayoutTxSignatureResponse(): DelayedPayoutTxSignatureResponse | undefined; - setDelayedPayoutTxSignatureResponse(value?: DelayedPayoutTxSignatureResponse): NetworkEnvelope; - hasDelayedPayoutTxSignatureResponse(): boolean; - clearDelayedPayoutTxSignatureResponse(): NetworkEnvelope; - - getDepositTxAndDelayedPayoutTxMessage(): DepositTxAndDelayedPayoutTxMessage | undefined; - setDepositTxAndDelayedPayoutTxMessage(value?: DepositTxAndDelayedPayoutTxMessage): NetworkEnvelope; - hasDepositTxAndDelayedPayoutTxMessage(): boolean; - clearDepositTxAndDelayedPayoutTxMessage(): NetworkEnvelope; - - getPeerPublishedDelayedPayoutTxMessage(): PeerPublishedDelayedPayoutTxMessage | undefined; - setPeerPublishedDelayedPayoutTxMessage(value?: PeerPublishedDelayedPayoutTxMessage): NetworkEnvelope; - hasPeerPublishedDelayedPayoutTxMessage(): boolean; - clearPeerPublishedDelayedPayoutTxMessage(): NetworkEnvelope; - - getRefreshTradeStateRequest(): RefreshTradeStateRequest | undefined; - setRefreshTradeStateRequest(value?: RefreshTradeStateRequest): NetworkEnvelope; - hasRefreshTradeStateRequest(): boolean; - clearRefreshTradeStateRequest(): NetworkEnvelope; - getGetInventoryRequest(): GetInventoryRequest | undefined; setGetInventoryRequest(value?: GetInventoryRequest): NetworkEnvelope; hasGetInventoryRequest(): boolean; @@ -231,6 +166,31 @@ export class NetworkEnvelope extends jspb.Message { hasPaymentReceivedMessage(): boolean; clearPaymentReceivedMessage(): NetworkEnvelope; + getDisputeOpenedMessage(): DisputeOpenedMessage | undefined; + setDisputeOpenedMessage(value?: DisputeOpenedMessage): NetworkEnvelope; + hasDisputeOpenedMessage(): boolean; + clearDisputeOpenedMessage(): NetworkEnvelope; + + getDisputeClosedMessage(): DisputeClosedMessage | undefined; + setDisputeClosedMessage(value?: DisputeClosedMessage): NetworkEnvelope; + hasDisputeClosedMessage(): boolean; + clearDisputeClosedMessage(): NetworkEnvelope; + + getChatMessage(): ChatMessage | undefined; + setChatMessage(value?: ChatMessage): NetworkEnvelope; + hasChatMessage(): boolean; + clearChatMessage(): NetworkEnvelope; + + getMediatedPayoutTxSignatureMessage(): MediatedPayoutTxSignatureMessage | undefined; + setMediatedPayoutTxSignatureMessage(value?: MediatedPayoutTxSignatureMessage): NetworkEnvelope; + hasMediatedPayoutTxSignatureMessage(): boolean; + clearMediatedPayoutTxSignatureMessage(): NetworkEnvelope; + + getMediatedPayoutTxPublishedMessage(): MediatedPayoutTxPublishedMessage | undefined; + setMediatedPayoutTxPublishedMessage(value?: MediatedPayoutTxPublishedMessage): NetworkEnvelope; + hasMediatedPayoutTxPublishedMessage(): boolean; + clearMediatedPayoutTxPublishedMessage(): NetworkEnvelope; + getMessageCase(): NetworkEnvelope.MessageCase; serializeBinary(): Uint8Array; @@ -259,23 +219,10 @@ export namespace NetworkEnvelope { removeMailboxDataMessage?: RemoveMailboxDataMessage.AsObject, closeConnectionMessage?: CloseConnectionMessage.AsObject, prefixedSealedAndSignedMessage?: PrefixedSealedAndSignedMessage.AsObject, - inputsForDepositTxRequest?: InputsForDepositTxRequest.AsObject, - inputsForDepositTxResponse?: InputsForDepositTxResponse.AsObject, - depositTxMessage?: DepositTxMessage.AsObject, - disputeOpenedMessage?: DisputeOpenedMessage.AsObject, - disputeClosedMessage?: DisputeClosedMessage.AsObject, - chatMessage?: ChatMessage.AsObject, privateNotificationMessage?: PrivateNotificationMessage.AsObject, addPersistableNetworkPayloadMessage?: AddPersistableNetworkPayloadMessage.AsObject, ackMessage?: AckMessage.AsObject, bundleOfEnvelopes?: BundleOfEnvelopes.AsObject, - mediatedPayoutTxSignatureMessage?: MediatedPayoutTxSignatureMessage.AsObject, - mediatedPayoutTxPublishedMessage?: MediatedPayoutTxPublishedMessage.AsObject, - delayedPayoutTxSignatureRequest?: DelayedPayoutTxSignatureRequest.AsObject, - delayedPayoutTxSignatureResponse?: DelayedPayoutTxSignatureResponse.AsObject, - depositTxAndDelayedPayoutTxMessage?: DepositTxAndDelayedPayoutTxMessage.AsObject, - peerPublishedDelayedPayoutTxMessage?: PeerPublishedDelayedPayoutTxMessage.AsObject, - refreshTradeStateRequest?: RefreshTradeStateRequest.AsObject, getInventoryRequest?: GetInventoryRequest.AsObject, getInventoryResponse?: GetInventoryResponse.AsObject, signOfferRequest?: SignOfferRequest.AsObject, @@ -289,6 +236,11 @@ export namespace NetworkEnvelope { depositsConfirmedMessage?: DepositsConfirmedMessage.AsObject, paymentSentMessage?: PaymentSentMessage.AsObject, paymentReceivedMessage?: PaymentReceivedMessage.AsObject, + disputeOpenedMessage?: DisputeOpenedMessage.AsObject, + disputeClosedMessage?: DisputeClosedMessage.AsObject, + chatMessage?: ChatMessage.AsObject, + mediatedPayoutTxSignatureMessage?: MediatedPayoutTxSignatureMessage.AsObject, + mediatedPayoutTxPublishedMessage?: MediatedPayoutTxPublishedMessage.AsObject, } export enum MessageCase { @@ -308,36 +260,28 @@ export namespace NetworkEnvelope { REMOVE_MAILBOX_DATA_MESSAGE = 14, CLOSE_CONNECTION_MESSAGE = 15, PREFIXED_SEALED_AND_SIGNED_MESSAGE = 16, - INPUTS_FOR_DEPOSIT_TX_REQUEST = 17, - INPUTS_FOR_DEPOSIT_TX_RESPONSE = 18, - DEPOSIT_TX_MESSAGE = 19, - DISPUTE_OPENED_MESSAGE = 20, - DISPUTE_CLOSED_MESSAGE = 21, - CHAT_MESSAGE = 22, - PRIVATE_NOTIFICATION_MESSAGE = 23, - ADD_PERSISTABLE_NETWORK_PAYLOAD_MESSAGE = 24, - ACK_MESSAGE = 25, - BUNDLE_OF_ENVELOPES = 26, - MEDIATED_PAYOUT_TX_SIGNATURE_MESSAGE = 27, - MEDIATED_PAYOUT_TX_PUBLISHED_MESSAGE = 28, - DELAYED_PAYOUT_TX_SIGNATURE_REQUEST = 29, - DELAYED_PAYOUT_TX_SIGNATURE_RESPONSE = 30, - DEPOSIT_TX_AND_DELAYED_PAYOUT_TX_MESSAGE = 31, - PEER_PUBLISHED_DELAYED_PAYOUT_TX_MESSAGE = 32, - REFRESH_TRADE_STATE_REQUEST = 33, - GET_INVENTORY_REQUEST = 35, - GET_INVENTORY_RESPONSE = 36, - SIGN_OFFER_REQUEST = 1001, - SIGN_OFFER_RESPONSE = 1002, - INIT_TRADE_REQUEST = 1003, - INIT_MULTISIG_REQUEST = 1004, - SIGN_CONTRACT_REQUEST = 1005, - SIGN_CONTRACT_RESPONSE = 1006, - DEPOSIT_REQUEST = 1007, - DEPOSIT_RESPONSE = 1008, - DEPOSITS_CONFIRMED_MESSAGE = 1009, - PAYMENT_SENT_MESSAGE = 1010, - PAYMENT_RECEIVED_MESSAGE = 1011, + PRIVATE_NOTIFICATION_MESSAGE = 17, + ADD_PERSISTABLE_NETWORK_PAYLOAD_MESSAGE = 18, + ACK_MESSAGE = 19, + BUNDLE_OF_ENVELOPES = 20, + GET_INVENTORY_REQUEST = 21, + GET_INVENTORY_RESPONSE = 22, + SIGN_OFFER_REQUEST = 23, + SIGN_OFFER_RESPONSE = 24, + INIT_TRADE_REQUEST = 25, + INIT_MULTISIG_REQUEST = 26, + SIGN_CONTRACT_REQUEST = 27, + SIGN_CONTRACT_RESPONSE = 28, + DEPOSIT_REQUEST = 29, + DEPOSIT_RESPONSE = 30, + DEPOSITS_CONFIRMED_MESSAGE = 31, + PAYMENT_SENT_MESSAGE = 32, + PAYMENT_RECEIVED_MESSAGE = 33, + DISPUTE_OPENED_MESSAGE = 34, + DISPUTE_CLOSED_MESSAGE = 35, + CHAT_MESSAGE = 36, + MEDIATED_PAYOUT_TX_SIGNATURE_MESSAGE = 37, + MEDIATED_PAYOUT_TX_PUBLISHED_MESSAGE = 38, } } @@ -417,6 +361,9 @@ export class GetDataResponse extends jspb.Message { clearPersistableNetworkPayloadItemsList(): GetDataResponse; addPersistableNetworkPayloadItems(value?: PersistableNetworkPayload, index?: number): PersistableNetworkPayload; + getWasTruncated(): boolean; + setWasTruncated(value: boolean): GetDataResponse; + serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): GetDataResponse.AsObject; static toObject(includeInstance: boolean, msg: GetDataResponse): GetDataResponse.AsObject; @@ -432,6 +379,7 @@ export namespace GetDataResponse { dataSetList: Array, supportedCapabilitiesList: Array, persistableNetworkPayloadItemsList: Array, + wasTruncated: boolean, } } @@ -772,8 +720,10 @@ export class OfferAvailabilityResponse extends jspb.Message { getUid(): string; setUid(value: string): OfferAvailabilityResponse; - getMakerSignature(): string; - setMakerSignature(value: string): OfferAvailabilityResponse; + getMakerSignature(): Uint8Array | string; + getMakerSignature_asU8(): Uint8Array; + getMakerSignature_asB64(): string; + setMakerSignature(value: Uint8Array | string): OfferAvailabilityResponse; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): OfferAvailabilityResponse.AsObject; @@ -789,7 +739,7 @@ export namespace OfferAvailabilityResponse { availabilityResult: AvailabilityResult, supportedCapabilitiesList: Array, uid: string, - makerSignature: string, + makerSignature: Uint8Array | string, } } @@ -1011,222 +961,6 @@ export namespace PrefixedSealedAndSignedMessage { } } -export class InputsForDepositTxRequest extends jspb.Message { - getTradeId(): string; - setTradeId(value: string): InputsForDepositTxRequest; - - getSenderNodeAddress(): NodeAddress | undefined; - setSenderNodeAddress(value?: NodeAddress): InputsForDepositTxRequest; - hasSenderNodeAddress(): boolean; - clearSenderNodeAddress(): InputsForDepositTxRequest; - - getTradeAmount(): number; - setTradeAmount(value: number): InputsForDepositTxRequest; - - getTradePrice(): number; - setTradePrice(value: number): InputsForDepositTxRequest; - - getTxFee(): number; - setTxFee(value: number): InputsForDepositTxRequest; - - getTakerFee(): number; - setTakerFee(value: number): InputsForDepositTxRequest; - - getRawTransactionInputsList(): Array; - setRawTransactionInputsList(value: Array): InputsForDepositTxRequest; - clearRawTransactionInputsList(): InputsForDepositTxRequest; - addRawTransactionInputs(value?: RawTransactionInput, index?: number): RawTransactionInput; - - getChangeOutputValue(): number; - setChangeOutputValue(value: number): InputsForDepositTxRequest; - - getChangeOutputAddress(): string; - setChangeOutputAddress(value: string): InputsForDepositTxRequest; - - getTakerMultiSigPubKey(): Uint8Array | string; - getTakerMultiSigPubKey_asU8(): Uint8Array; - getTakerMultiSigPubKey_asB64(): string; - setTakerMultiSigPubKey(value: Uint8Array | string): InputsForDepositTxRequest; - - getTakerPayoutAddressString(): string; - setTakerPayoutAddressString(value: string): InputsForDepositTxRequest; - - getTakerPubKeyRing(): PubKeyRing | undefined; - setTakerPubKeyRing(value?: PubKeyRing): InputsForDepositTxRequest; - hasTakerPubKeyRing(): boolean; - clearTakerPubKeyRing(): InputsForDepositTxRequest; - - getTakerPaymentAccountPayload(): PaymentAccountPayload | undefined; - setTakerPaymentAccountPayload(value?: PaymentAccountPayload): InputsForDepositTxRequest; - hasTakerPaymentAccountPayload(): boolean; - clearTakerPaymentAccountPayload(): InputsForDepositTxRequest; - - getTakerAccountId(): string; - setTakerAccountId(value: string): InputsForDepositTxRequest; - - getTakerFeeTxId(): string; - setTakerFeeTxId(value: string): InputsForDepositTxRequest; - - getAcceptedArbitratorNodeAddressesList(): Array; - setAcceptedArbitratorNodeAddressesList(value: Array): InputsForDepositTxRequest; - clearAcceptedArbitratorNodeAddressesList(): InputsForDepositTxRequest; - addAcceptedArbitratorNodeAddresses(value?: NodeAddress, index?: number): NodeAddress; - - getAcceptedMediatorNodeAddressesList(): Array; - setAcceptedMediatorNodeAddressesList(value: Array): InputsForDepositTxRequest; - clearAcceptedMediatorNodeAddressesList(): InputsForDepositTxRequest; - addAcceptedMediatorNodeAddresses(value?: NodeAddress, index?: number): NodeAddress; - - getArbitratorNodeAddress(): NodeAddress | undefined; - setArbitratorNodeAddress(value?: NodeAddress): InputsForDepositTxRequest; - hasArbitratorNodeAddress(): boolean; - clearArbitratorNodeAddress(): InputsForDepositTxRequest; - - getMediatorNodeAddress(): NodeAddress | undefined; - setMediatorNodeAddress(value?: NodeAddress): InputsForDepositTxRequest; - hasMediatorNodeAddress(): boolean; - clearMediatorNodeAddress(): InputsForDepositTxRequest; - - getUid(): string; - setUid(value: string): InputsForDepositTxRequest; - - getAccountAgeWitnessSignatureOfOfferId(): Uint8Array | string; - getAccountAgeWitnessSignatureOfOfferId_asU8(): Uint8Array; - getAccountAgeWitnessSignatureOfOfferId_asB64(): string; - setAccountAgeWitnessSignatureOfOfferId(value: Uint8Array | string): InputsForDepositTxRequest; - - getCurrentDate(): number; - setCurrentDate(value: number): InputsForDepositTxRequest; - - getAcceptedRefundAgentNodeAddressesList(): Array; - setAcceptedRefundAgentNodeAddressesList(value: Array): InputsForDepositTxRequest; - clearAcceptedRefundAgentNodeAddressesList(): InputsForDepositTxRequest; - addAcceptedRefundAgentNodeAddresses(value?: NodeAddress, index?: number): NodeAddress; - - getRefundAgentNodeAddress(): NodeAddress | undefined; - setRefundAgentNodeAddress(value?: NodeAddress): InputsForDepositTxRequest; - hasRefundAgentNodeAddress(): boolean; - clearRefundAgentNodeAddress(): InputsForDepositTxRequest; - - serializeBinary(): Uint8Array; - toObject(includeInstance?: boolean): InputsForDepositTxRequest.AsObject; - static toObject(includeInstance: boolean, msg: InputsForDepositTxRequest): InputsForDepositTxRequest.AsObject; - static serializeBinaryToWriter(message: InputsForDepositTxRequest, writer: jspb.BinaryWriter): void; - static deserializeBinary(bytes: Uint8Array): InputsForDepositTxRequest; - static deserializeBinaryFromReader(message: InputsForDepositTxRequest, reader: jspb.BinaryReader): InputsForDepositTxRequest; -} - -export namespace InputsForDepositTxRequest { - export type AsObject = { - tradeId: string, - senderNodeAddress?: NodeAddress.AsObject, - tradeAmount: number, - tradePrice: number, - txFee: number, - takerFee: number, - rawTransactionInputsList: Array, - changeOutputValue: number, - changeOutputAddress: string, - takerMultiSigPubKey: Uint8Array | string, - takerPayoutAddressString: string, - takerPubKeyRing?: PubKeyRing.AsObject, - takerPaymentAccountPayload?: PaymentAccountPayload.AsObject, - takerAccountId: string, - takerFeeTxId: string, - acceptedArbitratorNodeAddressesList: Array, - acceptedMediatorNodeAddressesList: Array, - arbitratorNodeAddress?: NodeAddress.AsObject, - mediatorNodeAddress?: NodeAddress.AsObject, - uid: string, - accountAgeWitnessSignatureOfOfferId: Uint8Array | string, - currentDate: number, - acceptedRefundAgentNodeAddressesList: Array, - refundAgentNodeAddress?: NodeAddress.AsObject, - } -} - -export class InputsForDepositTxResponse extends jspb.Message { - getTradeId(): string; - setTradeId(value: string): InputsForDepositTxResponse; - - getMakerPaymentAccountPayload(): PaymentAccountPayload | undefined; - setMakerPaymentAccountPayload(value?: PaymentAccountPayload): InputsForDepositTxResponse; - hasMakerPaymentAccountPayload(): boolean; - clearMakerPaymentAccountPayload(): InputsForDepositTxResponse; - - getMakerAccountId(): string; - setMakerAccountId(value: string): InputsForDepositTxResponse; - - getMakerContractAsJson(): string; - setMakerContractAsJson(value: string): InputsForDepositTxResponse; - - getMakerContractSignature(): string; - setMakerContractSignature(value: string): InputsForDepositTxResponse; - - getMakerPayoutAddressString(): string; - setMakerPayoutAddressString(value: string): InputsForDepositTxResponse; - - getPreparedDepositTx(): Uint8Array | string; - getPreparedDepositTx_asU8(): Uint8Array; - getPreparedDepositTx_asB64(): string; - setPreparedDepositTx(value: Uint8Array | string): InputsForDepositTxResponse; - - getMakerInputsList(): Array; - setMakerInputsList(value: Array): InputsForDepositTxResponse; - clearMakerInputsList(): InputsForDepositTxResponse; - addMakerInputs(value?: RawTransactionInput, index?: number): RawTransactionInput; - - getMakerMultiSigPubKey(): Uint8Array | string; - getMakerMultiSigPubKey_asU8(): Uint8Array; - getMakerMultiSigPubKey_asB64(): string; - setMakerMultiSigPubKey(value: Uint8Array | string): InputsForDepositTxResponse; - - getSenderNodeAddress(): NodeAddress | undefined; - setSenderNodeAddress(value?: NodeAddress): InputsForDepositTxResponse; - hasSenderNodeAddress(): boolean; - clearSenderNodeAddress(): InputsForDepositTxResponse; - - getUid(): string; - setUid(value: string): InputsForDepositTxResponse; - - getAccountAgeWitnessSignatureOfPreparedDepositTx(): Uint8Array | string; - getAccountAgeWitnessSignatureOfPreparedDepositTx_asU8(): Uint8Array; - getAccountAgeWitnessSignatureOfPreparedDepositTx_asB64(): string; - setAccountAgeWitnessSignatureOfPreparedDepositTx(value: Uint8Array | string): InputsForDepositTxResponse; - - getCurrentDate(): number; - setCurrentDate(value: number): InputsForDepositTxResponse; - - getLockTime(): number; - setLockTime(value: number): InputsForDepositTxResponse; - - serializeBinary(): Uint8Array; - toObject(includeInstance?: boolean): InputsForDepositTxResponse.AsObject; - static toObject(includeInstance: boolean, msg: InputsForDepositTxResponse): InputsForDepositTxResponse.AsObject; - static serializeBinaryToWriter(message: InputsForDepositTxResponse, writer: jspb.BinaryWriter): void; - static deserializeBinary(bytes: Uint8Array): InputsForDepositTxResponse; - static deserializeBinaryFromReader(message: InputsForDepositTxResponse, reader: jspb.BinaryReader): InputsForDepositTxResponse; -} - -export namespace InputsForDepositTxResponse { - export type AsObject = { - tradeId: string, - makerPaymentAccountPayload?: PaymentAccountPayload.AsObject, - makerAccountId: string, - makerContractAsJson: string, - makerContractSignature: string, - makerPayoutAddressString: string, - preparedDepositTx: Uint8Array | string, - makerInputsList: Array, - makerMultiSigPubKey: Uint8Array | string, - senderNodeAddress?: NodeAddress.AsObject, - uid: string, - accountAgeWitnessSignatureOfPreparedDepositTx: Uint8Array | string, - currentDate: number, - lockTime: number, - } -} - export class InitTradeRequest extends jspb.Message { getTradeId(): string; setTradeId(value: string): InitTradeRequest; @@ -1297,8 +1031,10 @@ export class InitTradeRequest extends jspb.Message { getPayoutAddress(): string; setPayoutAddress(value: string): InitTradeRequest; - getMakerSignature(): string; - setMakerSignature(value: string): InitTradeRequest; + getMakerSignature(): Uint8Array | string; + getMakerSignature_asU8(): Uint8Array; + getMakerSignature_asB64(): string; + setMakerSignature(value: Uint8Array | string): InitTradeRequest; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): InitTradeRequest.AsObject; @@ -1329,7 +1065,7 @@ export namespace InitTradeRequest { reserveTxHex: string, reserveTxKey: string, payoutAddress: string, - makerSignature: string, + makerSignature: Uint8Array | string, } } @@ -1434,8 +1170,10 @@ export class SignContractResponse extends jspb.Message { getContractAsJson(): string; setContractAsJson(value: string): SignContractResponse; - getContractSignature(): string; - setContractSignature(value: string): SignContractResponse; + getContractSignature(): Uint8Array | string; + getContractSignature_asU8(): Uint8Array; + getContractSignature_asB64(): string; + setContractSignature(value: Uint8Array | string): SignContractResponse; getEncryptedPaymentAccountPayload(): Uint8Array | string; getEncryptedPaymentAccountPayload_asU8(): Uint8Array; @@ -1456,7 +1194,7 @@ export namespace SignContractResponse { uid: string, currentDate: number, contractAsJson: string, - contractSignature: string, + contractSignature: Uint8Array | string, encryptedPaymentAccountPayload: Uint8Array | string, } } @@ -1471,8 +1209,10 @@ export class DepositRequest extends jspb.Message { getCurrentDate(): number; setCurrentDate(value: number): DepositRequest; - getContractSignature(): string; - setContractSignature(value: string): DepositRequest; + getContractSignature(): Uint8Array | string; + getContractSignature_asU8(): Uint8Array; + getContractSignature_asB64(): string; + setContractSignature(value: Uint8Array | string): DepositRequest; getDepositTxHex(): string; setDepositTxHex(value: string): DepositRequest; @@ -1498,7 +1238,7 @@ export namespace DepositRequest { tradeId: string, uid: string, currentDate: number, - contractSignature: string, + contractSignature: Uint8Array | string, depositTxHex: string, depositTxKey: string, paymentAccountKey: Uint8Array | string, @@ -1579,202 +1319,6 @@ export namespace DepositsConfirmedMessage { } } -export class DelayedPayoutTxSignatureRequest extends jspb.Message { - getUid(): string; - setUid(value: string): DelayedPayoutTxSignatureRequest; - - getTradeId(): string; - setTradeId(value: string): DelayedPayoutTxSignatureRequest; - - getSenderNodeAddress(): NodeAddress | undefined; - setSenderNodeAddress(value?: NodeAddress): DelayedPayoutTxSignatureRequest; - hasSenderNodeAddress(): boolean; - clearSenderNodeAddress(): DelayedPayoutTxSignatureRequest; - - getDelayedPayoutTx(): Uint8Array | string; - getDelayedPayoutTx_asU8(): Uint8Array; - getDelayedPayoutTx_asB64(): string; - setDelayedPayoutTx(value: Uint8Array | string): DelayedPayoutTxSignatureRequest; - - getDelayedPayoutTxSellerSignature(): Uint8Array | string; - getDelayedPayoutTxSellerSignature_asU8(): Uint8Array; - getDelayedPayoutTxSellerSignature_asB64(): string; - setDelayedPayoutTxSellerSignature(value: Uint8Array | string): DelayedPayoutTxSignatureRequest; - - serializeBinary(): Uint8Array; - toObject(includeInstance?: boolean): DelayedPayoutTxSignatureRequest.AsObject; - static toObject(includeInstance: boolean, msg: DelayedPayoutTxSignatureRequest): DelayedPayoutTxSignatureRequest.AsObject; - static serializeBinaryToWriter(message: DelayedPayoutTxSignatureRequest, writer: jspb.BinaryWriter): void; - static deserializeBinary(bytes: Uint8Array): DelayedPayoutTxSignatureRequest; - static deserializeBinaryFromReader(message: DelayedPayoutTxSignatureRequest, reader: jspb.BinaryReader): DelayedPayoutTxSignatureRequest; -} - -export namespace DelayedPayoutTxSignatureRequest { - export type AsObject = { - uid: string, - tradeId: string, - senderNodeAddress?: NodeAddress.AsObject, - delayedPayoutTx: Uint8Array | string, - delayedPayoutTxSellerSignature: Uint8Array | string, - } -} - -export class DelayedPayoutTxSignatureResponse extends jspb.Message { - getUid(): string; - setUid(value: string): DelayedPayoutTxSignatureResponse; - - getTradeId(): string; - setTradeId(value: string): DelayedPayoutTxSignatureResponse; - - getSenderNodeAddress(): NodeAddress | undefined; - setSenderNodeAddress(value?: NodeAddress): DelayedPayoutTxSignatureResponse; - hasSenderNodeAddress(): boolean; - clearSenderNodeAddress(): DelayedPayoutTxSignatureResponse; - - getDelayedPayoutTxBuyerSignature(): Uint8Array | string; - getDelayedPayoutTxBuyerSignature_asU8(): Uint8Array; - getDelayedPayoutTxBuyerSignature_asB64(): string; - setDelayedPayoutTxBuyerSignature(value: Uint8Array | string): DelayedPayoutTxSignatureResponse; - - getDepositTx(): Uint8Array | string; - getDepositTx_asU8(): Uint8Array; - getDepositTx_asB64(): string; - setDepositTx(value: Uint8Array | string): DelayedPayoutTxSignatureResponse; - - serializeBinary(): Uint8Array; - toObject(includeInstance?: boolean): DelayedPayoutTxSignatureResponse.AsObject; - static toObject(includeInstance: boolean, msg: DelayedPayoutTxSignatureResponse): DelayedPayoutTxSignatureResponse.AsObject; - static serializeBinaryToWriter(message: DelayedPayoutTxSignatureResponse, writer: jspb.BinaryWriter): void; - static deserializeBinary(bytes: Uint8Array): DelayedPayoutTxSignatureResponse; - static deserializeBinaryFromReader(message: DelayedPayoutTxSignatureResponse, reader: jspb.BinaryReader): DelayedPayoutTxSignatureResponse; -} - -export namespace DelayedPayoutTxSignatureResponse { - export type AsObject = { - uid: string, - tradeId: string, - senderNodeAddress?: NodeAddress.AsObject, - delayedPayoutTxBuyerSignature: Uint8Array | string, - depositTx: Uint8Array | string, - } -} - -export class DepositTxAndDelayedPayoutTxMessage extends jspb.Message { - getUid(): string; - setUid(value: string): DepositTxAndDelayedPayoutTxMessage; - - getTradeId(): string; - setTradeId(value: string): DepositTxAndDelayedPayoutTxMessage; - - getSenderNodeAddress(): NodeAddress | undefined; - setSenderNodeAddress(value?: NodeAddress): DepositTxAndDelayedPayoutTxMessage; - hasSenderNodeAddress(): boolean; - clearSenderNodeAddress(): DepositTxAndDelayedPayoutTxMessage; - - getDepositTx(): Uint8Array | string; - getDepositTx_asU8(): Uint8Array; - getDepositTx_asB64(): string; - setDepositTx(value: Uint8Array | string): DepositTxAndDelayedPayoutTxMessage; - - getDelayedPayoutTx(): Uint8Array | string; - getDelayedPayoutTx_asU8(): Uint8Array; - getDelayedPayoutTx_asB64(): string; - setDelayedPayoutTx(value: Uint8Array | string): DepositTxAndDelayedPayoutTxMessage; - - serializeBinary(): Uint8Array; - toObject(includeInstance?: boolean): DepositTxAndDelayedPayoutTxMessage.AsObject; - static toObject(includeInstance: boolean, msg: DepositTxAndDelayedPayoutTxMessage): DepositTxAndDelayedPayoutTxMessage.AsObject; - static serializeBinaryToWriter(message: DepositTxAndDelayedPayoutTxMessage, writer: jspb.BinaryWriter): void; - static deserializeBinary(bytes: Uint8Array): DepositTxAndDelayedPayoutTxMessage; - static deserializeBinaryFromReader(message: DepositTxAndDelayedPayoutTxMessage, reader: jspb.BinaryReader): DepositTxAndDelayedPayoutTxMessage; -} - -export namespace DepositTxAndDelayedPayoutTxMessage { - export type AsObject = { - uid: string, - tradeId: string, - senderNodeAddress?: NodeAddress.AsObject, - depositTx: Uint8Array | string, - delayedPayoutTx: Uint8Array | string, - } -} - -export class DepositTxMessage extends jspb.Message { - getUid(): string; - setUid(value: string): DepositTxMessage; - - getTradeId(): string; - setTradeId(value: string): DepositTxMessage; - - getSenderNodeAddress(): NodeAddress | undefined; - setSenderNodeAddress(value?: NodeAddress): DepositTxMessage; - hasSenderNodeAddress(): boolean; - clearSenderNodeAddress(): DepositTxMessage; - - getDepositTxWithoutWitnesses(): Uint8Array | string; - getDepositTxWithoutWitnesses_asU8(): Uint8Array; - getDepositTxWithoutWitnesses_asB64(): string; - setDepositTxWithoutWitnesses(value: Uint8Array | string): DepositTxMessage; - - getPubKeyRing(): PubKeyRing | undefined; - setPubKeyRing(value?: PubKeyRing): DepositTxMessage; - hasPubKeyRing(): boolean; - clearPubKeyRing(): DepositTxMessage; - - getTradeFeeTxId(): string; - setTradeFeeTxId(value: string): DepositTxMessage; - - getDepositTxId(): string; - setDepositTxId(value: string): DepositTxMessage; - - serializeBinary(): Uint8Array; - toObject(includeInstance?: boolean): DepositTxMessage.AsObject; - static toObject(includeInstance: boolean, msg: DepositTxMessage): DepositTxMessage.AsObject; - static serializeBinaryToWriter(message: DepositTxMessage, writer: jspb.BinaryWriter): void; - static deserializeBinary(bytes: Uint8Array): DepositTxMessage; - static deserializeBinaryFromReader(message: DepositTxMessage, reader: jspb.BinaryReader): DepositTxMessage; -} - -export namespace DepositTxMessage { - export type AsObject = { - uid: string, - tradeId: string, - senderNodeAddress?: NodeAddress.AsObject, - depositTxWithoutWitnesses: Uint8Array | string, - pubKeyRing?: PubKeyRing.AsObject, - tradeFeeTxId: string, - depositTxId: string, - } -} - -export class PeerPublishedDelayedPayoutTxMessage extends jspb.Message { - getUid(): string; - setUid(value: string): PeerPublishedDelayedPayoutTxMessage; - - getTradeId(): string; - setTradeId(value: string): PeerPublishedDelayedPayoutTxMessage; - - getSenderNodeAddress(): NodeAddress | undefined; - setSenderNodeAddress(value?: NodeAddress): PeerPublishedDelayedPayoutTxMessage; - hasSenderNodeAddress(): boolean; - clearSenderNodeAddress(): PeerPublishedDelayedPayoutTxMessage; - - serializeBinary(): Uint8Array; - toObject(includeInstance?: boolean): PeerPublishedDelayedPayoutTxMessage.AsObject; - static toObject(includeInstance: boolean, msg: PeerPublishedDelayedPayoutTxMessage): PeerPublishedDelayedPayoutTxMessage.AsObject; - static serializeBinaryToWriter(message: PeerPublishedDelayedPayoutTxMessage, writer: jspb.BinaryWriter): void; - static deserializeBinary(bytes: Uint8Array): PeerPublishedDelayedPayoutTxMessage; - static deserializeBinaryFromReader(message: PeerPublishedDelayedPayoutTxMessage, reader: jspb.BinaryReader): PeerPublishedDelayedPayoutTxMessage; -} - -export namespace PeerPublishedDelayedPayoutTxMessage { - export type AsObject = { - uid: string, - tradeId: string, - senderNodeAddress?: NodeAddress.AsObject, - } -} - export class PaymentSentMessage extends jspb.Message { getTradeId(): string; setTradeId(value: string): PaymentSentMessage; @@ -1973,34 +1517,6 @@ export namespace MediatedPayoutTxSignatureMessage { } } -export class RefreshTradeStateRequest extends jspb.Message { - getUid(): string; - setUid(value: string): RefreshTradeStateRequest; - - getTradeId(): string; - setTradeId(value: string): RefreshTradeStateRequest; - - getSenderNodeAddress(): NodeAddress | undefined; - setSenderNodeAddress(value?: NodeAddress): RefreshTradeStateRequest; - hasSenderNodeAddress(): boolean; - clearSenderNodeAddress(): RefreshTradeStateRequest; - - serializeBinary(): Uint8Array; - toObject(includeInstance?: boolean): RefreshTradeStateRequest.AsObject; - static toObject(includeInstance: boolean, msg: RefreshTradeStateRequest): RefreshTradeStateRequest.AsObject; - static serializeBinaryToWriter(message: RefreshTradeStateRequest, writer: jspb.BinaryWriter): void; - static deserializeBinary(bytes: Uint8Array): RefreshTradeStateRequest; - static deserializeBinaryFromReader(message: RefreshTradeStateRequest, reader: jspb.BinaryReader): RefreshTradeStateRequest; -} - -export namespace RefreshTradeStateRequest { - export type AsObject = { - uid: string, - tradeId: string, - senderNodeAddress?: NodeAddress.AsObject, - } -} - export class ChatMessage extends jspb.Message { getDate(): number; setDate(value: number): ChatMessage; @@ -2382,9 +1898,9 @@ export namespace StoragePayload { ARBITRATOR = 2, MEDIATOR = 3, FILTER = 4, - MAILBOX_STORAGE_PAYLOAD = 6, - OFFER_PAYLOAD = 7, - REFUND_AGENT = 8, + MAILBOX_STORAGE_PAYLOAD = 5, + OFFER_PAYLOAD = 6, + REFUND_AGENT = 7, } } @@ -2394,11 +1910,6 @@ export class PersistableNetworkPayload extends jspb.Message { hasAccountAgeWitness(): boolean; clearAccountAgeWitness(): PersistableNetworkPayload; - getTradeStatistics2(): TradeStatistics2 | undefined; - setTradeStatistics2(value?: TradeStatistics2): PersistableNetworkPayload; - hasTradeStatistics2(): boolean; - clearTradeStatistics2(): PersistableNetworkPayload; - getSignedWitness(): SignedWitness | undefined; setSignedWitness(value?: SignedWitness): PersistableNetworkPayload; hasSignedWitness(): boolean; @@ -2422,7 +1933,6 @@ export class PersistableNetworkPayload extends jspb.Message { export namespace PersistableNetworkPayload { export type AsObject = { accountAgeWitness?: AccountAgeWitness.AsObject, - tradeStatistics2?: TradeStatistics2.AsObject, signedWitness?: SignedWitness.AsObject, tradeStatistics3?: TradeStatistics3.AsObject, } @@ -2430,9 +1940,8 @@ export namespace PersistableNetworkPayload { export enum MessageCase { MESSAGE_NOT_SET = 0, ACCOUNT_AGE_WITNESS = 1, - TRADE_STATISTICS2 = 2, - SIGNED_WITNESS = 3, - TRADE_STATISTICS3 = 4, + SIGNED_WITNESS = 2, + TRADE_STATISTICS3 = 3, } } @@ -2793,9 +2302,6 @@ export class Arbitrator extends jspb.Message { hasPubKeyRing(): boolean; clearPubKeyRing(): Arbitrator; - getXmrAddress(): string; - setXmrAddress(value: string): Arbitrator; - getEmailAddress(): string; setEmailAddress(value: string): Arbitrator; @@ -2821,7 +2327,6 @@ export namespace Arbitrator { registrationSignature: string, registrationPubKey: Uint8Array | string, pubKeyRing?: PubKeyRing.AsObject, - xmrAddress: string, emailAddress: string, info: string, extraDataMap: Array<[string, string]>, @@ -3096,94 +2601,6 @@ export namespace Filter { } } -export class TradeStatistics2 extends jspb.Message { - getBaseCurrency(): string; - setBaseCurrency(value: string): TradeStatistics2; - - getCounterCurrency(): string; - setCounterCurrency(value: string): TradeStatistics2; - - getDirection(): OfferDirection; - setDirection(value: OfferDirection): TradeStatistics2; - - getTradePrice(): number; - setTradePrice(value: number): TradeStatistics2; - - getTradeAmount(): number; - setTradeAmount(value: number): TradeStatistics2; - - getTradeDate(): number; - setTradeDate(value: number): TradeStatistics2; - - getPaymentMethodId(): string; - setPaymentMethodId(value: string): TradeStatistics2; - - getOfferDate(): number; - setOfferDate(value: number): TradeStatistics2; - - getOfferUseMarketBasedPrice(): boolean; - setOfferUseMarketBasedPrice(value: boolean): TradeStatistics2; - - getOfferMarketPriceMargin(): number; - setOfferMarketPriceMargin(value: number): TradeStatistics2; - - getOfferAmount(): number; - setOfferAmount(value: number): TradeStatistics2; - - getOfferMinAmount(): number; - setOfferMinAmount(value: number): TradeStatistics2; - - getOfferId(): string; - setOfferId(value: string): TradeStatistics2; - - getDepositTxId(): string; - setDepositTxId(value: string): TradeStatistics2; - - getHash(): Uint8Array | string; - getHash_asU8(): Uint8Array; - getHash_asB64(): string; - setHash(value: Uint8Array | string): TradeStatistics2; - - getExtraDataMap(): jspb.Map; - clearExtraDataMap(): TradeStatistics2; - - getMakerDepositTxId(): string; - setMakerDepositTxId(value: string): TradeStatistics2; - - getTakerDepositTxId(): string; - setTakerDepositTxId(value: string): TradeStatistics2; - - serializeBinary(): Uint8Array; - toObject(includeInstance?: boolean): TradeStatistics2.AsObject; - static toObject(includeInstance: boolean, msg: TradeStatistics2): TradeStatistics2.AsObject; - static serializeBinaryToWriter(message: TradeStatistics2, writer: jspb.BinaryWriter): void; - static deserializeBinary(bytes: Uint8Array): TradeStatistics2; - static deserializeBinaryFromReader(message: TradeStatistics2, reader: jspb.BinaryReader): TradeStatistics2; -} - -export namespace TradeStatistics2 { - export type AsObject = { - baseCurrency: string, - counterCurrency: string, - direction: OfferDirection, - tradePrice: number, - tradeAmount: number, - tradeDate: number, - paymentMethodId: string, - offerDate: number, - offerUseMarketBasedPrice: boolean, - offerMarketPriceMargin: number, - offerAmount: number, - offerMinAmount: number, - offerId: string, - depositTxId: string, - hash: Uint8Array | string, - extraDataMap: Array<[string, string]>, - makerDepositTxId: string, - takerDepositTxId: string, - } -} - export class TradeStatistics3 extends jspb.Message { getCurrency(): string; setCurrency(value: string): TradeStatistics3; @@ -3200,23 +2617,23 @@ export class TradeStatistics3 extends jspb.Message { getDate(): number; setDate(value: number): TradeStatistics3; + getArbitrator(): string; + setArbitrator(value: string): TradeStatistics3; + getHash(): Uint8Array | string; getHash_asU8(): Uint8Array; getHash_asB64(): string; setHash(value: Uint8Array | string): TradeStatistics3; - getExtraDataMap(): jspb.Map; - clearExtraDataMap(): TradeStatistics3; - - getArbitrator(): string; - setArbitrator(value: string): TradeStatistics3; - getMakerDepositTxId(): string; setMakerDepositTxId(value: string): TradeStatistics3; getTakerDepositTxId(): string; setTakerDepositTxId(value: string): TradeStatistics3; + getExtraDataMap(): jspb.Map; + clearExtraDataMap(): TradeStatistics3; + serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): TradeStatistics3.AsObject; static toObject(includeInstance: boolean, msg: TradeStatistics3): TradeStatistics3.AsObject; @@ -3232,11 +2649,11 @@ export namespace TradeStatistics3 { amount: number, paymentMethod: string, date: number, - hash: Uint8Array | string, - extraDataMap: Array<[string, string]>, arbitrator: string, + hash: Uint8Array | string, makerDepositTxId: string, takerDepositTxId: string, + extraDataMap: Array<[string, string]>, } } @@ -3323,8 +2740,8 @@ export class OfferPayload extends jspb.Message { getMakerPaymentAccountId(): string; setMakerPaymentAccountId(value: string): OfferPayload; - getOfferFeePaymentTxId(): string; - setOfferFeePaymentTxId(value: string): OfferPayload; + getOfferFeeTxId(): string; + setOfferFeeTxId(value: string): OfferPayload; getCountryCode(): string; setCountryCode(value: string): OfferPayload; @@ -3392,8 +2809,10 @@ export class OfferPayload extends jspb.Message { hasArbitratorSigner(): boolean; clearArbitratorSigner(): OfferPayload; - getArbitratorSignature(): string; - setArbitratorSignature(value: string): OfferPayload; + getArbitratorSignature(): Uint8Array | string; + getArbitratorSignature_asU8(): Uint8Array; + getArbitratorSignature_asB64(): string; + setArbitratorSignature(value: Uint8Array | string): OfferPayload; getReserveTxKeyImagesList(): Array; setReserveTxKeyImagesList(value: Array): OfferPayload; @@ -3424,7 +2843,7 @@ export namespace OfferPayload { counterCurrencyCode: string, paymentMethodId: string, makerPaymentAccountId: string, - offerFeePaymentTxId: string, + offerFeeTxId: string, countryCode: string, acceptedCountryCodesList: Array, bankId: string, @@ -3445,7 +2864,7 @@ export namespace OfferPayload { extraDataMap: Array<[string, string]>, protocolVersion: number, arbitratorSigner?: NodeAddress.AsObject, - arbitratorSignature: string, + arbitratorSignature: Uint8Array | string, reserveTxKeyImagesList: Array, } } @@ -3589,11 +3008,15 @@ export class Dispute extends jspb.Message { getContractAsJson(): string; setContractAsJson(value: string): Dispute; - getMakerContractSignature(): string; - setMakerContractSignature(value: string): Dispute; + getMakerContractSignature(): Uint8Array | string; + getMakerContractSignature_asU8(): Uint8Array; + getMakerContractSignature_asB64(): string; + setMakerContractSignature(value: Uint8Array | string): Dispute; - getTakerContractSignature(): string; - setTakerContractSignature(value: string): Dispute; + getTakerContractSignature(): Uint8Array | string; + getTakerContractSignature_asU8(): Uint8Array; + getTakerContractSignature_asB64(): string; + setTakerContractSignature(value: Uint8Array | string): Dispute; getMakerPaymentAccountPayload(): PaymentAccountPayload | undefined; setMakerPaymentAccountPayload(value?: PaymentAccountPayload): Dispute; @@ -3676,8 +3099,8 @@ export namespace Dispute { depositTxId: string, payoutTxId: string, contractAsJson: string, - makerContractSignature: string, - takerContractSignature: string, + makerContractSignature: Uint8Array | string, + takerContractSignature: Uint8Array | string, makerPaymentAccountPayload?: PaymentAccountPayload.AsObject, takerPaymentAccountPayload?: PaymentAccountPayload.AsObject, agentPubKeyRing?: PubKeyRing.AsObject, @@ -3842,6 +3265,11 @@ export class Contract extends jspb.Message { getTradePrice(): number; setTradePrice(value: number): Contract; + getArbitratorNodeAddress(): NodeAddress | undefined; + setArbitratorNodeAddress(value?: NodeAddress): Contract; + hasArbitratorNodeAddress(): boolean; + clearArbitratorNodeAddress(): Contract; + getIsBuyerMakerAndSellerTaker(): boolean; setIsBuyerMakerAndSellerTaker(value: boolean): Contract; @@ -3893,14 +3321,6 @@ export class Contract extends jspb.Message { getTakerPayoutAddressString(): string; setTakerPayoutAddressString(value: string): Contract; - getArbitratorNodeAddress(): NodeAddress | undefined; - setArbitratorNodeAddress(value?: NodeAddress): Contract; - hasArbitratorNodeAddress(): boolean; - clearArbitratorNodeAddress(): Contract; - - getLockTime(): number; - setLockTime(value: number): Contract; - getMakerDepositTxHash(): string; setMakerDepositTxHash(value: string): Contract; @@ -3920,6 +3340,7 @@ export namespace Contract { offerPayload?: OfferPayload.AsObject, tradeAmount: number, tradePrice: number, + arbitratorNodeAddress?: NodeAddress.AsObject, isBuyerMakerAndSellerTaker: boolean, makerAccountId: string, takerAccountId: string, @@ -3933,8 +3354,6 @@ export namespace Contract { sellerNodeAddress?: NodeAddress.AsObject, makerPayoutAddressString: string, takerPayoutAddressString: string, - arbitratorNodeAddress?: NodeAddress.AsObject, - lockTime: number, makerDepositTxHash: string, takerDepositTxHash: string, } @@ -3978,6 +3397,9 @@ export class PaymentAccountPayload extends jspb.Message { getMaxTradePeriod(): number; setMaxTradePeriod(value: number): PaymentAccountPayload; + getExcludeFromJsonDataMap(): jspb.Map; + clearExcludeFromJsonDataMap(): PaymentAccountPayload; + getAliPayAccountPayload(): AliPayAccountPayload | undefined; setAliPayAccountPayload(value?: AliPayAccountPayload): PaymentAccountPayload; hasAliPayAccountPayload(): boolean; @@ -3988,10 +3410,10 @@ export class PaymentAccountPayload extends jspb.Message { hasChaseQuickPayAccountPayload(): boolean; clearChaseQuickPayAccountPayload(): PaymentAccountPayload; - getClearXchangeAccountPayload(): ClearXchangeAccountPayload | undefined; - setClearXchangeAccountPayload(value?: ClearXchangeAccountPayload): PaymentAccountPayload; - hasClearXchangeAccountPayload(): boolean; - clearClearXchangeAccountPayload(): PaymentAccountPayload; + getZelleAccountPayload(): ZelleAccountPayload | undefined; + setZelleAccountPayload(value?: ZelleAccountPayload): PaymentAccountPayload; + hasZelleAccountPayload(): boolean; + clearZelleAccountPayload(): PaymentAccountPayload; getCountryBasedPaymentAccountPayload(): CountryBasedPaymentAccountPayload | undefined; setCountryBasedPaymentAccountPayload(value?: CountryBasedPaymentAccountPayload): PaymentAccountPayload; @@ -4153,9 +3575,6 @@ export class PaymentAccountPayload extends jspb.Message { hasVerseAccountPayload(): boolean; clearVerseAccountPayload(): PaymentAccountPayload; - getExcludeFromJsonDataMap(): jspb.Map; - clearExcludeFromJsonDataMap(): PaymentAccountPayload; - getMessageCase(): PaymentAccountPayload.MessageCase; serializeBinary(): Uint8Array; @@ -4171,9 +3590,10 @@ export namespace PaymentAccountPayload { id: string, paymentMethodId: string, maxTradePeriod: number, + excludeFromJsonDataMap: Array<[string, string]>, aliPayAccountPayload?: AliPayAccountPayload.AsObject, chaseQuickPayAccountPayload?: ChaseQuickPayAccountPayload.AsObject, - clearXchangeAccountPayload?: ClearXchangeAccountPayload.AsObject, + zelleAccountPayload?: ZelleAccountPayload.AsObject, countryBasedPaymentAccountPayload?: CountryBasedPaymentAccountPayload.AsObject, cryptoCurrencyAccountPayload?: CryptoCurrencyAccountPayload.AsObject, fasterPaymentsAccountPayload?: FasterPaymentsAccountPayload.AsObject, @@ -4206,22 +3626,21 @@ export namespace PaymentAccountPayload { celPayAccountPayload?: CelPayAccountPayload.AsObject, moneseAccountPayload?: MoneseAccountPayload.AsObject, verseAccountPayload?: VerseAccountPayload.AsObject, - excludeFromJsonDataMap: Array<[string, string]>, } export enum MessageCase { MESSAGE_NOT_SET = 0, - ALI_PAY_ACCOUNT_PAYLOAD = 4, - CHASE_QUICK_PAY_ACCOUNT_PAYLOAD = 5, - CLEAR_XCHANGE_ACCOUNT_PAYLOAD = 6, - COUNTRY_BASED_PAYMENT_ACCOUNT_PAYLOAD = 7, - CRYPTO_CURRENCY_ACCOUNT_PAYLOAD = 8, - FASTER_PAYMENTS_ACCOUNT_PAYLOAD = 9, - INTERAC_E_TRANSFER_ACCOUNT_PAYLOAD = 10, - O_K_PAY_ACCOUNT_PAYLOAD = 11, - PERFECT_MONEY_ACCOUNT_PAYLOAD = 12, - SWISH_ACCOUNT_PAYLOAD = 13, - U_S_POSTAL_MONEY_ORDER_ACCOUNT_PAYLOAD = 14, + ALI_PAY_ACCOUNT_PAYLOAD = 5, + CHASE_QUICK_PAY_ACCOUNT_PAYLOAD = 6, + ZELLE_ACCOUNT_PAYLOAD = 7, + COUNTRY_BASED_PAYMENT_ACCOUNT_PAYLOAD = 8, + CRYPTO_CURRENCY_ACCOUNT_PAYLOAD = 9, + FASTER_PAYMENTS_ACCOUNT_PAYLOAD = 10, + INTERAC_E_TRANSFER_ACCOUNT_PAYLOAD = 11, + O_K_PAY_ACCOUNT_PAYLOAD = 12, + PERFECT_MONEY_ACCOUNT_PAYLOAD = 13, + SWISH_ACCOUNT_PAYLOAD = 14, + U_S_POSTAL_MONEY_ORDER_ACCOUNT_PAYLOAD = 15, UPHOLD_ACCOUNT_PAYLOAD = 16, CASH_APP_ACCOUNT_PAYLOAD = 17, MONEY_BEAM_ACCOUNT_PAYLOAD = 18, @@ -4307,22 +3726,22 @@ export namespace ChaseQuickPayAccountPayload { } } -export class ClearXchangeAccountPayload extends jspb.Message { +export class ZelleAccountPayload extends jspb.Message { getHolderName(): string; - setHolderName(value: string): ClearXchangeAccountPayload; + setHolderName(value: string): ZelleAccountPayload; getEmailOrMobileNr(): string; - setEmailOrMobileNr(value: string): ClearXchangeAccountPayload; + setEmailOrMobileNr(value: string): ZelleAccountPayload; serializeBinary(): Uint8Array; - toObject(includeInstance?: boolean): ClearXchangeAccountPayload.AsObject; - static toObject(includeInstance: boolean, msg: ClearXchangeAccountPayload): ClearXchangeAccountPayload.AsObject; - static serializeBinaryToWriter(message: ClearXchangeAccountPayload, writer: jspb.BinaryWriter): void; - static deserializeBinary(bytes: Uint8Array): ClearXchangeAccountPayload; - static deserializeBinaryFromReader(message: ClearXchangeAccountPayload, reader: jspb.BinaryReader): ClearXchangeAccountPayload; + toObject(includeInstance?: boolean): ZelleAccountPayload.AsObject; + static toObject(includeInstance: boolean, msg: ZelleAccountPayload): ZelleAccountPayload.AsObject; + static serializeBinaryToWriter(message: ZelleAccountPayload, writer: jspb.BinaryWriter): void; + static deserializeBinary(bytes: Uint8Array): ZelleAccountPayload; + static deserializeBinaryFromReader(message: ZelleAccountPayload, reader: jspb.BinaryReader): ZelleAccountPayload; } -export namespace ClearXchangeAccountPayload { +export namespace ZelleAccountPayload { export type AsObject = { holderName: string, emailOrMobileNr: string, @@ -5794,11 +5213,6 @@ export class PersistableEnvelope extends jspb.Message { hasSequenceNumberMap(): boolean; clearSequenceNumberMap(): PersistableEnvelope; - getPersistedEntryMap(): PersistedEntryMap | undefined; - setPersistedEntryMap(value?: PersistedEntryMap): PersistableEnvelope; - hasPersistedEntryMap(): boolean; - clearPersistedEntryMap(): PersistableEnvelope; - getPeerList(): PeerList | undefined; setPeerList(value?: PeerList): PersistableEnvelope; hasPeerList(): boolean; @@ -5844,11 +5258,6 @@ export class PersistableEnvelope extends jspb.Message { hasAccountAgeWitnessStore(): boolean; clearAccountAgeWitnessStore(): PersistableEnvelope; - getTradeStatistics2Store(): TradeStatistics2Store | undefined; - setTradeStatistics2Store(value?: TradeStatistics2Store): PersistableEnvelope; - hasTradeStatistics2Store(): boolean; - clearTradeStatistics2Store(): PersistableEnvelope; - getSignedWitnessStore(): SignedWitnessStore | undefined; setSignedWitnessStore(value?: SignedWitnessStore): PersistableEnvelope; hasSignedWitnessStore(): boolean; @@ -5912,7 +5321,6 @@ export class PersistableEnvelope extends jspb.Message { export namespace PersistableEnvelope { export type AsObject = { sequenceNumberMap?: SequenceNumberMap.AsObject, - persistedEntryMap?: PersistedEntryMap.AsObject, peerList?: PeerList.AsObject, addressEntryList?: AddressEntryList.AsObject, navigationPath?: NavigationPath.AsObject, @@ -5922,7 +5330,6 @@ export namespace PersistableEnvelope { userPayload?: UserPayload.AsObject, paymentAccountList?: PaymentAccountList.AsObject, accountAgeWitnessStore?: AccountAgeWitnessStore.AsObject, - tradeStatistics2Store?: TradeStatistics2Store.AsObject, signedWitnessStore?: SignedWitnessStore.AsObject, mediationDisputeList?: MediationDisputeList.AsObject, refundDisputeList?: RefundDisputeList.AsObject, @@ -5938,24 +5345,22 @@ export namespace PersistableEnvelope { export enum MessageCase { MESSAGE_NOT_SET = 0, SEQUENCE_NUMBER_MAP = 1, - PERSISTED_ENTRY_MAP = 2, - PEER_LIST = 3, - ADDRESS_ENTRY_LIST = 4, - NAVIGATION_PATH = 5, - TRADABLE_LIST = 6, - ARBITRATION_DISPUTE_LIST = 8, - PREFERENCES_PAYLOAD = 9, - USER_PAYLOAD = 10, - PAYMENT_ACCOUNT_LIST = 11, - ACCOUNT_AGE_WITNESS_STORE = 12, - TRADE_STATISTICS2_STORE = 13, - SIGNED_WITNESS_STORE = 15, - MEDIATION_DISPUTE_LIST = 16, - REFUND_DISPUTE_LIST = 17, - TRADE_STATISTICS3_STORE = 18, - MAILBOX_MESSAGE_LIST = 19, - IGNORED_MAILBOX_MAP = 20, - REMOVED_PAYLOADS_MAP = 21, + PEER_LIST = 2, + ADDRESS_ENTRY_LIST = 3, + NAVIGATION_PATH = 4, + TRADABLE_LIST = 5, + ARBITRATION_DISPUTE_LIST = 6, + PREFERENCES_PAYLOAD = 7, + USER_PAYLOAD = 8, + PAYMENT_ACCOUNT_LIST = 9, + ACCOUNT_AGE_WITNESS_STORE = 10, + SIGNED_WITNESS_STORE = 11, + MEDIATION_DISPUTE_LIST = 12, + REFUND_DISPUTE_LIST = 13, + TRADE_STATISTICS3_STORE = 14, + MAILBOX_MESSAGE_LIST = 15, + IGNORED_MAILBOX_MAP = 16, + REMOVED_PAYLOADS_MAP = 17, XMR_ADDRESS_ENTRY_LIST = 1001, SIGNED_OFFER_LIST = 1002, ENCRYPTED_CONNECTION_LIST = 1003, @@ -6050,24 +5455,6 @@ export namespace MapValue { } } -export class PersistedEntryMap extends jspb.Message { - getPersistedEntryMapMap(): jspb.Map; - clearPersistedEntryMapMap(): PersistedEntryMap; - - serializeBinary(): Uint8Array; - toObject(includeInstance?: boolean): PersistedEntryMap.AsObject; - static toObject(includeInstance: boolean, msg: PersistedEntryMap): PersistedEntryMap.AsObject; - static serializeBinaryToWriter(message: PersistedEntryMap, writer: jspb.BinaryWriter): void; - static deserializeBinary(bytes: Uint8Array): PersistedEntryMap; - static deserializeBinaryFromReader(message: PersistedEntryMap, reader: jspb.BinaryReader): PersistedEntryMap; -} - -export namespace PersistedEntryMap { - export type AsObject = { - persistedEntryMapMap: Array<[string, ProtectedStorageEntry.AsObject]>, - } -} - export class AccountAgeWitnessStore extends jspb.Message { getItemsList(): Array; setItemsList(value: Array): AccountAgeWitnessStore; @@ -6108,26 +5495,6 @@ export namespace SignedWitnessStore { } } -export class TradeStatistics2Store extends jspb.Message { - getItemsList(): Array; - setItemsList(value: Array): TradeStatistics2Store; - clearItemsList(): TradeStatistics2Store; - addItems(value?: TradeStatistics2, index?: number): TradeStatistics2; - - serializeBinary(): Uint8Array; - toObject(includeInstance?: boolean): TradeStatistics2Store.AsObject; - static toObject(includeInstance: boolean, msg: TradeStatistics2Store): TradeStatistics2Store.AsObject; - static serializeBinaryToWriter(message: TradeStatistics2Store, writer: jspb.BinaryWriter): void; - static deserializeBinary(bytes: Uint8Array): TradeStatistics2Store; - static deserializeBinaryFromReader(message: TradeStatistics2Store, reader: jspb.BinaryReader): TradeStatistics2Store; -} - -export namespace TradeStatistics2Store { - export type AsObject = { - itemsList: Array, - } -} - export class TradeStatistics3Store extends jspb.Message { getItemsList(): Array; setItemsList(value: Array): TradeStatistics3Store; @@ -6418,14 +5785,17 @@ export class SignedOffer extends jspb.Message { getTimeStamp(): number; setTimeStamp(value: number): SignedOffer; + getTraderId(): number; + setTraderId(value: number): SignedOffer; + getOfferId(): string; setOfferId(value: string): SignedOffer; getTradeAmount(): number; setTradeAmount(value: number): SignedOffer; - getMakerTradeFee(): number; - setMakerTradeFee(value: number): SignedOffer; + getPenaltyAmount(): number; + setPenaltyAmount(value: number): SignedOffer; getReserveTxHash(): string; setReserveTxHash(value: string): SignedOffer; @@ -6441,8 +5811,10 @@ export class SignedOffer extends jspb.Message { getReserveTxMinerFee(): number; setReserveTxMinerFee(value: number): SignedOffer; - getArbitratorSignature(): string; - setArbitratorSignature(value: string): SignedOffer; + getArbitratorSignature(): Uint8Array | string; + getArbitratorSignature_asU8(): Uint8Array; + getArbitratorSignature_asB64(): string; + setArbitratorSignature(value: Uint8Array | string): SignedOffer; serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): SignedOffer.AsObject; @@ -6455,14 +5827,15 @@ export class SignedOffer extends jspb.Message { export namespace SignedOffer { export type AsObject = { timeStamp: number, + traderId: number, offerId: string, tradeAmount: number, - makerTradeFee: number, + penaltyAmount: number, reserveTxHash: string, reserveTxHex: string, reserveTxKeyImagesList: Array, reserveTxMinerFee: number, - arbitratorSignature: string, + arbitratorSignature: Uint8Array | string, } } @@ -6619,11 +5992,14 @@ export class Trade extends jspb.Message { getPayoutTxKey(): string; setPayoutTxKey(value: string): Trade; - getAmountAsLong(): number; - setAmountAsLong(value: number): Trade; + getAmount(): number; + setAmount(value: number): Trade; - getTakerFeeAsLong(): number; - setTakerFeeAsLong(value: number): Trade; + getTakerFee(): number; + setTakerFee(value: number): Trade; + + getTotalTxFee(): number; + setTotalTxFee(value: number): Trade; getTakeOfferDate(): number; setTakeOfferDate(value: number): Trade; @@ -6697,9 +6073,6 @@ export class Trade extends jspb.Message { getCounterCurrencyExtraData(): string; setCounterCurrencyExtraData(value: string): Trade; - getAssetTxProofResult(): string; - setAssetTxProofResult(value: string): Trade; - getUid(): string; setUid(value: string): Trade; @@ -6718,8 +6091,9 @@ export namespace Trade { payoutTxId: string, payoutTxHex: string, payoutTxKey: string, - amountAsLong: number, - takerFeeAsLong: number, + amount: number, + takerFee: number, + totalTxFee: number, takeOfferDate: number, price: number, state: Trade.State, @@ -6740,7 +6114,6 @@ export namespace Trade { refundAgentNodeAddress?: NodeAddress.AsObject, refundResultState: RefundResultState, counterCurrencyExtraData: string, - assetTxProofResult: string, uid: string, } @@ -6940,47 +6313,22 @@ export class ProcessModel extends jspb.Message { getPayoutTxSignature_asB64(): string; setPayoutTxSignature(value: Uint8Array | string): ProcessModel; - getRawTransactionInputsList(): Array; - setRawTransactionInputsList(value: Array): ProcessModel; - clearRawTransactionInputsList(): ProcessModel; - addRawTransactionInputs(value?: RawTransactionInput, index?: number): RawTransactionInput; - - getChangeOutputValue(): number; - setChangeOutputValue(value: number): ProcessModel; - - getChangeOutputAddress(): string; - setChangeOutputAddress(value: string): ProcessModel; - getUseSavingsWallet(): boolean; setUseSavingsWallet(value: boolean): ProcessModel; - getFundsNeededForTradeAsLong(): number; - setFundsNeededForTradeAsLong(value: number): ProcessModel; - - getMyMultiSigPubKey(): Uint8Array | string; - getMyMultiSigPubKey_asU8(): Uint8Array; - getMyMultiSigPubKey_asB64(): string; - setMyMultiSigPubKey(value: Uint8Array | string): ProcessModel; + getFundsNeededForTrade(): number; + setFundsNeededForTrade(value: number): ProcessModel; getPaymentSentMessageState(): string; setPaymentSentMessageState(value: string): ProcessModel; - getMediatedPayoutTxSignature(): Uint8Array | string; - getMediatedPayoutTxSignature_asU8(): Uint8Array; - getMediatedPayoutTxSignature_asB64(): string; - setMediatedPayoutTxSignature(value: Uint8Array | string): ProcessModel; - - getBuyerPayoutAmountFromMediation(): number; - setBuyerPayoutAmountFromMediation(value: number): ProcessModel; - - getSellerPayoutAmountFromMediation(): number; - setSellerPayoutAmountFromMediation(value: number): ProcessModel; - getDepositsConfirmedMessagesDelivered(): boolean; setDepositsConfirmedMessagesDelivered(value: boolean): ProcessModel; - getMakerSignature(): string; - setMakerSignature(value: string): ProcessModel; + getMakerSignature(): Uint8Array | string; + getMakerSignature_asU8(): Uint8Array; + getMakerSignature_asB64(): string; + setMakerSignature(value: Uint8Array | string): ProcessModel; getMaker(): TradePeer | undefined; setMaker(value?: TradePeer): ProcessModel; @@ -7020,6 +6368,17 @@ export class ProcessModel extends jspb.Message { hasDisputeClosedMessage(): boolean; clearDisputeClosedMessage(): ProcessModel; + getMediatedPayoutTxSignature(): Uint8Array | string; + getMediatedPayoutTxSignature_asU8(): Uint8Array; + getMediatedPayoutTxSignature_asB64(): string; + setMediatedPayoutTxSignature(value: Uint8Array | string): ProcessModel; + + getBuyerPayoutAmountFromMediation(): number; + setBuyerPayoutAmountFromMediation(value: number): ProcessModel; + + getSellerPayoutAmountFromMediation(): number; + setSellerPayoutAmountFromMediation(value: number): ProcessModel; + serializeBinary(): Uint8Array; toObject(includeInstance?: boolean): ProcessModel.AsObject; static toObject(includeInstance: boolean, msg: ProcessModel): ProcessModel.AsObject; @@ -7035,18 +6394,11 @@ export namespace ProcessModel { pubKeyRing?: PubKeyRing.AsObject, takeOfferFeeTxId: string, payoutTxSignature: Uint8Array | string, - rawTransactionInputsList: Array, - changeOutputValue: number, - changeOutputAddress: string, useSavingsWallet: boolean, - fundsNeededForTradeAsLong: number, - myMultiSigPubKey: Uint8Array | string, + fundsNeededForTrade: number, paymentSentMessageState: string, - mediatedPayoutTxSignature: Uint8Array | string, - buyerPayoutAmountFromMediation: number, - sellerPayoutAmountFromMediation: number, depositsConfirmedMessagesDelivered: boolean, - makerSignature: string, + makerSignature: Uint8Array | string, maker?: TradePeer.AsObject, taker?: TradePeer.AsObject, arbitrator?: TradePeer.AsObject, @@ -7055,6 +6407,9 @@ export namespace ProcessModel { paymentSentMessage?: PaymentSentMessage.AsObject, paymentReceivedMessage?: PaymentReceivedMessage.AsObject, disputeClosedMessage?: DisputeClosedMessage.AsObject, + mediatedPayoutTxSignature: Uint8Array | string, + buyerPayoutAmountFromMediation: number, + sellerPayoutAmountFromMediation: number, } } @@ -7104,29 +6459,10 @@ export class TradePeer extends jspb.Message { getContractAsJson(): string; setContractAsJson(value: string): TradePeer; - getContractSignature(): string; - setContractSignature(value: string): TradePeer; - - getSignature(): Uint8Array | string; - getSignature_asU8(): Uint8Array; - getSignature_asB64(): string; - setSignature(value: Uint8Array | string): TradePeer; - - getMultiSigPubKey(): Uint8Array | string; - getMultiSigPubKey_asU8(): Uint8Array; - getMultiSigPubKey_asB64(): string; - setMultiSigPubKey(value: Uint8Array | string): TradePeer; - - getRawTransactionInputsList(): Array; - setRawTransactionInputsList(value: Array): TradePeer; - clearRawTransactionInputsList(): TradePeer; - addRawTransactionInputs(value?: RawTransactionInput, index?: number): RawTransactionInput; - - getChangeOutputValue(): number; - setChangeOutputValue(value: number): TradePeer; - - getChangeOutputAddress(): string; - setChangeOutputAddress(value: string): TradePeer; + getContractSignature(): Uint8Array | string; + getContractSignature_asU8(): Uint8Array; + getContractSignature_asB64(): string; + setContractSignature(value: Uint8Array | string): TradePeer; getAccountAgeWitnessNonce(): Uint8Array | string; getAccountAgeWitnessNonce_asU8(): Uint8Array; @@ -7210,12 +6546,7 @@ export namespace TradePeer { paymentAccountPayload?: PaymentAccountPayload.AsObject, payoutAddressString: string, contractAsJson: string, - contractSignature: string, - signature: Uint8Array | string, - multiSigPubKey: Uint8Array | string, - rawTransactionInputsList: Array, - changeOutputValue: number, - changeOutputAddress: string, + contractSignature: Uint8Array | string, accountAgeWitnessNonce: Uint8Array | string, accountAgeWitnessSignature: Uint8Array | string, accountAgeWitness?: AccountAgeWitness.AsObject, @@ -7471,9 +6802,6 @@ export class PreferencesPayload extends jspb.Message { getDirectoryChooserPath(): string; setDirectoryChooserPath(value: string): PreferencesPayload; - getBuyerSecurityDepositAsLong(): number; - setBuyerSecurityDepositAsLong(value: number): PreferencesPayload; - getUseAnimations(): boolean; setUseAnimations(value: boolean): PreferencesPayload; @@ -7619,7 +6947,6 @@ export namespace PreferencesPayload { bitcoinNodes: string, ignoreTradersListList: Array, directoryChooserPath: string, - buyerSecurityDepositAsLong: number, useAnimations: boolean, selectedpaymentAccountForCreateoffer?: PaymentAccount.AsObject, bridgeAddressesList: Array, @@ -8221,7 +7548,7 @@ export namespace PaymentAccountForm { SEPA = 2, SEPA_INSTANT = 3, TRANSFERWISE = 4, - CLEAR_X_CHANGE = 5, + ZELLE = 5, SWIFT = 6, F2F = 7, STRIKE = 8, diff --git a/dist/protobuf/pb_pb.js b/dist/protobuf/pb_pb.js index c7346c70..d4ee0c6b 100644 --- a/dist/protobuf/pb_pb.js +++ b/dist/protobuf/pb_pb.js @@ -15,232 +15,221 @@ var jspb = require('google-protobuf'); var goog = jspb; var global = (function() { return this || window || global || self || Function('return this')(); }).call(null); -goog.exportSymbol('proto.io.bisq.protobuffer.AccountAgeWitness', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AccountAgeWitnessStore', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AchTransferAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AckMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AddDataMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AddressEntry', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AddressEntry.Context', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AddressEntryList', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AdvancedCashAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Alert', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AliPayAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ArbitrationDisputeList', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Arbitrator', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ArbitratorTrade', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Attachment', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AustraliaPayidPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AutoConfirmSettings', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.AvailabilityResult', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.BankAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.BankAccountPayload.MessageCase', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.BizumAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.BlockChainExplorer', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.BundleOfEnvelopes', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.BuyerAsMakerTrade', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.BuyerAsTakerTrade', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ByteArray', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CapitualAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CashAppAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CashByMailAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CashDepositAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CelPayAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ChatMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ClearXchangeAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CloseConnectionMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Contract', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Country', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.MessageCase', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CryptoCurrency', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Currency', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DataAndSeqNrPair', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DecryptedMessageWithPubKey', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DepositRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DepositResponse', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DepositTxMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DepositsConfirmedMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Dispute', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Dispute.State', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DisputeClosedMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DisputeOpenedMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DisputeResult', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DisputeResult.Reason', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DisputeResult.Winner', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.EncryptedConnection', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.EncryptedConnectionList', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.F2FAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.FasterPaymentsAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.FiatCurrency', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Filter', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetDataResponse', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetInventoryRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetInventoryResponse', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetPeersRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetPeersResponse', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.GetUpdatedDataRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.HalCashAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.IfscBasedAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.IfscBasedAccountPayload.MessageCase', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.IgnoredMailboxMap', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ImpsAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.InitMultisigRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.InitTradeRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.InputsForDepositTxRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.InputsForDepositTxResponse', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.InteracETransferAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.JapanBankAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MailboxItem', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MailboxMessageList', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MailboxStoragePayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MapValue', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MarketAlertFilter', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MediationDisputeList', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MediationResultState', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Mediator', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MockMailboxPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MockPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MoneroNodeSettings', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MoneseAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MoneyBeamAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.MoneyGramAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.NationalBankAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.NavigationPath', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.NeftAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.NequiAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.NetworkEnvelope', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.NetworkEnvelope.MessageCase', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.NodeAddress', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.OKPayAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Offer', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Offer.State', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.OfferAvailabilityRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.OfferAvailabilityResponse', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.OfferDirection', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.OfferPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.OpenOffer', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.OpenOffer.State', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PaxumAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PaymentAccount', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PaymentAccountFilter', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PaymentAccountForm', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PaymentAccountForm.FormId', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PaymentAccountFormField', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PaymentAccountFormField.Component', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PaymentAccountFormField.FieldId', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PaymentAccountList', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PaymentAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PaymentAccountPayload.MessageCase', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PaymentMethod', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PaymentReceivedMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PaymentSentMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PayseraAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PaytmAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Peer', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PeerList', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PerfectMoneyAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PersistableEnvelope', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PersistableEnvelope.MessageCase', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PersistableNetworkPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PersistableNetworkPayload.MessageCase', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PersistedEntryMap', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Ping', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PixAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Pong', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PopmoneyAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PreferencesPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PreliminaryGetDataRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PriceAlertFilter', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PrivateNotificationMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PrivateNotificationPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ProcessModel', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PromptPayAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.ProtectedStorageEntry', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.PubKeyRing', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RawTransactionInput', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RefreshOfferMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RefreshTradeStateRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RefundAgent', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RefundDisputeList', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RefundResultState', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Region', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RemoveDataMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RemoveMailboxDataMessage', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RemovedPayloadsMap', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RevolutAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.RtgsAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SameBankAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SatispayAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SealedAndSigned', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SellerAsMakerTrade', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SellerAsTakerTrade', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SepaAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SepaInstantAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SequenceNumberEntry', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SequenceNumberMap', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SignContractRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SignContractResponse', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SignOfferRequest', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SignOfferResponse', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SignedOffer', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SignedOfferList', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SignedWitness', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SignedWitness.VerificationMethod', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SignedWitnessStore', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SpecificBanksAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.StorageEntryWrapper', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.StorageEntryWrapper.MessageCase', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.StoragePayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.StoragePayload.MessageCase', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.StrikeAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SupportType', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SwiftAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.SwishAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.TikkieAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Tradable', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Tradable.MessageCase', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.TradableList', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Trade', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Trade.DisputeState', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Trade.PayoutState', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Trade.Phase', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Trade.State', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.Trade.TradePeriodState', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.TradeCurrency', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.TradeCurrency.MessageCase', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.TradePeer', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.TradeStatistics2', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.TradeStatistics2Store', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.TradeStatistics3', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.TradeStatistics3Store', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.TransferwiseAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.UpholdAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.UpiAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.UserPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.VenmoAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.VerseAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.WeChatPayAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.WesternUnionAccountPayload', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.XmrAddressEntry', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.XmrAddressEntry.Context', null, global); -goog.exportSymbol('proto.io.bisq.protobuffer.XmrAddressEntryList', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AccountAgeWitness', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AccountAgeWitnessStore', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AchTransferAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AckMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AddDataMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AddressEntry', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AddressEntry.Context', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AddressEntryList', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AdvancedCashAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Alert', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AliPayAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ArbitrationDisputeList', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Arbitrator', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ArbitratorTrade', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Attachment', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AustraliaPayidPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AutoConfirmSettings', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.AvailabilityResult', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.BankAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.BankAccountPayload.MessageCase', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.BizumAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.BlockChainExplorer', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.BundleOfEnvelopes', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.BuyerAsMakerTrade', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.BuyerAsTakerTrade', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ByteArray', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CapitualAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CashAppAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CashByMailAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CashDepositAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CelPayAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ChatMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CloseConnectionMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Contract', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Country', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.MessageCase', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CryptoCurrency', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Currency', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.DataAndSeqNrPair', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.DecryptedMessageWithPubKey', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.DepositRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.DepositResponse', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.DepositsConfirmedMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Dispute', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Dispute.State', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.DisputeClosedMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.DisputeOpenedMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.DisputeResult', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.DisputeResult.Reason', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.DisputeResult.Winner', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.EncryptedConnection', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.EncryptedConnectionList', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.F2FAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.FasterPaymentsAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.FiatCurrency', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Filter', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetDataResponse', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetInventoryRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetInventoryResponse', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetPeersRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetPeersResponse', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.GetUpdatedDataRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.HalCashAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.IfscBasedAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.IfscBasedAccountPayload.MessageCase', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.IgnoredMailboxMap', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ImpsAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.InitMultisigRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.InitTradeRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.InteracETransferAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.JapanBankAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MailboxItem', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MailboxMessageList', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MailboxStoragePayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MapValue', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MarketAlertFilter', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MediationDisputeList', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MediationResultState', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Mediator', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MockMailboxPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MockPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MoneroNodeSettings', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MoneseAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MoneyBeamAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.MoneyGramAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.NationalBankAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.NavigationPath', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.NeftAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.NequiAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.NetworkEnvelope', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.NetworkEnvelope.MessageCase', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.NodeAddress', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.OKPayAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Offer', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Offer.State', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.OfferAvailabilityRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.OfferAvailabilityResponse', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.OfferDirection', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.OfferPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.OpenOffer', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.OpenOffer.State', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PaxumAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PaymentAccount', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PaymentAccountFilter', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PaymentAccountForm', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PaymentAccountForm.FormId', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PaymentAccountFormField', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PaymentAccountFormField.Component', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PaymentAccountFormField.FieldId', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PaymentAccountList', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PaymentAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PaymentAccountPayload.MessageCase', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PaymentMethod', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PaymentReceivedMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PaymentSentMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PayseraAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PaytmAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Peer', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PeerList', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PerfectMoneyAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PersistableEnvelope', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PersistableEnvelope.MessageCase', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PersistableNetworkPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PersistableNetworkPayload.MessageCase', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Ping', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PixAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Pong', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PopmoneyAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PreferencesPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PreliminaryGetDataRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PriceAlertFilter', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PrivateNotificationMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PrivateNotificationPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ProcessModel', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PromptPayAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ProtectedStorageEntry', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.PubKeyRing', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RawTransactionInput', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RefreshOfferMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RefundAgent', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RefundDisputeList', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RefundResultState', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Region', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RemoveDataMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RemoveMailboxDataMessage', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RemovedPayloadsMap', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RevolutAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.RtgsAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SameBankAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SatispayAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SealedAndSigned', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SellerAsMakerTrade', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SellerAsTakerTrade', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SepaAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SepaInstantAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SequenceNumberEntry', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SequenceNumberMap', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SignContractRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SignContractResponse', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SignOfferRequest', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SignOfferResponse', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SignedOffer', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SignedOfferList', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SignedWitness', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SignedWitness.VerificationMethod', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SignedWitnessStore', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SpecificBanksAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.StorageEntryWrapper', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.StorageEntryWrapper.MessageCase', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.StoragePayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.StoragePayload.MessageCase', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.StrikeAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SupportType', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SwiftAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.SwishAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.TikkieAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Tradable', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Tradable.MessageCase', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.TradableList', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Trade', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Trade.DisputeState', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Trade.PayoutState', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Trade.Phase', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Trade.State', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.Trade.TradePeriodState', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.TradeCurrency', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.TradeCurrency.MessageCase', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.TradePeer', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.TradeStatistics3', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.TradeStatistics3Store', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.TransferwiseAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.UpholdAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.UpiAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.UserPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.VenmoAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.VerseAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.WeChatPayAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.WesternUnionAccountPayload', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.XmrAddressEntry', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.XmrAddressEntry.Context', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.XmrAddressEntryList', null, global); +goog.exportSymbol('proto.io.haveno.protobuffer.ZelleAccountPayload', null, global); /** * Generated by JsPbCodeGenerator. * @param {Array=} opt_data Optional initial data array, typically from a @@ -251,16 +240,16 @@ goog.exportSymbol('proto.io.bisq.protobuffer.XmrAddressEntryList', null, global) * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.NetworkEnvelope = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, 500, null, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_); +proto.io.haveno.protobuffer.NetworkEnvelope = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, null, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_); }; -goog.inherits(proto.io.bisq.protobuffer.NetworkEnvelope, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.NetworkEnvelope, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.NetworkEnvelope.displayName = 'proto.io.bisq.protobuffer.NetworkEnvelope'; + proto.io.haveno.protobuffer.NetworkEnvelope.displayName = 'proto.io.haveno.protobuffer.NetworkEnvelope'; } /** * Generated by JsPbCodeGenerator. @@ -272,16 +261,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.BundleOfEnvelopes = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.BundleOfEnvelopes.repeatedFields_, null); +proto.io.haveno.protobuffer.BundleOfEnvelopes = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.BundleOfEnvelopes.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.BundleOfEnvelopes, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.BundleOfEnvelopes, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.BundleOfEnvelopes.displayName = 'proto.io.bisq.protobuffer.BundleOfEnvelopes'; + proto.io.haveno.protobuffer.BundleOfEnvelopes.displayName = 'proto.io.haveno.protobuffer.BundleOfEnvelopes'; } /** * Generated by JsPbCodeGenerator. @@ -293,16 +282,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.PreliminaryGetDataRequest.repeatedFields_, null); +proto.io.haveno.protobuffer.PreliminaryGetDataRequest = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.PreliminaryGetDataRequest.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.PreliminaryGetDataRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PreliminaryGetDataRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PreliminaryGetDataRequest.displayName = 'proto.io.bisq.protobuffer.PreliminaryGetDataRequest'; + proto.io.haveno.protobuffer.PreliminaryGetDataRequest.displayName = 'proto.io.haveno.protobuffer.PreliminaryGetDataRequest'; } /** * Generated by JsPbCodeGenerator. @@ -314,16 +303,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetDataResponse = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetDataResponse.repeatedFields_, null); +proto.io.haveno.protobuffer.GetDataResponse = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetDataResponse.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetDataResponse, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetDataResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetDataResponse.displayName = 'proto.io.bisq.protobuffer.GetDataResponse'; + proto.io.haveno.protobuffer.GetDataResponse.displayName = 'proto.io.haveno.protobuffer.GetDataResponse'; } /** * Generated by JsPbCodeGenerator. @@ -335,16 +324,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetUpdatedDataRequest.repeatedFields_, null); +proto.io.haveno.protobuffer.GetUpdatedDataRequest = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetUpdatedDataRequest.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetUpdatedDataRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetUpdatedDataRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetUpdatedDataRequest.displayName = 'proto.io.bisq.protobuffer.GetUpdatedDataRequest'; + proto.io.haveno.protobuffer.GetUpdatedDataRequest.displayName = 'proto.io.haveno.protobuffer.GetUpdatedDataRequest'; } /** * Generated by JsPbCodeGenerator. @@ -356,16 +345,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetPeersRequest = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetPeersRequest.repeatedFields_, null); +proto.io.haveno.protobuffer.GetPeersRequest = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetPeersRequest.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetPeersRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetPeersRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetPeersRequest.displayName = 'proto.io.bisq.protobuffer.GetPeersRequest'; + proto.io.haveno.protobuffer.GetPeersRequest.displayName = 'proto.io.haveno.protobuffer.GetPeersRequest'; } /** * Generated by JsPbCodeGenerator. @@ -377,16 +366,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetPeersResponse = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.GetPeersResponse.repeatedFields_, null); +proto.io.haveno.protobuffer.GetPeersResponse = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.GetPeersResponse.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetPeersResponse, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetPeersResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetPeersResponse.displayName = 'proto.io.bisq.protobuffer.GetPeersResponse'; + proto.io.haveno.protobuffer.GetPeersResponse.displayName = 'proto.io.haveno.protobuffer.GetPeersResponse'; } /** * Generated by JsPbCodeGenerator. @@ -398,16 +387,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.Ping = function(opt_data) { +proto.io.haveno.protobuffer.Ping = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.Ping, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Ping, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.Ping.displayName = 'proto.io.bisq.protobuffer.Ping'; + proto.io.haveno.protobuffer.Ping.displayName = 'proto.io.haveno.protobuffer.Ping'; } /** * Generated by JsPbCodeGenerator. @@ -419,16 +408,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.Pong = function(opt_data) { +proto.io.haveno.protobuffer.Pong = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.Pong, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Pong, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.Pong.displayName = 'proto.io.bisq.protobuffer.Pong'; + proto.io.haveno.protobuffer.Pong.displayName = 'proto.io.haveno.protobuffer.Pong'; } /** * Generated by JsPbCodeGenerator. @@ -440,16 +429,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetInventoryRequest = function(opt_data) { +proto.io.haveno.protobuffer.GetInventoryRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetInventoryRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetInventoryRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetInventoryRequest.displayName = 'proto.io.bisq.protobuffer.GetInventoryRequest'; + proto.io.haveno.protobuffer.GetInventoryRequest.displayName = 'proto.io.haveno.protobuffer.GetInventoryRequest'; } /** * Generated by JsPbCodeGenerator. @@ -461,16 +450,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.GetInventoryResponse = function(opt_data) { +proto.io.haveno.protobuffer.GetInventoryResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.GetInventoryResponse, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.GetInventoryResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.GetInventoryResponse.displayName = 'proto.io.bisq.protobuffer.GetInventoryResponse'; + proto.io.haveno.protobuffer.GetInventoryResponse.displayName = 'proto.io.haveno.protobuffer.GetInventoryResponse'; } /** * Generated by JsPbCodeGenerator. @@ -482,16 +471,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SignOfferRequest = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.SignOfferRequest.repeatedFields_, null); +proto.io.haveno.protobuffer.SignOfferRequest = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.SignOfferRequest.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.SignOfferRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SignOfferRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SignOfferRequest.displayName = 'proto.io.bisq.protobuffer.SignOfferRequest'; + proto.io.haveno.protobuffer.SignOfferRequest.displayName = 'proto.io.haveno.protobuffer.SignOfferRequest'; } /** * Generated by JsPbCodeGenerator. @@ -503,16 +492,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SignOfferResponse = function(opt_data) { +proto.io.haveno.protobuffer.SignOfferResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SignOfferResponse, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SignOfferResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SignOfferResponse.displayName = 'proto.io.bisq.protobuffer.SignOfferResponse'; + proto.io.haveno.protobuffer.SignOfferResponse.displayName = 'proto.io.haveno.protobuffer.SignOfferResponse'; } /** * Generated by JsPbCodeGenerator. @@ -524,16 +513,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.OfferAvailabilityRequest.repeatedFields_, null); +proto.io.haveno.protobuffer.OfferAvailabilityRequest = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.OfferAvailabilityRequest.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.OfferAvailabilityRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.OfferAvailabilityRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.OfferAvailabilityRequest.displayName = 'proto.io.bisq.protobuffer.OfferAvailabilityRequest'; + proto.io.haveno.protobuffer.OfferAvailabilityRequest.displayName = 'proto.io.haveno.protobuffer.OfferAvailabilityRequest'; } /** * Generated by JsPbCodeGenerator. @@ -545,16 +534,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.OfferAvailabilityResponse.repeatedFields_, null); +proto.io.haveno.protobuffer.OfferAvailabilityResponse = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.OfferAvailabilityResponse.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.OfferAvailabilityResponse, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.OfferAvailabilityResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.OfferAvailabilityResponse.displayName = 'proto.io.bisq.protobuffer.OfferAvailabilityResponse'; + proto.io.haveno.protobuffer.OfferAvailabilityResponse.displayName = 'proto.io.haveno.protobuffer.OfferAvailabilityResponse'; } /** * Generated by JsPbCodeGenerator. @@ -566,16 +555,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RefreshOfferMessage = function(opt_data) { +proto.io.haveno.protobuffer.RefreshOfferMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RefreshOfferMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RefreshOfferMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RefreshOfferMessage.displayName = 'proto.io.bisq.protobuffer.RefreshOfferMessage'; + proto.io.haveno.protobuffer.RefreshOfferMessage.displayName = 'proto.io.haveno.protobuffer.RefreshOfferMessage'; } /** * Generated by JsPbCodeGenerator. @@ -587,16 +576,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AddDataMessage = function(opt_data) { +proto.io.haveno.protobuffer.AddDataMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AddDataMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AddDataMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AddDataMessage.displayName = 'proto.io.bisq.protobuffer.AddDataMessage'; + proto.io.haveno.protobuffer.AddDataMessage.displayName = 'proto.io.haveno.protobuffer.AddDataMessage'; } /** * Generated by JsPbCodeGenerator. @@ -608,16 +597,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RemoveDataMessage = function(opt_data) { +proto.io.haveno.protobuffer.RemoveDataMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RemoveDataMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RemoveDataMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RemoveDataMessage.displayName = 'proto.io.bisq.protobuffer.RemoveDataMessage'; + proto.io.haveno.protobuffer.RemoveDataMessage.displayName = 'proto.io.haveno.protobuffer.RemoveDataMessage'; } /** * Generated by JsPbCodeGenerator. @@ -629,16 +618,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RemoveMailboxDataMessage = function(opt_data) { +proto.io.haveno.protobuffer.RemoveMailboxDataMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RemoveMailboxDataMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RemoveMailboxDataMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RemoveMailboxDataMessage.displayName = 'proto.io.bisq.protobuffer.RemoveMailboxDataMessage'; + proto.io.haveno.protobuffer.RemoveMailboxDataMessage.displayName = 'proto.io.haveno.protobuffer.RemoveMailboxDataMessage'; } /** * Generated by JsPbCodeGenerator. @@ -650,16 +639,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage = function(opt_data) { +proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.displayName = 'proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage'; + proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.displayName = 'proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage'; } /** * Generated by JsPbCodeGenerator. @@ -671,16 +660,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CloseConnectionMessage = function(opt_data) { +proto.io.haveno.protobuffer.CloseConnectionMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CloseConnectionMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CloseConnectionMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CloseConnectionMessage.displayName = 'proto.io.bisq.protobuffer.CloseConnectionMessage'; + proto.io.haveno.protobuffer.CloseConnectionMessage.displayName = 'proto.io.haveno.protobuffer.CloseConnectionMessage'; } /** * Generated by JsPbCodeGenerator. @@ -692,16 +681,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AckMessage = function(opt_data) { +proto.io.haveno.protobuffer.AckMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AckMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AckMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AckMessage.displayName = 'proto.io.bisq.protobuffer.AckMessage'; + proto.io.haveno.protobuffer.AckMessage.displayName = 'proto.io.haveno.protobuffer.AckMessage'; } /** * Generated by JsPbCodeGenerator. @@ -713,16 +702,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage = function(opt_data) { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.displayName = 'proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage'; + proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.displayName = 'proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage'; } /** * Generated by JsPbCodeGenerator. @@ -734,142 +723,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.InputsForDepositTxRequest.repeatedFields_, null); -}; -goog.inherits(proto.io.bisq.protobuffer.InputsForDepositTxRequest, jspb.Message); -if (goog.DEBUG && !COMPILED) { - /** - * @public - * @override - */ - proto.io.bisq.protobuffer.InputsForDepositTxRequest.displayName = 'proto.io.bisq.protobuffer.InputsForDepositTxRequest'; -} -/** - * Generated by JsPbCodeGenerator. - * @param {Array=} opt_data Optional initial data array, typically from a - * server response, or constructed directly in Javascript. The array is used - * in place and becomes part of the constructed object. It is not cloned. - * If no data is provided, the constructed object will be empty, but still - * valid. - * @extends {jspb.Message} - * @constructor - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.InputsForDepositTxResponse.repeatedFields_, null); -}; -goog.inherits(proto.io.bisq.protobuffer.InputsForDepositTxResponse, jspb.Message); -if (goog.DEBUG && !COMPILED) { - /** - * @public - * @override - */ - proto.io.bisq.protobuffer.InputsForDepositTxResponse.displayName = 'proto.io.bisq.protobuffer.InputsForDepositTxResponse'; -} -/** - * Generated by JsPbCodeGenerator. - * @param {Array=} opt_data Optional initial data array, typically from a - * server response, or constructed directly in Javascript. The array is used - * in place and becomes part of the constructed object. It is not cloned. - * If no data is provided, the constructed object will be empty, but still - * valid. - * @extends {jspb.Message} - * @constructor - */ -proto.io.bisq.protobuffer.InitTradeRequest = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, null, null); -}; -goog.inherits(proto.io.bisq.protobuffer.InitTradeRequest, jspb.Message); -if (goog.DEBUG && !COMPILED) { - /** - * @public - * @override - */ - proto.io.bisq.protobuffer.InitTradeRequest.displayName = 'proto.io.bisq.protobuffer.InitTradeRequest'; -} -/** - * Generated by JsPbCodeGenerator. - * @param {Array=} opt_data Optional initial data array, typically from a - * server response, or constructed directly in Javascript. The array is used - * in place and becomes part of the constructed object. It is not cloned. - * If no data is provided, the constructed object will be empty, but still - * valid. - * @extends {jspb.Message} - * @constructor - */ -proto.io.bisq.protobuffer.InitMultisigRequest = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, null, null); -}; -goog.inherits(proto.io.bisq.protobuffer.InitMultisigRequest, jspb.Message); -if (goog.DEBUG && !COMPILED) { - /** - * @public - * @override - */ - proto.io.bisq.protobuffer.InitMultisigRequest.displayName = 'proto.io.bisq.protobuffer.InitMultisigRequest'; -} -/** - * Generated by JsPbCodeGenerator. - * @param {Array=} opt_data Optional initial data array, typically from a - * server response, or constructed directly in Javascript. The array is used - * in place and becomes part of the constructed object. It is not cloned. - * If no data is provided, the constructed object will be empty, but still - * valid. - * @extends {jspb.Message} - * @constructor - */ -proto.io.bisq.protobuffer.SignContractRequest = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, null, null); -}; -goog.inherits(proto.io.bisq.protobuffer.SignContractRequest, jspb.Message); -if (goog.DEBUG && !COMPILED) { - /** - * @public - * @override - */ - proto.io.bisq.protobuffer.SignContractRequest.displayName = 'proto.io.bisq.protobuffer.SignContractRequest'; -} -/** - * Generated by JsPbCodeGenerator. - * @param {Array=} opt_data Optional initial data array, typically from a - * server response, or constructed directly in Javascript. The array is used - * in place and becomes part of the constructed object. It is not cloned. - * If no data is provided, the constructed object will be empty, but still - * valid. - * @extends {jspb.Message} - * @constructor - */ -proto.io.bisq.protobuffer.SignContractResponse = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, null, null); -}; -goog.inherits(proto.io.bisq.protobuffer.SignContractResponse, jspb.Message); -if (goog.DEBUG && !COMPILED) { - /** - * @public - * @override - */ - proto.io.bisq.protobuffer.SignContractResponse.displayName = 'proto.io.bisq.protobuffer.SignContractResponse'; -} -/** - * Generated by JsPbCodeGenerator. - * @param {Array=} opt_data Optional initial data array, typically from a - * server response, or constructed directly in Javascript. The array is used - * in place and becomes part of the constructed object. It is not cloned. - * If no data is provided, the constructed object will be empty, but still - * valid. - * @extends {jspb.Message} - * @constructor - */ -proto.io.bisq.protobuffer.DepositRequest = function(opt_data) { +proto.io.haveno.protobuffer.InitTradeRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.DepositRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.InitTradeRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.DepositRequest.displayName = 'proto.io.bisq.protobuffer.DepositRequest'; + proto.io.haveno.protobuffer.InitTradeRequest.displayName = 'proto.io.haveno.protobuffer.InitTradeRequest'; } /** * Generated by JsPbCodeGenerator. @@ -881,16 +744,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.DepositResponse = function(opt_data) { +proto.io.haveno.protobuffer.InitMultisigRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.DepositResponse, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.InitMultisigRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.DepositResponse.displayName = 'proto.io.bisq.protobuffer.DepositResponse'; + proto.io.haveno.protobuffer.InitMultisigRequest.displayName = 'proto.io.haveno.protobuffer.InitMultisigRequest'; } /** * Generated by JsPbCodeGenerator. @@ -902,16 +765,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage = function(opt_data) { +proto.io.haveno.protobuffer.SignContractRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.DepositsConfirmedMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SignContractRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.DepositsConfirmedMessage.displayName = 'proto.io.bisq.protobuffer.DepositsConfirmedMessage'; + proto.io.haveno.protobuffer.SignContractRequest.displayName = 'proto.io.haveno.protobuffer.SignContractRequest'; } /** * Generated by JsPbCodeGenerator. @@ -923,16 +786,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest = function(opt_data) { +proto.io.haveno.protobuffer.SignContractResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SignContractResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.displayName = 'proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest'; + proto.io.haveno.protobuffer.SignContractResponse.displayName = 'proto.io.haveno.protobuffer.SignContractResponse'; } /** * Generated by JsPbCodeGenerator. @@ -944,16 +807,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse = function(opt_data) { +proto.io.haveno.protobuffer.DepositRequest = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.DepositRequest, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.displayName = 'proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse'; + proto.io.haveno.protobuffer.DepositRequest.displayName = 'proto.io.haveno.protobuffer.DepositRequest'; } /** * Generated by JsPbCodeGenerator. @@ -965,16 +828,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage = function(opt_data) { +proto.io.haveno.protobuffer.DepositResponse = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.DepositResponse, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.displayName = 'proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage'; + proto.io.haveno.protobuffer.DepositResponse.displayName = 'proto.io.haveno.protobuffer.DepositResponse'; } /** * Generated by JsPbCodeGenerator. @@ -986,16 +849,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.DepositTxMessage = function(opt_data) { +proto.io.haveno.protobuffer.DepositsConfirmedMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.DepositTxMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.DepositsConfirmedMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.DepositTxMessage.displayName = 'proto.io.bisq.protobuffer.DepositTxMessage'; + proto.io.haveno.protobuffer.DepositsConfirmedMessage.displayName = 'proto.io.haveno.protobuffer.DepositsConfirmedMessage'; } /** * Generated by JsPbCodeGenerator. @@ -1007,16 +870,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage = function(opt_data) { +proto.io.haveno.protobuffer.PaymentSentMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PaymentSentMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.displayName = 'proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage'; + proto.io.haveno.protobuffer.PaymentSentMessage.displayName = 'proto.io.haveno.protobuffer.PaymentSentMessage'; } /** * Generated by JsPbCodeGenerator. @@ -1028,16 +891,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PaymentSentMessage = function(opt_data) { +proto.io.haveno.protobuffer.PaymentReceivedMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PaymentSentMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PaymentReceivedMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PaymentSentMessage.displayName = 'proto.io.bisq.protobuffer.PaymentSentMessage'; + proto.io.haveno.protobuffer.PaymentReceivedMessage.displayName = 'proto.io.haveno.protobuffer.PaymentReceivedMessage'; } /** * Generated by JsPbCodeGenerator. @@ -1049,16 +912,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PaymentReceivedMessage = function(opt_data) { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PaymentReceivedMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PaymentReceivedMessage.displayName = 'proto.io.bisq.protobuffer.PaymentReceivedMessage'; + proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.displayName = 'proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage'; } /** * Generated by JsPbCodeGenerator. @@ -1070,16 +933,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage = function(opt_data) { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.displayName = 'proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage'; + proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.displayName = 'proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage'; } /** * Generated by JsPbCodeGenerator. @@ -1091,16 +954,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, null, null); +proto.io.haveno.protobuffer.ChatMessage = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.ChatMessage.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ChatMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.displayName = 'proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage'; + proto.io.haveno.protobuffer.ChatMessage.displayName = 'proto.io.haveno.protobuffer.ChatMessage'; } /** * Generated by JsPbCodeGenerator. @@ -1112,16 +975,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RefreshTradeStateRequest = function(opt_data) { +proto.io.haveno.protobuffer.DisputeOpenedMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RefreshTradeStateRequest, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.DisputeOpenedMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RefreshTradeStateRequest.displayName = 'proto.io.bisq.protobuffer.RefreshTradeStateRequest'; + proto.io.haveno.protobuffer.DisputeOpenedMessage.displayName = 'proto.io.haveno.protobuffer.DisputeOpenedMessage'; } /** * Generated by JsPbCodeGenerator. @@ -1133,58 +996,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ChatMessage = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.ChatMessage.repeatedFields_, null); -}; -goog.inherits(proto.io.bisq.protobuffer.ChatMessage, jspb.Message); -if (goog.DEBUG && !COMPILED) { - /** - * @public - * @override - */ - proto.io.bisq.protobuffer.ChatMessage.displayName = 'proto.io.bisq.protobuffer.ChatMessage'; -} -/** - * Generated by JsPbCodeGenerator. - * @param {Array=} opt_data Optional initial data array, typically from a - * server response, or constructed directly in Javascript. The array is used - * in place and becomes part of the constructed object. It is not cloned. - * If no data is provided, the constructed object will be empty, but still - * valid. - * @extends {jspb.Message} - * @constructor - */ -proto.io.bisq.protobuffer.DisputeOpenedMessage = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, null, null); -}; -goog.inherits(proto.io.bisq.protobuffer.DisputeOpenedMessage, jspb.Message); -if (goog.DEBUG && !COMPILED) { - /** - * @public - * @override - */ - proto.io.bisq.protobuffer.DisputeOpenedMessage.displayName = 'proto.io.bisq.protobuffer.DisputeOpenedMessage'; -} -/** - * Generated by JsPbCodeGenerator. - * @param {Array=} opt_data Optional initial data array, typically from a - * server response, or constructed directly in Javascript. The array is used - * in place and becomes part of the constructed object. It is not cloned. - * If no data is provided, the constructed object will be empty, but still - * valid. - * @extends {jspb.Message} - * @constructor - */ -proto.io.bisq.protobuffer.DisputeClosedMessage = function(opt_data) { +proto.io.haveno.protobuffer.DisputeClosedMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.DisputeClosedMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.DisputeClosedMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.DisputeClosedMessage.displayName = 'proto.io.bisq.protobuffer.DisputeClosedMessage'; + proto.io.haveno.protobuffer.DisputeClosedMessage.displayName = 'proto.io.haveno.protobuffer.DisputeClosedMessage'; } /** * Generated by JsPbCodeGenerator. @@ -1196,16 +1017,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PrivateNotificationMessage = function(opt_data) { +proto.io.haveno.protobuffer.PrivateNotificationMessage = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PrivateNotificationMessage, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PrivateNotificationMessage, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PrivateNotificationMessage.displayName = 'proto.io.bisq.protobuffer.PrivateNotificationMessage'; + proto.io.haveno.protobuffer.PrivateNotificationMessage.displayName = 'proto.io.haveno.protobuffer.PrivateNotificationMessage'; } /** * Generated by JsPbCodeGenerator. @@ -1217,16 +1038,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.NodeAddress = function(opt_data) { +proto.io.haveno.protobuffer.NodeAddress = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.NodeAddress, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.NodeAddress, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.NodeAddress.displayName = 'proto.io.bisq.protobuffer.NodeAddress'; + proto.io.haveno.protobuffer.NodeAddress.displayName = 'proto.io.haveno.protobuffer.NodeAddress'; } /** * Generated by JsPbCodeGenerator. @@ -1238,16 +1059,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.Peer = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.Peer.repeatedFields_, null); +proto.io.haveno.protobuffer.Peer = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.Peer.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.Peer, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Peer, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.Peer.displayName = 'proto.io.bisq.protobuffer.Peer'; + proto.io.haveno.protobuffer.Peer.displayName = 'proto.io.haveno.protobuffer.Peer'; } /** * Generated by JsPbCodeGenerator. @@ -1259,16 +1080,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PubKeyRing = function(opt_data) { +proto.io.haveno.protobuffer.PubKeyRing = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PubKeyRing, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PubKeyRing, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PubKeyRing.displayName = 'proto.io.bisq.protobuffer.PubKeyRing'; + proto.io.haveno.protobuffer.PubKeyRing.displayName = 'proto.io.haveno.protobuffer.PubKeyRing'; } /** * Generated by JsPbCodeGenerator. @@ -1280,16 +1101,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SealedAndSigned = function(opt_data) { +proto.io.haveno.protobuffer.SealedAndSigned = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SealedAndSigned, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SealedAndSigned, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SealedAndSigned.displayName = 'proto.io.bisq.protobuffer.SealedAndSigned'; + proto.io.haveno.protobuffer.SealedAndSigned.displayName = 'proto.io.haveno.protobuffer.SealedAndSigned'; } /** * Generated by JsPbCodeGenerator. @@ -1301,16 +1122,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.StoragePayload = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, null, proto.io.bisq.protobuffer.StoragePayload.oneofGroups_); +proto.io.haveno.protobuffer.StoragePayload = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, null, proto.io.haveno.protobuffer.StoragePayload.oneofGroups_); }; -goog.inherits(proto.io.bisq.protobuffer.StoragePayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.StoragePayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.StoragePayload.displayName = 'proto.io.bisq.protobuffer.StoragePayload'; + proto.io.haveno.protobuffer.StoragePayload.displayName = 'proto.io.haveno.protobuffer.StoragePayload'; } /** * Generated by JsPbCodeGenerator. @@ -1322,16 +1143,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PersistableNetworkPayload = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, null, proto.io.bisq.protobuffer.PersistableNetworkPayload.oneofGroups_); +proto.io.haveno.protobuffer.PersistableNetworkPayload = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, null, proto.io.haveno.protobuffer.PersistableNetworkPayload.oneofGroups_); }; -goog.inherits(proto.io.bisq.protobuffer.PersistableNetworkPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PersistableNetworkPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PersistableNetworkPayload.displayName = 'proto.io.bisq.protobuffer.PersistableNetworkPayload'; + proto.io.haveno.protobuffer.PersistableNetworkPayload.displayName = 'proto.io.haveno.protobuffer.PersistableNetworkPayload'; } /** * Generated by JsPbCodeGenerator. @@ -1343,16 +1164,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ProtectedStorageEntry = function(opt_data) { +proto.io.haveno.protobuffer.ProtectedStorageEntry = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ProtectedStorageEntry, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ProtectedStorageEntry, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ProtectedStorageEntry.displayName = 'proto.io.bisq.protobuffer.ProtectedStorageEntry'; + proto.io.haveno.protobuffer.ProtectedStorageEntry.displayName = 'proto.io.haveno.protobuffer.ProtectedStorageEntry'; } /** * Generated by JsPbCodeGenerator. @@ -1364,16 +1185,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.StorageEntryWrapper = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, null, proto.io.bisq.protobuffer.StorageEntryWrapper.oneofGroups_); +proto.io.haveno.protobuffer.StorageEntryWrapper = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, null, proto.io.haveno.protobuffer.StorageEntryWrapper.oneofGroups_); }; -goog.inherits(proto.io.bisq.protobuffer.StorageEntryWrapper, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.StorageEntryWrapper, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.StorageEntryWrapper.displayName = 'proto.io.bisq.protobuffer.StorageEntryWrapper'; + proto.io.haveno.protobuffer.StorageEntryWrapper.displayName = 'proto.io.haveno.protobuffer.StorageEntryWrapper'; } /** * Generated by JsPbCodeGenerator. @@ -1385,16 +1206,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry = function(opt_data) { +proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.displayName = 'proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry'; + proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.displayName = 'proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry'; } /** * Generated by JsPbCodeGenerator. @@ -1406,16 +1227,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.DataAndSeqNrPair = function(opt_data) { +proto.io.haveno.protobuffer.DataAndSeqNrPair = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.DataAndSeqNrPair, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.DataAndSeqNrPair, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.DataAndSeqNrPair.displayName = 'proto.io.bisq.protobuffer.DataAndSeqNrPair'; + proto.io.haveno.protobuffer.DataAndSeqNrPair.displayName = 'proto.io.haveno.protobuffer.DataAndSeqNrPair'; } /** * Generated by JsPbCodeGenerator. @@ -1427,16 +1248,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MailboxMessageList = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.MailboxMessageList.repeatedFields_, null); +proto.io.haveno.protobuffer.MailboxMessageList = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.MailboxMessageList.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.MailboxMessageList, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MailboxMessageList, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MailboxMessageList.displayName = 'proto.io.bisq.protobuffer.MailboxMessageList'; + proto.io.haveno.protobuffer.MailboxMessageList.displayName = 'proto.io.haveno.protobuffer.MailboxMessageList'; } /** * Generated by JsPbCodeGenerator. @@ -1448,16 +1269,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RemovedPayloadsMap = function(opt_data) { +proto.io.haveno.protobuffer.RemovedPayloadsMap = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RemovedPayloadsMap, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RemovedPayloadsMap, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RemovedPayloadsMap.displayName = 'proto.io.bisq.protobuffer.RemovedPayloadsMap'; + proto.io.haveno.protobuffer.RemovedPayloadsMap.displayName = 'proto.io.haveno.protobuffer.RemovedPayloadsMap'; } /** * Generated by JsPbCodeGenerator. @@ -1469,16 +1290,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.IgnoredMailboxMap = function(opt_data) { +proto.io.haveno.protobuffer.IgnoredMailboxMap = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.IgnoredMailboxMap, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.IgnoredMailboxMap, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.IgnoredMailboxMap.displayName = 'proto.io.bisq.protobuffer.IgnoredMailboxMap'; + proto.io.haveno.protobuffer.IgnoredMailboxMap.displayName = 'proto.io.haveno.protobuffer.IgnoredMailboxMap'; } /** * Generated by JsPbCodeGenerator. @@ -1490,16 +1311,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MailboxItem = function(opt_data) { +proto.io.haveno.protobuffer.MailboxItem = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.MailboxItem, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MailboxItem, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MailboxItem.displayName = 'proto.io.bisq.protobuffer.MailboxItem'; + proto.io.haveno.protobuffer.MailboxItem.displayName = 'proto.io.haveno.protobuffer.MailboxItem'; } /** * Generated by JsPbCodeGenerator. @@ -1511,16 +1332,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.DecryptedMessageWithPubKey = function(opt_data) { +proto.io.haveno.protobuffer.DecryptedMessageWithPubKey = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.DecryptedMessageWithPubKey, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.DecryptedMessageWithPubKey, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.displayName = 'proto.io.bisq.protobuffer.DecryptedMessageWithPubKey'; + proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.displayName = 'proto.io.haveno.protobuffer.DecryptedMessageWithPubKey'; } /** * Generated by JsPbCodeGenerator. @@ -1532,16 +1353,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PrivateNotificationPayload = function(opt_data) { +proto.io.haveno.protobuffer.PrivateNotificationPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PrivateNotificationPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PrivateNotificationPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PrivateNotificationPayload.displayName = 'proto.io.bisq.protobuffer.PrivateNotificationPayload'; + proto.io.haveno.protobuffer.PrivateNotificationPayload.displayName = 'proto.io.haveno.protobuffer.PrivateNotificationPayload'; } /** * Generated by JsPbCodeGenerator. @@ -1553,16 +1374,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PaymentAccountFilter = function(opt_data) { +proto.io.haveno.protobuffer.PaymentAccountFilter = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PaymentAccountFilter, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PaymentAccountFilter, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PaymentAccountFilter.displayName = 'proto.io.bisq.protobuffer.PaymentAccountFilter'; + proto.io.haveno.protobuffer.PaymentAccountFilter.displayName = 'proto.io.haveno.protobuffer.PaymentAccountFilter'; } /** * Generated by JsPbCodeGenerator. @@ -1574,37 +1395,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.Alert = function(opt_data) { +proto.io.haveno.protobuffer.Alert = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.Alert, jspb.Message); -if (goog.DEBUG && !COMPILED) { - /** - * @public - * @override - */ - proto.io.bisq.protobuffer.Alert.displayName = 'proto.io.bisq.protobuffer.Alert'; -} -/** - * Generated by JsPbCodeGenerator. - * @param {Array=} opt_data Optional initial data array, typically from a - * server response, or constructed directly in Javascript. The array is used - * in place and becomes part of the constructed object. It is not cloned. - * If no data is provided, the constructed object will be empty, but still - * valid. - * @extends {jspb.Message} - * @constructor - */ -proto.io.bisq.protobuffer.Arbitrator = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.Arbitrator.repeatedFields_, null); -}; -goog.inherits(proto.io.bisq.protobuffer.Arbitrator, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Alert, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.Arbitrator.displayName = 'proto.io.bisq.protobuffer.Arbitrator'; + proto.io.haveno.protobuffer.Alert.displayName = 'proto.io.haveno.protobuffer.Alert'; } /** * Generated by JsPbCodeGenerator. @@ -1616,16 +1416,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.Mediator = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.Mediator.repeatedFields_, null); +proto.io.haveno.protobuffer.Arbitrator = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.Arbitrator.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.Mediator, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Arbitrator, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.Mediator.displayName = 'proto.io.bisq.protobuffer.Mediator'; + proto.io.haveno.protobuffer.Arbitrator.displayName = 'proto.io.haveno.protobuffer.Arbitrator'; } /** * Generated by JsPbCodeGenerator. @@ -1637,16 +1437,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RefundAgent = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.RefundAgent.repeatedFields_, null); +proto.io.haveno.protobuffer.Mediator = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.Mediator.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.RefundAgent, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Mediator, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RefundAgent.displayName = 'proto.io.bisq.protobuffer.RefundAgent'; + proto.io.haveno.protobuffer.Mediator.displayName = 'proto.io.haveno.protobuffer.Mediator'; } /** * Generated by JsPbCodeGenerator. @@ -1658,16 +1458,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.Filter = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.Filter.repeatedFields_, null); +proto.io.haveno.protobuffer.RefundAgent = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.RefundAgent.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.Filter, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RefundAgent, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.Filter.displayName = 'proto.io.bisq.protobuffer.Filter'; + proto.io.haveno.protobuffer.RefundAgent.displayName = 'proto.io.haveno.protobuffer.RefundAgent'; } /** * Generated by JsPbCodeGenerator. @@ -1679,16 +1479,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.TradeStatistics2 = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, null, null); +proto.io.haveno.protobuffer.Filter = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.Filter.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.TradeStatistics2, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Filter, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.TradeStatistics2.displayName = 'proto.io.bisq.protobuffer.TradeStatistics2'; + proto.io.haveno.protobuffer.Filter.displayName = 'proto.io.haveno.protobuffer.Filter'; } /** * Generated by JsPbCodeGenerator. @@ -1700,16 +1500,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.TradeStatistics3 = function(opt_data) { +proto.io.haveno.protobuffer.TradeStatistics3 = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.TradeStatistics3, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.TradeStatistics3, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.TradeStatistics3.displayName = 'proto.io.bisq.protobuffer.TradeStatistics3'; + proto.io.haveno.protobuffer.TradeStatistics3.displayName = 'proto.io.haveno.protobuffer.TradeStatistics3'; } /** * Generated by JsPbCodeGenerator. @@ -1721,16 +1521,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MailboxStoragePayload = function(opt_data) { +proto.io.haveno.protobuffer.MailboxStoragePayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.MailboxStoragePayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MailboxStoragePayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MailboxStoragePayload.displayName = 'proto.io.bisq.protobuffer.MailboxStoragePayload'; + proto.io.haveno.protobuffer.MailboxStoragePayload.displayName = 'proto.io.haveno.protobuffer.MailboxStoragePayload'; } /** * Generated by JsPbCodeGenerator. @@ -1742,16 +1542,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.OfferPayload = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, 500, proto.io.bisq.protobuffer.OfferPayload.repeatedFields_, null); +proto.io.haveno.protobuffer.OfferPayload = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, 500, proto.io.haveno.protobuffer.OfferPayload.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.OfferPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.OfferPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.OfferPayload.displayName = 'proto.io.bisq.protobuffer.OfferPayload'; + proto.io.haveno.protobuffer.OfferPayload.displayName = 'proto.io.haveno.protobuffer.OfferPayload'; } /** * Generated by JsPbCodeGenerator. @@ -1763,16 +1563,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AccountAgeWitness = function(opt_data) { +proto.io.haveno.protobuffer.AccountAgeWitness = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AccountAgeWitness, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AccountAgeWitness, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AccountAgeWitness.displayName = 'proto.io.bisq.protobuffer.AccountAgeWitness'; + proto.io.haveno.protobuffer.AccountAgeWitness.displayName = 'proto.io.haveno.protobuffer.AccountAgeWitness'; } /** * Generated by JsPbCodeGenerator. @@ -1784,16 +1584,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SignedWitness = function(opt_data) { +proto.io.haveno.protobuffer.SignedWitness = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SignedWitness, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SignedWitness, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SignedWitness.displayName = 'proto.io.bisq.protobuffer.SignedWitness'; + proto.io.haveno.protobuffer.SignedWitness.displayName = 'proto.io.haveno.protobuffer.SignedWitness'; } /** * Generated by JsPbCodeGenerator. @@ -1805,16 +1605,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.Dispute = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.Dispute.repeatedFields_, null); +proto.io.haveno.protobuffer.Dispute = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.Dispute.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.Dispute, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Dispute, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.Dispute.displayName = 'proto.io.bisq.protobuffer.Dispute'; + proto.io.haveno.protobuffer.Dispute.displayName = 'proto.io.haveno.protobuffer.Dispute'; } /** * Generated by JsPbCodeGenerator. @@ -1826,16 +1626,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.Attachment = function(opt_data) { +proto.io.haveno.protobuffer.Attachment = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.Attachment, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Attachment, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.Attachment.displayName = 'proto.io.bisq.protobuffer.Attachment'; + proto.io.haveno.protobuffer.Attachment.displayName = 'proto.io.haveno.protobuffer.Attachment'; } /** * Generated by JsPbCodeGenerator. @@ -1847,16 +1647,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.DisputeResult = function(opt_data) { +proto.io.haveno.protobuffer.DisputeResult = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.DisputeResult, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.DisputeResult, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.DisputeResult.displayName = 'proto.io.bisq.protobuffer.DisputeResult'; + proto.io.haveno.protobuffer.DisputeResult.displayName = 'proto.io.haveno.protobuffer.DisputeResult'; } /** * Generated by JsPbCodeGenerator. @@ -1868,16 +1668,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.Contract = function(opt_data) { +proto.io.haveno.protobuffer.Contract = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.Contract, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Contract, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.Contract.displayName = 'proto.io.bisq.protobuffer.Contract'; + proto.io.haveno.protobuffer.Contract.displayName = 'proto.io.haveno.protobuffer.Contract'; } /** * Generated by JsPbCodeGenerator. @@ -1889,16 +1689,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RawTransactionInput = function(opt_data) { +proto.io.haveno.protobuffer.RawTransactionInput = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RawTransactionInput, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RawTransactionInput, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RawTransactionInput.displayName = 'proto.io.bisq.protobuffer.RawTransactionInput'; + proto.io.haveno.protobuffer.RawTransactionInput.displayName = 'proto.io.haveno.protobuffer.RawTransactionInput'; } /** * Generated by JsPbCodeGenerator. @@ -1910,16 +1710,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PaymentAccountPayload = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, null, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_); +proto.io.haveno.protobuffer.PaymentAccountPayload = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, null, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_); }; -goog.inherits(proto.io.bisq.protobuffer.PaymentAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PaymentAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PaymentAccountPayload.displayName = 'proto.io.bisq.protobuffer.PaymentAccountPayload'; + proto.io.haveno.protobuffer.PaymentAccountPayload.displayName = 'proto.io.haveno.protobuffer.PaymentAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -1931,16 +1731,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AliPayAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.AliPayAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AliPayAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AliPayAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AliPayAccountPayload.displayName = 'proto.io.bisq.protobuffer.AliPayAccountPayload'; + proto.io.haveno.protobuffer.AliPayAccountPayload.displayName = 'proto.io.haveno.protobuffer.AliPayAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -1952,16 +1752,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.WeChatPayAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.WeChatPayAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.WeChatPayAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.WeChatPayAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.WeChatPayAccountPayload.displayName = 'proto.io.bisq.protobuffer.WeChatPayAccountPayload'; + proto.io.haveno.protobuffer.WeChatPayAccountPayload.displayName = 'proto.io.haveno.protobuffer.WeChatPayAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -1973,16 +1773,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.displayName = 'proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload'; + proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.displayName = 'proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -1994,16 +1794,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ClearXchangeAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.ZelleAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ClearXchangeAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ZelleAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ClearXchangeAccountPayload.displayName = 'proto.io.bisq.protobuffer.ClearXchangeAccountPayload'; + proto.io.haveno.protobuffer.ZelleAccountPayload.displayName = 'proto.io.haveno.protobuffer.ZelleAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2015,16 +1815,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.repeatedFields_, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.repeatedFields_, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_); }; -goog.inherits(proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.displayName = 'proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload'; + proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.displayName = 'proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2036,16 +1836,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.BankAccountPayload = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, null, proto.io.bisq.protobuffer.BankAccountPayload.oneofGroups_); +proto.io.haveno.protobuffer.BankAccountPayload = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, null, proto.io.haveno.protobuffer.BankAccountPayload.oneofGroups_); }; -goog.inherits(proto.io.bisq.protobuffer.BankAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.BankAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.BankAccountPayload.displayName = 'proto.io.bisq.protobuffer.BankAccountPayload'; + proto.io.haveno.protobuffer.BankAccountPayload.displayName = 'proto.io.haveno.protobuffer.BankAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2057,16 +1857,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AchTransferAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.AchTransferAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AchTransferAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AchTransferAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AchTransferAccountPayload.displayName = 'proto.io.bisq.protobuffer.AchTransferAccountPayload'; + proto.io.haveno.protobuffer.AchTransferAccountPayload.displayName = 'proto.io.haveno.protobuffer.AchTransferAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2078,16 +1878,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.displayName = 'proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload'; + proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload.displayName = 'proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2099,16 +1899,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.NationalBankAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.NationalBankAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.NationalBankAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.NationalBankAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.NationalBankAccountPayload.displayName = 'proto.io.bisq.protobuffer.NationalBankAccountPayload'; + proto.io.haveno.protobuffer.NationalBankAccountPayload.displayName = 'proto.io.haveno.protobuffer.NationalBankAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2120,16 +1920,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SameBankAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.SameBankAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SameBankAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SameBankAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SameBankAccountPayload.displayName = 'proto.io.bisq.protobuffer.SameBankAccountPayload'; + proto.io.haveno.protobuffer.SameBankAccountPayload.displayName = 'proto.io.haveno.protobuffer.SameBankAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2141,16 +1941,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.JapanBankAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.JapanBankAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.JapanBankAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.JapanBankAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.JapanBankAccountPayload.displayName = 'proto.io.bisq.protobuffer.JapanBankAccountPayload'; + proto.io.haveno.protobuffer.JapanBankAccountPayload.displayName = 'proto.io.haveno.protobuffer.JapanBankAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2162,16 +1962,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AustraliaPayidPayload = function(opt_data) { +proto.io.haveno.protobuffer.AustraliaPayidPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AustraliaPayidPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AustraliaPayidPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AustraliaPayidPayload.displayName = 'proto.io.bisq.protobuffer.AustraliaPayidPayload'; + proto.io.haveno.protobuffer.AustraliaPayidPayload.displayName = 'proto.io.haveno.protobuffer.AustraliaPayidPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2183,16 +1983,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SpecificBanksAccountPayload = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.SpecificBanksAccountPayload.repeatedFields_, null); +proto.io.haveno.protobuffer.SpecificBanksAccountPayload = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.SpecificBanksAccountPayload.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.SpecificBanksAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SpecificBanksAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SpecificBanksAccountPayload.displayName = 'proto.io.bisq.protobuffer.SpecificBanksAccountPayload'; + proto.io.haveno.protobuffer.SpecificBanksAccountPayload.displayName = 'proto.io.haveno.protobuffer.SpecificBanksAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2204,16 +2004,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CashDepositAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.CashDepositAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CashDepositAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CashDepositAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CashDepositAccountPayload.displayName = 'proto.io.bisq.protobuffer.CashDepositAccountPayload'; + proto.io.haveno.protobuffer.CashDepositAccountPayload.displayName = 'proto.io.haveno.protobuffer.CashDepositAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2225,16 +2025,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MoneyGramAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.MoneyGramAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.MoneyGramAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MoneyGramAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MoneyGramAccountPayload.displayName = 'proto.io.bisq.protobuffer.MoneyGramAccountPayload'; + proto.io.haveno.protobuffer.MoneyGramAccountPayload.displayName = 'proto.io.haveno.protobuffer.MoneyGramAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2246,16 +2046,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.HalCashAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.HalCashAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.HalCashAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.HalCashAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.HalCashAccountPayload.displayName = 'proto.io.bisq.protobuffer.HalCashAccountPayload'; + proto.io.haveno.protobuffer.HalCashAccountPayload.displayName = 'proto.io.haveno.protobuffer.HalCashAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2267,16 +2067,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.WesternUnionAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.WesternUnionAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.WesternUnionAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.WesternUnionAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.WesternUnionAccountPayload.displayName = 'proto.io.bisq.protobuffer.WesternUnionAccountPayload'; + proto.io.haveno.protobuffer.WesternUnionAccountPayload.displayName = 'proto.io.haveno.protobuffer.WesternUnionAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2288,16 +2088,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.displayName = 'proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload'; + proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.displayName = 'proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2309,16 +2109,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SepaAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.SepaAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SepaAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SepaAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SepaAccountPayload.displayName = 'proto.io.bisq.protobuffer.SepaAccountPayload'; + proto.io.haveno.protobuffer.SepaAccountPayload.displayName = 'proto.io.haveno.protobuffer.SepaAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2330,16 +2130,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SepaInstantAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.SepaInstantAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SepaInstantAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SepaInstantAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SepaInstantAccountPayload.displayName = 'proto.io.bisq.protobuffer.SepaInstantAccountPayload'; + proto.io.haveno.protobuffer.SepaInstantAccountPayload.displayName = 'proto.io.haveno.protobuffer.SepaInstantAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2351,16 +2151,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.displayName = 'proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload'; + proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload.displayName = 'proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2372,16 +2172,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.displayName = 'proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload'; + proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload.displayName = 'proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2393,16 +2193,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.FasterPaymentsAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.FasterPaymentsAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.FasterPaymentsAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.FasterPaymentsAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.displayName = 'proto.io.bisq.protobuffer.FasterPaymentsAccountPayload'; + proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.displayName = 'proto.io.haveno.protobuffer.FasterPaymentsAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2414,16 +2214,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.InteracETransferAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.InteracETransferAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.InteracETransferAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.InteracETransferAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.InteracETransferAccountPayload.displayName = 'proto.io.bisq.protobuffer.InteracETransferAccountPayload'; + proto.io.haveno.protobuffer.InteracETransferAccountPayload.displayName = 'proto.io.haveno.protobuffer.InteracETransferAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2435,16 +2235,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.OKPayAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.OKPayAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.OKPayAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.OKPayAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.OKPayAccountPayload.displayName = 'proto.io.bisq.protobuffer.OKPayAccountPayload'; + proto.io.haveno.protobuffer.OKPayAccountPayload.displayName = 'proto.io.haveno.protobuffer.OKPayAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2456,16 +2256,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.UpholdAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.UpholdAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.UpholdAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.UpholdAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.UpholdAccountPayload.displayName = 'proto.io.bisq.protobuffer.UpholdAccountPayload'; + proto.io.haveno.protobuffer.UpholdAccountPayload.displayName = 'proto.io.haveno.protobuffer.UpholdAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2477,16 +2277,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CashAppAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.CashAppAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CashAppAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CashAppAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CashAppAccountPayload.displayName = 'proto.io.bisq.protobuffer.CashAppAccountPayload'; + proto.io.haveno.protobuffer.CashAppAccountPayload.displayName = 'proto.io.haveno.protobuffer.CashAppAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2498,16 +2298,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MoneyBeamAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.MoneyBeamAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.MoneyBeamAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MoneyBeamAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MoneyBeamAccountPayload.displayName = 'proto.io.bisq.protobuffer.MoneyBeamAccountPayload'; + proto.io.haveno.protobuffer.MoneyBeamAccountPayload.displayName = 'proto.io.haveno.protobuffer.MoneyBeamAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2519,16 +2319,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.VenmoAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.VenmoAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.VenmoAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.VenmoAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.VenmoAccountPayload.displayName = 'proto.io.bisq.protobuffer.VenmoAccountPayload'; + proto.io.haveno.protobuffer.VenmoAccountPayload.displayName = 'proto.io.haveno.protobuffer.VenmoAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2540,16 +2340,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PopmoneyAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.PopmoneyAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PopmoneyAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PopmoneyAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PopmoneyAccountPayload.displayName = 'proto.io.bisq.protobuffer.PopmoneyAccountPayload'; + proto.io.haveno.protobuffer.PopmoneyAccountPayload.displayName = 'proto.io.haveno.protobuffer.PopmoneyAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2561,16 +2361,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RevolutAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.RevolutAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RevolutAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RevolutAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RevolutAccountPayload.displayName = 'proto.io.bisq.protobuffer.RevolutAccountPayload'; + proto.io.haveno.protobuffer.RevolutAccountPayload.displayName = 'proto.io.haveno.protobuffer.RevolutAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2582,16 +2382,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PerfectMoneyAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.PerfectMoneyAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PerfectMoneyAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PerfectMoneyAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.displayName = 'proto.io.bisq.protobuffer.PerfectMoneyAccountPayload'; + proto.io.haveno.protobuffer.PerfectMoneyAccountPayload.displayName = 'proto.io.haveno.protobuffer.PerfectMoneyAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2603,16 +2403,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SwishAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.SwishAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SwishAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SwishAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SwishAccountPayload.displayName = 'proto.io.bisq.protobuffer.SwishAccountPayload'; + proto.io.haveno.protobuffer.SwishAccountPayload.displayName = 'proto.io.haveno.protobuffer.SwishAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2624,16 +2424,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.displayName = 'proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload'; + proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.displayName = 'proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2645,16 +2445,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.F2FAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.F2FAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.F2FAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.F2FAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.F2FAccountPayload.displayName = 'proto.io.bisq.protobuffer.F2FAccountPayload'; + proto.io.haveno.protobuffer.F2FAccountPayload.displayName = 'proto.io.haveno.protobuffer.F2FAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2666,16 +2466,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, null, proto.io.bisq.protobuffer.IfscBasedAccountPayload.oneofGroups_); +proto.io.haveno.protobuffer.IfscBasedAccountPayload = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, null, proto.io.haveno.protobuffer.IfscBasedAccountPayload.oneofGroups_); }; -goog.inherits(proto.io.bisq.protobuffer.IfscBasedAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.IfscBasedAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.IfscBasedAccountPayload.displayName = 'proto.io.bisq.protobuffer.IfscBasedAccountPayload'; + proto.io.haveno.protobuffer.IfscBasedAccountPayload.displayName = 'proto.io.haveno.protobuffer.IfscBasedAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2687,16 +2487,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.NeftAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.NeftAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.NeftAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.NeftAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.NeftAccountPayload.displayName = 'proto.io.bisq.protobuffer.NeftAccountPayload'; + proto.io.haveno.protobuffer.NeftAccountPayload.displayName = 'proto.io.haveno.protobuffer.NeftAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2708,16 +2508,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RtgsAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.RtgsAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.RtgsAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RtgsAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RtgsAccountPayload.displayName = 'proto.io.bisq.protobuffer.RtgsAccountPayload'; + proto.io.haveno.protobuffer.RtgsAccountPayload.displayName = 'proto.io.haveno.protobuffer.RtgsAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2729,16 +2529,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ImpsAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.ImpsAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ImpsAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ImpsAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ImpsAccountPayload.displayName = 'proto.io.bisq.protobuffer.ImpsAccountPayload'; + proto.io.haveno.protobuffer.ImpsAccountPayload.displayName = 'proto.io.haveno.protobuffer.ImpsAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2750,16 +2550,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.UpiAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.UpiAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.UpiAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.UpiAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.UpiAccountPayload.displayName = 'proto.io.bisq.protobuffer.UpiAccountPayload'; + proto.io.haveno.protobuffer.UpiAccountPayload.displayName = 'proto.io.haveno.protobuffer.UpiAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2771,16 +2571,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PaytmAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.PaytmAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PaytmAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PaytmAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PaytmAccountPayload.displayName = 'proto.io.bisq.protobuffer.PaytmAccountPayload'; + proto.io.haveno.protobuffer.PaytmAccountPayload.displayName = 'proto.io.haveno.protobuffer.PaytmAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2792,16 +2592,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CashByMailAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.CashByMailAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CashByMailAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CashByMailAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CashByMailAccountPayload.displayName = 'proto.io.bisq.protobuffer.CashByMailAccountPayload'; + proto.io.haveno.protobuffer.CashByMailAccountPayload.displayName = 'proto.io.haveno.protobuffer.CashByMailAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2813,16 +2613,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PromptPayAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.PromptPayAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PromptPayAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PromptPayAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PromptPayAccountPayload.displayName = 'proto.io.bisq.protobuffer.PromptPayAccountPayload'; + proto.io.haveno.protobuffer.PromptPayAccountPayload.displayName = 'proto.io.haveno.protobuffer.PromptPayAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2834,16 +2634,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AdvancedCashAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.AdvancedCashAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AdvancedCashAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AdvancedCashAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AdvancedCashAccountPayload.displayName = 'proto.io.bisq.protobuffer.AdvancedCashAccountPayload'; + proto.io.haveno.protobuffer.AdvancedCashAccountPayload.displayName = 'proto.io.haveno.protobuffer.AdvancedCashAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2855,16 +2655,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.TransferwiseAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.TransferwiseAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.TransferwiseAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.TransferwiseAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.TransferwiseAccountPayload.displayName = 'proto.io.bisq.protobuffer.TransferwiseAccountPayload'; + proto.io.haveno.protobuffer.TransferwiseAccountPayload.displayName = 'proto.io.haveno.protobuffer.TransferwiseAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2876,16 +2676,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.displayName = 'proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload'; + proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.displayName = 'proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2897,16 +2697,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PayseraAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.PayseraAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PayseraAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PayseraAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PayseraAccountPayload.displayName = 'proto.io.bisq.protobuffer.PayseraAccountPayload'; + proto.io.haveno.protobuffer.PayseraAccountPayload.displayName = 'proto.io.haveno.protobuffer.PayseraAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2918,16 +2718,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PaxumAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.PaxumAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PaxumAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PaxumAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PaxumAccountPayload.displayName = 'proto.io.bisq.protobuffer.PaxumAccountPayload'; + proto.io.haveno.protobuffer.PaxumAccountPayload.displayName = 'proto.io.haveno.protobuffer.PaxumAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2939,16 +2739,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CapitualAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.CapitualAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CapitualAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CapitualAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CapitualAccountPayload.displayName = 'proto.io.bisq.protobuffer.CapitualAccountPayload'; + proto.io.haveno.protobuffer.CapitualAccountPayload.displayName = 'proto.io.haveno.protobuffer.CapitualAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2960,16 +2760,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CelPayAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.CelPayAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CelPayAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CelPayAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CelPayAccountPayload.displayName = 'proto.io.bisq.protobuffer.CelPayAccountPayload'; + proto.io.haveno.protobuffer.CelPayAccountPayload.displayName = 'proto.io.haveno.protobuffer.CelPayAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -2981,16 +2781,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.NequiAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.NequiAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.NequiAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.NequiAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.NequiAccountPayload.displayName = 'proto.io.bisq.protobuffer.NequiAccountPayload'; + proto.io.haveno.protobuffer.NequiAccountPayload.displayName = 'proto.io.haveno.protobuffer.NequiAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -3002,16 +2802,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.BizumAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.BizumAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.BizumAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.BizumAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.BizumAccountPayload.displayName = 'proto.io.bisq.protobuffer.BizumAccountPayload'; + proto.io.haveno.protobuffer.BizumAccountPayload.displayName = 'proto.io.haveno.protobuffer.BizumAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -3023,16 +2823,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PixAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.PixAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PixAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PixAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PixAccountPayload.displayName = 'proto.io.bisq.protobuffer.PixAccountPayload'; + proto.io.haveno.protobuffer.PixAccountPayload.displayName = 'proto.io.haveno.protobuffer.PixAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -3044,16 +2844,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MoneseAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.MoneseAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.MoneseAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MoneseAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MoneseAccountPayload.displayName = 'proto.io.bisq.protobuffer.MoneseAccountPayload'; + proto.io.haveno.protobuffer.MoneseAccountPayload.displayName = 'proto.io.haveno.protobuffer.MoneseAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -3065,16 +2865,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SatispayAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.SatispayAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SatispayAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SatispayAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SatispayAccountPayload.displayName = 'proto.io.bisq.protobuffer.SatispayAccountPayload'; + proto.io.haveno.protobuffer.SatispayAccountPayload.displayName = 'proto.io.haveno.protobuffer.SatispayAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -3086,16 +2886,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.StrikeAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.StrikeAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.StrikeAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.StrikeAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.StrikeAccountPayload.displayName = 'proto.io.bisq.protobuffer.StrikeAccountPayload'; + proto.io.haveno.protobuffer.StrikeAccountPayload.displayName = 'proto.io.haveno.protobuffer.StrikeAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -3107,16 +2907,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.TikkieAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.TikkieAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.TikkieAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.TikkieAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.TikkieAccountPayload.displayName = 'proto.io.bisq.protobuffer.TikkieAccountPayload'; + proto.io.haveno.protobuffer.TikkieAccountPayload.displayName = 'proto.io.haveno.protobuffer.TikkieAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -3128,16 +2928,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.VerseAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.VerseAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.VerseAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.VerseAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.VerseAccountPayload.displayName = 'proto.io.bisq.protobuffer.VerseAccountPayload'; + proto.io.haveno.protobuffer.VerseAccountPayload.displayName = 'proto.io.haveno.protobuffer.VerseAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -3149,16 +2949,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SwiftAccountPayload = function(opt_data) { +proto.io.haveno.protobuffer.SwiftAccountPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SwiftAccountPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SwiftAccountPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SwiftAccountPayload.displayName = 'proto.io.bisq.protobuffer.SwiftAccountPayload'; + proto.io.haveno.protobuffer.SwiftAccountPayload.displayName = 'proto.io.haveno.protobuffer.SwiftAccountPayload'; } /** * Generated by JsPbCodeGenerator. @@ -3170,16 +2970,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PersistableEnvelope = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, 500, null, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_); +proto.io.haveno.protobuffer.PersistableEnvelope = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, 500, null, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_); }; -goog.inherits(proto.io.bisq.protobuffer.PersistableEnvelope, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PersistableEnvelope, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PersistableEnvelope.displayName = 'proto.io.bisq.protobuffer.PersistableEnvelope'; + proto.io.haveno.protobuffer.PersistableEnvelope.displayName = 'proto.io.haveno.protobuffer.PersistableEnvelope'; } /** * Generated by JsPbCodeGenerator. @@ -3191,16 +2991,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SequenceNumberMap = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.SequenceNumberMap.repeatedFields_, null); +proto.io.haveno.protobuffer.SequenceNumberMap = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.SequenceNumberMap.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.SequenceNumberMap, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SequenceNumberMap, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SequenceNumberMap.displayName = 'proto.io.bisq.protobuffer.SequenceNumberMap'; + proto.io.haveno.protobuffer.SequenceNumberMap.displayName = 'proto.io.haveno.protobuffer.SequenceNumberMap'; } /** * Generated by JsPbCodeGenerator. @@ -3212,16 +3012,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SequenceNumberEntry = function(opt_data) { +proto.io.haveno.protobuffer.SequenceNumberEntry = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SequenceNumberEntry, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SequenceNumberEntry, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SequenceNumberEntry.displayName = 'proto.io.bisq.protobuffer.SequenceNumberEntry'; + proto.io.haveno.protobuffer.SequenceNumberEntry.displayName = 'proto.io.haveno.protobuffer.SequenceNumberEntry'; } /** * Generated by JsPbCodeGenerator. @@ -3233,16 +3033,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ByteArray = function(opt_data) { +proto.io.haveno.protobuffer.ByteArray = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ByteArray, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ByteArray, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ByteArray.displayName = 'proto.io.bisq.protobuffer.ByteArray'; + proto.io.haveno.protobuffer.ByteArray.displayName = 'proto.io.haveno.protobuffer.ByteArray'; } /** * Generated by JsPbCodeGenerator. @@ -3254,16 +3054,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MapValue = function(opt_data) { +proto.io.haveno.protobuffer.MapValue = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.MapValue, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MapValue, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MapValue.displayName = 'proto.io.bisq.protobuffer.MapValue'; + proto.io.haveno.protobuffer.MapValue.displayName = 'proto.io.haveno.protobuffer.MapValue'; } /** * Generated by JsPbCodeGenerator. @@ -3275,16 +3075,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PersistedEntryMap = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, null, null); +proto.io.haveno.protobuffer.AccountAgeWitnessStore = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.AccountAgeWitnessStore.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.PersistedEntryMap, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AccountAgeWitnessStore, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PersistedEntryMap.displayName = 'proto.io.bisq.protobuffer.PersistedEntryMap'; + proto.io.haveno.protobuffer.AccountAgeWitnessStore.displayName = 'proto.io.haveno.protobuffer.AccountAgeWitnessStore'; } /** * Generated by JsPbCodeGenerator. @@ -3296,16 +3096,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AccountAgeWitnessStore = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.AccountAgeWitnessStore.repeatedFields_, null); +proto.io.haveno.protobuffer.SignedWitnessStore = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.SignedWitnessStore.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.AccountAgeWitnessStore, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SignedWitnessStore, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AccountAgeWitnessStore.displayName = 'proto.io.bisq.protobuffer.AccountAgeWitnessStore'; + proto.io.haveno.protobuffer.SignedWitnessStore.displayName = 'proto.io.haveno.protobuffer.SignedWitnessStore'; } /** * Generated by JsPbCodeGenerator. @@ -3317,16 +3117,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SignedWitnessStore = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.SignedWitnessStore.repeatedFields_, null); +proto.io.haveno.protobuffer.TradeStatistics3Store = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.TradeStatistics3Store.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.SignedWitnessStore, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.TradeStatistics3Store, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SignedWitnessStore.displayName = 'proto.io.bisq.protobuffer.SignedWitnessStore'; + proto.io.haveno.protobuffer.TradeStatistics3Store.displayName = 'proto.io.haveno.protobuffer.TradeStatistics3Store'; } /** * Generated by JsPbCodeGenerator. @@ -3338,16 +3138,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.TradeStatistics2Store = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.TradeStatistics2Store.repeatedFields_, null); +proto.io.haveno.protobuffer.PeerList = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.PeerList.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.TradeStatistics2Store, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PeerList, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.TradeStatistics2Store.displayName = 'proto.io.bisq.protobuffer.TradeStatistics2Store'; + proto.io.haveno.protobuffer.PeerList.displayName = 'proto.io.haveno.protobuffer.PeerList'; } /** * Generated by JsPbCodeGenerator. @@ -3359,16 +3159,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.TradeStatistics3Store = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.TradeStatistics3Store.repeatedFields_, null); +proto.io.haveno.protobuffer.AddressEntryList = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.AddressEntryList.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.TradeStatistics3Store, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AddressEntryList, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.TradeStatistics3Store.displayName = 'proto.io.bisq.protobuffer.TradeStatistics3Store'; + proto.io.haveno.protobuffer.AddressEntryList.displayName = 'proto.io.haveno.protobuffer.AddressEntryList'; } /** * Generated by JsPbCodeGenerator. @@ -3380,58 +3180,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PeerList = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.PeerList.repeatedFields_, null); -}; -goog.inherits(proto.io.bisq.protobuffer.PeerList, jspb.Message); -if (goog.DEBUG && !COMPILED) { - /** - * @public - * @override - */ - proto.io.bisq.protobuffer.PeerList.displayName = 'proto.io.bisq.protobuffer.PeerList'; -} -/** - * Generated by JsPbCodeGenerator. - * @param {Array=} opt_data Optional initial data array, typically from a - * server response, or constructed directly in Javascript. The array is used - * in place and becomes part of the constructed object. It is not cloned. - * If no data is provided, the constructed object will be empty, but still - * valid. - * @extends {jspb.Message} - * @constructor - */ -proto.io.bisq.protobuffer.AddressEntryList = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.AddressEntryList.repeatedFields_, null); -}; -goog.inherits(proto.io.bisq.protobuffer.AddressEntryList, jspb.Message); -if (goog.DEBUG && !COMPILED) { - /** - * @public - * @override - */ - proto.io.bisq.protobuffer.AddressEntryList.displayName = 'proto.io.bisq.protobuffer.AddressEntryList'; -} -/** - * Generated by JsPbCodeGenerator. - * @param {Array=} opt_data Optional initial data array, typically from a - * server response, or constructed directly in Javascript. The array is used - * in place and becomes part of the constructed object. It is not cloned. - * If no data is provided, the constructed object will be empty, but still - * valid. - * @extends {jspb.Message} - * @constructor - */ -proto.io.bisq.protobuffer.AddressEntry = function(opt_data) { +proto.io.haveno.protobuffer.AddressEntry = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.AddressEntry, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AddressEntry, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AddressEntry.displayName = 'proto.io.bisq.protobuffer.AddressEntry'; + proto.io.haveno.protobuffer.AddressEntry.displayName = 'proto.io.haveno.protobuffer.AddressEntry'; } /** * Generated by JsPbCodeGenerator. @@ -3443,16 +3201,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.XmrAddressEntryList = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.XmrAddressEntryList.repeatedFields_, null); +proto.io.haveno.protobuffer.XmrAddressEntryList = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.XmrAddressEntryList.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.XmrAddressEntryList, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.XmrAddressEntryList, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.XmrAddressEntryList.displayName = 'proto.io.bisq.protobuffer.XmrAddressEntryList'; + proto.io.haveno.protobuffer.XmrAddressEntryList.displayName = 'proto.io.haveno.protobuffer.XmrAddressEntryList'; } /** * Generated by JsPbCodeGenerator. @@ -3464,16 +3222,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.XmrAddressEntry = function(opt_data) { +proto.io.haveno.protobuffer.XmrAddressEntry = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.XmrAddressEntry, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.XmrAddressEntry, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.XmrAddressEntry.displayName = 'proto.io.bisq.protobuffer.XmrAddressEntry'; + proto.io.haveno.protobuffer.XmrAddressEntry.displayName = 'proto.io.haveno.protobuffer.XmrAddressEntry'; } /** * Generated by JsPbCodeGenerator. @@ -3485,16 +3243,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.NavigationPath = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.NavigationPath.repeatedFields_, null); +proto.io.haveno.protobuffer.NavigationPath = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.NavigationPath.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.NavigationPath, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.NavigationPath, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.NavigationPath.displayName = 'proto.io.bisq.protobuffer.NavigationPath'; + proto.io.haveno.protobuffer.NavigationPath.displayName = 'proto.io.haveno.protobuffer.NavigationPath'; } /** * Generated by JsPbCodeGenerator. @@ -3506,16 +3264,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PaymentAccountList = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.PaymentAccountList.repeatedFields_, null); +proto.io.haveno.protobuffer.PaymentAccountList = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.PaymentAccountList.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.PaymentAccountList, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PaymentAccountList, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PaymentAccountList.displayName = 'proto.io.bisq.protobuffer.PaymentAccountList'; + proto.io.haveno.protobuffer.PaymentAccountList.displayName = 'proto.io.haveno.protobuffer.PaymentAccountList'; } /** * Generated by JsPbCodeGenerator. @@ -3527,16 +3285,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.TradableList = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.TradableList.repeatedFields_, null); +proto.io.haveno.protobuffer.TradableList = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.TradableList.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.TradableList, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.TradableList, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.TradableList.displayName = 'proto.io.bisq.protobuffer.TradableList'; + proto.io.haveno.protobuffer.TradableList.displayName = 'proto.io.haveno.protobuffer.TradableList'; } /** * Generated by JsPbCodeGenerator. @@ -3548,16 +3306,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.Offer = function(opt_data) { +proto.io.haveno.protobuffer.Offer = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.Offer, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Offer, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.Offer.displayName = 'proto.io.bisq.protobuffer.Offer'; + proto.io.haveno.protobuffer.Offer.displayName = 'proto.io.haveno.protobuffer.Offer'; } /** * Generated by JsPbCodeGenerator. @@ -3569,16 +3327,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SignedOfferList = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.SignedOfferList.repeatedFields_, null); +proto.io.haveno.protobuffer.SignedOfferList = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.SignedOfferList.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.SignedOfferList, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SignedOfferList, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SignedOfferList.displayName = 'proto.io.bisq.protobuffer.SignedOfferList'; + proto.io.haveno.protobuffer.SignedOfferList.displayName = 'proto.io.haveno.protobuffer.SignedOfferList'; } /** * Generated by JsPbCodeGenerator. @@ -3590,16 +3348,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SignedOffer = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.SignedOffer.repeatedFields_, null); +proto.io.haveno.protobuffer.SignedOffer = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.SignedOffer.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.SignedOffer, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SignedOffer, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SignedOffer.displayName = 'proto.io.bisq.protobuffer.SignedOffer'; + proto.io.haveno.protobuffer.SignedOffer.displayName = 'proto.io.haveno.protobuffer.SignedOffer'; } /** * Generated by JsPbCodeGenerator. @@ -3611,16 +3369,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.OpenOffer = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.OpenOffer.repeatedFields_, null); +proto.io.haveno.protobuffer.OpenOffer = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.OpenOffer.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.OpenOffer, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.OpenOffer, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.OpenOffer.displayName = 'proto.io.bisq.protobuffer.OpenOffer'; + proto.io.haveno.protobuffer.OpenOffer.displayName = 'proto.io.haveno.protobuffer.OpenOffer'; } /** * Generated by JsPbCodeGenerator. @@ -3632,16 +3390,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.Tradable = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, 500, null, proto.io.bisq.protobuffer.Tradable.oneofGroups_); +proto.io.haveno.protobuffer.Tradable = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, 500, null, proto.io.haveno.protobuffer.Tradable.oneofGroups_); }; -goog.inherits(proto.io.bisq.protobuffer.Tradable, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Tradable, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.Tradable.displayName = 'proto.io.bisq.protobuffer.Tradable'; + proto.io.haveno.protobuffer.Tradable.displayName = 'proto.io.haveno.protobuffer.Tradable'; } /** * Generated by JsPbCodeGenerator. @@ -3653,16 +3411,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.Trade = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.Trade.repeatedFields_, null); +proto.io.haveno.protobuffer.Trade = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.Trade.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.Trade, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Trade, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.Trade.displayName = 'proto.io.bisq.protobuffer.Trade'; + proto.io.haveno.protobuffer.Trade.displayName = 'proto.io.haveno.protobuffer.Trade'; } /** * Generated by JsPbCodeGenerator. @@ -3674,16 +3432,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.BuyerAsMakerTrade = function(opt_data) { +proto.io.haveno.protobuffer.BuyerAsMakerTrade = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.BuyerAsMakerTrade, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.BuyerAsMakerTrade, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.BuyerAsMakerTrade.displayName = 'proto.io.bisq.protobuffer.BuyerAsMakerTrade'; + proto.io.haveno.protobuffer.BuyerAsMakerTrade.displayName = 'proto.io.haveno.protobuffer.BuyerAsMakerTrade'; } /** * Generated by JsPbCodeGenerator. @@ -3695,16 +3453,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.BuyerAsTakerTrade = function(opt_data) { +proto.io.haveno.protobuffer.BuyerAsTakerTrade = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.BuyerAsTakerTrade, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.BuyerAsTakerTrade, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.BuyerAsTakerTrade.displayName = 'proto.io.bisq.protobuffer.BuyerAsTakerTrade'; + proto.io.haveno.protobuffer.BuyerAsTakerTrade.displayName = 'proto.io.haveno.protobuffer.BuyerAsTakerTrade'; } /** * Generated by JsPbCodeGenerator. @@ -3716,16 +3474,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SellerAsMakerTrade = function(opt_data) { +proto.io.haveno.protobuffer.SellerAsMakerTrade = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SellerAsMakerTrade, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SellerAsMakerTrade, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SellerAsMakerTrade.displayName = 'proto.io.bisq.protobuffer.SellerAsMakerTrade'; + proto.io.haveno.protobuffer.SellerAsMakerTrade.displayName = 'proto.io.haveno.protobuffer.SellerAsMakerTrade'; } /** * Generated by JsPbCodeGenerator. @@ -3737,16 +3495,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.SellerAsTakerTrade = function(opt_data) { +proto.io.haveno.protobuffer.SellerAsTakerTrade = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.SellerAsTakerTrade, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.SellerAsTakerTrade, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.SellerAsTakerTrade.displayName = 'proto.io.bisq.protobuffer.SellerAsTakerTrade'; + proto.io.haveno.protobuffer.SellerAsTakerTrade.displayName = 'proto.io.haveno.protobuffer.SellerAsTakerTrade'; } /** * Generated by JsPbCodeGenerator. @@ -3758,16 +3516,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ArbitratorTrade = function(opt_data) { +proto.io.haveno.protobuffer.ArbitratorTrade = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ArbitratorTrade, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ArbitratorTrade, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ArbitratorTrade.displayName = 'proto.io.bisq.protobuffer.ArbitratorTrade'; + proto.io.haveno.protobuffer.ArbitratorTrade.displayName = 'proto.io.haveno.protobuffer.ArbitratorTrade'; } /** * Generated by JsPbCodeGenerator. @@ -3779,16 +3537,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ProcessModel = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, 500, proto.io.bisq.protobuffer.ProcessModel.repeatedFields_, null); +proto.io.haveno.protobuffer.ProcessModel = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.ProcessModel, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ProcessModel, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ProcessModel.displayName = 'proto.io.bisq.protobuffer.ProcessModel'; + proto.io.haveno.protobuffer.ProcessModel.displayName = 'proto.io.haveno.protobuffer.ProcessModel'; } /** * Generated by JsPbCodeGenerator. @@ -3800,16 +3558,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.TradePeer = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, 500, proto.io.bisq.protobuffer.TradePeer.repeatedFields_, null); +proto.io.haveno.protobuffer.TradePeer = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, 500, proto.io.haveno.protobuffer.TradePeer.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.TradePeer, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.TradePeer, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.TradePeer.displayName = 'proto.io.bisq.protobuffer.TradePeer'; + proto.io.haveno.protobuffer.TradePeer.displayName = 'proto.io.haveno.protobuffer.TradePeer'; } /** * Generated by JsPbCodeGenerator. @@ -3821,16 +3579,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.EncryptedConnection = function(opt_data) { +proto.io.haveno.protobuffer.EncryptedConnection = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.EncryptedConnection, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.EncryptedConnection, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.EncryptedConnection.displayName = 'proto.io.bisq.protobuffer.EncryptedConnection'; + proto.io.haveno.protobuffer.EncryptedConnection.displayName = 'proto.io.haveno.protobuffer.EncryptedConnection'; } /** * Generated by JsPbCodeGenerator. @@ -3842,16 +3600,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.EncryptedConnectionList = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.EncryptedConnectionList.repeatedFields_, null); +proto.io.haveno.protobuffer.EncryptedConnectionList = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.EncryptedConnectionList.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.EncryptedConnectionList, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.EncryptedConnectionList, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.EncryptedConnectionList.displayName = 'proto.io.bisq.protobuffer.EncryptedConnectionList'; + proto.io.haveno.protobuffer.EncryptedConnectionList.displayName = 'proto.io.haveno.protobuffer.EncryptedConnectionList'; } /** * Generated by JsPbCodeGenerator. @@ -3863,16 +3621,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.ArbitrationDisputeList = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.ArbitrationDisputeList.repeatedFields_, null); +proto.io.haveno.protobuffer.ArbitrationDisputeList = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.ArbitrationDisputeList.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.ArbitrationDisputeList, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.ArbitrationDisputeList, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.ArbitrationDisputeList.displayName = 'proto.io.bisq.protobuffer.ArbitrationDisputeList'; + proto.io.haveno.protobuffer.ArbitrationDisputeList.displayName = 'proto.io.haveno.protobuffer.ArbitrationDisputeList'; } /** * Generated by JsPbCodeGenerator. @@ -3884,16 +3642,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MediationDisputeList = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.MediationDisputeList.repeatedFields_, null); +proto.io.haveno.protobuffer.MediationDisputeList = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.MediationDisputeList.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.MediationDisputeList, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MediationDisputeList, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MediationDisputeList.displayName = 'proto.io.bisq.protobuffer.MediationDisputeList'; + proto.io.haveno.protobuffer.MediationDisputeList.displayName = 'proto.io.haveno.protobuffer.MediationDisputeList'; } /** * Generated by JsPbCodeGenerator. @@ -3905,16 +3663,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.RefundDisputeList = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.RefundDisputeList.repeatedFields_, null); +proto.io.haveno.protobuffer.RefundDisputeList = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.RefundDisputeList.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.RefundDisputeList, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.RefundDisputeList, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.RefundDisputeList.displayName = 'proto.io.bisq.protobuffer.RefundDisputeList'; + proto.io.haveno.protobuffer.RefundDisputeList.displayName = 'proto.io.haveno.protobuffer.RefundDisputeList'; } /** * Generated by JsPbCodeGenerator. @@ -3926,16 +3684,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PreferencesPayload = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.PreferencesPayload.repeatedFields_, null); +proto.io.haveno.protobuffer.PreferencesPayload = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.PreferencesPayload.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.PreferencesPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PreferencesPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PreferencesPayload.displayName = 'proto.io.bisq.protobuffer.PreferencesPayload'; + proto.io.haveno.protobuffer.PreferencesPayload.displayName = 'proto.io.haveno.protobuffer.PreferencesPayload'; } /** * Generated by JsPbCodeGenerator. @@ -3947,16 +3705,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.AutoConfirmSettings = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.AutoConfirmSettings.repeatedFields_, null); +proto.io.haveno.protobuffer.AutoConfirmSettings = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.AutoConfirmSettings.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.AutoConfirmSettings, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.AutoConfirmSettings, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.AutoConfirmSettings.displayName = 'proto.io.bisq.protobuffer.AutoConfirmSettings'; + proto.io.haveno.protobuffer.AutoConfirmSettings.displayName = 'proto.io.haveno.protobuffer.AutoConfirmSettings'; } /** * Generated by JsPbCodeGenerator. @@ -3968,16 +3726,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MoneroNodeSettings = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.MoneroNodeSettings.repeatedFields_, null); +proto.io.haveno.protobuffer.MoneroNodeSettings = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.MoneroNodeSettings.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.MoneroNodeSettings, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MoneroNodeSettings, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MoneroNodeSettings.displayName = 'proto.io.bisq.protobuffer.MoneroNodeSettings'; + proto.io.haveno.protobuffer.MoneroNodeSettings.displayName = 'proto.io.haveno.protobuffer.MoneroNodeSettings'; } /** * Generated by JsPbCodeGenerator. @@ -3989,16 +3747,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.UserPayload = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.UserPayload.repeatedFields_, null); +proto.io.haveno.protobuffer.UserPayload = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.UserPayload.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.UserPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.UserPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.UserPayload.displayName = 'proto.io.bisq.protobuffer.UserPayload'; + proto.io.haveno.protobuffer.UserPayload.displayName = 'proto.io.haveno.protobuffer.UserPayload'; } /** * Generated by JsPbCodeGenerator. @@ -4010,16 +3768,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.BlockChainExplorer = function(opt_data) { +proto.io.haveno.protobuffer.BlockChainExplorer = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.BlockChainExplorer, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.BlockChainExplorer, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.BlockChainExplorer.displayName = 'proto.io.bisq.protobuffer.BlockChainExplorer'; + proto.io.haveno.protobuffer.BlockChainExplorer.displayName = 'proto.io.haveno.protobuffer.BlockChainExplorer'; } /** * Generated by JsPbCodeGenerator. @@ -4031,16 +3789,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PaymentAccount = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.PaymentAccount.repeatedFields_, null); +proto.io.haveno.protobuffer.PaymentAccount = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.PaymentAccount.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.PaymentAccount, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PaymentAccount, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PaymentAccount.displayName = 'proto.io.bisq.protobuffer.PaymentAccount'; + proto.io.haveno.protobuffer.PaymentAccount.displayName = 'proto.io.haveno.protobuffer.PaymentAccount'; } /** * Generated by JsPbCodeGenerator. @@ -4052,16 +3810,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PaymentMethod = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.PaymentMethod.repeatedFields_, null); +proto.io.haveno.protobuffer.PaymentMethod = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.PaymentMethod.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.PaymentMethod, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PaymentMethod, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PaymentMethod.displayName = 'proto.io.bisq.protobuffer.PaymentMethod'; + proto.io.haveno.protobuffer.PaymentMethod.displayName = 'proto.io.haveno.protobuffer.PaymentMethod'; } /** * Generated by JsPbCodeGenerator. @@ -4073,16 +3831,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.Currency = function(opt_data) { +proto.io.haveno.protobuffer.Currency = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.Currency, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Currency, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.Currency.displayName = 'proto.io.bisq.protobuffer.Currency'; + proto.io.haveno.protobuffer.Currency.displayName = 'proto.io.haveno.protobuffer.Currency'; } /** * Generated by JsPbCodeGenerator. @@ -4094,16 +3852,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.TradeCurrency = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, null, proto.io.bisq.protobuffer.TradeCurrency.oneofGroups_); +proto.io.haveno.protobuffer.TradeCurrency = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, null, proto.io.haveno.protobuffer.TradeCurrency.oneofGroups_); }; -goog.inherits(proto.io.bisq.protobuffer.TradeCurrency, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.TradeCurrency, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.TradeCurrency.displayName = 'proto.io.bisq.protobuffer.TradeCurrency'; + proto.io.haveno.protobuffer.TradeCurrency.displayName = 'proto.io.haveno.protobuffer.TradeCurrency'; } /** * Generated by JsPbCodeGenerator. @@ -4115,16 +3873,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.CryptoCurrency = function(opt_data) { +proto.io.haveno.protobuffer.CryptoCurrency = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.CryptoCurrency, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.CryptoCurrency, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.CryptoCurrency.displayName = 'proto.io.bisq.protobuffer.CryptoCurrency'; + proto.io.haveno.protobuffer.CryptoCurrency.displayName = 'proto.io.haveno.protobuffer.CryptoCurrency'; } /** * Generated by JsPbCodeGenerator. @@ -4136,16 +3894,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.FiatCurrency = function(opt_data) { +proto.io.haveno.protobuffer.FiatCurrency = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.FiatCurrency, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.FiatCurrency, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.FiatCurrency.displayName = 'proto.io.bisq.protobuffer.FiatCurrency'; + proto.io.haveno.protobuffer.FiatCurrency.displayName = 'proto.io.haveno.protobuffer.FiatCurrency'; } /** * Generated by JsPbCodeGenerator. @@ -4157,16 +3915,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.Country = function(opt_data) { +proto.io.haveno.protobuffer.Country = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.Country, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Country, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.Country.displayName = 'proto.io.bisq.protobuffer.Country'; + proto.io.haveno.protobuffer.Country.displayName = 'proto.io.haveno.protobuffer.Country'; } /** * Generated by JsPbCodeGenerator. @@ -4178,16 +3936,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.Region = function(opt_data) { +proto.io.haveno.protobuffer.Region = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.Region, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.Region, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.Region.displayName = 'proto.io.bisq.protobuffer.Region'; + proto.io.haveno.protobuffer.Region.displayName = 'proto.io.haveno.protobuffer.Region'; } /** * Generated by JsPbCodeGenerator. @@ -4199,16 +3957,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PriceAlertFilter = function(opt_data) { +proto.io.haveno.protobuffer.PriceAlertFilter = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.PriceAlertFilter, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PriceAlertFilter, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PriceAlertFilter.displayName = 'proto.io.bisq.protobuffer.PriceAlertFilter'; + proto.io.haveno.protobuffer.PriceAlertFilter.displayName = 'proto.io.haveno.protobuffer.PriceAlertFilter'; } /** * Generated by JsPbCodeGenerator. @@ -4220,16 +3978,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MarketAlertFilter = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.MarketAlertFilter.repeatedFields_, null); +proto.io.haveno.protobuffer.MarketAlertFilter = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.MarketAlertFilter.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.MarketAlertFilter, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MarketAlertFilter, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MarketAlertFilter.displayName = 'proto.io.bisq.protobuffer.MarketAlertFilter'; + proto.io.haveno.protobuffer.MarketAlertFilter.displayName = 'proto.io.haveno.protobuffer.MarketAlertFilter'; } /** * Generated by JsPbCodeGenerator. @@ -4241,16 +3999,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MockMailboxPayload = function(opt_data) { +proto.io.haveno.protobuffer.MockMailboxPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.MockMailboxPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MockMailboxPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MockMailboxPayload.displayName = 'proto.io.bisq.protobuffer.MockMailboxPayload'; + proto.io.haveno.protobuffer.MockMailboxPayload.displayName = 'proto.io.haveno.protobuffer.MockMailboxPayload'; } /** * Generated by JsPbCodeGenerator. @@ -4262,16 +4020,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.MockPayload = function(opt_data) { +proto.io.haveno.protobuffer.MockPayload = function(opt_data) { jspb.Message.initialize(this, opt_data, 0, -1, null, null); }; -goog.inherits(proto.io.bisq.protobuffer.MockPayload, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.MockPayload, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.MockPayload.displayName = 'proto.io.bisq.protobuffer.MockPayload'; + proto.io.haveno.protobuffer.MockPayload.displayName = 'proto.io.haveno.protobuffer.MockPayload'; } /** * Generated by JsPbCodeGenerator. @@ -4283,16 +4041,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PaymentAccountForm = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.PaymentAccountForm.repeatedFields_, null); +proto.io.haveno.protobuffer.PaymentAccountForm = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.PaymentAccountForm.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.PaymentAccountForm, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PaymentAccountForm, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PaymentAccountForm.displayName = 'proto.io.bisq.protobuffer.PaymentAccountForm'; + proto.io.haveno.protobuffer.PaymentAccountForm.displayName = 'proto.io.haveno.protobuffer.PaymentAccountForm'; } /** * Generated by JsPbCodeGenerator. @@ -4304,16 +4062,16 @@ if (goog.DEBUG && !COMPILED) { * @extends {jspb.Message} * @constructor */ -proto.io.bisq.protobuffer.PaymentAccountFormField = function(opt_data) { - jspb.Message.initialize(this, opt_data, 0, -1, proto.io.bisq.protobuffer.PaymentAccountFormField.repeatedFields_, null); +proto.io.haveno.protobuffer.PaymentAccountFormField = function(opt_data) { + jspb.Message.initialize(this, opt_data, 0, -1, proto.io.haveno.protobuffer.PaymentAccountFormField.repeatedFields_, null); }; -goog.inherits(proto.io.bisq.protobuffer.PaymentAccountFormField, jspb.Message); +goog.inherits(proto.io.haveno.protobuffer.PaymentAccountFormField, jspb.Message); if (goog.DEBUG && !COMPILED) { /** * @public * @override */ - proto.io.bisq.protobuffer.PaymentAccountFormField.displayName = 'proto.io.bisq.protobuffer.PaymentAccountFormField'; + proto.io.haveno.protobuffer.PaymentAccountFormField.displayName = 'proto.io.haveno.protobuffer.PaymentAccountFormField'; } /** @@ -4324,12 +4082,12 @@ if (goog.DEBUG && !COMPILED) { * @private {!Array>} * @const */ -proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_ = [[2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,35,36,1001,1002,1003,1004,1005,1006,1007,1008,1009,1010,1011]]; +proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_ = [[2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38]]; /** * @enum {number} */ -proto.io.bisq.protobuffer.NetworkEnvelope.MessageCase = { +proto.io.haveno.protobuffer.NetworkEnvelope.MessageCase = { MESSAGE_NOT_SET: 0, PRELIMINARY_GET_DATA_REQUEST: 2, GET_DATA_RESPONSE: 3, @@ -4346,43 +4104,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.MessageCase = { REMOVE_MAILBOX_DATA_MESSAGE: 14, CLOSE_CONNECTION_MESSAGE: 15, PREFIXED_SEALED_AND_SIGNED_MESSAGE: 16, - INPUTS_FOR_DEPOSIT_TX_REQUEST: 17, - INPUTS_FOR_DEPOSIT_TX_RESPONSE: 18, - DEPOSIT_TX_MESSAGE: 19, - DISPUTE_OPENED_MESSAGE: 20, - DISPUTE_CLOSED_MESSAGE: 21, - CHAT_MESSAGE: 22, - PRIVATE_NOTIFICATION_MESSAGE: 23, - ADD_PERSISTABLE_NETWORK_PAYLOAD_MESSAGE: 24, - ACK_MESSAGE: 25, - BUNDLE_OF_ENVELOPES: 26, - MEDIATED_PAYOUT_TX_SIGNATURE_MESSAGE: 27, - MEDIATED_PAYOUT_TX_PUBLISHED_MESSAGE: 28, - DELAYED_PAYOUT_TX_SIGNATURE_REQUEST: 29, - DELAYED_PAYOUT_TX_SIGNATURE_RESPONSE: 30, - DEPOSIT_TX_AND_DELAYED_PAYOUT_TX_MESSAGE: 31, - PEER_PUBLISHED_DELAYED_PAYOUT_TX_MESSAGE: 32, - REFRESH_TRADE_STATE_REQUEST: 33, - GET_INVENTORY_REQUEST: 35, - GET_INVENTORY_RESPONSE: 36, - SIGN_OFFER_REQUEST: 1001, - SIGN_OFFER_RESPONSE: 1002, - INIT_TRADE_REQUEST: 1003, - INIT_MULTISIG_REQUEST: 1004, - SIGN_CONTRACT_REQUEST: 1005, - SIGN_CONTRACT_RESPONSE: 1006, - DEPOSIT_REQUEST: 1007, - DEPOSIT_RESPONSE: 1008, - DEPOSITS_CONFIRMED_MESSAGE: 1009, - PAYMENT_SENT_MESSAGE: 1010, - PAYMENT_RECEIVED_MESSAGE: 1011 + PRIVATE_NOTIFICATION_MESSAGE: 17, + ADD_PERSISTABLE_NETWORK_PAYLOAD_MESSAGE: 18, + ACK_MESSAGE: 19, + BUNDLE_OF_ENVELOPES: 20, + GET_INVENTORY_REQUEST: 21, + GET_INVENTORY_RESPONSE: 22, + SIGN_OFFER_REQUEST: 23, + SIGN_OFFER_RESPONSE: 24, + INIT_TRADE_REQUEST: 25, + INIT_MULTISIG_REQUEST: 26, + SIGN_CONTRACT_REQUEST: 27, + SIGN_CONTRACT_RESPONSE: 28, + DEPOSIT_REQUEST: 29, + DEPOSIT_RESPONSE: 30, + DEPOSITS_CONFIRMED_MESSAGE: 31, + PAYMENT_SENT_MESSAGE: 32, + PAYMENT_RECEIVED_MESSAGE: 33, + DISPUTE_OPENED_MESSAGE: 34, + DISPUTE_CLOSED_MESSAGE: 35, + CHAT_MESSAGE: 36, + MEDIATED_PAYOUT_TX_SIGNATURE_MESSAGE: 37, + MEDIATED_PAYOUT_TX_PUBLISHED_MESSAGE: 38 }; /** - * @return {proto.io.bisq.protobuffer.NetworkEnvelope.MessageCase} + * @return {proto.io.haveno.protobuffer.NetworkEnvelope.MessageCase} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getMessageCase = function() { - return /** @type {proto.io.bisq.protobuffer.NetworkEnvelope.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0])); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getMessageCase = function() { + return /** @type {proto.io.haveno.protobuffer.NetworkEnvelope.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0])); }; @@ -4400,8 +4150,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.NetworkEnvelope.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.NetworkEnvelope.toObject(opt_includeInstance, this); }; @@ -4410,58 +4160,50 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.NetworkEnvelope} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.NetworkEnvelope} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.NetworkEnvelope.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.NetworkEnvelope.toObject = function(includeInstance, msg) { var f, obj = { messageVersion: jspb.Message.getFieldWithDefault(msg, 1, ""), - preliminaryGetDataRequest: (f = msg.getPreliminaryGetDataRequest()) && proto.io.bisq.protobuffer.PreliminaryGetDataRequest.toObject(includeInstance, f), - getDataResponse: (f = msg.getGetDataResponse()) && proto.io.bisq.protobuffer.GetDataResponse.toObject(includeInstance, f), - getUpdatedDataRequest: (f = msg.getGetUpdatedDataRequest()) && proto.io.bisq.protobuffer.GetUpdatedDataRequest.toObject(includeInstance, f), - getPeersRequest: (f = msg.getGetPeersRequest()) && proto.io.bisq.protobuffer.GetPeersRequest.toObject(includeInstance, f), - getPeersResponse: (f = msg.getGetPeersResponse()) && proto.io.bisq.protobuffer.GetPeersResponse.toObject(includeInstance, f), - ping: (f = msg.getPing()) && proto.io.bisq.protobuffer.Ping.toObject(includeInstance, f), - pong: (f = msg.getPong()) && proto.io.bisq.protobuffer.Pong.toObject(includeInstance, f), - offerAvailabilityRequest: (f = msg.getOfferAvailabilityRequest()) && proto.io.bisq.protobuffer.OfferAvailabilityRequest.toObject(includeInstance, f), - offerAvailabilityResponse: (f = msg.getOfferAvailabilityResponse()) && proto.io.bisq.protobuffer.OfferAvailabilityResponse.toObject(includeInstance, f), - refreshOfferMessage: (f = msg.getRefreshOfferMessage()) && proto.io.bisq.protobuffer.RefreshOfferMessage.toObject(includeInstance, f), - addDataMessage: (f = msg.getAddDataMessage()) && proto.io.bisq.protobuffer.AddDataMessage.toObject(includeInstance, f), - removeDataMessage: (f = msg.getRemoveDataMessage()) && proto.io.bisq.protobuffer.RemoveDataMessage.toObject(includeInstance, f), - removeMailboxDataMessage: (f = msg.getRemoveMailboxDataMessage()) && proto.io.bisq.protobuffer.RemoveMailboxDataMessage.toObject(includeInstance, f), - closeConnectionMessage: (f = msg.getCloseConnectionMessage()) && proto.io.bisq.protobuffer.CloseConnectionMessage.toObject(includeInstance, f), - prefixedSealedAndSignedMessage: (f = msg.getPrefixedSealedAndSignedMessage()) && proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.toObject(includeInstance, f), - inputsForDepositTxRequest: (f = msg.getInputsForDepositTxRequest()) && proto.io.bisq.protobuffer.InputsForDepositTxRequest.toObject(includeInstance, f), - inputsForDepositTxResponse: (f = msg.getInputsForDepositTxResponse()) && proto.io.bisq.protobuffer.InputsForDepositTxResponse.toObject(includeInstance, f), - depositTxMessage: (f = msg.getDepositTxMessage()) && proto.io.bisq.protobuffer.DepositTxMessage.toObject(includeInstance, f), - disputeOpenedMessage: (f = msg.getDisputeOpenedMessage()) && proto.io.bisq.protobuffer.DisputeOpenedMessage.toObject(includeInstance, f), - disputeClosedMessage: (f = msg.getDisputeClosedMessage()) && proto.io.bisq.protobuffer.DisputeClosedMessage.toObject(includeInstance, f), - chatMessage: (f = msg.getChatMessage()) && proto.io.bisq.protobuffer.ChatMessage.toObject(includeInstance, f), - privateNotificationMessage: (f = msg.getPrivateNotificationMessage()) && proto.io.bisq.protobuffer.PrivateNotificationMessage.toObject(includeInstance, f), - addPersistableNetworkPayloadMessage: (f = msg.getAddPersistableNetworkPayloadMessage()) && proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.toObject(includeInstance, f), - ackMessage: (f = msg.getAckMessage()) && proto.io.bisq.protobuffer.AckMessage.toObject(includeInstance, f), - bundleOfEnvelopes: (f = msg.getBundleOfEnvelopes()) && proto.io.bisq.protobuffer.BundleOfEnvelopes.toObject(includeInstance, f), - mediatedPayoutTxSignatureMessage: (f = msg.getMediatedPayoutTxSignatureMessage()) && proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.toObject(includeInstance, f), - mediatedPayoutTxPublishedMessage: (f = msg.getMediatedPayoutTxPublishedMessage()) && proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.toObject(includeInstance, f), - delayedPayoutTxSignatureRequest: (f = msg.getDelayedPayoutTxSignatureRequest()) && proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.toObject(includeInstance, f), - delayedPayoutTxSignatureResponse: (f = msg.getDelayedPayoutTxSignatureResponse()) && proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.toObject(includeInstance, f), - depositTxAndDelayedPayoutTxMessage: (f = msg.getDepositTxAndDelayedPayoutTxMessage()) && proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.toObject(includeInstance, f), - peerPublishedDelayedPayoutTxMessage: (f = msg.getPeerPublishedDelayedPayoutTxMessage()) && proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.toObject(includeInstance, f), - refreshTradeStateRequest: (f = msg.getRefreshTradeStateRequest()) && proto.io.bisq.protobuffer.RefreshTradeStateRequest.toObject(includeInstance, f), - getInventoryRequest: (f = msg.getGetInventoryRequest()) && proto.io.bisq.protobuffer.GetInventoryRequest.toObject(includeInstance, f), - getInventoryResponse: (f = msg.getGetInventoryResponse()) && proto.io.bisq.protobuffer.GetInventoryResponse.toObject(includeInstance, f), - signOfferRequest: (f = msg.getSignOfferRequest()) && proto.io.bisq.protobuffer.SignOfferRequest.toObject(includeInstance, f), - signOfferResponse: (f = msg.getSignOfferResponse()) && proto.io.bisq.protobuffer.SignOfferResponse.toObject(includeInstance, f), - initTradeRequest: (f = msg.getInitTradeRequest()) && proto.io.bisq.protobuffer.InitTradeRequest.toObject(includeInstance, f), - initMultisigRequest: (f = msg.getInitMultisigRequest()) && proto.io.bisq.protobuffer.InitMultisigRequest.toObject(includeInstance, f), - signContractRequest: (f = msg.getSignContractRequest()) && proto.io.bisq.protobuffer.SignContractRequest.toObject(includeInstance, f), - signContractResponse: (f = msg.getSignContractResponse()) && proto.io.bisq.protobuffer.SignContractResponse.toObject(includeInstance, f), - depositRequest: (f = msg.getDepositRequest()) && proto.io.bisq.protobuffer.DepositRequest.toObject(includeInstance, f), - depositResponse: (f = msg.getDepositResponse()) && proto.io.bisq.protobuffer.DepositResponse.toObject(includeInstance, f), - depositsConfirmedMessage: (f = msg.getDepositsConfirmedMessage()) && proto.io.bisq.protobuffer.DepositsConfirmedMessage.toObject(includeInstance, f), - paymentSentMessage: (f = msg.getPaymentSentMessage()) && proto.io.bisq.protobuffer.PaymentSentMessage.toObject(includeInstance, f), - paymentReceivedMessage: (f = msg.getPaymentReceivedMessage()) && proto.io.bisq.protobuffer.PaymentReceivedMessage.toObject(includeInstance, f) + preliminaryGetDataRequest: (f = msg.getPreliminaryGetDataRequest()) && proto.io.haveno.protobuffer.PreliminaryGetDataRequest.toObject(includeInstance, f), + getDataResponse: (f = msg.getGetDataResponse()) && proto.io.haveno.protobuffer.GetDataResponse.toObject(includeInstance, f), + getUpdatedDataRequest: (f = msg.getGetUpdatedDataRequest()) && proto.io.haveno.protobuffer.GetUpdatedDataRequest.toObject(includeInstance, f), + getPeersRequest: (f = msg.getGetPeersRequest()) && proto.io.haveno.protobuffer.GetPeersRequest.toObject(includeInstance, f), + getPeersResponse: (f = msg.getGetPeersResponse()) && proto.io.haveno.protobuffer.GetPeersResponse.toObject(includeInstance, f), + ping: (f = msg.getPing()) && proto.io.haveno.protobuffer.Ping.toObject(includeInstance, f), + pong: (f = msg.getPong()) && proto.io.haveno.protobuffer.Pong.toObject(includeInstance, f), + offerAvailabilityRequest: (f = msg.getOfferAvailabilityRequest()) && proto.io.haveno.protobuffer.OfferAvailabilityRequest.toObject(includeInstance, f), + offerAvailabilityResponse: (f = msg.getOfferAvailabilityResponse()) && proto.io.haveno.protobuffer.OfferAvailabilityResponse.toObject(includeInstance, f), + refreshOfferMessage: (f = msg.getRefreshOfferMessage()) && proto.io.haveno.protobuffer.RefreshOfferMessage.toObject(includeInstance, f), + addDataMessage: (f = msg.getAddDataMessage()) && proto.io.haveno.protobuffer.AddDataMessage.toObject(includeInstance, f), + removeDataMessage: (f = msg.getRemoveDataMessage()) && proto.io.haveno.protobuffer.RemoveDataMessage.toObject(includeInstance, f), + removeMailboxDataMessage: (f = msg.getRemoveMailboxDataMessage()) && proto.io.haveno.protobuffer.RemoveMailboxDataMessage.toObject(includeInstance, f), + closeConnectionMessage: (f = msg.getCloseConnectionMessage()) && proto.io.haveno.protobuffer.CloseConnectionMessage.toObject(includeInstance, f), + prefixedSealedAndSignedMessage: (f = msg.getPrefixedSealedAndSignedMessage()) && proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.toObject(includeInstance, f), + privateNotificationMessage: (f = msg.getPrivateNotificationMessage()) && proto.io.haveno.protobuffer.PrivateNotificationMessage.toObject(includeInstance, f), + addPersistableNetworkPayloadMessage: (f = msg.getAddPersistableNetworkPayloadMessage()) && proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.toObject(includeInstance, f), + ackMessage: (f = msg.getAckMessage()) && proto.io.haveno.protobuffer.AckMessage.toObject(includeInstance, f), + bundleOfEnvelopes: (f = msg.getBundleOfEnvelopes()) && proto.io.haveno.protobuffer.BundleOfEnvelopes.toObject(includeInstance, f), + getInventoryRequest: (f = msg.getGetInventoryRequest()) && proto.io.haveno.protobuffer.GetInventoryRequest.toObject(includeInstance, f), + getInventoryResponse: (f = msg.getGetInventoryResponse()) && proto.io.haveno.protobuffer.GetInventoryResponse.toObject(includeInstance, f), + signOfferRequest: (f = msg.getSignOfferRequest()) && proto.io.haveno.protobuffer.SignOfferRequest.toObject(includeInstance, f), + signOfferResponse: (f = msg.getSignOfferResponse()) && proto.io.haveno.protobuffer.SignOfferResponse.toObject(includeInstance, f), + initTradeRequest: (f = msg.getInitTradeRequest()) && proto.io.haveno.protobuffer.InitTradeRequest.toObject(includeInstance, f), + initMultisigRequest: (f = msg.getInitMultisigRequest()) && proto.io.haveno.protobuffer.InitMultisigRequest.toObject(includeInstance, f), + signContractRequest: (f = msg.getSignContractRequest()) && proto.io.haveno.protobuffer.SignContractRequest.toObject(includeInstance, f), + signContractResponse: (f = msg.getSignContractResponse()) && proto.io.haveno.protobuffer.SignContractResponse.toObject(includeInstance, f), + depositRequest: (f = msg.getDepositRequest()) && proto.io.haveno.protobuffer.DepositRequest.toObject(includeInstance, f), + depositResponse: (f = msg.getDepositResponse()) && proto.io.haveno.protobuffer.DepositResponse.toObject(includeInstance, f), + depositsConfirmedMessage: (f = msg.getDepositsConfirmedMessage()) && proto.io.haveno.protobuffer.DepositsConfirmedMessage.toObject(includeInstance, f), + paymentSentMessage: (f = msg.getPaymentSentMessage()) && proto.io.haveno.protobuffer.PaymentSentMessage.toObject(includeInstance, f), + paymentReceivedMessage: (f = msg.getPaymentReceivedMessage()) && proto.io.haveno.protobuffer.PaymentReceivedMessage.toObject(includeInstance, f), + disputeOpenedMessage: (f = msg.getDisputeOpenedMessage()) && proto.io.haveno.protobuffer.DisputeOpenedMessage.toObject(includeInstance, f), + disputeClosedMessage: (f = msg.getDisputeClosedMessage()) && proto.io.haveno.protobuffer.DisputeClosedMessage.toObject(includeInstance, f), + chatMessage: (f = msg.getChatMessage()) && proto.io.haveno.protobuffer.ChatMessage.toObject(includeInstance, f), + mediatedPayoutTxSignatureMessage: (f = msg.getMediatedPayoutTxSignatureMessage()) && proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.toObject(includeInstance, f), + mediatedPayoutTxPublishedMessage: (f = msg.getMediatedPayoutTxPublishedMessage()) && proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.toObject(includeInstance, f) }; if (includeInstance) { @@ -4475,23 +4217,23 @@ proto.io.bisq.protobuffer.NetworkEnvelope.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} */ -proto.io.bisq.protobuffer.NetworkEnvelope.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.NetworkEnvelope.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.NetworkEnvelope; - return proto.io.bisq.protobuffer.NetworkEnvelope.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.NetworkEnvelope; + return proto.io.haveno.protobuffer.NetworkEnvelope.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.NetworkEnvelope} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.NetworkEnvelope} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} */ -proto.io.bisq.protobuffer.NetworkEnvelope.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.NetworkEnvelope.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -4503,230 +4245,190 @@ proto.io.bisq.protobuffer.NetworkEnvelope.deserializeBinaryFromReader = function msg.setMessageVersion(value); break; case 2: - var value = new proto.io.bisq.protobuffer.PreliminaryGetDataRequest; - reader.readMessage(value,proto.io.bisq.protobuffer.PreliminaryGetDataRequest.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PreliminaryGetDataRequest; + reader.readMessage(value,proto.io.haveno.protobuffer.PreliminaryGetDataRequest.deserializeBinaryFromReader); msg.setPreliminaryGetDataRequest(value); break; case 3: - var value = new proto.io.bisq.protobuffer.GetDataResponse; - reader.readMessage(value,proto.io.bisq.protobuffer.GetDataResponse.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.GetDataResponse; + reader.readMessage(value,proto.io.haveno.protobuffer.GetDataResponse.deserializeBinaryFromReader); msg.setGetDataResponse(value); break; case 4: - var value = new proto.io.bisq.protobuffer.GetUpdatedDataRequest; - reader.readMessage(value,proto.io.bisq.protobuffer.GetUpdatedDataRequest.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.GetUpdatedDataRequest; + reader.readMessage(value,proto.io.haveno.protobuffer.GetUpdatedDataRequest.deserializeBinaryFromReader); msg.setGetUpdatedDataRequest(value); break; case 5: - var value = new proto.io.bisq.protobuffer.GetPeersRequest; - reader.readMessage(value,proto.io.bisq.protobuffer.GetPeersRequest.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.GetPeersRequest; + reader.readMessage(value,proto.io.haveno.protobuffer.GetPeersRequest.deserializeBinaryFromReader); msg.setGetPeersRequest(value); break; case 6: - var value = new proto.io.bisq.protobuffer.GetPeersResponse; - reader.readMessage(value,proto.io.bisq.protobuffer.GetPeersResponse.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.GetPeersResponse; + reader.readMessage(value,proto.io.haveno.protobuffer.GetPeersResponse.deserializeBinaryFromReader); msg.setGetPeersResponse(value); break; case 7: - var value = new proto.io.bisq.protobuffer.Ping; - reader.readMessage(value,proto.io.bisq.protobuffer.Ping.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Ping; + reader.readMessage(value,proto.io.haveno.protobuffer.Ping.deserializeBinaryFromReader); msg.setPing(value); break; case 8: - var value = new proto.io.bisq.protobuffer.Pong; - reader.readMessage(value,proto.io.bisq.protobuffer.Pong.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Pong; + reader.readMessage(value,proto.io.haveno.protobuffer.Pong.deserializeBinaryFromReader); msg.setPong(value); break; case 9: - var value = new proto.io.bisq.protobuffer.OfferAvailabilityRequest; - reader.readMessage(value,proto.io.bisq.protobuffer.OfferAvailabilityRequest.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.OfferAvailabilityRequest; + reader.readMessage(value,proto.io.haveno.protobuffer.OfferAvailabilityRequest.deserializeBinaryFromReader); msg.setOfferAvailabilityRequest(value); break; case 10: - var value = new proto.io.bisq.protobuffer.OfferAvailabilityResponse; - reader.readMessage(value,proto.io.bisq.protobuffer.OfferAvailabilityResponse.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.OfferAvailabilityResponse; + reader.readMessage(value,proto.io.haveno.protobuffer.OfferAvailabilityResponse.deserializeBinaryFromReader); msg.setOfferAvailabilityResponse(value); break; case 11: - var value = new proto.io.bisq.protobuffer.RefreshOfferMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.RefreshOfferMessage.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.RefreshOfferMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.RefreshOfferMessage.deserializeBinaryFromReader); msg.setRefreshOfferMessage(value); break; case 12: - var value = new proto.io.bisq.protobuffer.AddDataMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.AddDataMessage.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.AddDataMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.AddDataMessage.deserializeBinaryFromReader); msg.setAddDataMessage(value); break; case 13: - var value = new proto.io.bisq.protobuffer.RemoveDataMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.RemoveDataMessage.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.RemoveDataMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.RemoveDataMessage.deserializeBinaryFromReader); msg.setRemoveDataMessage(value); break; case 14: - var value = new proto.io.bisq.protobuffer.RemoveMailboxDataMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.RemoveMailboxDataMessage.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.RemoveMailboxDataMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.RemoveMailboxDataMessage.deserializeBinaryFromReader); msg.setRemoveMailboxDataMessage(value); break; case 15: - var value = new proto.io.bisq.protobuffer.CloseConnectionMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.CloseConnectionMessage.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.CloseConnectionMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.CloseConnectionMessage.deserializeBinaryFromReader); msg.setCloseConnectionMessage(value); break; case 16: - var value = new proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.deserializeBinaryFromReader); msg.setPrefixedSealedAndSignedMessage(value); break; case 17: - var value = new proto.io.bisq.protobuffer.InputsForDepositTxRequest; - reader.readMessage(value,proto.io.bisq.protobuffer.InputsForDepositTxRequest.deserializeBinaryFromReader); - msg.setInputsForDepositTxRequest(value); - break; - case 18: - var value = new proto.io.bisq.protobuffer.InputsForDepositTxResponse; - reader.readMessage(value,proto.io.bisq.protobuffer.InputsForDepositTxResponse.deserializeBinaryFromReader); - msg.setInputsForDepositTxResponse(value); - break; - case 19: - var value = new proto.io.bisq.protobuffer.DepositTxMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.DepositTxMessage.deserializeBinaryFromReader); - msg.setDepositTxMessage(value); - break; - case 20: - var value = new proto.io.bisq.protobuffer.DisputeOpenedMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.DisputeOpenedMessage.deserializeBinaryFromReader); - msg.setDisputeOpenedMessage(value); - break; - case 21: - var value = new proto.io.bisq.protobuffer.DisputeClosedMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.DisputeClosedMessage.deserializeBinaryFromReader); - msg.setDisputeClosedMessage(value); - break; - case 22: - var value = new proto.io.bisq.protobuffer.ChatMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.ChatMessage.deserializeBinaryFromReader); - msg.setChatMessage(value); - break; - case 23: - var value = new proto.io.bisq.protobuffer.PrivateNotificationMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.PrivateNotificationMessage.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PrivateNotificationMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.PrivateNotificationMessage.deserializeBinaryFromReader); msg.setPrivateNotificationMessage(value); break; - case 24: - var value = new proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.deserializeBinaryFromReader); + case 18: + var value = new proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.deserializeBinaryFromReader); msg.setAddPersistableNetworkPayloadMessage(value); break; - case 25: - var value = new proto.io.bisq.protobuffer.AckMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.AckMessage.deserializeBinaryFromReader); + case 19: + var value = new proto.io.haveno.protobuffer.AckMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.AckMessage.deserializeBinaryFromReader); msg.setAckMessage(value); break; - case 26: - var value = new proto.io.bisq.protobuffer.BundleOfEnvelopes; - reader.readMessage(value,proto.io.bisq.protobuffer.BundleOfEnvelopes.deserializeBinaryFromReader); + case 20: + var value = new proto.io.haveno.protobuffer.BundleOfEnvelopes; + reader.readMessage(value,proto.io.haveno.protobuffer.BundleOfEnvelopes.deserializeBinaryFromReader); msg.setBundleOfEnvelopes(value); break; - case 27: - var value = new proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.deserializeBinaryFromReader); - msg.setMediatedPayoutTxSignatureMessage(value); - break; - case 28: - var value = new proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.deserializeBinaryFromReader); - msg.setMediatedPayoutTxPublishedMessage(value); - break; - case 29: - var value = new proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest; - reader.readMessage(value,proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.deserializeBinaryFromReader); - msg.setDelayedPayoutTxSignatureRequest(value); - break; - case 30: - var value = new proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse; - reader.readMessage(value,proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.deserializeBinaryFromReader); - msg.setDelayedPayoutTxSignatureResponse(value); - break; - case 31: - var value = new proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.deserializeBinaryFromReader); - msg.setDepositTxAndDelayedPayoutTxMessage(value); - break; - case 32: - var value = new proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.deserializeBinaryFromReader); - msg.setPeerPublishedDelayedPayoutTxMessage(value); - break; - case 33: - var value = new proto.io.bisq.protobuffer.RefreshTradeStateRequest; - reader.readMessage(value,proto.io.bisq.protobuffer.RefreshTradeStateRequest.deserializeBinaryFromReader); - msg.setRefreshTradeStateRequest(value); - break; - case 35: - var value = new proto.io.bisq.protobuffer.GetInventoryRequest; - reader.readMessage(value,proto.io.bisq.protobuffer.GetInventoryRequest.deserializeBinaryFromReader); + case 21: + var value = new proto.io.haveno.protobuffer.GetInventoryRequest; + reader.readMessage(value,proto.io.haveno.protobuffer.GetInventoryRequest.deserializeBinaryFromReader); msg.setGetInventoryRequest(value); break; - case 36: - var value = new proto.io.bisq.protobuffer.GetInventoryResponse; - reader.readMessage(value,proto.io.bisq.protobuffer.GetInventoryResponse.deserializeBinaryFromReader); + case 22: + var value = new proto.io.haveno.protobuffer.GetInventoryResponse; + reader.readMessage(value,proto.io.haveno.protobuffer.GetInventoryResponse.deserializeBinaryFromReader); msg.setGetInventoryResponse(value); break; - case 1001: - var value = new proto.io.bisq.protobuffer.SignOfferRequest; - reader.readMessage(value,proto.io.bisq.protobuffer.SignOfferRequest.deserializeBinaryFromReader); + case 23: + var value = new proto.io.haveno.protobuffer.SignOfferRequest; + reader.readMessage(value,proto.io.haveno.protobuffer.SignOfferRequest.deserializeBinaryFromReader); msg.setSignOfferRequest(value); break; - case 1002: - var value = new proto.io.bisq.protobuffer.SignOfferResponse; - reader.readMessage(value,proto.io.bisq.protobuffer.SignOfferResponse.deserializeBinaryFromReader); + case 24: + var value = new proto.io.haveno.protobuffer.SignOfferResponse; + reader.readMessage(value,proto.io.haveno.protobuffer.SignOfferResponse.deserializeBinaryFromReader); msg.setSignOfferResponse(value); break; - case 1003: - var value = new proto.io.bisq.protobuffer.InitTradeRequest; - reader.readMessage(value,proto.io.bisq.protobuffer.InitTradeRequest.deserializeBinaryFromReader); + case 25: + var value = new proto.io.haveno.protobuffer.InitTradeRequest; + reader.readMessage(value,proto.io.haveno.protobuffer.InitTradeRequest.deserializeBinaryFromReader); msg.setInitTradeRequest(value); break; - case 1004: - var value = new proto.io.bisq.protobuffer.InitMultisigRequest; - reader.readMessage(value,proto.io.bisq.protobuffer.InitMultisigRequest.deserializeBinaryFromReader); + case 26: + var value = new proto.io.haveno.protobuffer.InitMultisigRequest; + reader.readMessage(value,proto.io.haveno.protobuffer.InitMultisigRequest.deserializeBinaryFromReader); msg.setInitMultisigRequest(value); break; - case 1005: - var value = new proto.io.bisq.protobuffer.SignContractRequest; - reader.readMessage(value,proto.io.bisq.protobuffer.SignContractRequest.deserializeBinaryFromReader); + case 27: + var value = new proto.io.haveno.protobuffer.SignContractRequest; + reader.readMessage(value,proto.io.haveno.protobuffer.SignContractRequest.deserializeBinaryFromReader); msg.setSignContractRequest(value); break; - case 1006: - var value = new proto.io.bisq.protobuffer.SignContractResponse; - reader.readMessage(value,proto.io.bisq.protobuffer.SignContractResponse.deserializeBinaryFromReader); + case 28: + var value = new proto.io.haveno.protobuffer.SignContractResponse; + reader.readMessage(value,proto.io.haveno.protobuffer.SignContractResponse.deserializeBinaryFromReader); msg.setSignContractResponse(value); break; - case 1007: - var value = new proto.io.bisq.protobuffer.DepositRequest; - reader.readMessage(value,proto.io.bisq.protobuffer.DepositRequest.deserializeBinaryFromReader); + case 29: + var value = new proto.io.haveno.protobuffer.DepositRequest; + reader.readMessage(value,proto.io.haveno.protobuffer.DepositRequest.deserializeBinaryFromReader); msg.setDepositRequest(value); break; - case 1008: - var value = new proto.io.bisq.protobuffer.DepositResponse; - reader.readMessage(value,proto.io.bisq.protobuffer.DepositResponse.deserializeBinaryFromReader); + case 30: + var value = new proto.io.haveno.protobuffer.DepositResponse; + reader.readMessage(value,proto.io.haveno.protobuffer.DepositResponse.deserializeBinaryFromReader); msg.setDepositResponse(value); break; - case 1009: - var value = new proto.io.bisq.protobuffer.DepositsConfirmedMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.DepositsConfirmedMessage.deserializeBinaryFromReader); + case 31: + var value = new proto.io.haveno.protobuffer.DepositsConfirmedMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.DepositsConfirmedMessage.deserializeBinaryFromReader); msg.setDepositsConfirmedMessage(value); break; - case 1010: - var value = new proto.io.bisq.protobuffer.PaymentSentMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentSentMessage.deserializeBinaryFromReader); + case 32: + var value = new proto.io.haveno.protobuffer.PaymentSentMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentSentMessage.deserializeBinaryFromReader); msg.setPaymentSentMessage(value); break; - case 1011: - var value = new proto.io.bisq.protobuffer.PaymentReceivedMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentReceivedMessage.deserializeBinaryFromReader); + case 33: + var value = new proto.io.haveno.protobuffer.PaymentReceivedMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentReceivedMessage.deserializeBinaryFromReader); msg.setPaymentReceivedMessage(value); break; + case 34: + var value = new proto.io.haveno.protobuffer.DisputeOpenedMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.DisputeOpenedMessage.deserializeBinaryFromReader); + msg.setDisputeOpenedMessage(value); + break; + case 35: + var value = new proto.io.haveno.protobuffer.DisputeClosedMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.DisputeClosedMessage.deserializeBinaryFromReader); + msg.setDisputeClosedMessage(value); + break; + case 36: + var value = new proto.io.haveno.protobuffer.ChatMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.ChatMessage.deserializeBinaryFromReader); + msg.setChatMessage(value); + break; + case 37: + var value = new proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.deserializeBinaryFromReader); + msg.setMediatedPayoutTxSignatureMessage(value); + break; + case 38: + var value = new proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.deserializeBinaryFromReader); + msg.setMediatedPayoutTxPublishedMessage(value); + break; default: reader.skipField(); break; @@ -4740,9 +4442,9 @@ proto.io.bisq.protobuffer.NetworkEnvelope.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.NetworkEnvelope.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -4750,11 +4452,11 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.NetworkEnvelope} message + * @param {!proto.io.haveno.protobuffer.NetworkEnvelope} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMessageVersion(); if (f.length > 0) { @@ -4768,7 +4470,7 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.PreliminaryGetDataRequest.serializeBinaryToWriter + proto.io.haveno.protobuffer.PreliminaryGetDataRequest.serializeBinaryToWriter ); } f = message.getGetDataResponse(); @@ -4776,7 +4478,7 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.GetDataResponse.serializeBinaryToWriter + proto.io.haveno.protobuffer.GetDataResponse.serializeBinaryToWriter ); } f = message.getGetUpdatedDataRequest(); @@ -4784,7 +4486,7 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes writer.writeMessage( 4, f, - proto.io.bisq.protobuffer.GetUpdatedDataRequest.serializeBinaryToWriter + proto.io.haveno.protobuffer.GetUpdatedDataRequest.serializeBinaryToWriter ); } f = message.getGetPeersRequest(); @@ -4792,7 +4494,7 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes writer.writeMessage( 5, f, - proto.io.bisq.protobuffer.GetPeersRequest.serializeBinaryToWriter + proto.io.haveno.protobuffer.GetPeersRequest.serializeBinaryToWriter ); } f = message.getGetPeersResponse(); @@ -4800,7 +4502,7 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes writer.writeMessage( 6, f, - proto.io.bisq.protobuffer.GetPeersResponse.serializeBinaryToWriter + proto.io.haveno.protobuffer.GetPeersResponse.serializeBinaryToWriter ); } f = message.getPing(); @@ -4808,7 +4510,7 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes writer.writeMessage( 7, f, - proto.io.bisq.protobuffer.Ping.serializeBinaryToWriter + proto.io.haveno.protobuffer.Ping.serializeBinaryToWriter ); } f = message.getPong(); @@ -4816,7 +4518,7 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes writer.writeMessage( 8, f, - proto.io.bisq.protobuffer.Pong.serializeBinaryToWriter + proto.io.haveno.protobuffer.Pong.serializeBinaryToWriter ); } f = message.getOfferAvailabilityRequest(); @@ -4824,7 +4526,7 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes writer.writeMessage( 9, f, - proto.io.bisq.protobuffer.OfferAvailabilityRequest.serializeBinaryToWriter + proto.io.haveno.protobuffer.OfferAvailabilityRequest.serializeBinaryToWriter ); } f = message.getOfferAvailabilityResponse(); @@ -4832,7 +4534,7 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes writer.writeMessage( 10, f, - proto.io.bisq.protobuffer.OfferAvailabilityResponse.serializeBinaryToWriter + proto.io.haveno.protobuffer.OfferAvailabilityResponse.serializeBinaryToWriter ); } f = message.getRefreshOfferMessage(); @@ -4840,7 +4542,7 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes writer.writeMessage( 11, f, - proto.io.bisq.protobuffer.RefreshOfferMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.RefreshOfferMessage.serializeBinaryToWriter ); } f = message.getAddDataMessage(); @@ -4848,7 +4550,7 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes writer.writeMessage( 12, f, - proto.io.bisq.protobuffer.AddDataMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.AddDataMessage.serializeBinaryToWriter ); } f = message.getRemoveDataMessage(); @@ -4856,7 +4558,7 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes writer.writeMessage( 13, f, - proto.io.bisq.protobuffer.RemoveDataMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.RemoveDataMessage.serializeBinaryToWriter ); } f = message.getRemoveMailboxDataMessage(); @@ -4864,7 +4566,7 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes writer.writeMessage( 14, f, - proto.io.bisq.protobuffer.RemoveMailboxDataMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.RemoveMailboxDataMessage.serializeBinaryToWriter ); } f = message.getCloseConnectionMessage(); @@ -4872,7 +4574,7 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes writer.writeMessage( 15, f, - proto.io.bisq.protobuffer.CloseConnectionMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.CloseConnectionMessage.serializeBinaryToWriter ); } f = message.getPrefixedSealedAndSignedMessage(); @@ -4880,247 +4582,183 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes writer.writeMessage( 16, f, - proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.serializeBinaryToWriter - ); - } - f = message.getInputsForDepositTxRequest(); - if (f != null) { - writer.writeMessage( - 17, - f, - proto.io.bisq.protobuffer.InputsForDepositTxRequest.serializeBinaryToWriter - ); - } - f = message.getInputsForDepositTxResponse(); - if (f != null) { - writer.writeMessage( - 18, - f, - proto.io.bisq.protobuffer.InputsForDepositTxResponse.serializeBinaryToWriter - ); - } - f = message.getDepositTxMessage(); - if (f != null) { - writer.writeMessage( - 19, - f, - proto.io.bisq.protobuffer.DepositTxMessage.serializeBinaryToWriter - ); - } - f = message.getDisputeOpenedMessage(); - if (f != null) { - writer.writeMessage( - 20, - f, - proto.io.bisq.protobuffer.DisputeOpenedMessage.serializeBinaryToWriter - ); - } - f = message.getDisputeClosedMessage(); - if (f != null) { - writer.writeMessage( - 21, - f, - proto.io.bisq.protobuffer.DisputeClosedMessage.serializeBinaryToWriter - ); - } - f = message.getChatMessage(); - if (f != null) { - writer.writeMessage( - 22, - f, - proto.io.bisq.protobuffer.ChatMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.serializeBinaryToWriter ); } f = message.getPrivateNotificationMessage(); if (f != null) { writer.writeMessage( - 23, + 17, f, - proto.io.bisq.protobuffer.PrivateNotificationMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.PrivateNotificationMessage.serializeBinaryToWriter ); } f = message.getAddPersistableNetworkPayloadMessage(); if (f != null) { writer.writeMessage( - 24, + 18, f, - proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.serializeBinaryToWriter ); } f = message.getAckMessage(); if (f != null) { writer.writeMessage( - 25, + 19, f, - proto.io.bisq.protobuffer.AckMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.AckMessage.serializeBinaryToWriter ); } f = message.getBundleOfEnvelopes(); if (f != null) { writer.writeMessage( - 26, + 20, f, - proto.io.bisq.protobuffer.BundleOfEnvelopes.serializeBinaryToWriter - ); - } - f = message.getMediatedPayoutTxSignatureMessage(); - if (f != null) { - writer.writeMessage( - 27, - f, - proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.serializeBinaryToWriter - ); - } - f = message.getMediatedPayoutTxPublishedMessage(); - if (f != null) { - writer.writeMessage( - 28, - f, - proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.serializeBinaryToWriter - ); - } - f = message.getDelayedPayoutTxSignatureRequest(); - if (f != null) { - writer.writeMessage( - 29, - f, - proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.serializeBinaryToWriter - ); - } - f = message.getDelayedPayoutTxSignatureResponse(); - if (f != null) { - writer.writeMessage( - 30, - f, - proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.serializeBinaryToWriter - ); - } - f = message.getDepositTxAndDelayedPayoutTxMessage(); - if (f != null) { - writer.writeMessage( - 31, - f, - proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.serializeBinaryToWriter - ); - } - f = message.getPeerPublishedDelayedPayoutTxMessage(); - if (f != null) { - writer.writeMessage( - 32, - f, - proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.serializeBinaryToWriter - ); - } - f = message.getRefreshTradeStateRequest(); - if (f != null) { - writer.writeMessage( - 33, - f, - proto.io.bisq.protobuffer.RefreshTradeStateRequest.serializeBinaryToWriter + proto.io.haveno.protobuffer.BundleOfEnvelopes.serializeBinaryToWriter ); } f = message.getGetInventoryRequest(); if (f != null) { writer.writeMessage( - 35, + 21, f, - proto.io.bisq.protobuffer.GetInventoryRequest.serializeBinaryToWriter + proto.io.haveno.protobuffer.GetInventoryRequest.serializeBinaryToWriter ); } f = message.getGetInventoryResponse(); if (f != null) { writer.writeMessage( - 36, + 22, f, - proto.io.bisq.protobuffer.GetInventoryResponse.serializeBinaryToWriter + proto.io.haveno.protobuffer.GetInventoryResponse.serializeBinaryToWriter ); } f = message.getSignOfferRequest(); if (f != null) { writer.writeMessage( - 1001, + 23, f, - proto.io.bisq.protobuffer.SignOfferRequest.serializeBinaryToWriter + proto.io.haveno.protobuffer.SignOfferRequest.serializeBinaryToWriter ); } f = message.getSignOfferResponse(); if (f != null) { writer.writeMessage( - 1002, + 24, f, - proto.io.bisq.protobuffer.SignOfferResponse.serializeBinaryToWriter + proto.io.haveno.protobuffer.SignOfferResponse.serializeBinaryToWriter ); } f = message.getInitTradeRequest(); if (f != null) { writer.writeMessage( - 1003, + 25, f, - proto.io.bisq.protobuffer.InitTradeRequest.serializeBinaryToWriter + proto.io.haveno.protobuffer.InitTradeRequest.serializeBinaryToWriter ); } f = message.getInitMultisigRequest(); if (f != null) { writer.writeMessage( - 1004, + 26, f, - proto.io.bisq.protobuffer.InitMultisigRequest.serializeBinaryToWriter + proto.io.haveno.protobuffer.InitMultisigRequest.serializeBinaryToWriter ); } f = message.getSignContractRequest(); if (f != null) { writer.writeMessage( - 1005, + 27, f, - proto.io.bisq.protobuffer.SignContractRequest.serializeBinaryToWriter + proto.io.haveno.protobuffer.SignContractRequest.serializeBinaryToWriter ); } f = message.getSignContractResponse(); if (f != null) { writer.writeMessage( - 1006, + 28, f, - proto.io.bisq.protobuffer.SignContractResponse.serializeBinaryToWriter + proto.io.haveno.protobuffer.SignContractResponse.serializeBinaryToWriter ); } f = message.getDepositRequest(); if (f != null) { writer.writeMessage( - 1007, + 29, f, - proto.io.bisq.protobuffer.DepositRequest.serializeBinaryToWriter + proto.io.haveno.protobuffer.DepositRequest.serializeBinaryToWriter ); } f = message.getDepositResponse(); if (f != null) { writer.writeMessage( - 1008, + 30, f, - proto.io.bisq.protobuffer.DepositResponse.serializeBinaryToWriter + proto.io.haveno.protobuffer.DepositResponse.serializeBinaryToWriter ); } f = message.getDepositsConfirmedMessage(); if (f != null) { writer.writeMessage( - 1009, + 31, f, - proto.io.bisq.protobuffer.DepositsConfirmedMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.DepositsConfirmedMessage.serializeBinaryToWriter ); } f = message.getPaymentSentMessage(); if (f != null) { writer.writeMessage( - 1010, + 32, f, - proto.io.bisq.protobuffer.PaymentSentMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentSentMessage.serializeBinaryToWriter ); } f = message.getPaymentReceivedMessage(); if (f != null) { writer.writeMessage( - 1011, + 33, f, - proto.io.bisq.protobuffer.PaymentReceivedMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentReceivedMessage.serializeBinaryToWriter + ); + } + f = message.getDisputeOpenedMessage(); + if (f != null) { + writer.writeMessage( + 34, + f, + proto.io.haveno.protobuffer.DisputeOpenedMessage.serializeBinaryToWriter + ); + } + f = message.getDisputeClosedMessage(); + if (f != null) { + writer.writeMessage( + 35, + f, + proto.io.haveno.protobuffer.DisputeClosedMessage.serializeBinaryToWriter + ); + } + f = message.getChatMessage(); + if (f != null) { + writer.writeMessage( + 36, + f, + proto.io.haveno.protobuffer.ChatMessage.serializeBinaryToWriter + ); + } + f = message.getMediatedPayoutTxSignatureMessage(); + if (f != null) { + writer.writeMessage( + 37, + f, + proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.serializeBinaryToWriter + ); + } + f = message.getMediatedPayoutTxPublishedMessage(); + if (f != null) { + writer.writeMessage( + 38, + f, + proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.serializeBinaryToWriter ); } }; @@ -5130,44 +4768,44 @@ proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter = function(mes * optional string message_version = 1; * @return {string} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getMessageVersion = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getMessageVersion = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setMessageVersion = function(value) { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setMessageVersion = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional PreliminaryGetDataRequest preliminary_get_data_request = 2; - * @return {?proto.io.bisq.protobuffer.PreliminaryGetDataRequest} + * @return {?proto.io.haveno.protobuffer.PreliminaryGetDataRequest} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getPreliminaryGetDataRequest = function() { - return /** @type{?proto.io.bisq.protobuffer.PreliminaryGetDataRequest} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PreliminaryGetDataRequest, 2)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getPreliminaryGetDataRequest = function() { + return /** @type{?proto.io.haveno.protobuffer.PreliminaryGetDataRequest} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PreliminaryGetDataRequest, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.PreliminaryGetDataRequest|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.PreliminaryGetDataRequest|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setPreliminaryGetDataRequest = function(value) { - return jspb.Message.setOneofWrapperField(this, 2, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setPreliminaryGetDataRequest = function(value) { + return jspb.Message.setOneofWrapperField(this, 2, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearPreliminaryGetDataRequest = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearPreliminaryGetDataRequest = function() { return this.setPreliminaryGetDataRequest(undefined); }; @@ -5176,35 +4814,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearPreliminaryGetDataReque * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasPreliminaryGetDataRequest = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasPreliminaryGetDataRequest = function() { return jspb.Message.getField(this, 2) != null; }; /** * optional GetDataResponse get_data_response = 3; - * @return {?proto.io.bisq.protobuffer.GetDataResponse} + * @return {?proto.io.haveno.protobuffer.GetDataResponse} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getGetDataResponse = function() { - return /** @type{?proto.io.bisq.protobuffer.GetDataResponse} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.GetDataResponse, 3)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getGetDataResponse = function() { + return /** @type{?proto.io.haveno.protobuffer.GetDataResponse} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.GetDataResponse, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.GetDataResponse|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.GetDataResponse|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setGetDataResponse = function(value) { - return jspb.Message.setOneofWrapperField(this, 3, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setGetDataResponse = function(value) { + return jspb.Message.setOneofWrapperField(this, 3, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearGetDataResponse = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearGetDataResponse = function() { return this.setGetDataResponse(undefined); }; @@ -5213,35 +4851,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearGetDataResponse = funct * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasGetDataResponse = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasGetDataResponse = function() { return jspb.Message.getField(this, 3) != null; }; /** * optional GetUpdatedDataRequest get_updated_data_request = 4; - * @return {?proto.io.bisq.protobuffer.GetUpdatedDataRequest} + * @return {?proto.io.haveno.protobuffer.GetUpdatedDataRequest} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getGetUpdatedDataRequest = function() { - return /** @type{?proto.io.bisq.protobuffer.GetUpdatedDataRequest} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.GetUpdatedDataRequest, 4)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getGetUpdatedDataRequest = function() { + return /** @type{?proto.io.haveno.protobuffer.GetUpdatedDataRequest} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.GetUpdatedDataRequest, 4)); }; /** - * @param {?proto.io.bisq.protobuffer.GetUpdatedDataRequest|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.GetUpdatedDataRequest|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setGetUpdatedDataRequest = function(value) { - return jspb.Message.setOneofWrapperField(this, 4, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setGetUpdatedDataRequest = function(value) { + return jspb.Message.setOneofWrapperField(this, 4, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearGetUpdatedDataRequest = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearGetUpdatedDataRequest = function() { return this.setGetUpdatedDataRequest(undefined); }; @@ -5250,35 +4888,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearGetUpdatedDataRequest = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasGetUpdatedDataRequest = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasGetUpdatedDataRequest = function() { return jspb.Message.getField(this, 4) != null; }; /** * optional GetPeersRequest get_peers_request = 5; - * @return {?proto.io.bisq.protobuffer.GetPeersRequest} + * @return {?proto.io.haveno.protobuffer.GetPeersRequest} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getGetPeersRequest = function() { - return /** @type{?proto.io.bisq.protobuffer.GetPeersRequest} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.GetPeersRequest, 5)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getGetPeersRequest = function() { + return /** @type{?proto.io.haveno.protobuffer.GetPeersRequest} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.GetPeersRequest, 5)); }; /** - * @param {?proto.io.bisq.protobuffer.GetPeersRequest|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.GetPeersRequest|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setGetPeersRequest = function(value) { - return jspb.Message.setOneofWrapperField(this, 5, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setGetPeersRequest = function(value) { + return jspb.Message.setOneofWrapperField(this, 5, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearGetPeersRequest = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearGetPeersRequest = function() { return this.setGetPeersRequest(undefined); }; @@ -5287,35 +4925,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearGetPeersRequest = funct * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasGetPeersRequest = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasGetPeersRequest = function() { return jspb.Message.getField(this, 5) != null; }; /** * optional GetPeersResponse get_peers_response = 6; - * @return {?proto.io.bisq.protobuffer.GetPeersResponse} + * @return {?proto.io.haveno.protobuffer.GetPeersResponse} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getGetPeersResponse = function() { - return /** @type{?proto.io.bisq.protobuffer.GetPeersResponse} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.GetPeersResponse, 6)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getGetPeersResponse = function() { + return /** @type{?proto.io.haveno.protobuffer.GetPeersResponse} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.GetPeersResponse, 6)); }; /** - * @param {?proto.io.bisq.protobuffer.GetPeersResponse|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.GetPeersResponse|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setGetPeersResponse = function(value) { - return jspb.Message.setOneofWrapperField(this, 6, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setGetPeersResponse = function(value) { + return jspb.Message.setOneofWrapperField(this, 6, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearGetPeersResponse = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearGetPeersResponse = function() { return this.setGetPeersResponse(undefined); }; @@ -5324,35 +4962,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearGetPeersResponse = func * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasGetPeersResponse = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasGetPeersResponse = function() { return jspb.Message.getField(this, 6) != null; }; /** * optional Ping ping = 7; - * @return {?proto.io.bisq.protobuffer.Ping} + * @return {?proto.io.haveno.protobuffer.Ping} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getPing = function() { - return /** @type{?proto.io.bisq.protobuffer.Ping} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Ping, 7)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getPing = function() { + return /** @type{?proto.io.haveno.protobuffer.Ping} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Ping, 7)); }; /** - * @param {?proto.io.bisq.protobuffer.Ping|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.Ping|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setPing = function(value) { - return jspb.Message.setOneofWrapperField(this, 7, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setPing = function(value) { + return jspb.Message.setOneofWrapperField(this, 7, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearPing = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearPing = function() { return this.setPing(undefined); }; @@ -5361,35 +4999,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearPing = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasPing = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasPing = function() { return jspb.Message.getField(this, 7) != null; }; /** * optional Pong pong = 8; - * @return {?proto.io.bisq.protobuffer.Pong} + * @return {?proto.io.haveno.protobuffer.Pong} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getPong = function() { - return /** @type{?proto.io.bisq.protobuffer.Pong} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Pong, 8)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getPong = function() { + return /** @type{?proto.io.haveno.protobuffer.Pong} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Pong, 8)); }; /** - * @param {?proto.io.bisq.protobuffer.Pong|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.Pong|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setPong = function(value) { - return jspb.Message.setOneofWrapperField(this, 8, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setPong = function(value) { + return jspb.Message.setOneofWrapperField(this, 8, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearPong = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearPong = function() { return this.setPong(undefined); }; @@ -5398,35 +5036,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearPong = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasPong = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasPong = function() { return jspb.Message.getField(this, 8) != null; }; /** * optional OfferAvailabilityRequest offer_availability_request = 9; - * @return {?proto.io.bisq.protobuffer.OfferAvailabilityRequest} + * @return {?proto.io.haveno.protobuffer.OfferAvailabilityRequest} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getOfferAvailabilityRequest = function() { - return /** @type{?proto.io.bisq.protobuffer.OfferAvailabilityRequest} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.OfferAvailabilityRequest, 9)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getOfferAvailabilityRequest = function() { + return /** @type{?proto.io.haveno.protobuffer.OfferAvailabilityRequest} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.OfferAvailabilityRequest, 9)); }; /** - * @param {?proto.io.bisq.protobuffer.OfferAvailabilityRequest|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.OfferAvailabilityRequest|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setOfferAvailabilityRequest = function(value) { - return jspb.Message.setOneofWrapperField(this, 9, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setOfferAvailabilityRequest = function(value) { + return jspb.Message.setOneofWrapperField(this, 9, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearOfferAvailabilityRequest = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearOfferAvailabilityRequest = function() { return this.setOfferAvailabilityRequest(undefined); }; @@ -5435,35 +5073,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearOfferAvailabilityReques * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasOfferAvailabilityRequest = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasOfferAvailabilityRequest = function() { return jspb.Message.getField(this, 9) != null; }; /** * optional OfferAvailabilityResponse offer_availability_response = 10; - * @return {?proto.io.bisq.protobuffer.OfferAvailabilityResponse} + * @return {?proto.io.haveno.protobuffer.OfferAvailabilityResponse} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getOfferAvailabilityResponse = function() { - return /** @type{?proto.io.bisq.protobuffer.OfferAvailabilityResponse} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.OfferAvailabilityResponse, 10)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getOfferAvailabilityResponse = function() { + return /** @type{?proto.io.haveno.protobuffer.OfferAvailabilityResponse} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.OfferAvailabilityResponse, 10)); }; /** - * @param {?proto.io.bisq.protobuffer.OfferAvailabilityResponse|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.OfferAvailabilityResponse|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setOfferAvailabilityResponse = function(value) { - return jspb.Message.setOneofWrapperField(this, 10, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setOfferAvailabilityResponse = function(value) { + return jspb.Message.setOneofWrapperField(this, 10, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearOfferAvailabilityResponse = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearOfferAvailabilityResponse = function() { return this.setOfferAvailabilityResponse(undefined); }; @@ -5472,35 +5110,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearOfferAvailabilityRespon * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasOfferAvailabilityResponse = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasOfferAvailabilityResponse = function() { return jspb.Message.getField(this, 10) != null; }; /** * optional RefreshOfferMessage refresh_offer_message = 11; - * @return {?proto.io.bisq.protobuffer.RefreshOfferMessage} + * @return {?proto.io.haveno.protobuffer.RefreshOfferMessage} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getRefreshOfferMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.RefreshOfferMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.RefreshOfferMessage, 11)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getRefreshOfferMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.RefreshOfferMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.RefreshOfferMessage, 11)); }; /** - * @param {?proto.io.bisq.protobuffer.RefreshOfferMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.RefreshOfferMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setRefreshOfferMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 11, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setRefreshOfferMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 11, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearRefreshOfferMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearRefreshOfferMessage = function() { return this.setRefreshOfferMessage(undefined); }; @@ -5509,35 +5147,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearRefreshOfferMessage = f * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasRefreshOfferMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasRefreshOfferMessage = function() { return jspb.Message.getField(this, 11) != null; }; /** * optional AddDataMessage add_data_message = 12; - * @return {?proto.io.bisq.protobuffer.AddDataMessage} + * @return {?proto.io.haveno.protobuffer.AddDataMessage} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getAddDataMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.AddDataMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AddDataMessage, 12)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getAddDataMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.AddDataMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AddDataMessage, 12)); }; /** - * @param {?proto.io.bisq.protobuffer.AddDataMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.AddDataMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setAddDataMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 12, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setAddDataMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 12, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearAddDataMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearAddDataMessage = function() { return this.setAddDataMessage(undefined); }; @@ -5546,35 +5184,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearAddDataMessage = functi * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasAddDataMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasAddDataMessage = function() { return jspb.Message.getField(this, 12) != null; }; /** * optional RemoveDataMessage remove_data_message = 13; - * @return {?proto.io.bisq.protobuffer.RemoveDataMessage} + * @return {?proto.io.haveno.protobuffer.RemoveDataMessage} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getRemoveDataMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.RemoveDataMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.RemoveDataMessage, 13)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getRemoveDataMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.RemoveDataMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.RemoveDataMessage, 13)); }; /** - * @param {?proto.io.bisq.protobuffer.RemoveDataMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.RemoveDataMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setRemoveDataMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 13, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setRemoveDataMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 13, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearRemoveDataMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearRemoveDataMessage = function() { return this.setRemoveDataMessage(undefined); }; @@ -5583,35 +5221,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearRemoveDataMessage = fun * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasRemoveDataMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasRemoveDataMessage = function() { return jspb.Message.getField(this, 13) != null; }; /** * optional RemoveMailboxDataMessage remove_mailbox_data_message = 14; - * @return {?proto.io.bisq.protobuffer.RemoveMailboxDataMessage} + * @return {?proto.io.haveno.protobuffer.RemoveMailboxDataMessage} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getRemoveMailboxDataMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.RemoveMailboxDataMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.RemoveMailboxDataMessage, 14)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getRemoveMailboxDataMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.RemoveMailboxDataMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.RemoveMailboxDataMessage, 14)); }; /** - * @param {?proto.io.bisq.protobuffer.RemoveMailboxDataMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.RemoveMailboxDataMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setRemoveMailboxDataMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 14, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setRemoveMailboxDataMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 14, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearRemoveMailboxDataMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearRemoveMailboxDataMessage = function() { return this.setRemoveMailboxDataMessage(undefined); }; @@ -5620,35 +5258,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearRemoveMailboxDataMessag * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasRemoveMailboxDataMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasRemoveMailboxDataMessage = function() { return jspb.Message.getField(this, 14) != null; }; /** * optional CloseConnectionMessage close_connection_message = 15; - * @return {?proto.io.bisq.protobuffer.CloseConnectionMessage} + * @return {?proto.io.haveno.protobuffer.CloseConnectionMessage} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getCloseConnectionMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.CloseConnectionMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.CloseConnectionMessage, 15)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getCloseConnectionMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.CloseConnectionMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.CloseConnectionMessage, 15)); }; /** - * @param {?proto.io.bisq.protobuffer.CloseConnectionMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.CloseConnectionMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setCloseConnectionMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 15, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setCloseConnectionMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 15, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearCloseConnectionMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearCloseConnectionMessage = function() { return this.setCloseConnectionMessage(undefined); }; @@ -5657,35 +5295,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearCloseConnectionMessage * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasCloseConnectionMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasCloseConnectionMessage = function() { return jspb.Message.getField(this, 15) != null; }; /** * optional PrefixedSealedAndSignedMessage prefixed_sealed_and_signed_message = 16; - * @return {?proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage} + * @return {?proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getPrefixedSealedAndSignedMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage, 16)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getPrefixedSealedAndSignedMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage, 16)); }; /** - * @param {?proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setPrefixedSealedAndSignedMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 16, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setPrefixedSealedAndSignedMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 16, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearPrefixedSealedAndSignedMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearPrefixedSealedAndSignedMessage = function() { return this.setPrefixedSealedAndSignedMessage(undefined); }; @@ -5694,257 +5332,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearPrefixedSealedAndSigned * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasPrefixedSealedAndSignedMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasPrefixedSealedAndSignedMessage = function() { return jspb.Message.getField(this, 16) != null; }; /** - * optional InputsForDepositTxRequest inputs_for_deposit_tx_request = 17; - * @return {?proto.io.bisq.protobuffer.InputsForDepositTxRequest} + * optional PrivateNotificationMessage private_notification_message = 17; + * @return {?proto.io.haveno.protobuffer.PrivateNotificationMessage} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getInputsForDepositTxRequest = function() { - return /** @type{?proto.io.bisq.protobuffer.InputsForDepositTxRequest} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.InputsForDepositTxRequest, 17)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getPrivateNotificationMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.PrivateNotificationMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PrivateNotificationMessage, 17)); }; /** - * @param {?proto.io.bisq.protobuffer.InputsForDepositTxRequest|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.PrivateNotificationMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setInputsForDepositTxRequest = function(value) { - return jspb.Message.setOneofWrapperField(this, 17, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setPrivateNotificationMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 17, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearInputsForDepositTxRequest = function() { - return this.setInputsForDepositTxRequest(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasInputsForDepositTxRequest = function() { - return jspb.Message.getField(this, 17) != null; -}; - - -/** - * optional InputsForDepositTxResponse inputs_for_deposit_tx_response = 18; - * @return {?proto.io.bisq.protobuffer.InputsForDepositTxResponse} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getInputsForDepositTxResponse = function() { - return /** @type{?proto.io.bisq.protobuffer.InputsForDepositTxResponse} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.InputsForDepositTxResponse, 18)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.InputsForDepositTxResponse|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this -*/ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setInputsForDepositTxResponse = function(value) { - return jspb.Message.setOneofWrapperField(this, 18, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearInputsForDepositTxResponse = function() { - return this.setInputsForDepositTxResponse(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasInputsForDepositTxResponse = function() { - return jspb.Message.getField(this, 18) != null; -}; - - -/** - * optional DepositTxMessage deposit_tx_message = 19; - * @return {?proto.io.bisq.protobuffer.DepositTxMessage} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getDepositTxMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.DepositTxMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.DepositTxMessage, 19)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.DepositTxMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this -*/ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setDepositTxMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 19, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearDepositTxMessage = function() { - return this.setDepositTxMessage(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasDepositTxMessage = function() { - return jspb.Message.getField(this, 19) != null; -}; - - -/** - * optional DisputeOpenedMessage dispute_opened_message = 20; - * @return {?proto.io.bisq.protobuffer.DisputeOpenedMessage} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getDisputeOpenedMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.DisputeOpenedMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.DisputeOpenedMessage, 20)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.DisputeOpenedMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this -*/ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setDisputeOpenedMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 20, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearDisputeOpenedMessage = function() { - return this.setDisputeOpenedMessage(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasDisputeOpenedMessage = function() { - return jspb.Message.getField(this, 20) != null; -}; - - -/** - * optional DisputeClosedMessage dispute_closed_message = 21; - * @return {?proto.io.bisq.protobuffer.DisputeClosedMessage} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getDisputeClosedMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.DisputeClosedMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.DisputeClosedMessage, 21)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.DisputeClosedMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this -*/ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setDisputeClosedMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 21, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearDisputeClosedMessage = function() { - return this.setDisputeClosedMessage(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasDisputeClosedMessage = function() { - return jspb.Message.getField(this, 21) != null; -}; - - -/** - * optional ChatMessage chat_message = 22; - * @return {?proto.io.bisq.protobuffer.ChatMessage} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getChatMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.ChatMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ChatMessage, 22)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.ChatMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this -*/ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setChatMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 22, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearChatMessage = function() { - return this.setChatMessage(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasChatMessage = function() { - return jspb.Message.getField(this, 22) != null; -}; - - -/** - * optional PrivateNotificationMessage private_notification_message = 23; - * @return {?proto.io.bisq.protobuffer.PrivateNotificationMessage} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getPrivateNotificationMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.PrivateNotificationMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PrivateNotificationMessage, 23)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.PrivateNotificationMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this -*/ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setPrivateNotificationMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 23, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearPrivateNotificationMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearPrivateNotificationMessage = function() { return this.setPrivateNotificationMessage(undefined); }; @@ -5953,35 +5369,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearPrivateNotificationMess * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasPrivateNotificationMessage = function() { - return jspb.Message.getField(this, 23) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasPrivateNotificationMessage = function() { + return jspb.Message.getField(this, 17) != null; }; /** - * optional AddPersistableNetworkPayloadMessage add_persistable_network_payload_message = 24; - * @return {?proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage} + * optional AddPersistableNetworkPayloadMessage add_persistable_network_payload_message = 18; + * @return {?proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getAddPersistableNetworkPayloadMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage, 24)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getAddPersistableNetworkPayloadMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage, 18)); }; /** - * @param {?proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setAddPersistableNetworkPayloadMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 24, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setAddPersistableNetworkPayloadMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 18, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearAddPersistableNetworkPayloadMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearAddPersistableNetworkPayloadMessage = function() { return this.setAddPersistableNetworkPayloadMessage(undefined); }; @@ -5990,35 +5406,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearAddPersistableNetworkPa * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasAddPersistableNetworkPayloadMessage = function() { - return jspb.Message.getField(this, 24) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasAddPersistableNetworkPayloadMessage = function() { + return jspb.Message.getField(this, 18) != null; }; /** - * optional AckMessage ack_message = 25; - * @return {?proto.io.bisq.protobuffer.AckMessage} + * optional AckMessage ack_message = 19; + * @return {?proto.io.haveno.protobuffer.AckMessage} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getAckMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.AckMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AckMessage, 25)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getAckMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.AckMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AckMessage, 19)); }; /** - * @param {?proto.io.bisq.protobuffer.AckMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.AckMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setAckMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 25, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setAckMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 19, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearAckMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearAckMessage = function() { return this.setAckMessage(undefined); }; @@ -6027,35 +5443,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearAckMessage = function() * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasAckMessage = function() { - return jspb.Message.getField(this, 25) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasAckMessage = function() { + return jspb.Message.getField(this, 19) != null; }; /** - * optional BundleOfEnvelopes bundle_of_envelopes = 26; - * @return {?proto.io.bisq.protobuffer.BundleOfEnvelopes} + * optional BundleOfEnvelopes bundle_of_envelopes = 20; + * @return {?proto.io.haveno.protobuffer.BundleOfEnvelopes} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getBundleOfEnvelopes = function() { - return /** @type{?proto.io.bisq.protobuffer.BundleOfEnvelopes} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.BundleOfEnvelopes, 26)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getBundleOfEnvelopes = function() { + return /** @type{?proto.io.haveno.protobuffer.BundleOfEnvelopes} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.BundleOfEnvelopes, 20)); }; /** - * @param {?proto.io.bisq.protobuffer.BundleOfEnvelopes|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.BundleOfEnvelopes|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setBundleOfEnvelopes = function(value) { - return jspb.Message.setOneofWrapperField(this, 26, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setBundleOfEnvelopes = function(value) { + return jspb.Message.setOneofWrapperField(this, 20, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearBundleOfEnvelopes = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearBundleOfEnvelopes = function() { return this.setBundleOfEnvelopes(undefined); }; @@ -6064,294 +5480,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearBundleOfEnvelopes = fun * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasBundleOfEnvelopes = function() { - return jspb.Message.getField(this, 26) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasBundleOfEnvelopes = function() { + return jspb.Message.getField(this, 20) != null; }; /** - * optional MediatedPayoutTxSignatureMessage mediated_payout_tx_signature_message = 27; - * @return {?proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage} + * optional GetInventoryRequest get_inventory_request = 21; + * @return {?proto.io.haveno.protobuffer.GetInventoryRequest} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getMediatedPayoutTxSignatureMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage, 27)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getGetInventoryRequest = function() { + return /** @type{?proto.io.haveno.protobuffer.GetInventoryRequest} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.GetInventoryRequest, 21)); }; /** - * @param {?proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.GetInventoryRequest|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setMediatedPayoutTxSignatureMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 27, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setGetInventoryRequest = function(value) { + return jspb.Message.setOneofWrapperField(this, 21, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearMediatedPayoutTxSignatureMessage = function() { - return this.setMediatedPayoutTxSignatureMessage(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasMediatedPayoutTxSignatureMessage = function() { - return jspb.Message.getField(this, 27) != null; -}; - - -/** - * optional MediatedPayoutTxPublishedMessage mediated_payout_tx_published_message = 28; - * @return {?proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getMediatedPayoutTxPublishedMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage, 28)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this -*/ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setMediatedPayoutTxPublishedMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 28, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearMediatedPayoutTxPublishedMessage = function() { - return this.setMediatedPayoutTxPublishedMessage(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasMediatedPayoutTxPublishedMessage = function() { - return jspb.Message.getField(this, 28) != null; -}; - - -/** - * optional DelayedPayoutTxSignatureRequest delayed_payout_tx_signature_request = 29; - * @return {?proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getDelayedPayoutTxSignatureRequest = function() { - return /** @type{?proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest, 29)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this -*/ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setDelayedPayoutTxSignatureRequest = function(value) { - return jspb.Message.setOneofWrapperField(this, 29, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearDelayedPayoutTxSignatureRequest = function() { - return this.setDelayedPayoutTxSignatureRequest(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasDelayedPayoutTxSignatureRequest = function() { - return jspb.Message.getField(this, 29) != null; -}; - - -/** - * optional DelayedPayoutTxSignatureResponse delayed_payout_tx_signature_response = 30; - * @return {?proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getDelayedPayoutTxSignatureResponse = function() { - return /** @type{?proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse, 30)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this -*/ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setDelayedPayoutTxSignatureResponse = function(value) { - return jspb.Message.setOneofWrapperField(this, 30, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearDelayedPayoutTxSignatureResponse = function() { - return this.setDelayedPayoutTxSignatureResponse(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasDelayedPayoutTxSignatureResponse = function() { - return jspb.Message.getField(this, 30) != null; -}; - - -/** - * optional DepositTxAndDelayedPayoutTxMessage deposit_tx_and_delayed_payout_tx_message = 31; - * @return {?proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getDepositTxAndDelayedPayoutTxMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage, 31)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this -*/ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setDepositTxAndDelayedPayoutTxMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 31, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearDepositTxAndDelayedPayoutTxMessage = function() { - return this.setDepositTxAndDelayedPayoutTxMessage(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasDepositTxAndDelayedPayoutTxMessage = function() { - return jspb.Message.getField(this, 31) != null; -}; - - -/** - * optional PeerPublishedDelayedPayoutTxMessage peer_published_delayed_payout_tx_message = 32; - * @return {?proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getPeerPublishedDelayedPayoutTxMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage, 32)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this -*/ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setPeerPublishedDelayedPayoutTxMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 32, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearPeerPublishedDelayedPayoutTxMessage = function() { - return this.setPeerPublishedDelayedPayoutTxMessage(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasPeerPublishedDelayedPayoutTxMessage = function() { - return jspb.Message.getField(this, 32) != null; -}; - - -/** - * optional RefreshTradeStateRequest refresh_trade_state_request = 33; - * @return {?proto.io.bisq.protobuffer.RefreshTradeStateRequest} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getRefreshTradeStateRequest = function() { - return /** @type{?proto.io.bisq.protobuffer.RefreshTradeStateRequest} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.RefreshTradeStateRequest, 33)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.RefreshTradeStateRequest|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this -*/ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setRefreshTradeStateRequest = function(value) { - return jspb.Message.setOneofWrapperField(this, 33, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearRefreshTradeStateRequest = function() { - return this.setRefreshTradeStateRequest(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasRefreshTradeStateRequest = function() { - return jspb.Message.getField(this, 33) != null; -}; - - -/** - * optional GetInventoryRequest get_inventory_request = 35; - * @return {?proto.io.bisq.protobuffer.GetInventoryRequest} - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getGetInventoryRequest = function() { - return /** @type{?proto.io.bisq.protobuffer.GetInventoryRequest} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.GetInventoryRequest, 35)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.GetInventoryRequest|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this -*/ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setGetInventoryRequest = function(value) { - return jspb.Message.setOneofWrapperField(this, 35, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this - */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearGetInventoryRequest = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearGetInventoryRequest = function() { return this.setGetInventoryRequest(undefined); }; @@ -6360,35 +5517,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearGetInventoryRequest = f * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasGetInventoryRequest = function() { - return jspb.Message.getField(this, 35) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasGetInventoryRequest = function() { + return jspb.Message.getField(this, 21) != null; }; /** - * optional GetInventoryResponse get_inventory_response = 36; - * @return {?proto.io.bisq.protobuffer.GetInventoryResponse} + * optional GetInventoryResponse get_inventory_response = 22; + * @return {?proto.io.haveno.protobuffer.GetInventoryResponse} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getGetInventoryResponse = function() { - return /** @type{?proto.io.bisq.protobuffer.GetInventoryResponse} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.GetInventoryResponse, 36)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getGetInventoryResponse = function() { + return /** @type{?proto.io.haveno.protobuffer.GetInventoryResponse} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.GetInventoryResponse, 22)); }; /** - * @param {?proto.io.bisq.protobuffer.GetInventoryResponse|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.GetInventoryResponse|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setGetInventoryResponse = function(value) { - return jspb.Message.setOneofWrapperField(this, 36, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setGetInventoryResponse = function(value) { + return jspb.Message.setOneofWrapperField(this, 22, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearGetInventoryResponse = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearGetInventoryResponse = function() { return this.setGetInventoryResponse(undefined); }; @@ -6397,35 +5554,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearGetInventoryResponse = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasGetInventoryResponse = function() { - return jspb.Message.getField(this, 36) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasGetInventoryResponse = function() { + return jspb.Message.getField(this, 22) != null; }; /** - * optional SignOfferRequest sign_offer_request = 1001; - * @return {?proto.io.bisq.protobuffer.SignOfferRequest} + * optional SignOfferRequest sign_offer_request = 23; + * @return {?proto.io.haveno.protobuffer.SignOfferRequest} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getSignOfferRequest = function() { - return /** @type{?proto.io.bisq.protobuffer.SignOfferRequest} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SignOfferRequest, 1001)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getSignOfferRequest = function() { + return /** @type{?proto.io.haveno.protobuffer.SignOfferRequest} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SignOfferRequest, 23)); }; /** - * @param {?proto.io.bisq.protobuffer.SignOfferRequest|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.SignOfferRequest|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setSignOfferRequest = function(value) { - return jspb.Message.setOneofWrapperField(this, 1001, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setSignOfferRequest = function(value) { + return jspb.Message.setOneofWrapperField(this, 23, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearSignOfferRequest = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearSignOfferRequest = function() { return this.setSignOfferRequest(undefined); }; @@ -6434,35 +5591,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearSignOfferRequest = func * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasSignOfferRequest = function() { - return jspb.Message.getField(this, 1001) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasSignOfferRequest = function() { + return jspb.Message.getField(this, 23) != null; }; /** - * optional SignOfferResponse sign_offer_response = 1002; - * @return {?proto.io.bisq.protobuffer.SignOfferResponse} + * optional SignOfferResponse sign_offer_response = 24; + * @return {?proto.io.haveno.protobuffer.SignOfferResponse} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getSignOfferResponse = function() { - return /** @type{?proto.io.bisq.protobuffer.SignOfferResponse} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SignOfferResponse, 1002)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getSignOfferResponse = function() { + return /** @type{?proto.io.haveno.protobuffer.SignOfferResponse} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SignOfferResponse, 24)); }; /** - * @param {?proto.io.bisq.protobuffer.SignOfferResponse|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.SignOfferResponse|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setSignOfferResponse = function(value) { - return jspb.Message.setOneofWrapperField(this, 1002, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setSignOfferResponse = function(value) { + return jspb.Message.setOneofWrapperField(this, 24, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearSignOfferResponse = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearSignOfferResponse = function() { return this.setSignOfferResponse(undefined); }; @@ -6471,35 +5628,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearSignOfferResponse = fun * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasSignOfferResponse = function() { - return jspb.Message.getField(this, 1002) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasSignOfferResponse = function() { + return jspb.Message.getField(this, 24) != null; }; /** - * optional InitTradeRequest init_trade_request = 1003; - * @return {?proto.io.bisq.protobuffer.InitTradeRequest} + * optional InitTradeRequest init_trade_request = 25; + * @return {?proto.io.haveno.protobuffer.InitTradeRequest} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getInitTradeRequest = function() { - return /** @type{?proto.io.bisq.protobuffer.InitTradeRequest} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.InitTradeRequest, 1003)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getInitTradeRequest = function() { + return /** @type{?proto.io.haveno.protobuffer.InitTradeRequest} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.InitTradeRequest, 25)); }; /** - * @param {?proto.io.bisq.protobuffer.InitTradeRequest|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.InitTradeRequest|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setInitTradeRequest = function(value) { - return jspb.Message.setOneofWrapperField(this, 1003, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setInitTradeRequest = function(value) { + return jspb.Message.setOneofWrapperField(this, 25, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearInitTradeRequest = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearInitTradeRequest = function() { return this.setInitTradeRequest(undefined); }; @@ -6508,35 +5665,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearInitTradeRequest = func * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasInitTradeRequest = function() { - return jspb.Message.getField(this, 1003) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasInitTradeRequest = function() { + return jspb.Message.getField(this, 25) != null; }; /** - * optional InitMultisigRequest init_multisig_request = 1004; - * @return {?proto.io.bisq.protobuffer.InitMultisigRequest} + * optional InitMultisigRequest init_multisig_request = 26; + * @return {?proto.io.haveno.protobuffer.InitMultisigRequest} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getInitMultisigRequest = function() { - return /** @type{?proto.io.bisq.protobuffer.InitMultisigRequest} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.InitMultisigRequest, 1004)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getInitMultisigRequest = function() { + return /** @type{?proto.io.haveno.protobuffer.InitMultisigRequest} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.InitMultisigRequest, 26)); }; /** - * @param {?proto.io.bisq.protobuffer.InitMultisigRequest|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.InitMultisigRequest|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setInitMultisigRequest = function(value) { - return jspb.Message.setOneofWrapperField(this, 1004, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setInitMultisigRequest = function(value) { + return jspb.Message.setOneofWrapperField(this, 26, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearInitMultisigRequest = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearInitMultisigRequest = function() { return this.setInitMultisigRequest(undefined); }; @@ -6545,35 +5702,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearInitMultisigRequest = f * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasInitMultisigRequest = function() { - return jspb.Message.getField(this, 1004) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasInitMultisigRequest = function() { + return jspb.Message.getField(this, 26) != null; }; /** - * optional SignContractRequest sign_contract_request = 1005; - * @return {?proto.io.bisq.protobuffer.SignContractRequest} + * optional SignContractRequest sign_contract_request = 27; + * @return {?proto.io.haveno.protobuffer.SignContractRequest} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getSignContractRequest = function() { - return /** @type{?proto.io.bisq.protobuffer.SignContractRequest} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SignContractRequest, 1005)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getSignContractRequest = function() { + return /** @type{?proto.io.haveno.protobuffer.SignContractRequest} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SignContractRequest, 27)); }; /** - * @param {?proto.io.bisq.protobuffer.SignContractRequest|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.SignContractRequest|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setSignContractRequest = function(value) { - return jspb.Message.setOneofWrapperField(this, 1005, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setSignContractRequest = function(value) { + return jspb.Message.setOneofWrapperField(this, 27, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearSignContractRequest = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearSignContractRequest = function() { return this.setSignContractRequest(undefined); }; @@ -6582,35 +5739,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearSignContractRequest = f * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasSignContractRequest = function() { - return jspb.Message.getField(this, 1005) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasSignContractRequest = function() { + return jspb.Message.getField(this, 27) != null; }; /** - * optional SignContractResponse sign_contract_response = 1006; - * @return {?proto.io.bisq.protobuffer.SignContractResponse} + * optional SignContractResponse sign_contract_response = 28; + * @return {?proto.io.haveno.protobuffer.SignContractResponse} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getSignContractResponse = function() { - return /** @type{?proto.io.bisq.protobuffer.SignContractResponse} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SignContractResponse, 1006)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getSignContractResponse = function() { + return /** @type{?proto.io.haveno.protobuffer.SignContractResponse} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SignContractResponse, 28)); }; /** - * @param {?proto.io.bisq.protobuffer.SignContractResponse|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.SignContractResponse|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setSignContractResponse = function(value) { - return jspb.Message.setOneofWrapperField(this, 1006, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setSignContractResponse = function(value) { + return jspb.Message.setOneofWrapperField(this, 28, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearSignContractResponse = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearSignContractResponse = function() { return this.setSignContractResponse(undefined); }; @@ -6619,35 +5776,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearSignContractResponse = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasSignContractResponse = function() { - return jspb.Message.getField(this, 1006) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasSignContractResponse = function() { + return jspb.Message.getField(this, 28) != null; }; /** - * optional DepositRequest deposit_request = 1007; - * @return {?proto.io.bisq.protobuffer.DepositRequest} + * optional DepositRequest deposit_request = 29; + * @return {?proto.io.haveno.protobuffer.DepositRequest} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getDepositRequest = function() { - return /** @type{?proto.io.bisq.protobuffer.DepositRequest} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.DepositRequest, 1007)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getDepositRequest = function() { + return /** @type{?proto.io.haveno.protobuffer.DepositRequest} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.DepositRequest, 29)); }; /** - * @param {?proto.io.bisq.protobuffer.DepositRequest|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.DepositRequest|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setDepositRequest = function(value) { - return jspb.Message.setOneofWrapperField(this, 1007, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setDepositRequest = function(value) { + return jspb.Message.setOneofWrapperField(this, 29, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearDepositRequest = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearDepositRequest = function() { return this.setDepositRequest(undefined); }; @@ -6656,35 +5813,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearDepositRequest = functi * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasDepositRequest = function() { - return jspb.Message.getField(this, 1007) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasDepositRequest = function() { + return jspb.Message.getField(this, 29) != null; }; /** - * optional DepositResponse deposit_response = 1008; - * @return {?proto.io.bisq.protobuffer.DepositResponse} + * optional DepositResponse deposit_response = 30; + * @return {?proto.io.haveno.protobuffer.DepositResponse} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getDepositResponse = function() { - return /** @type{?proto.io.bisq.protobuffer.DepositResponse} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.DepositResponse, 1008)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getDepositResponse = function() { + return /** @type{?proto.io.haveno.protobuffer.DepositResponse} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.DepositResponse, 30)); }; /** - * @param {?proto.io.bisq.protobuffer.DepositResponse|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.DepositResponse|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setDepositResponse = function(value) { - return jspb.Message.setOneofWrapperField(this, 1008, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setDepositResponse = function(value) { + return jspb.Message.setOneofWrapperField(this, 30, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearDepositResponse = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearDepositResponse = function() { return this.setDepositResponse(undefined); }; @@ -6693,35 +5850,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearDepositResponse = funct * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasDepositResponse = function() { - return jspb.Message.getField(this, 1008) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasDepositResponse = function() { + return jspb.Message.getField(this, 30) != null; }; /** - * optional DepositsConfirmedMessage deposits_confirmed_message = 1009; - * @return {?proto.io.bisq.protobuffer.DepositsConfirmedMessage} + * optional DepositsConfirmedMessage deposits_confirmed_message = 31; + * @return {?proto.io.haveno.protobuffer.DepositsConfirmedMessage} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getDepositsConfirmedMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.DepositsConfirmedMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.DepositsConfirmedMessage, 1009)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getDepositsConfirmedMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.DepositsConfirmedMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.DepositsConfirmedMessage, 31)); }; /** - * @param {?proto.io.bisq.protobuffer.DepositsConfirmedMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.DepositsConfirmedMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setDepositsConfirmedMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 1009, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setDepositsConfirmedMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 31, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearDepositsConfirmedMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearDepositsConfirmedMessage = function() { return this.setDepositsConfirmedMessage(undefined); }; @@ -6730,35 +5887,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearDepositsConfirmedMessag * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasDepositsConfirmedMessage = function() { - return jspb.Message.getField(this, 1009) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasDepositsConfirmedMessage = function() { + return jspb.Message.getField(this, 31) != null; }; /** - * optional PaymentSentMessage payment_sent_message = 1010; - * @return {?proto.io.bisq.protobuffer.PaymentSentMessage} + * optional PaymentSentMessage payment_sent_message = 32; + * @return {?proto.io.haveno.protobuffer.PaymentSentMessage} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getPaymentSentMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentSentMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentSentMessage, 1010)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getPaymentSentMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentSentMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaymentSentMessage, 32)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentSentMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.PaymentSentMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setPaymentSentMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 1010, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setPaymentSentMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 32, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearPaymentSentMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearPaymentSentMessage = function() { return this.setPaymentSentMessage(undefined); }; @@ -6767,35 +5924,35 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearPaymentSentMessage = fu * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasPaymentSentMessage = function() { - return jspb.Message.getField(this, 1010) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasPaymentSentMessage = function() { + return jspb.Message.getField(this, 32) != null; }; /** - * optional PaymentReceivedMessage payment_received_message = 1011; - * @return {?proto.io.bisq.protobuffer.PaymentReceivedMessage} + * optional PaymentReceivedMessage payment_received_message = 33; + * @return {?proto.io.haveno.protobuffer.PaymentReceivedMessage} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.getPaymentReceivedMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentReceivedMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentReceivedMessage, 1011)); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getPaymentReceivedMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentReceivedMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaymentReceivedMessage, 33)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentReceivedMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.PaymentReceivedMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.setPaymentReceivedMessage = function(value) { - return jspb.Message.setOneofWrapperField(this, 1011, proto.io.bisq.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setPaymentReceivedMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 33, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearPaymentReceivedMessage = function() { +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearPaymentReceivedMessage = function() { return this.setPaymentReceivedMessage(undefined); }; @@ -6804,8 +5961,193 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.clearPaymentReceivedMessage * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasPaymentReceivedMessage = function() { - return jspb.Message.getField(this, 1011) != null; +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasPaymentReceivedMessage = function() { + return jspb.Message.getField(this, 33) != null; +}; + + +/** + * optional DisputeOpenedMessage dispute_opened_message = 34; + * @return {?proto.io.haveno.protobuffer.DisputeOpenedMessage} + */ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getDisputeOpenedMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.DisputeOpenedMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.DisputeOpenedMessage, 34)); +}; + + +/** + * @param {?proto.io.haveno.protobuffer.DisputeOpenedMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this +*/ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setDisputeOpenedMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 34, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +}; + + +/** + * Clears the message field making it undefined. + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this + */ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearDisputeOpenedMessage = function() { + return this.setDisputeOpenedMessage(undefined); +}; + + +/** + * Returns whether this field is set. + * @return {boolean} + */ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasDisputeOpenedMessage = function() { + return jspb.Message.getField(this, 34) != null; +}; + + +/** + * optional DisputeClosedMessage dispute_closed_message = 35; + * @return {?proto.io.haveno.protobuffer.DisputeClosedMessage} + */ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getDisputeClosedMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.DisputeClosedMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.DisputeClosedMessage, 35)); +}; + + +/** + * @param {?proto.io.haveno.protobuffer.DisputeClosedMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this +*/ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setDisputeClosedMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 35, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +}; + + +/** + * Clears the message field making it undefined. + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this + */ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearDisputeClosedMessage = function() { + return this.setDisputeClosedMessage(undefined); +}; + + +/** + * Returns whether this field is set. + * @return {boolean} + */ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasDisputeClosedMessage = function() { + return jspb.Message.getField(this, 35) != null; +}; + + +/** + * optional ChatMessage chat_message = 36; + * @return {?proto.io.haveno.protobuffer.ChatMessage} + */ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getChatMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.ChatMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ChatMessage, 36)); +}; + + +/** + * @param {?proto.io.haveno.protobuffer.ChatMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this +*/ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setChatMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 36, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +}; + + +/** + * Clears the message field making it undefined. + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this + */ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearChatMessage = function() { + return this.setChatMessage(undefined); +}; + + +/** + * Returns whether this field is set. + * @return {boolean} + */ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasChatMessage = function() { + return jspb.Message.getField(this, 36) != null; +}; + + +/** + * optional MediatedPayoutTxSignatureMessage mediated_payout_tx_signature_message = 37; + * @return {?proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage} + */ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getMediatedPayoutTxSignatureMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage, 37)); +}; + + +/** + * @param {?proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this +*/ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setMediatedPayoutTxSignatureMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 37, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +}; + + +/** + * Clears the message field making it undefined. + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this + */ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearMediatedPayoutTxSignatureMessage = function() { + return this.setMediatedPayoutTxSignatureMessage(undefined); +}; + + +/** + * Returns whether this field is set. + * @return {boolean} + */ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasMediatedPayoutTxSignatureMessage = function() { + return jspb.Message.getField(this, 37) != null; +}; + + +/** + * optional MediatedPayoutTxPublishedMessage mediated_payout_tx_published_message = 38; + * @return {?proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage} + */ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.getMediatedPayoutTxPublishedMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage, 38)); +}; + + +/** + * @param {?proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this +*/ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.setMediatedPayoutTxPublishedMessage = function(value) { + return jspb.Message.setOneofWrapperField(this, 38, proto.io.haveno.protobuffer.NetworkEnvelope.oneofGroups_[0], value); +}; + + +/** + * Clears the message field making it undefined. + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} returns this + */ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.clearMediatedPayoutTxPublishedMessage = function() { + return this.setMediatedPayoutTxPublishedMessage(undefined); +}; + + +/** + * Returns whether this field is set. + * @return {boolean} + */ +proto.io.haveno.protobuffer.NetworkEnvelope.prototype.hasMediatedPayoutTxPublishedMessage = function() { + return jspb.Message.getField(this, 38) != null; }; @@ -6815,7 +6157,7 @@ proto.io.bisq.protobuffer.NetworkEnvelope.prototype.hasPaymentReceivedMessage = * @private {!Array} * @const */ -proto.io.bisq.protobuffer.BundleOfEnvelopes.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.BundleOfEnvelopes.repeatedFields_ = [1]; @@ -6832,8 +6174,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.BundleOfEnvelopes.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.BundleOfEnvelopes.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.BundleOfEnvelopes.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.BundleOfEnvelopes.toObject(opt_includeInstance, this); }; @@ -6842,14 +6184,14 @@ proto.io.bisq.protobuffer.BundleOfEnvelopes.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.BundleOfEnvelopes} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.BundleOfEnvelopes} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BundleOfEnvelopes.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.BundleOfEnvelopes.toObject = function(includeInstance, msg) { var f, obj = { envelopesList: jspb.Message.toObjectList(msg.getEnvelopesList(), - proto.io.bisq.protobuffer.NetworkEnvelope.toObject, includeInstance) + proto.io.haveno.protobuffer.NetworkEnvelope.toObject, includeInstance) }; if (includeInstance) { @@ -6863,23 +6205,23 @@ proto.io.bisq.protobuffer.BundleOfEnvelopes.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.BundleOfEnvelopes} + * @return {!proto.io.haveno.protobuffer.BundleOfEnvelopes} */ -proto.io.bisq.protobuffer.BundleOfEnvelopes.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.BundleOfEnvelopes.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.BundleOfEnvelopes; - return proto.io.bisq.protobuffer.BundleOfEnvelopes.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.BundleOfEnvelopes; + return proto.io.haveno.protobuffer.BundleOfEnvelopes.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.BundleOfEnvelopes} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.BundleOfEnvelopes} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.BundleOfEnvelopes} + * @return {!proto.io.haveno.protobuffer.BundleOfEnvelopes} */ -proto.io.bisq.protobuffer.BundleOfEnvelopes.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.BundleOfEnvelopes.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -6887,8 +6229,8 @@ proto.io.bisq.protobuffer.BundleOfEnvelopes.deserializeBinaryFromReader = functi var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.NetworkEnvelope; - reader.readMessage(value,proto.io.bisq.protobuffer.NetworkEnvelope.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NetworkEnvelope; + reader.readMessage(value,proto.io.haveno.protobuffer.NetworkEnvelope.deserializeBinaryFromReader); msg.addEnvelopes(value); break; default: @@ -6904,9 +6246,9 @@ proto.io.bisq.protobuffer.BundleOfEnvelopes.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.BundleOfEnvelopes.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.BundleOfEnvelopes.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.BundleOfEnvelopes.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.BundleOfEnvelopes.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -6914,18 +6256,18 @@ proto.io.bisq.protobuffer.BundleOfEnvelopes.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.BundleOfEnvelopes} message + * @param {!proto.io.haveno.protobuffer.BundleOfEnvelopes} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BundleOfEnvelopes.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.BundleOfEnvelopes.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getEnvelopesList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter + proto.io.haveno.protobuffer.NetworkEnvelope.serializeBinaryToWriter ); } }; @@ -6933,38 +6275,38 @@ proto.io.bisq.protobuffer.BundleOfEnvelopes.serializeBinaryToWriter = function(m /** * repeated NetworkEnvelope envelopes = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.BundleOfEnvelopes.prototype.getEnvelopesList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.NetworkEnvelope, 1)); +proto.io.haveno.protobuffer.BundleOfEnvelopes.prototype.getEnvelopesList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.NetworkEnvelope, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.BundleOfEnvelopes} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.BundleOfEnvelopes} returns this */ -proto.io.bisq.protobuffer.BundleOfEnvelopes.prototype.setEnvelopesList = function(value) { +proto.io.haveno.protobuffer.BundleOfEnvelopes.prototype.setEnvelopesList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.NetworkEnvelope=} opt_value + * @param {!proto.io.haveno.protobuffer.NetworkEnvelope=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.NetworkEnvelope} + * @return {!proto.io.haveno.protobuffer.NetworkEnvelope} */ -proto.io.bisq.protobuffer.BundleOfEnvelopes.prototype.addEnvelopes = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.NetworkEnvelope, opt_index); +proto.io.haveno.protobuffer.BundleOfEnvelopes.prototype.addEnvelopes = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.NetworkEnvelope, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.BundleOfEnvelopes} returns this + * @return {!proto.io.haveno.protobuffer.BundleOfEnvelopes} returns this */ -proto.io.bisq.protobuffer.BundleOfEnvelopes.prototype.clearEnvelopesList = function() { +proto.io.haveno.protobuffer.BundleOfEnvelopes.prototype.clearEnvelopesList = function() { return this.setEnvelopesList([]); }; @@ -6975,7 +6317,7 @@ proto.io.bisq.protobuffer.BundleOfEnvelopes.prototype.clearEnvelopesList = funct * @private {!Array} * @const */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.repeatedFields_ = [2,3]; +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.repeatedFields_ = [2,3]; @@ -6992,8 +6334,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PreliminaryGetDataRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PreliminaryGetDataRequest.toObject(opt_includeInstance, this); }; @@ -7002,11 +6344,11 @@ proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.toObject = functio * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PreliminaryGetDataRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PreliminaryGetDataRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.toObject = function(includeInstance, msg) { var f, obj = { nonce: jspb.Message.getFieldWithDefault(msg, 21, 0), excludedKeysList: msg.getExcludedKeysList_asB64(), @@ -7025,23 +6367,23 @@ proto.io.bisq.protobuffer.PreliminaryGetDataRequest.toObject = function(includeI /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PreliminaryGetDataRequest} + * @return {!proto.io.haveno.protobuffer.PreliminaryGetDataRequest} */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PreliminaryGetDataRequest; - return proto.io.bisq.protobuffer.PreliminaryGetDataRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PreliminaryGetDataRequest; + return proto.io.haveno.protobuffer.PreliminaryGetDataRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PreliminaryGetDataRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PreliminaryGetDataRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PreliminaryGetDataRequest} + * @return {!proto.io.haveno.protobuffer.PreliminaryGetDataRequest} */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -7079,9 +6421,9 @@ proto.io.bisq.protobuffer.PreliminaryGetDataRequest.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PreliminaryGetDataRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PreliminaryGetDataRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -7089,11 +6431,11 @@ proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PreliminaryGetDataRequest} message + * @param {!proto.io.haveno.protobuffer.PreliminaryGetDataRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getNonce(); if (f !== 0) { @@ -7130,16 +6472,16 @@ proto.io.bisq.protobuffer.PreliminaryGetDataRequest.serializeBinaryToWriter = fu * optional int32 nonce = 21; * @return {number} */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.getNonce = function() { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.getNonce = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 21, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PreliminaryGetDataRequest} returns this + * @return {!proto.io.haveno.protobuffer.PreliminaryGetDataRequest} returns this */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.setNonce = function(value) { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.setNonce = function(value) { return jspb.Message.setProto3IntField(this, 21, value); }; @@ -7148,7 +6490,7 @@ proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.setNonce = functio * repeated bytes excluded_keys = 2; * @return {!(Array|Array)} */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.getExcludedKeysList = function() { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.getExcludedKeysList = function() { return /** @type {!(Array|Array)} */ (jspb.Message.getRepeatedField(this, 2)); }; @@ -7158,7 +6500,7 @@ proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.getExcludedKeysLis * This is a type-conversion wrapper around `getExcludedKeysList()` * @return {!Array} */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.getExcludedKeysList_asB64 = function() { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.getExcludedKeysList_asB64 = function() { return /** @type {!Array} */ (jspb.Message.bytesListAsB64( this.getExcludedKeysList())); }; @@ -7171,7 +6513,7 @@ proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.getExcludedKeysLis * This is a type-conversion wrapper around `getExcludedKeysList()` * @return {!Array} */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.getExcludedKeysList_asU8 = function() { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.getExcludedKeysList_asU8 = function() { return /** @type {!Array} */ (jspb.Message.bytesListAsU8( this.getExcludedKeysList())); }; @@ -7179,9 +6521,9 @@ proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.getExcludedKeysLis /** * @param {!(Array|Array)} value - * @return {!proto.io.bisq.protobuffer.PreliminaryGetDataRequest} returns this + * @return {!proto.io.haveno.protobuffer.PreliminaryGetDataRequest} returns this */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.setExcludedKeysList = function(value) { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.setExcludedKeysList = function(value) { return jspb.Message.setField(this, 2, value || []); }; @@ -7189,18 +6531,18 @@ proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.setExcludedKeysLis /** * @param {!(string|Uint8Array)} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.PreliminaryGetDataRequest} returns this + * @return {!proto.io.haveno.protobuffer.PreliminaryGetDataRequest} returns this */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.addExcludedKeys = function(value, opt_index) { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.addExcludedKeys = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 2, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PreliminaryGetDataRequest} returns this + * @return {!proto.io.haveno.protobuffer.PreliminaryGetDataRequest} returns this */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.clearExcludedKeysList = function() { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.clearExcludedKeysList = function() { return this.setExcludedKeysList([]); }; @@ -7209,16 +6551,16 @@ proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.clearExcludedKeysL * repeated int32 supported_capabilities = 3; * @return {!Array} */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.getSupportedCapabilitiesList = function() { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.getSupportedCapabilitiesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 3)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PreliminaryGetDataRequest} returns this + * @return {!proto.io.haveno.protobuffer.PreliminaryGetDataRequest} returns this */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.setSupportedCapabilitiesList = function(value) { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.setSupportedCapabilitiesList = function(value) { return jspb.Message.setField(this, 3, value || []); }; @@ -7226,18 +6568,18 @@ proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.setSupportedCapabi /** * @param {number} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.PreliminaryGetDataRequest} returns this + * @return {!proto.io.haveno.protobuffer.PreliminaryGetDataRequest} returns this */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.addSupportedCapabilities = function(value, opt_index) { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.addSupportedCapabilities = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 3, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PreliminaryGetDataRequest} returns this + * @return {!proto.io.haveno.protobuffer.PreliminaryGetDataRequest} returns this */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.clearSupportedCapabilitiesList = function() { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.clearSupportedCapabilitiesList = function() { return this.setSupportedCapabilitiesList([]); }; @@ -7246,16 +6588,16 @@ proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.clearSupportedCapa * optional string version = 4; * @return {string} */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.getVersion = function() { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.getVersion = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreliminaryGetDataRequest} returns this + * @return {!proto.io.haveno.protobuffer.PreliminaryGetDataRequest} returns this */ -proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.setVersion = function(value) { +proto.io.haveno.protobuffer.PreliminaryGetDataRequest.prototype.setVersion = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -7266,7 +6608,7 @@ proto.io.bisq.protobuffer.PreliminaryGetDataRequest.prototype.setVersion = funct * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetDataResponse.repeatedFields_ = [3,4,5]; +proto.io.haveno.protobuffer.GetDataResponse.repeatedFields_ = [3,4,5]; @@ -7283,8 +6625,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetDataResponse.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetDataResponse.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetDataResponse.toObject(opt_includeInstance, this); }; @@ -7293,19 +6635,20 @@ proto.io.bisq.protobuffer.GetDataResponse.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetDataResponse} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetDataResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetDataResponse.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetDataResponse.toObject = function(includeInstance, msg) { var f, obj = { requestNonce: jspb.Message.getFieldWithDefault(msg, 1, 0), isGetUpdatedDataResponse: jspb.Message.getBooleanFieldWithDefault(msg, 2, false), dataSetList: jspb.Message.toObjectList(msg.getDataSetList(), - proto.io.bisq.protobuffer.StorageEntryWrapper.toObject, includeInstance), + proto.io.haveno.protobuffer.StorageEntryWrapper.toObject, includeInstance), supportedCapabilitiesList: (f = jspb.Message.getRepeatedField(msg, 4)) == null ? undefined : f, persistableNetworkPayloadItemsList: jspb.Message.toObjectList(msg.getPersistableNetworkPayloadItemsList(), - proto.io.bisq.protobuffer.PersistableNetworkPayload.toObject, includeInstance) + proto.io.haveno.protobuffer.PersistableNetworkPayload.toObject, includeInstance), + wasTruncated: jspb.Message.getBooleanFieldWithDefault(msg, 6, false) }; if (includeInstance) { @@ -7319,23 +6662,23 @@ proto.io.bisq.protobuffer.GetDataResponse.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetDataResponse} + * @return {!proto.io.haveno.protobuffer.GetDataResponse} */ -proto.io.bisq.protobuffer.GetDataResponse.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetDataResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetDataResponse; - return proto.io.bisq.protobuffer.GetDataResponse.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetDataResponse; + return proto.io.haveno.protobuffer.GetDataResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetDataResponse} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetDataResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetDataResponse} + * @return {!proto.io.haveno.protobuffer.GetDataResponse} */ -proto.io.bisq.protobuffer.GetDataResponse.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetDataResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -7351,8 +6694,8 @@ proto.io.bisq.protobuffer.GetDataResponse.deserializeBinaryFromReader = function msg.setIsGetUpdatedDataResponse(value); break; case 3: - var value = new proto.io.bisq.protobuffer.StorageEntryWrapper; - reader.readMessage(value,proto.io.bisq.protobuffer.StorageEntryWrapper.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.StorageEntryWrapper; + reader.readMessage(value,proto.io.haveno.protobuffer.StorageEntryWrapper.deserializeBinaryFromReader); msg.addDataSet(value); break; case 4: @@ -7362,10 +6705,14 @@ proto.io.bisq.protobuffer.GetDataResponse.deserializeBinaryFromReader = function } break; case 5: - var value = new proto.io.bisq.protobuffer.PersistableNetworkPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PersistableNetworkPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PersistableNetworkPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.PersistableNetworkPayload.deserializeBinaryFromReader); msg.addPersistableNetworkPayloadItems(value); break; + case 6: + var value = /** @type {boolean} */ (reader.readBool()); + msg.setWasTruncated(value); + break; default: reader.skipField(); break; @@ -7379,9 +6726,9 @@ proto.io.bisq.protobuffer.GetDataResponse.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetDataResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetDataResponse.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetDataResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -7389,11 +6736,11 @@ proto.io.bisq.protobuffer.GetDataResponse.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetDataResponse} message + * @param {!proto.io.haveno.protobuffer.GetDataResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetDataResponse.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetDataResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getRequestNonce(); if (f !== 0) { @@ -7414,7 +6761,7 @@ proto.io.bisq.protobuffer.GetDataResponse.serializeBinaryToWriter = function(mes writer.writeRepeatedMessage( 3, f, - proto.io.bisq.protobuffer.StorageEntryWrapper.serializeBinaryToWriter + proto.io.haveno.protobuffer.StorageEntryWrapper.serializeBinaryToWriter ); } f = message.getSupportedCapabilitiesList(); @@ -7429,7 +6776,14 @@ proto.io.bisq.protobuffer.GetDataResponse.serializeBinaryToWriter = function(mes writer.writeRepeatedMessage( 5, f, - proto.io.bisq.protobuffer.PersistableNetworkPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.PersistableNetworkPayload.serializeBinaryToWriter + ); + } + f = message.getWasTruncated(); + if (f) { + writer.writeBool( + 6, + f ); } }; @@ -7439,16 +6793,16 @@ proto.io.bisq.protobuffer.GetDataResponse.serializeBinaryToWriter = function(mes * optional int32 request_nonce = 1; * @return {number} */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.getRequestNonce = function() { +proto.io.haveno.protobuffer.GetDataResponse.prototype.getRequestNonce = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.GetDataResponse} returns this + * @return {!proto.io.haveno.protobuffer.GetDataResponse} returns this */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.setRequestNonce = function(value) { +proto.io.haveno.protobuffer.GetDataResponse.prototype.setRequestNonce = function(value) { return jspb.Message.setProto3IntField(this, 1, value); }; @@ -7457,54 +6811,54 @@ proto.io.bisq.protobuffer.GetDataResponse.prototype.setRequestNonce = function(v * optional bool is_get_updated_data_response = 2; * @return {boolean} */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.getIsGetUpdatedDataResponse = function() { +proto.io.haveno.protobuffer.GetDataResponse.prototype.getIsGetUpdatedDataResponse = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 2, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.GetDataResponse} returns this + * @return {!proto.io.haveno.protobuffer.GetDataResponse} returns this */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.setIsGetUpdatedDataResponse = function(value) { +proto.io.haveno.protobuffer.GetDataResponse.prototype.setIsGetUpdatedDataResponse = function(value) { return jspb.Message.setProto3BooleanField(this, 2, value); }; /** * repeated StorageEntryWrapper data_set = 3; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.getDataSetList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.StorageEntryWrapper, 3)); +proto.io.haveno.protobuffer.GetDataResponse.prototype.getDataSetList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.StorageEntryWrapper, 3)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetDataResponse} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetDataResponse} returns this */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.setDataSetList = function(value) { +proto.io.haveno.protobuffer.GetDataResponse.prototype.setDataSetList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 3, value); }; /** - * @param {!proto.io.bisq.protobuffer.StorageEntryWrapper=} opt_value + * @param {!proto.io.haveno.protobuffer.StorageEntryWrapper=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.StorageEntryWrapper} + * @return {!proto.io.haveno.protobuffer.StorageEntryWrapper} */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.addDataSet = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.io.bisq.protobuffer.StorageEntryWrapper, opt_index); +proto.io.haveno.protobuffer.GetDataResponse.prototype.addDataSet = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.io.haveno.protobuffer.StorageEntryWrapper, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetDataResponse} returns this + * @return {!proto.io.haveno.protobuffer.GetDataResponse} returns this */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.clearDataSetList = function() { +proto.io.haveno.protobuffer.GetDataResponse.prototype.clearDataSetList = function() { return this.setDataSetList([]); }; @@ -7513,16 +6867,16 @@ proto.io.bisq.protobuffer.GetDataResponse.prototype.clearDataSetList = function( * repeated int32 supported_capabilities = 4; * @return {!Array} */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.getSupportedCapabilitiesList = function() { +proto.io.haveno.protobuffer.GetDataResponse.prototype.getSupportedCapabilitiesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 4)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetDataResponse} returns this + * @return {!proto.io.haveno.protobuffer.GetDataResponse} returns this */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.setSupportedCapabilitiesList = function(value) { +proto.io.haveno.protobuffer.GetDataResponse.prototype.setSupportedCapabilitiesList = function(value) { return jspb.Message.setField(this, 4, value || []); }; @@ -7530,67 +6884,85 @@ proto.io.bisq.protobuffer.GetDataResponse.prototype.setSupportedCapabilitiesList /** * @param {number} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.GetDataResponse} returns this + * @return {!proto.io.haveno.protobuffer.GetDataResponse} returns this */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.addSupportedCapabilities = function(value, opt_index) { +proto.io.haveno.protobuffer.GetDataResponse.prototype.addSupportedCapabilities = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 4, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetDataResponse} returns this + * @return {!proto.io.haveno.protobuffer.GetDataResponse} returns this */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.clearSupportedCapabilitiesList = function() { +proto.io.haveno.protobuffer.GetDataResponse.prototype.clearSupportedCapabilitiesList = function() { return this.setSupportedCapabilitiesList([]); }; /** * repeated PersistableNetworkPayload persistable_network_payload_items = 5; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.getPersistableNetworkPayloadItemsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.PersistableNetworkPayload, 5)); +proto.io.haveno.protobuffer.GetDataResponse.prototype.getPersistableNetworkPayloadItemsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.PersistableNetworkPayload, 5)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetDataResponse} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetDataResponse} returns this */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.setPersistableNetworkPayloadItemsList = function(value) { +proto.io.haveno.protobuffer.GetDataResponse.prototype.setPersistableNetworkPayloadItemsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 5, value); }; /** - * @param {!proto.io.bisq.protobuffer.PersistableNetworkPayload=} opt_value + * @param {!proto.io.haveno.protobuffer.PersistableNetworkPayload=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.PersistableNetworkPayload} + * @return {!proto.io.haveno.protobuffer.PersistableNetworkPayload} */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.addPersistableNetworkPayloadItems = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.io.bisq.protobuffer.PersistableNetworkPayload, opt_index); +proto.io.haveno.protobuffer.GetDataResponse.prototype.addPersistableNetworkPayloadItems = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.io.haveno.protobuffer.PersistableNetworkPayload, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetDataResponse} returns this + * @return {!proto.io.haveno.protobuffer.GetDataResponse} returns this */ -proto.io.bisq.protobuffer.GetDataResponse.prototype.clearPersistableNetworkPayloadItemsList = function() { +proto.io.haveno.protobuffer.GetDataResponse.prototype.clearPersistableNetworkPayloadItemsList = function() { return this.setPersistableNetworkPayloadItemsList([]); }; +/** + * optional bool was_truncated = 6; + * @return {boolean} + */ +proto.io.haveno.protobuffer.GetDataResponse.prototype.getWasTruncated = function() { + return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false)); +}; + + +/** + * @param {boolean} value + * @return {!proto.io.haveno.protobuffer.GetDataResponse} returns this + */ +proto.io.haveno.protobuffer.GetDataResponse.prototype.setWasTruncated = function(value) { + return jspb.Message.setProto3BooleanField(this, 6, value); +}; + + /** * List of repeated fields within this message type. * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.repeatedFields_ = [3]; +proto.io.haveno.protobuffer.GetUpdatedDataRequest.repeatedFields_ = [3]; @@ -7607,8 +6979,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetUpdatedDataRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetUpdatedDataRequest.toObject(opt_includeInstance, this); }; @@ -7617,13 +6989,13 @@ proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetUpdatedDataRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetUpdatedDataRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.toObject = function(includeInstance, msg) { var f, obj = { - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), + senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), nonce: jspb.Message.getFieldWithDefault(msg, 2, 0), excludedKeysList: msg.getExcludedKeysList_asB64(), version: jspb.Message.getFieldWithDefault(msg, 4, "") @@ -7640,23 +7012,23 @@ proto.io.bisq.protobuffer.GetUpdatedDataRequest.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetUpdatedDataRequest} + * @return {!proto.io.haveno.protobuffer.GetUpdatedDataRequest} */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetUpdatedDataRequest; - return proto.io.bisq.protobuffer.GetUpdatedDataRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetUpdatedDataRequest; + return proto.io.haveno.protobuffer.GetUpdatedDataRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetUpdatedDataRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetUpdatedDataRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetUpdatedDataRequest} + * @return {!proto.io.haveno.protobuffer.GetUpdatedDataRequest} */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -7664,8 +7036,8 @@ proto.io.bisq.protobuffer.GetUpdatedDataRequest.deserializeBinaryFromReader = fu var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSenderNodeAddress(value); break; case 2: @@ -7693,9 +7065,9 @@ proto.io.bisq.protobuffer.GetUpdatedDataRequest.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetUpdatedDataRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetUpdatedDataRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -7703,18 +7075,18 @@ proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetUpdatedDataRequest} message + * @param {!proto.io.haveno.protobuffer.GetUpdatedDataRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getSenderNodeAddress(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getNonce(); @@ -7743,28 +7115,28 @@ proto.io.bisq.protobuffer.GetUpdatedDataRequest.serializeBinaryToWriter = functi /** * optional NodeAddress sender_node_address = 1; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 1)); +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.getSenderNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.GetUpdatedDataRequest} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.GetUpdatedDataRequest} returns this */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.setSenderNodeAddress = function(value) { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.setSenderNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.GetUpdatedDataRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetUpdatedDataRequest} returns this */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.clearSenderNodeAddress = function() { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.clearSenderNodeAddress = function() { return this.setSenderNodeAddress(undefined); }; @@ -7773,7 +7145,7 @@ proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.clearSenderNodeAddress * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.hasSenderNodeAddress = function() { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.hasSenderNodeAddress = function() { return jspb.Message.getField(this, 1) != null; }; @@ -7782,16 +7154,16 @@ proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.hasSenderNodeAddress = * optional int32 nonce = 2; * @return {number} */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.getNonce = function() { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.getNonce = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.GetUpdatedDataRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetUpdatedDataRequest} returns this */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.setNonce = function(value) { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.setNonce = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -7800,7 +7172,7 @@ proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.setNonce = function(va * repeated bytes excluded_keys = 3; * @return {!(Array|Array)} */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.getExcludedKeysList = function() { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.getExcludedKeysList = function() { return /** @type {!(Array|Array)} */ (jspb.Message.getRepeatedField(this, 3)); }; @@ -7810,7 +7182,7 @@ proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.getExcludedKeysList = * This is a type-conversion wrapper around `getExcludedKeysList()` * @return {!Array} */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.getExcludedKeysList_asB64 = function() { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.getExcludedKeysList_asB64 = function() { return /** @type {!Array} */ (jspb.Message.bytesListAsB64( this.getExcludedKeysList())); }; @@ -7823,7 +7195,7 @@ proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.getExcludedKeysList_as * This is a type-conversion wrapper around `getExcludedKeysList()` * @return {!Array} */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.getExcludedKeysList_asU8 = function() { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.getExcludedKeysList_asU8 = function() { return /** @type {!Array} */ (jspb.Message.bytesListAsU8( this.getExcludedKeysList())); }; @@ -7831,9 +7203,9 @@ proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.getExcludedKeysList_as /** * @param {!(Array|Array)} value - * @return {!proto.io.bisq.protobuffer.GetUpdatedDataRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetUpdatedDataRequest} returns this */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.setExcludedKeysList = function(value) { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.setExcludedKeysList = function(value) { return jspb.Message.setField(this, 3, value || []); }; @@ -7841,18 +7213,18 @@ proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.setExcludedKeysList = /** * @param {!(string|Uint8Array)} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.GetUpdatedDataRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetUpdatedDataRequest} returns this */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.addExcludedKeys = function(value, opt_index) { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.addExcludedKeys = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 3, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetUpdatedDataRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetUpdatedDataRequest} returns this */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.clearExcludedKeysList = function() { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.clearExcludedKeysList = function() { return this.setExcludedKeysList([]); }; @@ -7861,16 +7233,16 @@ proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.clearExcludedKeysList * optional string version = 4; * @return {string} */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.getVersion = function() { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.getVersion = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetUpdatedDataRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetUpdatedDataRequest} returns this */ -proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.setVersion = function(value) { +proto.io.haveno.protobuffer.GetUpdatedDataRequest.prototype.setVersion = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -7881,7 +7253,7 @@ proto.io.bisq.protobuffer.GetUpdatedDataRequest.prototype.setVersion = function( * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetPeersRequest.repeatedFields_ = [3,4]; +proto.io.haveno.protobuffer.GetPeersRequest.repeatedFields_ = [3,4]; @@ -7898,8 +7270,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetPeersRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetPeersRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetPeersRequest.toObject(opt_includeInstance, this); }; @@ -7908,17 +7280,17 @@ proto.io.bisq.protobuffer.GetPeersRequest.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetPeersRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetPeersRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPeersRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetPeersRequest.toObject = function(includeInstance, msg) { var f, obj = { - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), + senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), nonce: jspb.Message.getFieldWithDefault(msg, 2, 0), supportedCapabilitiesList: (f = jspb.Message.getRepeatedField(msg, 3)) == null ? undefined : f, reportedPeersList: jspb.Message.toObjectList(msg.getReportedPeersList(), - proto.io.bisq.protobuffer.Peer.toObject, includeInstance) + proto.io.haveno.protobuffer.Peer.toObject, includeInstance) }; if (includeInstance) { @@ -7932,23 +7304,23 @@ proto.io.bisq.protobuffer.GetPeersRequest.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetPeersRequest} + * @return {!proto.io.haveno.protobuffer.GetPeersRequest} */ -proto.io.bisq.protobuffer.GetPeersRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetPeersRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetPeersRequest; - return proto.io.bisq.protobuffer.GetPeersRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetPeersRequest; + return proto.io.haveno.protobuffer.GetPeersRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetPeersRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetPeersRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetPeersRequest} + * @return {!proto.io.haveno.protobuffer.GetPeersRequest} */ -proto.io.bisq.protobuffer.GetPeersRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetPeersRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -7956,8 +7328,8 @@ proto.io.bisq.protobuffer.GetPeersRequest.deserializeBinaryFromReader = function var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSenderNodeAddress(value); break; case 2: @@ -7971,8 +7343,8 @@ proto.io.bisq.protobuffer.GetPeersRequest.deserializeBinaryFromReader = function } break; case 4: - var value = new proto.io.bisq.protobuffer.Peer; - reader.readMessage(value,proto.io.bisq.protobuffer.Peer.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Peer; + reader.readMessage(value,proto.io.haveno.protobuffer.Peer.deserializeBinaryFromReader); msg.addReportedPeers(value); break; default: @@ -7988,9 +7360,9 @@ proto.io.bisq.protobuffer.GetPeersRequest.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetPeersRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetPeersRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetPeersRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -7998,18 +7370,18 @@ proto.io.bisq.protobuffer.GetPeersRequest.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetPeersRequest} message + * @param {!proto.io.haveno.protobuffer.GetPeersRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPeersRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetPeersRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getSenderNodeAddress(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getNonce(); @@ -8031,7 +7403,7 @@ proto.io.bisq.protobuffer.GetPeersRequest.serializeBinaryToWriter = function(mes writer.writeRepeatedMessage( 4, f, - proto.io.bisq.protobuffer.Peer.serializeBinaryToWriter + proto.io.haveno.protobuffer.Peer.serializeBinaryToWriter ); } }; @@ -8039,28 +7411,28 @@ proto.io.bisq.protobuffer.GetPeersRequest.serializeBinaryToWriter = function(mes /** * optional NodeAddress sender_node_address = 1; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 1)); +proto.io.haveno.protobuffer.GetPeersRequest.prototype.getSenderNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.GetPeersRequest} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.GetPeersRequest} returns this */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.setSenderNodeAddress = function(value) { +proto.io.haveno.protobuffer.GetPeersRequest.prototype.setSenderNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.GetPeersRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetPeersRequest} returns this */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.clearSenderNodeAddress = function() { +proto.io.haveno.protobuffer.GetPeersRequest.prototype.clearSenderNodeAddress = function() { return this.setSenderNodeAddress(undefined); }; @@ -8069,7 +7441,7 @@ proto.io.bisq.protobuffer.GetPeersRequest.prototype.clearSenderNodeAddress = fun * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.hasSenderNodeAddress = function() { +proto.io.haveno.protobuffer.GetPeersRequest.prototype.hasSenderNodeAddress = function() { return jspb.Message.getField(this, 1) != null; }; @@ -8078,16 +7450,16 @@ proto.io.bisq.protobuffer.GetPeersRequest.prototype.hasSenderNodeAddress = funct * optional int32 nonce = 2; * @return {number} */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.getNonce = function() { +proto.io.haveno.protobuffer.GetPeersRequest.prototype.getNonce = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.GetPeersRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetPeersRequest} returns this */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.setNonce = function(value) { +proto.io.haveno.protobuffer.GetPeersRequest.prototype.setNonce = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -8096,16 +7468,16 @@ proto.io.bisq.protobuffer.GetPeersRequest.prototype.setNonce = function(value) { * repeated int32 supported_capabilities = 3; * @return {!Array} */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.getSupportedCapabilitiesList = function() { +proto.io.haveno.protobuffer.GetPeersRequest.prototype.getSupportedCapabilitiesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 3)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetPeersRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetPeersRequest} returns this */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.setSupportedCapabilitiesList = function(value) { +proto.io.haveno.protobuffer.GetPeersRequest.prototype.setSupportedCapabilitiesList = function(value) { return jspb.Message.setField(this, 3, value || []); }; @@ -8113,56 +7485,56 @@ proto.io.bisq.protobuffer.GetPeersRequest.prototype.setSupportedCapabilitiesList /** * @param {number} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.GetPeersRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetPeersRequest} returns this */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.addSupportedCapabilities = function(value, opt_index) { +proto.io.haveno.protobuffer.GetPeersRequest.prototype.addSupportedCapabilities = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 3, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetPeersRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetPeersRequest} returns this */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.clearSupportedCapabilitiesList = function() { +proto.io.haveno.protobuffer.GetPeersRequest.prototype.clearSupportedCapabilitiesList = function() { return this.setSupportedCapabilitiesList([]); }; /** * repeated Peer reported_peers = 4; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.getReportedPeersList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.Peer, 4)); +proto.io.haveno.protobuffer.GetPeersRequest.prototype.getReportedPeersList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.Peer, 4)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetPeersRequest} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetPeersRequest} returns this */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.setReportedPeersList = function(value) { +proto.io.haveno.protobuffer.GetPeersRequest.prototype.setReportedPeersList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 4, value); }; /** - * @param {!proto.io.bisq.protobuffer.Peer=} opt_value + * @param {!proto.io.haveno.protobuffer.Peer=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Peer} + * @return {!proto.io.haveno.protobuffer.Peer} */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.addReportedPeers = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 4, opt_value, proto.io.bisq.protobuffer.Peer, opt_index); +proto.io.haveno.protobuffer.GetPeersRequest.prototype.addReportedPeers = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 4, opt_value, proto.io.haveno.protobuffer.Peer, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetPeersRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetPeersRequest} returns this */ -proto.io.bisq.protobuffer.GetPeersRequest.prototype.clearReportedPeersList = function() { +proto.io.haveno.protobuffer.GetPeersRequest.prototype.clearReportedPeersList = function() { return this.setReportedPeersList([]); }; @@ -8173,7 +7545,7 @@ proto.io.bisq.protobuffer.GetPeersRequest.prototype.clearReportedPeersList = fun * @private {!Array} * @const */ -proto.io.bisq.protobuffer.GetPeersResponse.repeatedFields_ = [2,3]; +proto.io.haveno.protobuffer.GetPeersResponse.repeatedFields_ = [2,3]; @@ -8190,8 +7562,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetPeersResponse.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetPeersResponse.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetPeersResponse.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetPeersResponse.toObject(opt_includeInstance, this); }; @@ -8200,15 +7572,15 @@ proto.io.bisq.protobuffer.GetPeersResponse.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetPeersResponse} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetPeersResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPeersResponse.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetPeersResponse.toObject = function(includeInstance, msg) { var f, obj = { requestNonce: jspb.Message.getFieldWithDefault(msg, 1, 0), reportedPeersList: jspb.Message.toObjectList(msg.getReportedPeersList(), - proto.io.bisq.protobuffer.Peer.toObject, includeInstance), + proto.io.haveno.protobuffer.Peer.toObject, includeInstance), supportedCapabilitiesList: (f = jspb.Message.getRepeatedField(msg, 3)) == null ? undefined : f }; @@ -8223,23 +7595,23 @@ proto.io.bisq.protobuffer.GetPeersResponse.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetPeersResponse} + * @return {!proto.io.haveno.protobuffer.GetPeersResponse} */ -proto.io.bisq.protobuffer.GetPeersResponse.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetPeersResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetPeersResponse; - return proto.io.bisq.protobuffer.GetPeersResponse.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetPeersResponse; + return proto.io.haveno.protobuffer.GetPeersResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetPeersResponse} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetPeersResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetPeersResponse} + * @return {!proto.io.haveno.protobuffer.GetPeersResponse} */ -proto.io.bisq.protobuffer.GetPeersResponse.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetPeersResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -8251,8 +7623,8 @@ proto.io.bisq.protobuffer.GetPeersResponse.deserializeBinaryFromReader = functio msg.setRequestNonce(value); break; case 2: - var value = new proto.io.bisq.protobuffer.Peer; - reader.readMessage(value,proto.io.bisq.protobuffer.Peer.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Peer; + reader.readMessage(value,proto.io.haveno.protobuffer.Peer.deserializeBinaryFromReader); msg.addReportedPeers(value); break; case 3: @@ -8274,9 +7646,9 @@ proto.io.bisq.protobuffer.GetPeersResponse.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetPeersResponse.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetPeersResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetPeersResponse.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetPeersResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -8284,11 +7656,11 @@ proto.io.bisq.protobuffer.GetPeersResponse.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetPeersResponse} message + * @param {!proto.io.haveno.protobuffer.GetPeersResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetPeersResponse.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetPeersResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getRequestNonce(); if (f !== 0) { @@ -8302,7 +7674,7 @@ proto.io.bisq.protobuffer.GetPeersResponse.serializeBinaryToWriter = function(me writer.writeRepeatedMessage( 2, f, - proto.io.bisq.protobuffer.Peer.serializeBinaryToWriter + proto.io.haveno.protobuffer.Peer.serializeBinaryToWriter ); } f = message.getSupportedCapabilitiesList(); @@ -8319,54 +7691,54 @@ proto.io.bisq.protobuffer.GetPeersResponse.serializeBinaryToWriter = function(me * optional int32 request_nonce = 1; * @return {number} */ -proto.io.bisq.protobuffer.GetPeersResponse.prototype.getRequestNonce = function() { +proto.io.haveno.protobuffer.GetPeersResponse.prototype.getRequestNonce = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.GetPeersResponse} returns this + * @return {!proto.io.haveno.protobuffer.GetPeersResponse} returns this */ -proto.io.bisq.protobuffer.GetPeersResponse.prototype.setRequestNonce = function(value) { +proto.io.haveno.protobuffer.GetPeersResponse.prototype.setRequestNonce = function(value) { return jspb.Message.setProto3IntField(this, 1, value); }; /** * repeated Peer reported_peers = 2; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.GetPeersResponse.prototype.getReportedPeersList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.Peer, 2)); +proto.io.haveno.protobuffer.GetPeersResponse.prototype.getReportedPeersList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.Peer, 2)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetPeersResponse} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.GetPeersResponse} returns this */ -proto.io.bisq.protobuffer.GetPeersResponse.prototype.setReportedPeersList = function(value) { +proto.io.haveno.protobuffer.GetPeersResponse.prototype.setReportedPeersList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 2, value); }; /** - * @param {!proto.io.bisq.protobuffer.Peer=} opt_value + * @param {!proto.io.haveno.protobuffer.Peer=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Peer} + * @return {!proto.io.haveno.protobuffer.Peer} */ -proto.io.bisq.protobuffer.GetPeersResponse.prototype.addReportedPeers = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.io.bisq.protobuffer.Peer, opt_index); +proto.io.haveno.protobuffer.GetPeersResponse.prototype.addReportedPeers = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.io.haveno.protobuffer.Peer, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetPeersResponse} returns this + * @return {!proto.io.haveno.protobuffer.GetPeersResponse} returns this */ -proto.io.bisq.protobuffer.GetPeersResponse.prototype.clearReportedPeersList = function() { +proto.io.haveno.protobuffer.GetPeersResponse.prototype.clearReportedPeersList = function() { return this.setReportedPeersList([]); }; @@ -8375,16 +7747,16 @@ proto.io.bisq.protobuffer.GetPeersResponse.prototype.clearReportedPeersList = fu * repeated int32 supported_capabilities = 3; * @return {!Array} */ -proto.io.bisq.protobuffer.GetPeersResponse.prototype.getSupportedCapabilitiesList = function() { +proto.io.haveno.protobuffer.GetPeersResponse.prototype.getSupportedCapabilitiesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 3)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.GetPeersResponse} returns this + * @return {!proto.io.haveno.protobuffer.GetPeersResponse} returns this */ -proto.io.bisq.protobuffer.GetPeersResponse.prototype.setSupportedCapabilitiesList = function(value) { +proto.io.haveno.protobuffer.GetPeersResponse.prototype.setSupportedCapabilitiesList = function(value) { return jspb.Message.setField(this, 3, value || []); }; @@ -8392,18 +7764,18 @@ proto.io.bisq.protobuffer.GetPeersResponse.prototype.setSupportedCapabilitiesLis /** * @param {number} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.GetPeersResponse} returns this + * @return {!proto.io.haveno.protobuffer.GetPeersResponse} returns this */ -proto.io.bisq.protobuffer.GetPeersResponse.prototype.addSupportedCapabilities = function(value, opt_index) { +proto.io.haveno.protobuffer.GetPeersResponse.prototype.addSupportedCapabilities = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 3, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.GetPeersResponse} returns this + * @return {!proto.io.haveno.protobuffer.GetPeersResponse} returns this */ -proto.io.bisq.protobuffer.GetPeersResponse.prototype.clearSupportedCapabilitiesList = function() { +proto.io.haveno.protobuffer.GetPeersResponse.prototype.clearSupportedCapabilitiesList = function() { return this.setSupportedCapabilitiesList([]); }; @@ -8424,8 +7796,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.Ping.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Ping.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.Ping.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Ping.toObject(opt_includeInstance, this); }; @@ -8434,11 +7806,11 @@ proto.io.bisq.protobuffer.Ping.prototype.toObject = function(opt_includeInstance * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Ping} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.Ping} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Ping.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.Ping.toObject = function(includeInstance, msg) { var f, obj = { nonce: jspb.Message.getFieldWithDefault(msg, 1, 0), lastRoundTripTime: jspb.Message.getFieldWithDefault(msg, 2, 0) @@ -8455,23 +7827,23 @@ proto.io.bisq.protobuffer.Ping.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Ping} + * @return {!proto.io.haveno.protobuffer.Ping} */ -proto.io.bisq.protobuffer.Ping.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Ping.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Ping; - return proto.io.bisq.protobuffer.Ping.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Ping; + return proto.io.haveno.protobuffer.Ping.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Ping} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Ping} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Ping} + * @return {!proto.io.haveno.protobuffer.Ping} */ -proto.io.bisq.protobuffer.Ping.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Ping.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -8499,9 +7871,9 @@ proto.io.bisq.protobuffer.Ping.deserializeBinaryFromReader = function(msg, reade * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Ping.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Ping.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Ping.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Ping.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -8509,11 +7881,11 @@ proto.io.bisq.protobuffer.Ping.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Ping} message + * @param {!proto.io.haveno.protobuffer.Ping} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Ping.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Ping.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getNonce(); if (f !== 0) { @@ -8536,16 +7908,16 @@ proto.io.bisq.protobuffer.Ping.serializeBinaryToWriter = function(message, write * optional int32 nonce = 1; * @return {number} */ -proto.io.bisq.protobuffer.Ping.prototype.getNonce = function() { +proto.io.haveno.protobuffer.Ping.prototype.getNonce = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Ping} returns this + * @return {!proto.io.haveno.protobuffer.Ping} returns this */ -proto.io.bisq.protobuffer.Ping.prototype.setNonce = function(value) { +proto.io.haveno.protobuffer.Ping.prototype.setNonce = function(value) { return jspb.Message.setProto3IntField(this, 1, value); }; @@ -8554,16 +7926,16 @@ proto.io.bisq.protobuffer.Ping.prototype.setNonce = function(value) { * optional int32 last_round_trip_time = 2; * @return {number} */ -proto.io.bisq.protobuffer.Ping.prototype.getLastRoundTripTime = function() { +proto.io.haveno.protobuffer.Ping.prototype.getLastRoundTripTime = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Ping} returns this + * @return {!proto.io.haveno.protobuffer.Ping} returns this */ -proto.io.bisq.protobuffer.Ping.prototype.setLastRoundTripTime = function(value) { +proto.io.haveno.protobuffer.Ping.prototype.setLastRoundTripTime = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -8584,8 +7956,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.Pong.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Pong.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.Pong.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Pong.toObject(opt_includeInstance, this); }; @@ -8594,11 +7966,11 @@ proto.io.bisq.protobuffer.Pong.prototype.toObject = function(opt_includeInstance * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Pong} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.Pong} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Pong.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.Pong.toObject = function(includeInstance, msg) { var f, obj = { requestNonce: jspb.Message.getFieldWithDefault(msg, 1, 0) }; @@ -8614,23 +7986,23 @@ proto.io.bisq.protobuffer.Pong.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Pong} + * @return {!proto.io.haveno.protobuffer.Pong} */ -proto.io.bisq.protobuffer.Pong.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Pong.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Pong; - return proto.io.bisq.protobuffer.Pong.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Pong; + return proto.io.haveno.protobuffer.Pong.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Pong} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Pong} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Pong} + * @return {!proto.io.haveno.protobuffer.Pong} */ -proto.io.bisq.protobuffer.Pong.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Pong.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -8654,9 +8026,9 @@ proto.io.bisq.protobuffer.Pong.deserializeBinaryFromReader = function(msg, reade * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Pong.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Pong.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Pong.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Pong.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -8664,11 +8036,11 @@ proto.io.bisq.protobuffer.Pong.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Pong} message + * @param {!proto.io.haveno.protobuffer.Pong} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Pong.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Pong.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getRequestNonce(); if (f !== 0) { @@ -8684,16 +8056,16 @@ proto.io.bisq.protobuffer.Pong.serializeBinaryToWriter = function(message, write * optional int32 request_nonce = 1; * @return {number} */ -proto.io.bisq.protobuffer.Pong.prototype.getRequestNonce = function() { +proto.io.haveno.protobuffer.Pong.prototype.getRequestNonce = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Pong} returns this + * @return {!proto.io.haveno.protobuffer.Pong} returns this */ -proto.io.bisq.protobuffer.Pong.prototype.setRequestNonce = function(value) { +proto.io.haveno.protobuffer.Pong.prototype.setRequestNonce = function(value) { return jspb.Message.setProto3IntField(this, 1, value); }; @@ -8714,8 +8086,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetInventoryRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetInventoryRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetInventoryRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetInventoryRequest.toObject(opt_includeInstance, this); }; @@ -8724,11 +8096,11 @@ proto.io.bisq.protobuffer.GetInventoryRequest.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetInventoryRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetInventoryRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetInventoryRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetInventoryRequest.toObject = function(includeInstance, msg) { var f, obj = { version: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -8744,23 +8116,23 @@ proto.io.bisq.protobuffer.GetInventoryRequest.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetInventoryRequest} + * @return {!proto.io.haveno.protobuffer.GetInventoryRequest} */ -proto.io.bisq.protobuffer.GetInventoryRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetInventoryRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetInventoryRequest; - return proto.io.bisq.protobuffer.GetInventoryRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetInventoryRequest; + return proto.io.haveno.protobuffer.GetInventoryRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetInventoryRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetInventoryRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetInventoryRequest} + * @return {!proto.io.haveno.protobuffer.GetInventoryRequest} */ -proto.io.bisq.protobuffer.GetInventoryRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetInventoryRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -8784,9 +8156,9 @@ proto.io.bisq.protobuffer.GetInventoryRequest.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetInventoryRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetInventoryRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetInventoryRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetInventoryRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -8794,11 +8166,11 @@ proto.io.bisq.protobuffer.GetInventoryRequest.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetInventoryRequest} message + * @param {!proto.io.haveno.protobuffer.GetInventoryRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetInventoryRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetInventoryRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getVersion(); if (f.length > 0) { @@ -8814,16 +8186,16 @@ proto.io.bisq.protobuffer.GetInventoryRequest.serializeBinaryToWriter = function * optional string version = 1; * @return {string} */ -proto.io.bisq.protobuffer.GetInventoryRequest.prototype.getVersion = function() { +proto.io.haveno.protobuffer.GetInventoryRequest.prototype.getVersion = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.GetInventoryRequest} returns this + * @return {!proto.io.haveno.protobuffer.GetInventoryRequest} returns this */ -proto.io.bisq.protobuffer.GetInventoryRequest.prototype.setVersion = function(value) { +proto.io.haveno.protobuffer.GetInventoryRequest.prototype.setVersion = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -8844,8 +8216,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.GetInventoryResponse.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.GetInventoryResponse.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.GetInventoryResponse.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.GetInventoryResponse.toObject(opt_includeInstance, this); }; @@ -8854,11 +8226,11 @@ proto.io.bisq.protobuffer.GetInventoryResponse.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.GetInventoryResponse} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.GetInventoryResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetInventoryResponse.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.GetInventoryResponse.toObject = function(includeInstance, msg) { var f, obj = { inventoryMap: (f = msg.getInventoryMap()) ? f.toObject(includeInstance, undefined) : [] }; @@ -8874,23 +8246,23 @@ proto.io.bisq.protobuffer.GetInventoryResponse.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.GetInventoryResponse} + * @return {!proto.io.haveno.protobuffer.GetInventoryResponse} */ -proto.io.bisq.protobuffer.GetInventoryResponse.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.GetInventoryResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.GetInventoryResponse; - return proto.io.bisq.protobuffer.GetInventoryResponse.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.GetInventoryResponse; + return proto.io.haveno.protobuffer.GetInventoryResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.GetInventoryResponse} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.GetInventoryResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.GetInventoryResponse} + * @return {!proto.io.haveno.protobuffer.GetInventoryResponse} */ -proto.io.bisq.protobuffer.GetInventoryResponse.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.GetInventoryResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -8916,9 +8288,9 @@ proto.io.bisq.protobuffer.GetInventoryResponse.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.GetInventoryResponse.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.GetInventoryResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.GetInventoryResponse.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.GetInventoryResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -8926,11 +8298,11 @@ proto.io.bisq.protobuffer.GetInventoryResponse.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.GetInventoryResponse} message + * @param {!proto.io.haveno.protobuffer.GetInventoryResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.GetInventoryResponse.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.GetInventoryResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getInventoryMap(true); if (f && f.getLength() > 0) { @@ -8945,7 +8317,7 @@ proto.io.bisq.protobuffer.GetInventoryResponse.serializeBinaryToWriter = functio * empty, instead returning `undefined` * @return {!jspb.Map} */ -proto.io.bisq.protobuffer.GetInventoryResponse.prototype.getInventoryMap = function(opt_noLazyCreate) { +proto.io.haveno.protobuffer.GetInventoryResponse.prototype.getInventoryMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( jspb.Message.getMapField(this, 1, opt_noLazyCreate, null)); @@ -8954,9 +8326,9 @@ proto.io.bisq.protobuffer.GetInventoryResponse.prototype.getInventoryMap = funct /** * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.GetInventoryResponse} returns this + * @return {!proto.io.haveno.protobuffer.GetInventoryResponse} returns this */ -proto.io.bisq.protobuffer.GetInventoryResponse.prototype.clearInventoryMap = function() { +proto.io.haveno.protobuffer.GetInventoryResponse.prototype.clearInventoryMap = function() { this.getInventoryMap().clear(); return this;}; @@ -8967,7 +8339,7 @@ proto.io.bisq.protobuffer.GetInventoryResponse.prototype.clearInventoryMap = fun * @private {!Array} * @const */ -proto.io.bisq.protobuffer.SignOfferRequest.repeatedFields_ = [11]; +proto.io.haveno.protobuffer.SignOfferRequest.repeatedFields_ = [11]; @@ -8984,8 +8356,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SignOfferRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SignOfferRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SignOfferRequest.toObject(opt_includeInstance, this); }; @@ -8994,17 +8366,17 @@ proto.io.bisq.protobuffer.SignOfferRequest.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SignOfferRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SignOfferRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignOfferRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SignOfferRequest.toObject = function(includeInstance, msg) { var f, obj = { offerId: jspb.Message.getFieldWithDefault(msg, 1, ""), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), + senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.haveno.protobuffer.PubKeyRing.toObject(includeInstance, f), senderAccountId: jspb.Message.getFieldWithDefault(msg, 4, ""), - offerPayload: (f = msg.getOfferPayload()) && proto.io.bisq.protobuffer.OfferPayload.toObject(includeInstance, f), + offerPayload: (f = msg.getOfferPayload()) && proto.io.haveno.protobuffer.OfferPayload.toObject(includeInstance, f), uid: jspb.Message.getFieldWithDefault(msg, 6, ""), currentDate: jspb.Message.getFieldWithDefault(msg, 7, 0), reserveTxHash: jspb.Message.getFieldWithDefault(msg, 8, ""), @@ -9025,23 +8397,23 @@ proto.io.bisq.protobuffer.SignOfferRequest.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} */ -proto.io.bisq.protobuffer.SignOfferRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SignOfferRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SignOfferRequest; - return proto.io.bisq.protobuffer.SignOfferRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SignOfferRequest; + return proto.io.haveno.protobuffer.SignOfferRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SignOfferRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SignOfferRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} */ -proto.io.bisq.protobuffer.SignOfferRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SignOfferRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -9053,13 +8425,13 @@ proto.io.bisq.protobuffer.SignOfferRequest.deserializeBinaryFromReader = functio msg.setOfferId(value); break; case 2: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSenderNodeAddress(value); break; case 3: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PubKeyRing; + reader.readMessage(value,proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader); msg.setPubKeyRing(value); break; case 4: @@ -9067,8 +8439,8 @@ proto.io.bisq.protobuffer.SignOfferRequest.deserializeBinaryFromReader = functio msg.setSenderAccountId(value); break; case 5: - var value = new proto.io.bisq.protobuffer.OfferPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.OfferPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.OfferPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.OfferPayload.deserializeBinaryFromReader); msg.setOfferPayload(value); break; case 6: @@ -9112,9 +8484,9 @@ proto.io.bisq.protobuffer.SignOfferRequest.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SignOfferRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SignOfferRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -9122,11 +8494,11 @@ proto.io.bisq.protobuffer.SignOfferRequest.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SignOfferRequest} message + * @param {!proto.io.haveno.protobuffer.SignOfferRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignOfferRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SignOfferRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOfferId(); if (f.length > 0) { @@ -9140,7 +8512,7 @@ proto.io.bisq.protobuffer.SignOfferRequest.serializeBinaryToWriter = function(me writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getPubKeyRing(); @@ -9148,7 +8520,7 @@ proto.io.bisq.protobuffer.SignOfferRequest.serializeBinaryToWriter = function(me writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter + proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter ); } f = message.getSenderAccountId(); @@ -9163,7 +8535,7 @@ proto.io.bisq.protobuffer.SignOfferRequest.serializeBinaryToWriter = function(me writer.writeMessage( 5, f, - proto.io.bisq.protobuffer.OfferPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.OfferPayload.serializeBinaryToWriter ); } f = message.getUid(); @@ -9222,44 +8594,44 @@ proto.io.bisq.protobuffer.SignOfferRequest.serializeBinaryToWriter = function(me * optional string offer_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.getOfferId = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.getOfferId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.setOfferId = function(value) { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.setOfferId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional NodeAddress sender_node_address = 2; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 2)); +proto.io.haveno.protobuffer.SignOfferRequest.prototype.getSenderNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.setSenderNodeAddress = function(value) { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.setSenderNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.clearSenderNodeAddress = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.clearSenderNodeAddress = function() { return this.setSenderNodeAddress(undefined); }; @@ -9268,35 +8640,35 @@ proto.io.bisq.protobuffer.SignOfferRequest.prototype.clearSenderNodeAddress = fu * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.hasSenderNodeAddress = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.hasSenderNodeAddress = function() { return jspb.Message.getField(this, 2) != null; }; /** * optional PubKeyRing pub_key_ring = 3; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} + * @return {?proto.io.haveno.protobuffer.PubKeyRing} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.getPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 3)); +proto.io.haveno.protobuffer.SignOfferRequest.prototype.getPubKeyRing = function() { + return /** @type{?proto.io.haveno.protobuffer.PubKeyRing} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PubKeyRing, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @param {?proto.io.haveno.protobuffer.PubKeyRing|undefined} value + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.setPubKeyRing = function(value) { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.setPubKeyRing = function(value) { return jspb.Message.setWrapperField(this, 3, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.clearPubKeyRing = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.clearPubKeyRing = function() { return this.setPubKeyRing(undefined); }; @@ -9305,7 +8677,7 @@ proto.io.bisq.protobuffer.SignOfferRequest.prototype.clearPubKeyRing = function( * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.hasPubKeyRing = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.hasPubKeyRing = function() { return jspb.Message.getField(this, 3) != null; }; @@ -9314,44 +8686,44 @@ proto.io.bisq.protobuffer.SignOfferRequest.prototype.hasPubKeyRing = function() * optional string sender_account_id = 4; * @return {string} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.getSenderAccountId = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.getSenderAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.setSenderAccountId = function(value) { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.setSenderAccountId = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; /** * optional OfferPayload offer_payload = 5; - * @return {?proto.io.bisq.protobuffer.OfferPayload} + * @return {?proto.io.haveno.protobuffer.OfferPayload} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.getOfferPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.OfferPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.OfferPayload, 5)); +proto.io.haveno.protobuffer.SignOfferRequest.prototype.getOfferPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.OfferPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.OfferPayload, 5)); }; /** - * @param {?proto.io.bisq.protobuffer.OfferPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @param {?proto.io.haveno.protobuffer.OfferPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.setOfferPayload = function(value) { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.setOfferPayload = function(value) { return jspb.Message.setWrapperField(this, 5, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.clearOfferPayload = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.clearOfferPayload = function() { return this.setOfferPayload(undefined); }; @@ -9360,7 +8732,7 @@ proto.io.bisq.protobuffer.SignOfferRequest.prototype.clearOfferPayload = functio * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.hasOfferPayload = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.hasOfferPayload = function() { return jspb.Message.getField(this, 5) != null; }; @@ -9369,16 +8741,16 @@ proto.io.bisq.protobuffer.SignOfferRequest.prototype.hasOfferPayload = function( * optional string uid = 6; * @return {string} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.getUid = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; @@ -9387,16 +8759,16 @@ proto.io.bisq.protobuffer.SignOfferRequest.prototype.setUid = function(value) { * optional int64 current_date = 7; * @return {number} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.getCurrentDate = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.getCurrentDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.setCurrentDate = function(value) { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.setCurrentDate = function(value) { return jspb.Message.setProto3IntField(this, 7, value); }; @@ -9405,16 +8777,16 @@ proto.io.bisq.protobuffer.SignOfferRequest.prototype.setCurrentDate = function(v * optional string reserve_tx_hash = 8; * @return {string} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.getReserveTxHash = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.getReserveTxHash = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.setReserveTxHash = function(value) { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.setReserveTxHash = function(value) { return jspb.Message.setProto3StringField(this, 8, value); }; @@ -9423,16 +8795,16 @@ proto.io.bisq.protobuffer.SignOfferRequest.prototype.setReserveTxHash = function * optional string reserve_tx_hex = 9; * @return {string} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.getReserveTxHex = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.getReserveTxHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.setReserveTxHex = function(value) { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.setReserveTxHex = function(value) { return jspb.Message.setProto3StringField(this, 9, value); }; @@ -9441,16 +8813,16 @@ proto.io.bisq.protobuffer.SignOfferRequest.prototype.setReserveTxHex = function( * optional string reserve_tx_key = 10; * @return {string} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.getReserveTxKey = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.getReserveTxKey = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.setReserveTxKey = function(value) { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.setReserveTxKey = function(value) { return jspb.Message.setProto3StringField(this, 10, value); }; @@ -9459,16 +8831,16 @@ proto.io.bisq.protobuffer.SignOfferRequest.prototype.setReserveTxKey = function( * repeated string reserve_tx_key_images = 11; * @return {!Array} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.getReserveTxKeyImagesList = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.getReserveTxKeyImagesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 11)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.setReserveTxKeyImagesList = function(value) { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.setReserveTxKeyImagesList = function(value) { return jspb.Message.setField(this, 11, value || []); }; @@ -9476,18 +8848,18 @@ proto.io.bisq.protobuffer.SignOfferRequest.prototype.setReserveTxKeyImagesList = /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.addReserveTxKeyImages = function(value, opt_index) { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.addReserveTxKeyImages = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 11, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.clearReserveTxKeyImagesList = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.clearReserveTxKeyImagesList = function() { return this.setReserveTxKeyImagesList([]); }; @@ -9496,16 +8868,16 @@ proto.io.bisq.protobuffer.SignOfferRequest.prototype.clearReserveTxKeyImagesList * optional string payout_address = 12; * @return {string} */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.getPayoutAddress = function() { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.getPayoutAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignOfferRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferRequest} returns this */ -proto.io.bisq.protobuffer.SignOfferRequest.prototype.setPayoutAddress = function(value) { +proto.io.haveno.protobuffer.SignOfferRequest.prototype.setPayoutAddress = function(value) { return jspb.Message.setProto3StringField(this, 12, value); }; @@ -9526,8 +8898,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SignOfferResponse.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SignOfferResponse.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SignOfferResponse.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SignOfferResponse.toObject(opt_includeInstance, this); }; @@ -9536,15 +8908,15 @@ proto.io.bisq.protobuffer.SignOfferResponse.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SignOfferResponse} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SignOfferResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignOfferResponse.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SignOfferResponse.toObject = function(includeInstance, msg) { var f, obj = { offerId: jspb.Message.getFieldWithDefault(msg, 1, ""), uid: jspb.Message.getFieldWithDefault(msg, 2, ""), - signedOfferPayload: (f = msg.getSignedOfferPayload()) && proto.io.bisq.protobuffer.OfferPayload.toObject(includeInstance, f) + signedOfferPayload: (f = msg.getSignedOfferPayload()) && proto.io.haveno.protobuffer.OfferPayload.toObject(includeInstance, f) }; if (includeInstance) { @@ -9558,23 +8930,23 @@ proto.io.bisq.protobuffer.SignOfferResponse.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SignOfferResponse} + * @return {!proto.io.haveno.protobuffer.SignOfferResponse} */ -proto.io.bisq.protobuffer.SignOfferResponse.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SignOfferResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SignOfferResponse; - return proto.io.bisq.protobuffer.SignOfferResponse.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SignOfferResponse; + return proto.io.haveno.protobuffer.SignOfferResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SignOfferResponse} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SignOfferResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SignOfferResponse} + * @return {!proto.io.haveno.protobuffer.SignOfferResponse} */ -proto.io.bisq.protobuffer.SignOfferResponse.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SignOfferResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -9590,8 +8962,8 @@ proto.io.bisq.protobuffer.SignOfferResponse.deserializeBinaryFromReader = functi msg.setUid(value); break; case 3: - var value = new proto.io.bisq.protobuffer.OfferPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.OfferPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.OfferPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.OfferPayload.deserializeBinaryFromReader); msg.setSignedOfferPayload(value); break; default: @@ -9607,9 +8979,9 @@ proto.io.bisq.protobuffer.SignOfferResponse.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignOfferResponse.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SignOfferResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SignOfferResponse.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SignOfferResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -9617,11 +8989,11 @@ proto.io.bisq.protobuffer.SignOfferResponse.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SignOfferResponse} message + * @param {!proto.io.haveno.protobuffer.SignOfferResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignOfferResponse.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SignOfferResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOfferId(); if (f.length > 0) { @@ -9642,7 +9014,7 @@ proto.io.bisq.protobuffer.SignOfferResponse.serializeBinaryToWriter = function(m writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.OfferPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.OfferPayload.serializeBinaryToWriter ); } }; @@ -9652,16 +9024,16 @@ proto.io.bisq.protobuffer.SignOfferResponse.serializeBinaryToWriter = function(m * optional string offer_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.SignOfferResponse.prototype.getOfferId = function() { +proto.io.haveno.protobuffer.SignOfferResponse.prototype.getOfferId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignOfferResponse} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferResponse} returns this */ -proto.io.bisq.protobuffer.SignOfferResponse.prototype.setOfferId = function(value) { +proto.io.haveno.protobuffer.SignOfferResponse.prototype.setOfferId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -9670,44 +9042,44 @@ proto.io.bisq.protobuffer.SignOfferResponse.prototype.setOfferId = function(valu * optional string uid = 2; * @return {string} */ -proto.io.bisq.protobuffer.SignOfferResponse.prototype.getUid = function() { +proto.io.haveno.protobuffer.SignOfferResponse.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignOfferResponse} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferResponse} returns this */ -proto.io.bisq.protobuffer.SignOfferResponse.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.SignOfferResponse.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional OfferPayload signed_offer_payload = 3; - * @return {?proto.io.bisq.protobuffer.OfferPayload} + * @return {?proto.io.haveno.protobuffer.OfferPayload} */ -proto.io.bisq.protobuffer.SignOfferResponse.prototype.getSignedOfferPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.OfferPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.OfferPayload, 3)); +proto.io.haveno.protobuffer.SignOfferResponse.prototype.getSignedOfferPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.OfferPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.OfferPayload, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.OfferPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.SignOfferResponse} returns this + * @param {?proto.io.haveno.protobuffer.OfferPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.SignOfferResponse} returns this */ -proto.io.bisq.protobuffer.SignOfferResponse.prototype.setSignedOfferPayload = function(value) { +proto.io.haveno.protobuffer.SignOfferResponse.prototype.setSignedOfferPayload = function(value) { return jspb.Message.setWrapperField(this, 3, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.SignOfferResponse} returns this + * @return {!proto.io.haveno.protobuffer.SignOfferResponse} returns this */ -proto.io.bisq.protobuffer.SignOfferResponse.prototype.clearSignedOfferPayload = function() { +proto.io.haveno.protobuffer.SignOfferResponse.prototype.clearSignedOfferPayload = function() { return this.setSignedOfferPayload(undefined); }; @@ -9716,7 +9088,7 @@ proto.io.bisq.protobuffer.SignOfferResponse.prototype.clearSignedOfferPayload = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.SignOfferResponse.prototype.hasSignedOfferPayload = function() { +proto.io.haveno.protobuffer.SignOfferResponse.prototype.hasSignedOfferPayload = function() { return jspb.Message.getField(this, 3) != null; }; @@ -9727,7 +9099,7 @@ proto.io.bisq.protobuffer.SignOfferResponse.prototype.hasSignedOfferPayload = fu * @private {!Array} * @const */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.repeatedFields_ = [4]; +proto.io.haveno.protobuffer.OfferAvailabilityRequest.repeatedFields_ = [4]; @@ -9744,8 +9116,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.OfferAvailabilityRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.OfferAvailabilityRequest.toObject(opt_includeInstance, this); }; @@ -9754,19 +9126,19 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.toObject = function * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.toObject = function(includeInstance, msg) { var f, obj = { offerId: jspb.Message.getFieldWithDefault(msg, 1, ""), - pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), + pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.haveno.protobuffer.PubKeyRing.toObject(includeInstance, f), takersTradePrice: jspb.Message.getFieldWithDefault(msg, 3, 0), supportedCapabilitiesList: (f = jspb.Message.getRepeatedField(msg, 4)) == null ? undefined : f, uid: jspb.Message.getFieldWithDefault(msg, 5, ""), isTakerApiUser: jspb.Message.getBooleanFieldWithDefault(msg, 6, false), - tradeRequest: (f = msg.getTradeRequest()) && proto.io.bisq.protobuffer.InitTradeRequest.toObject(includeInstance, f) + tradeRequest: (f = msg.getTradeRequest()) && proto.io.haveno.protobuffer.InitTradeRequest.toObject(includeInstance, f) }; if (includeInstance) { @@ -9780,23 +9152,23 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.toObject = function(includeIn /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.OfferAvailabilityRequest; - return proto.io.bisq.protobuffer.OfferAvailabilityRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.OfferAvailabilityRequest; + return proto.io.haveno.protobuffer.OfferAvailabilityRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -9808,8 +9180,8 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.deserializeBinaryFromReader = msg.setOfferId(value); break; case 2: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PubKeyRing; + reader.readMessage(value,proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader); msg.setPubKeyRing(value); break; case 3: @@ -9831,8 +9203,8 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.deserializeBinaryFromReader = msg.setIsTakerApiUser(value); break; case 7: - var value = new proto.io.bisq.protobuffer.InitTradeRequest; - reader.readMessage(value,proto.io.bisq.protobuffer.InitTradeRequest.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.InitTradeRequest; + reader.readMessage(value,proto.io.haveno.protobuffer.InitTradeRequest.deserializeBinaryFromReader); msg.setTradeRequest(value); break; default: @@ -9848,9 +9220,9 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.OfferAvailabilityRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.OfferAvailabilityRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -9858,11 +9230,11 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.serializeBinary = f /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} message + * @param {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOfferId(); if (f.length > 0) { @@ -9876,7 +9248,7 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.serializeBinaryToWriter = fun writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter + proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter ); } f = message.getTakersTradePrice(); @@ -9912,7 +9284,7 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.serializeBinaryToWriter = fun writer.writeMessage( 7, f, - proto.io.bisq.protobuffer.InitTradeRequest.serializeBinaryToWriter + proto.io.haveno.protobuffer.InitTradeRequest.serializeBinaryToWriter ); } }; @@ -9922,44 +9294,44 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.serializeBinaryToWriter = fun * optional string offer_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.getOfferId = function() { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.getOfferId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} returns this + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.setOfferId = function(value) { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.setOfferId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional PubKeyRing pub_key_ring = 2; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} + * @return {?proto.io.haveno.protobuffer.PubKeyRing} */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.getPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 2)); +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.getPubKeyRing = function() { + return /** @type{?proto.io.haveno.protobuffer.PubKeyRing} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PubKeyRing, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} returns this + * @param {?proto.io.haveno.protobuffer.PubKeyRing|undefined} value + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.setPubKeyRing = function(value) { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.setPubKeyRing = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} returns this + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.clearPubKeyRing = function() { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.clearPubKeyRing = function() { return this.setPubKeyRing(undefined); }; @@ -9968,7 +9340,7 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.clearPubKeyRing = f * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.hasPubKeyRing = function() { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.hasPubKeyRing = function() { return jspb.Message.getField(this, 2) != null; }; @@ -9977,16 +9349,16 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.hasPubKeyRing = fun * optional int64 takers_trade_price = 3; * @return {number} */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.getTakersTradePrice = function() { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.getTakersTradePrice = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} returns this + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.setTakersTradePrice = function(value) { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.setTakersTradePrice = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -9995,16 +9367,16 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.setTakersTradePrice * repeated int32 supported_capabilities = 4; * @return {!Array} */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.getSupportedCapabilitiesList = function() { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.getSupportedCapabilitiesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 4)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} returns this + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.setSupportedCapabilitiesList = function(value) { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.setSupportedCapabilitiesList = function(value) { return jspb.Message.setField(this, 4, value || []); }; @@ -10012,18 +9384,18 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.setSupportedCapabil /** * @param {number} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} returns this + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.addSupportedCapabilities = function(value, opt_index) { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.addSupportedCapabilities = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 4, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} returns this + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.clearSupportedCapabilitiesList = function() { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.clearSupportedCapabilitiesList = function() { return this.setSupportedCapabilitiesList([]); }; @@ -10032,16 +9404,16 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.clearSupportedCapab * optional string uid = 5; * @return {string} */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.getUid = function() { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} returns this + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; @@ -10050,44 +9422,44 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.setUid = function(v * optional bool is_taker_api_user = 6; * @return {boolean} */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.getIsTakerApiUser = function() { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.getIsTakerApiUser = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} returns this + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.setIsTakerApiUser = function(value) { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.setIsTakerApiUser = function(value) { return jspb.Message.setProto3BooleanField(this, 6, value); }; /** * optional InitTradeRequest trade_request = 7; - * @return {?proto.io.bisq.protobuffer.InitTradeRequest} + * @return {?proto.io.haveno.protobuffer.InitTradeRequest} */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.getTradeRequest = function() { - return /** @type{?proto.io.bisq.protobuffer.InitTradeRequest} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.InitTradeRequest, 7)); +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.getTradeRequest = function() { + return /** @type{?proto.io.haveno.protobuffer.InitTradeRequest} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.InitTradeRequest, 7)); }; /** - * @param {?proto.io.bisq.protobuffer.InitTradeRequest|undefined} value - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} returns this + * @param {?proto.io.haveno.protobuffer.InitTradeRequest|undefined} value + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.setTradeRequest = function(value) { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.setTradeRequest = function(value) { return jspb.Message.setWrapperField(this, 7, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityRequest} returns this + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityRequest} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.clearTradeRequest = function() { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.clearTradeRequest = function() { return this.setTradeRequest(undefined); }; @@ -10096,7 +9468,7 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.clearTradeRequest = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.hasTradeRequest = function() { +proto.io.haveno.protobuffer.OfferAvailabilityRequest.prototype.hasTradeRequest = function() { return jspb.Message.getField(this, 7) != null; }; @@ -10107,7 +9479,7 @@ proto.io.bisq.protobuffer.OfferAvailabilityRequest.prototype.hasTradeRequest = f * @private {!Array} * @const */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.repeatedFields_ = [3]; +proto.io.haveno.protobuffer.OfferAvailabilityResponse.repeatedFields_ = [3]; @@ -10124,8 +9496,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.OfferAvailabilityResponse.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.OfferAvailabilityResponse.toObject(opt_includeInstance, this); }; @@ -10134,17 +9506,17 @@ proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.toObject = functio * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.OfferAvailabilityResponse} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.OfferAvailabilityResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.OfferAvailabilityResponse.toObject = function(includeInstance, msg) { var f, obj = { offerId: jspb.Message.getFieldWithDefault(msg, 1, ""), availabilityResult: jspb.Message.getFieldWithDefault(msg, 2, 0), supportedCapabilitiesList: (f = jspb.Message.getRepeatedField(msg, 3)) == null ? undefined : f, uid: jspb.Message.getFieldWithDefault(msg, 4, ""), - makerSignature: jspb.Message.getFieldWithDefault(msg, 5, "") + makerSignature: msg.getMakerSignature_asB64() }; if (includeInstance) { @@ -10158,23 +9530,23 @@ proto.io.bisq.protobuffer.OfferAvailabilityResponse.toObject = function(includeI /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityResponse} + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityResponse} */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.OfferAvailabilityResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.OfferAvailabilityResponse; - return proto.io.bisq.protobuffer.OfferAvailabilityResponse.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.OfferAvailabilityResponse; + return proto.io.haveno.protobuffer.OfferAvailabilityResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.OfferAvailabilityResponse} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.OfferAvailabilityResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityResponse} + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityResponse} */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.OfferAvailabilityResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -10186,7 +9558,7 @@ proto.io.bisq.protobuffer.OfferAvailabilityResponse.deserializeBinaryFromReader msg.setOfferId(value); break; case 2: - var value = /** @type {!proto.io.bisq.protobuffer.AvailabilityResult} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.AvailabilityResult} */ (reader.readEnum()); msg.setAvailabilityResult(value); break; case 3: @@ -10200,7 +9572,7 @@ proto.io.bisq.protobuffer.OfferAvailabilityResponse.deserializeBinaryFromReader msg.setUid(value); break; case 5: - var value = /** @type {string} */ (reader.readString()); + var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setMakerSignature(value); break; default: @@ -10216,9 +9588,9 @@ proto.io.bisq.protobuffer.OfferAvailabilityResponse.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.OfferAvailabilityResponse.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.OfferAvailabilityResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -10226,11 +9598,11 @@ proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.OfferAvailabilityResponse} message + * @param {!proto.io.haveno.protobuffer.OfferAvailabilityResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.OfferAvailabilityResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOfferId(); if (f.length > 0) { @@ -10260,9 +9632,9 @@ proto.io.bisq.protobuffer.OfferAvailabilityResponse.serializeBinaryToWriter = fu f ); } - f = message.getMakerSignature(); + f = message.getMakerSignature_asU8(); if (f.length > 0) { - writer.writeString( + writer.writeBytes( 5, f ); @@ -10274,34 +9646,34 @@ proto.io.bisq.protobuffer.OfferAvailabilityResponse.serializeBinaryToWriter = fu * optional string offer_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.getOfferId = function() { +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.getOfferId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityResponse} returns this + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityResponse} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.setOfferId = function(value) { +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.setOfferId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional AvailabilityResult availability_result = 2; - * @return {!proto.io.bisq.protobuffer.AvailabilityResult} + * @return {!proto.io.haveno.protobuffer.AvailabilityResult} */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.getAvailabilityResult = function() { - return /** @type {!proto.io.bisq.protobuffer.AvailabilityResult} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.getAvailabilityResult = function() { + return /** @type {!proto.io.haveno.protobuffer.AvailabilityResult} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.AvailabilityResult} value - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityResponse} returns this + * @param {!proto.io.haveno.protobuffer.AvailabilityResult} value + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityResponse} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.setAvailabilityResult = function(value) { +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.setAvailabilityResult = function(value) { return jspb.Message.setProto3EnumField(this, 2, value); }; @@ -10310,16 +9682,16 @@ proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.setAvailabilityRes * repeated int32 supported_capabilities = 3; * @return {!Array} */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.getSupportedCapabilitiesList = function() { +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.getSupportedCapabilitiesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 3)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityResponse} returns this + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityResponse} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.setSupportedCapabilitiesList = function(value) { +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.setSupportedCapabilitiesList = function(value) { return jspb.Message.setField(this, 3, value || []); }; @@ -10327,18 +9699,18 @@ proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.setSupportedCapabi /** * @param {number} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityResponse} returns this + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityResponse} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.addSupportedCapabilities = function(value, opt_index) { +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.addSupportedCapabilities = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 3, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityResponse} returns this + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityResponse} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.clearSupportedCapabilitiesList = function() { +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.clearSupportedCapabilitiesList = function() { return this.setSupportedCapabilitiesList([]); }; @@ -10347,35 +9719,59 @@ proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.clearSupportedCapa * optional string uid = 4; * @return {string} */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.getUid = function() { +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityResponse} returns this + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityResponse} returns this */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; /** - * optional string maker_signature = 5; - * @return {string} + * optional bytes maker_signature = 5; + * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.getMakerSignature = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.getMakerSignature = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferAvailabilityResponse} returns this + * optional bytes maker_signature = 5; + * This is a type-conversion wrapper around `getMakerSignature()` + * @return {string} */ -proto.io.bisq.protobuffer.OfferAvailabilityResponse.prototype.setMakerSignature = function(value) { - return jspb.Message.setProto3StringField(this, 5, value); +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.getMakerSignature_asB64 = function() { + return /** @type {string} */ (jspb.Message.bytesAsB64( + this.getMakerSignature())); +}; + + +/** + * optional bytes maker_signature = 5; + * Note that Uint8Array is not supported on all browsers. + * @see http://caniuse.com/Uint8Array + * This is a type-conversion wrapper around `getMakerSignature()` + * @return {!Uint8Array} + */ +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.getMakerSignature_asU8 = function() { + return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( + this.getMakerSignature())); +}; + + +/** + * @param {!(string|Uint8Array)} value + * @return {!proto.io.haveno.protobuffer.OfferAvailabilityResponse} returns this + */ +proto.io.haveno.protobuffer.OfferAvailabilityResponse.prototype.setMakerSignature = function(value) { + return jspb.Message.setProto3BytesField(this, 5, value); }; @@ -10395,8 +9791,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RefreshOfferMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RefreshOfferMessage.toObject(opt_includeInstance, this); }; @@ -10405,11 +9801,11 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RefreshOfferMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RefreshOfferMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RefreshOfferMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RefreshOfferMessage.toObject = function(includeInstance, msg) { var f, obj = { hashOfDataAndSeqNr: msg.getHashOfDataAndSeqNr_asB64(), signature: msg.getSignature_asB64(), @@ -10428,23 +9824,23 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RefreshOfferMessage} + * @return {!proto.io.haveno.protobuffer.RefreshOfferMessage} */ -proto.io.bisq.protobuffer.RefreshOfferMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RefreshOfferMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RefreshOfferMessage; - return proto.io.bisq.protobuffer.RefreshOfferMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RefreshOfferMessage; + return proto.io.haveno.protobuffer.RefreshOfferMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RefreshOfferMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RefreshOfferMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RefreshOfferMessage} + * @return {!proto.io.haveno.protobuffer.RefreshOfferMessage} */ -proto.io.bisq.protobuffer.RefreshOfferMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RefreshOfferMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -10480,9 +9876,9 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RefreshOfferMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RefreshOfferMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -10490,11 +9886,11 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RefreshOfferMessage} message + * @param {!proto.io.haveno.protobuffer.RefreshOfferMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RefreshOfferMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RefreshOfferMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHashOfDataAndSeqNr_asU8(); if (f.length > 0) { @@ -10531,7 +9927,7 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.serializeBinaryToWriter = function * optional bytes hash_of_data_and_seq_nr = 1; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getHashOfDataAndSeqNr = function() { +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.getHashOfDataAndSeqNr = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; @@ -10541,7 +9937,7 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getHashOfDataAndSeqNr = * This is a type-conversion wrapper around `getHashOfDataAndSeqNr()` * @return {string} */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getHashOfDataAndSeqNr_asB64 = function() { +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.getHashOfDataAndSeqNr_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getHashOfDataAndSeqNr())); }; @@ -10554,7 +9950,7 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getHashOfDataAndSeqNr_as * This is a type-conversion wrapper around `getHashOfDataAndSeqNr()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getHashOfDataAndSeqNr_asU8 = function() { +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.getHashOfDataAndSeqNr_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getHashOfDataAndSeqNr())); }; @@ -10562,9 +9958,9 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getHashOfDataAndSeqNr_as /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.RefreshOfferMessage} returns this + * @return {!proto.io.haveno.protobuffer.RefreshOfferMessage} returns this */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.setHashOfDataAndSeqNr = function(value) { +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.setHashOfDataAndSeqNr = function(value) { return jspb.Message.setProto3BytesField(this, 1, value); }; @@ -10573,7 +9969,7 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.setHashOfDataAndSeqNr = * optional bytes signature = 2; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getSignature = function() { +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.getSignature = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; @@ -10583,7 +9979,7 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getSignature = function( * This is a type-conversion wrapper around `getSignature()` * @return {string} */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getSignature_asB64 = function() { +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.getSignature_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getSignature())); }; @@ -10596,7 +9992,7 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getSignature_asB64 = fun * This is a type-conversion wrapper around `getSignature()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getSignature_asU8 = function() { +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.getSignature_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getSignature())); }; @@ -10604,9 +10000,9 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getSignature_asU8 = func /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.RefreshOfferMessage} returns this + * @return {!proto.io.haveno.protobuffer.RefreshOfferMessage} returns this */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.setSignature = function(value) { +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.setSignature = function(value) { return jspb.Message.setProto3BytesField(this, 2, value); }; @@ -10615,7 +10011,7 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.setSignature = function( * optional bytes hash_of_payload = 3; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getHashOfPayload = function() { +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.getHashOfPayload = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; @@ -10625,7 +10021,7 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getHashOfPayload = funct * This is a type-conversion wrapper around `getHashOfPayload()` * @return {string} */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getHashOfPayload_asB64 = function() { +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.getHashOfPayload_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getHashOfPayload())); }; @@ -10638,7 +10034,7 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getHashOfPayload_asB64 = * This is a type-conversion wrapper around `getHashOfPayload()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getHashOfPayload_asU8 = function() { +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.getHashOfPayload_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getHashOfPayload())); }; @@ -10646,9 +10042,9 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getHashOfPayload_asU8 = /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.RefreshOfferMessage} returns this + * @return {!proto.io.haveno.protobuffer.RefreshOfferMessage} returns this */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.setHashOfPayload = function(value) { +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.setHashOfPayload = function(value) { return jspb.Message.setProto3BytesField(this, 3, value); }; @@ -10657,16 +10053,16 @@ proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.setHashOfPayload = funct * optional int32 sequence_number = 4; * @return {number} */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.getSequenceNumber = function() { +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.getSequenceNumber = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.RefreshOfferMessage} returns this + * @return {!proto.io.haveno.protobuffer.RefreshOfferMessage} returns this */ -proto.io.bisq.protobuffer.RefreshOfferMessage.prototype.setSequenceNumber = function(value) { +proto.io.haveno.protobuffer.RefreshOfferMessage.prototype.setSequenceNumber = function(value) { return jspb.Message.setProto3IntField(this, 4, value); }; @@ -10687,8 +10083,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AddDataMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AddDataMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AddDataMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AddDataMessage.toObject(opt_includeInstance, this); }; @@ -10697,13 +10093,13 @@ proto.io.bisq.protobuffer.AddDataMessage.prototype.toObject = function(opt_inclu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AddDataMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AddDataMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AddDataMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AddDataMessage.toObject = function(includeInstance, msg) { var f, obj = { - entry: (f = msg.getEntry()) && proto.io.bisq.protobuffer.StorageEntryWrapper.toObject(includeInstance, f) + entry: (f = msg.getEntry()) && proto.io.haveno.protobuffer.StorageEntryWrapper.toObject(includeInstance, f) }; if (includeInstance) { @@ -10717,23 +10113,23 @@ proto.io.bisq.protobuffer.AddDataMessage.toObject = function(includeInstance, ms /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AddDataMessage} + * @return {!proto.io.haveno.protobuffer.AddDataMessage} */ -proto.io.bisq.protobuffer.AddDataMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AddDataMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AddDataMessage; - return proto.io.bisq.protobuffer.AddDataMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AddDataMessage; + return proto.io.haveno.protobuffer.AddDataMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AddDataMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AddDataMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AddDataMessage} + * @return {!proto.io.haveno.protobuffer.AddDataMessage} */ -proto.io.bisq.protobuffer.AddDataMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AddDataMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -10741,8 +10137,8 @@ proto.io.bisq.protobuffer.AddDataMessage.deserializeBinaryFromReader = function( var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.StorageEntryWrapper; - reader.readMessage(value,proto.io.bisq.protobuffer.StorageEntryWrapper.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.StorageEntryWrapper; + reader.readMessage(value,proto.io.haveno.protobuffer.StorageEntryWrapper.deserializeBinaryFromReader); msg.setEntry(value); break; default: @@ -10758,9 +10154,9 @@ proto.io.bisq.protobuffer.AddDataMessage.deserializeBinaryFromReader = function( * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AddDataMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AddDataMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AddDataMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AddDataMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -10768,18 +10164,18 @@ proto.io.bisq.protobuffer.AddDataMessage.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AddDataMessage} message + * @param {!proto.io.haveno.protobuffer.AddDataMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AddDataMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AddDataMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getEntry(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.StorageEntryWrapper.serializeBinaryToWriter + proto.io.haveno.protobuffer.StorageEntryWrapper.serializeBinaryToWriter ); } }; @@ -10787,28 +10183,28 @@ proto.io.bisq.protobuffer.AddDataMessage.serializeBinaryToWriter = function(mess /** * optional StorageEntryWrapper entry = 1; - * @return {?proto.io.bisq.protobuffer.StorageEntryWrapper} + * @return {?proto.io.haveno.protobuffer.StorageEntryWrapper} */ -proto.io.bisq.protobuffer.AddDataMessage.prototype.getEntry = function() { - return /** @type{?proto.io.bisq.protobuffer.StorageEntryWrapper} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.StorageEntryWrapper, 1)); +proto.io.haveno.protobuffer.AddDataMessage.prototype.getEntry = function() { + return /** @type{?proto.io.haveno.protobuffer.StorageEntryWrapper} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.StorageEntryWrapper, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.StorageEntryWrapper|undefined} value - * @return {!proto.io.bisq.protobuffer.AddDataMessage} returns this + * @param {?proto.io.haveno.protobuffer.StorageEntryWrapper|undefined} value + * @return {!proto.io.haveno.protobuffer.AddDataMessage} returns this */ -proto.io.bisq.protobuffer.AddDataMessage.prototype.setEntry = function(value) { +proto.io.haveno.protobuffer.AddDataMessage.prototype.setEntry = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.AddDataMessage} returns this + * @return {!proto.io.haveno.protobuffer.AddDataMessage} returns this */ -proto.io.bisq.protobuffer.AddDataMessage.prototype.clearEntry = function() { +proto.io.haveno.protobuffer.AddDataMessage.prototype.clearEntry = function() { return this.setEntry(undefined); }; @@ -10817,7 +10213,7 @@ proto.io.bisq.protobuffer.AddDataMessage.prototype.clearEntry = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.AddDataMessage.prototype.hasEntry = function() { +proto.io.haveno.protobuffer.AddDataMessage.prototype.hasEntry = function() { return jspb.Message.getField(this, 1) != null; }; @@ -10838,8 +10234,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RemoveDataMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RemoveDataMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RemoveDataMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RemoveDataMessage.toObject(opt_includeInstance, this); }; @@ -10848,13 +10244,13 @@ proto.io.bisq.protobuffer.RemoveDataMessage.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RemoveDataMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RemoveDataMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RemoveDataMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RemoveDataMessage.toObject = function(includeInstance, msg) { var f, obj = { - protectedStorageEntry: (f = msg.getProtectedStorageEntry()) && proto.io.bisq.protobuffer.ProtectedStorageEntry.toObject(includeInstance, f) + protectedStorageEntry: (f = msg.getProtectedStorageEntry()) && proto.io.haveno.protobuffer.ProtectedStorageEntry.toObject(includeInstance, f) }; if (includeInstance) { @@ -10868,23 +10264,23 @@ proto.io.bisq.protobuffer.RemoveDataMessage.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RemoveDataMessage} + * @return {!proto.io.haveno.protobuffer.RemoveDataMessage} */ -proto.io.bisq.protobuffer.RemoveDataMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RemoveDataMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RemoveDataMessage; - return proto.io.bisq.protobuffer.RemoveDataMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RemoveDataMessage; + return proto.io.haveno.protobuffer.RemoveDataMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RemoveDataMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RemoveDataMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RemoveDataMessage} + * @return {!proto.io.haveno.protobuffer.RemoveDataMessage} */ -proto.io.bisq.protobuffer.RemoveDataMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RemoveDataMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -10892,8 +10288,8 @@ proto.io.bisq.protobuffer.RemoveDataMessage.deserializeBinaryFromReader = functi var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.ProtectedStorageEntry; - reader.readMessage(value,proto.io.bisq.protobuffer.ProtectedStorageEntry.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.ProtectedStorageEntry; + reader.readMessage(value,proto.io.haveno.protobuffer.ProtectedStorageEntry.deserializeBinaryFromReader); msg.setProtectedStorageEntry(value); break; default: @@ -10909,9 +10305,9 @@ proto.io.bisq.protobuffer.RemoveDataMessage.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RemoveDataMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RemoveDataMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RemoveDataMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RemoveDataMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -10919,18 +10315,18 @@ proto.io.bisq.protobuffer.RemoveDataMessage.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RemoveDataMessage} message + * @param {!proto.io.haveno.protobuffer.RemoveDataMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RemoveDataMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RemoveDataMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getProtectedStorageEntry(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.ProtectedStorageEntry.serializeBinaryToWriter + proto.io.haveno.protobuffer.ProtectedStorageEntry.serializeBinaryToWriter ); } }; @@ -10938,28 +10334,28 @@ proto.io.bisq.protobuffer.RemoveDataMessage.serializeBinaryToWriter = function(m /** * optional ProtectedStorageEntry protected_storage_entry = 1; - * @return {?proto.io.bisq.protobuffer.ProtectedStorageEntry} + * @return {?proto.io.haveno.protobuffer.ProtectedStorageEntry} */ -proto.io.bisq.protobuffer.RemoveDataMessage.prototype.getProtectedStorageEntry = function() { - return /** @type{?proto.io.bisq.protobuffer.ProtectedStorageEntry} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ProtectedStorageEntry, 1)); +proto.io.haveno.protobuffer.RemoveDataMessage.prototype.getProtectedStorageEntry = function() { + return /** @type{?proto.io.haveno.protobuffer.ProtectedStorageEntry} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ProtectedStorageEntry, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.ProtectedStorageEntry|undefined} value - * @return {!proto.io.bisq.protobuffer.RemoveDataMessage} returns this + * @param {?proto.io.haveno.protobuffer.ProtectedStorageEntry|undefined} value + * @return {!proto.io.haveno.protobuffer.RemoveDataMessage} returns this */ -proto.io.bisq.protobuffer.RemoveDataMessage.prototype.setProtectedStorageEntry = function(value) { +proto.io.haveno.protobuffer.RemoveDataMessage.prototype.setProtectedStorageEntry = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.RemoveDataMessage} returns this + * @return {!proto.io.haveno.protobuffer.RemoveDataMessage} returns this */ -proto.io.bisq.protobuffer.RemoveDataMessage.prototype.clearProtectedStorageEntry = function() { +proto.io.haveno.protobuffer.RemoveDataMessage.prototype.clearProtectedStorageEntry = function() { return this.setProtectedStorageEntry(undefined); }; @@ -10968,7 +10364,7 @@ proto.io.bisq.protobuffer.RemoveDataMessage.prototype.clearProtectedStorageEntry * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.RemoveDataMessage.prototype.hasProtectedStorageEntry = function() { +proto.io.haveno.protobuffer.RemoveDataMessage.prototype.hasProtectedStorageEntry = function() { return jspb.Message.getField(this, 1) != null; }; @@ -10989,8 +10385,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RemoveMailboxDataMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RemoveMailboxDataMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RemoveMailboxDataMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RemoveMailboxDataMessage.toObject(opt_includeInstance, this); }; @@ -10999,13 +10395,13 @@ proto.io.bisq.protobuffer.RemoveMailboxDataMessage.prototype.toObject = function * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RemoveMailboxDataMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RemoveMailboxDataMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RemoveMailboxDataMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RemoveMailboxDataMessage.toObject = function(includeInstance, msg) { var f, obj = { - protectedStorageEntry: (f = msg.getProtectedStorageEntry()) && proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.toObject(includeInstance, f) + protectedStorageEntry: (f = msg.getProtectedStorageEntry()) && proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.toObject(includeInstance, f) }; if (includeInstance) { @@ -11019,23 +10415,23 @@ proto.io.bisq.protobuffer.RemoveMailboxDataMessage.toObject = function(includeIn /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RemoveMailboxDataMessage} + * @return {!proto.io.haveno.protobuffer.RemoveMailboxDataMessage} */ -proto.io.bisq.protobuffer.RemoveMailboxDataMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RemoveMailboxDataMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RemoveMailboxDataMessage; - return proto.io.bisq.protobuffer.RemoveMailboxDataMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RemoveMailboxDataMessage; + return proto.io.haveno.protobuffer.RemoveMailboxDataMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RemoveMailboxDataMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RemoveMailboxDataMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RemoveMailboxDataMessage} + * @return {!proto.io.haveno.protobuffer.RemoveMailboxDataMessage} */ -proto.io.bisq.protobuffer.RemoveMailboxDataMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RemoveMailboxDataMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -11043,8 +10439,8 @@ proto.io.bisq.protobuffer.RemoveMailboxDataMessage.deserializeBinaryFromReader = var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry; - reader.readMessage(value,proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry; + reader.readMessage(value,proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.deserializeBinaryFromReader); msg.setProtectedStorageEntry(value); break; default: @@ -11060,9 +10456,9 @@ proto.io.bisq.protobuffer.RemoveMailboxDataMessage.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RemoveMailboxDataMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RemoveMailboxDataMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RemoveMailboxDataMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RemoveMailboxDataMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -11070,18 +10466,18 @@ proto.io.bisq.protobuffer.RemoveMailboxDataMessage.prototype.serializeBinary = f /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RemoveMailboxDataMessage} message + * @param {!proto.io.haveno.protobuffer.RemoveMailboxDataMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RemoveMailboxDataMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RemoveMailboxDataMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getProtectedStorageEntry(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.serializeBinaryToWriter + proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.serializeBinaryToWriter ); } }; @@ -11089,28 +10485,28 @@ proto.io.bisq.protobuffer.RemoveMailboxDataMessage.serializeBinaryToWriter = fun /** * optional ProtectedMailboxStorageEntry protected_storage_entry = 1; - * @return {?proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry} + * @return {?proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry} */ -proto.io.bisq.protobuffer.RemoveMailboxDataMessage.prototype.getProtectedStorageEntry = function() { - return /** @type{?proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry, 1)); +proto.io.haveno.protobuffer.RemoveMailboxDataMessage.prototype.getProtectedStorageEntry = function() { + return /** @type{?proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry|undefined} value - * @return {!proto.io.bisq.protobuffer.RemoveMailboxDataMessage} returns this + * @param {?proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry|undefined} value + * @return {!proto.io.haveno.protobuffer.RemoveMailboxDataMessage} returns this */ -proto.io.bisq.protobuffer.RemoveMailboxDataMessage.prototype.setProtectedStorageEntry = function(value) { +proto.io.haveno.protobuffer.RemoveMailboxDataMessage.prototype.setProtectedStorageEntry = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.RemoveMailboxDataMessage} returns this + * @return {!proto.io.haveno.protobuffer.RemoveMailboxDataMessage} returns this */ -proto.io.bisq.protobuffer.RemoveMailboxDataMessage.prototype.clearProtectedStorageEntry = function() { +proto.io.haveno.protobuffer.RemoveMailboxDataMessage.prototype.clearProtectedStorageEntry = function() { return this.setProtectedStorageEntry(undefined); }; @@ -11119,7 +10515,7 @@ proto.io.bisq.protobuffer.RemoveMailboxDataMessage.prototype.clearProtectedStora * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.RemoveMailboxDataMessage.prototype.hasProtectedStorageEntry = function() { +proto.io.haveno.protobuffer.RemoveMailboxDataMessage.prototype.hasProtectedStorageEntry = function() { return jspb.Message.getField(this, 1) != null; }; @@ -11140,8 +10536,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.toObject(opt_includeInstance, this); }; @@ -11150,13 +10546,13 @@ proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.prototype.toObject * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.toObject = function(includeInstance, msg) { var f, obj = { - payload: (f = msg.getPayload()) && proto.io.bisq.protobuffer.PersistableNetworkPayload.toObject(includeInstance, f) + payload: (f = msg.getPayload()) && proto.io.haveno.protobuffer.PersistableNetworkPayload.toObject(includeInstance, f) }; if (includeInstance) { @@ -11170,23 +10566,23 @@ proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.toObject = functio /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage} + * @return {!proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage} */ -proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage; - return proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage; + return proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage} + * @return {!proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage} */ -proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -11194,8 +10590,8 @@ proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.deserializeBinaryF var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.PersistableNetworkPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PersistableNetworkPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PersistableNetworkPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.PersistableNetworkPayload.deserializeBinaryFromReader); msg.setPayload(value); break; default: @@ -11211,9 +10607,9 @@ proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.deserializeBinaryF * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -11221,18 +10617,18 @@ proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.prototype.serializ /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage} message + * @param {!proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPayload(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.PersistableNetworkPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.PersistableNetworkPayload.serializeBinaryToWriter ); } }; @@ -11240,28 +10636,28 @@ proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.serializeBinaryToW /** * optional PersistableNetworkPayload payload = 1; - * @return {?proto.io.bisq.protobuffer.PersistableNetworkPayload} + * @return {?proto.io.haveno.protobuffer.PersistableNetworkPayload} */ -proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.prototype.getPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PersistableNetworkPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PersistableNetworkPayload, 1)); +proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.prototype.getPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PersistableNetworkPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PersistableNetworkPayload, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.PersistableNetworkPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage} returns this + * @param {?proto.io.haveno.protobuffer.PersistableNetworkPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage} returns this */ -proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.prototype.setPayload = function(value) { +proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.prototype.setPayload = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage} returns this + * @return {!proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage} returns this */ -proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.prototype.clearPayload = function() { +proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.prototype.clearPayload = function() { return this.setPayload(undefined); }; @@ -11270,7 +10666,7 @@ proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.prototype.clearPay * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.AddPersistableNetworkPayloadMessage.prototype.hasPayload = function() { +proto.io.haveno.protobuffer.AddPersistableNetworkPayloadMessage.prototype.hasPayload = function() { return jspb.Message.getField(this, 1) != null; }; @@ -11291,8 +10687,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CloseConnectionMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CloseConnectionMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CloseConnectionMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CloseConnectionMessage.toObject(opt_includeInstance, this); }; @@ -11301,11 +10697,11 @@ proto.io.bisq.protobuffer.CloseConnectionMessage.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CloseConnectionMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CloseConnectionMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CloseConnectionMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CloseConnectionMessage.toObject = function(includeInstance, msg) { var f, obj = { reason: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -11321,23 +10717,23 @@ proto.io.bisq.protobuffer.CloseConnectionMessage.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CloseConnectionMessage} + * @return {!proto.io.haveno.protobuffer.CloseConnectionMessage} */ -proto.io.bisq.protobuffer.CloseConnectionMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CloseConnectionMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CloseConnectionMessage; - return proto.io.bisq.protobuffer.CloseConnectionMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CloseConnectionMessage; + return proto.io.haveno.protobuffer.CloseConnectionMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CloseConnectionMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CloseConnectionMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CloseConnectionMessage} + * @return {!proto.io.haveno.protobuffer.CloseConnectionMessage} */ -proto.io.bisq.protobuffer.CloseConnectionMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CloseConnectionMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -11361,9 +10757,9 @@ proto.io.bisq.protobuffer.CloseConnectionMessage.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CloseConnectionMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CloseConnectionMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CloseConnectionMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CloseConnectionMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -11371,11 +10767,11 @@ proto.io.bisq.protobuffer.CloseConnectionMessage.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CloseConnectionMessage} message + * @param {!proto.io.haveno.protobuffer.CloseConnectionMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CloseConnectionMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CloseConnectionMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getReason(); if (f.length > 0) { @@ -11391,16 +10787,16 @@ proto.io.bisq.protobuffer.CloseConnectionMessage.serializeBinaryToWriter = funct * optional string reason = 1; * @return {string} */ -proto.io.bisq.protobuffer.CloseConnectionMessage.prototype.getReason = function() { +proto.io.haveno.protobuffer.CloseConnectionMessage.prototype.getReason = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CloseConnectionMessage} returns this + * @return {!proto.io.haveno.protobuffer.CloseConnectionMessage} returns this */ -proto.io.bisq.protobuffer.CloseConnectionMessage.prototype.setReason = function(value) { +proto.io.haveno.protobuffer.CloseConnectionMessage.prototype.setReason = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -11421,8 +10817,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AckMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AckMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AckMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AckMessage.toObject(opt_includeInstance, this); }; @@ -11431,14 +10827,14 @@ proto.io.bisq.protobuffer.AckMessage.prototype.toObject = function(opt_includeIn * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AckMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AckMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AckMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AckMessage.toObject = function(includeInstance, msg) { var f, obj = { uid: jspb.Message.getFieldWithDefault(msg, 1, ""), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), + senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), sourceType: jspb.Message.getFieldWithDefault(msg, 3, ""), sourceMsgClassName: jspb.Message.getFieldWithDefault(msg, 4, ""), sourceUid: jspb.Message.getFieldWithDefault(msg, 5, ""), @@ -11458,23 +10854,23 @@ proto.io.bisq.protobuffer.AckMessage.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AckMessage} + * @return {!proto.io.haveno.protobuffer.AckMessage} */ -proto.io.bisq.protobuffer.AckMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AckMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AckMessage; - return proto.io.bisq.protobuffer.AckMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AckMessage; + return proto.io.haveno.protobuffer.AckMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AckMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AckMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AckMessage} + * @return {!proto.io.haveno.protobuffer.AckMessage} */ -proto.io.bisq.protobuffer.AckMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AckMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -11486,8 +10882,8 @@ proto.io.bisq.protobuffer.AckMessage.deserializeBinaryFromReader = function(msg, msg.setUid(value); break; case 2: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSenderNodeAddress(value); break; case 3: @@ -11527,9 +10923,9 @@ proto.io.bisq.protobuffer.AckMessage.deserializeBinaryFromReader = function(msg, * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AckMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AckMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AckMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AckMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -11537,11 +10933,11 @@ proto.io.bisq.protobuffer.AckMessage.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AckMessage} message + * @param {!proto.io.haveno.protobuffer.AckMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AckMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AckMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getUid(); if (f.length > 0) { @@ -11555,7 +10951,7 @@ proto.io.bisq.protobuffer.AckMessage.serializeBinaryToWriter = function(message, writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getSourceType(); @@ -11607,44 +11003,44 @@ proto.io.bisq.protobuffer.AckMessage.serializeBinaryToWriter = function(message, * optional string uid = 1; * @return {string} */ -proto.io.bisq.protobuffer.AckMessage.prototype.getUid = function() { +proto.io.haveno.protobuffer.AckMessage.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AckMessage} returns this + * @return {!proto.io.haveno.protobuffer.AckMessage} returns this */ -proto.io.bisq.protobuffer.AckMessage.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.AckMessage.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional NodeAddress sender_node_address = 2; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.AckMessage.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 2)); +proto.io.haveno.protobuffer.AckMessage.prototype.getSenderNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.AckMessage} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.AckMessage} returns this */ -proto.io.bisq.protobuffer.AckMessage.prototype.setSenderNodeAddress = function(value) { +proto.io.haveno.protobuffer.AckMessage.prototype.setSenderNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.AckMessage} returns this + * @return {!proto.io.haveno.protobuffer.AckMessage} returns this */ -proto.io.bisq.protobuffer.AckMessage.prototype.clearSenderNodeAddress = function() { +proto.io.haveno.protobuffer.AckMessage.prototype.clearSenderNodeAddress = function() { return this.setSenderNodeAddress(undefined); }; @@ -11653,7 +11049,7 @@ proto.io.bisq.protobuffer.AckMessage.prototype.clearSenderNodeAddress = function * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.AckMessage.prototype.hasSenderNodeAddress = function() { +proto.io.haveno.protobuffer.AckMessage.prototype.hasSenderNodeAddress = function() { return jspb.Message.getField(this, 2) != null; }; @@ -11662,16 +11058,16 @@ proto.io.bisq.protobuffer.AckMessage.prototype.hasSenderNodeAddress = function() * optional string source_type = 3; * @return {string} */ -proto.io.bisq.protobuffer.AckMessage.prototype.getSourceType = function() { +proto.io.haveno.protobuffer.AckMessage.prototype.getSourceType = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AckMessage} returns this + * @return {!proto.io.haveno.protobuffer.AckMessage} returns this */ -proto.io.bisq.protobuffer.AckMessage.prototype.setSourceType = function(value) { +proto.io.haveno.protobuffer.AckMessage.prototype.setSourceType = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -11680,16 +11076,16 @@ proto.io.bisq.protobuffer.AckMessage.prototype.setSourceType = function(value) { * optional string source_msg_class_name = 4; * @return {string} */ -proto.io.bisq.protobuffer.AckMessage.prototype.getSourceMsgClassName = function() { +proto.io.haveno.protobuffer.AckMessage.prototype.getSourceMsgClassName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AckMessage} returns this + * @return {!proto.io.haveno.protobuffer.AckMessage} returns this */ -proto.io.bisq.protobuffer.AckMessage.prototype.setSourceMsgClassName = function(value) { +proto.io.haveno.protobuffer.AckMessage.prototype.setSourceMsgClassName = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -11698,16 +11094,16 @@ proto.io.bisq.protobuffer.AckMessage.prototype.setSourceMsgClassName = function( * optional string source_uid = 5; * @return {string} */ -proto.io.bisq.protobuffer.AckMessage.prototype.getSourceUid = function() { +proto.io.haveno.protobuffer.AckMessage.prototype.getSourceUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AckMessage} returns this + * @return {!proto.io.haveno.protobuffer.AckMessage} returns this */ -proto.io.bisq.protobuffer.AckMessage.prototype.setSourceUid = function(value) { +proto.io.haveno.protobuffer.AckMessage.prototype.setSourceUid = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; @@ -11716,16 +11112,16 @@ proto.io.bisq.protobuffer.AckMessage.prototype.setSourceUid = function(value) { * optional string source_id = 6; * @return {string} */ -proto.io.bisq.protobuffer.AckMessage.prototype.getSourceId = function() { +proto.io.haveno.protobuffer.AckMessage.prototype.getSourceId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AckMessage} returns this + * @return {!proto.io.haveno.protobuffer.AckMessage} returns this */ -proto.io.bisq.protobuffer.AckMessage.prototype.setSourceId = function(value) { +proto.io.haveno.protobuffer.AckMessage.prototype.setSourceId = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; @@ -11734,16 +11130,16 @@ proto.io.bisq.protobuffer.AckMessage.prototype.setSourceId = function(value) { * optional bool success = 7; * @return {boolean} */ -proto.io.bisq.protobuffer.AckMessage.prototype.getSuccess = function() { +proto.io.haveno.protobuffer.AckMessage.prototype.getSuccess = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 7, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.AckMessage} returns this + * @return {!proto.io.haveno.protobuffer.AckMessage} returns this */ -proto.io.bisq.protobuffer.AckMessage.prototype.setSuccess = function(value) { +proto.io.haveno.protobuffer.AckMessage.prototype.setSuccess = function(value) { return jspb.Message.setProto3BooleanField(this, 7, value); }; @@ -11752,16 +11148,16 @@ proto.io.bisq.protobuffer.AckMessage.prototype.setSuccess = function(value) { * optional string error_message = 8; * @return {string} */ -proto.io.bisq.protobuffer.AckMessage.prototype.getErrorMessage = function() { +proto.io.haveno.protobuffer.AckMessage.prototype.getErrorMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AckMessage} returns this + * @return {!proto.io.haveno.protobuffer.AckMessage} returns this */ -proto.io.bisq.protobuffer.AckMessage.prototype.setErrorMessage = function(value) { +proto.io.haveno.protobuffer.AckMessage.prototype.setErrorMessage = function(value) { return jspb.Message.setProto3StringField(this, 8, value); }; @@ -11782,8 +11178,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.toObject(opt_includeInstance, this); }; @@ -11792,14 +11188,14 @@ proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.toObject = fu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.toObject = function(includeInstance, msg) { var f, obj = { - nodeAddress: (f = msg.getNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - sealedAndSigned: (f = msg.getSealedAndSigned()) && proto.io.bisq.protobuffer.SealedAndSigned.toObject(includeInstance, f), + nodeAddress: (f = msg.getNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + sealedAndSigned: (f = msg.getSealedAndSigned()) && proto.io.haveno.protobuffer.SealedAndSigned.toObject(includeInstance, f), addressPrefixHash: msg.getAddressPrefixHash_asB64(), uid: jspb.Message.getFieldWithDefault(msg, 4, "") }; @@ -11815,23 +11211,23 @@ proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.toObject = function(inc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage} + * @return {!proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage} */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage; - return proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage; + return proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage} + * @return {!proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage} */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -11839,13 +11235,13 @@ proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.deserializeBinaryFromRe var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setNodeAddress(value); break; case 2: - var value = new proto.io.bisq.protobuffer.SealedAndSigned; - reader.readMessage(value,proto.io.bisq.protobuffer.SealedAndSigned.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SealedAndSigned; + reader.readMessage(value,proto.io.haveno.protobuffer.SealedAndSigned.deserializeBinaryFromReader); msg.setSealedAndSigned(value); break; case 3: @@ -11869,9 +11265,9 @@ proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.deserializeBinaryFromRe * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -11879,18 +11275,18 @@ proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.serializeBina /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage} message + * @param {!proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getNodeAddress(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getSealedAndSigned(); @@ -11898,7 +11294,7 @@ proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.serializeBinaryToWriter writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.SealedAndSigned.serializeBinaryToWriter + proto.io.haveno.protobuffer.SealedAndSigned.serializeBinaryToWriter ); } f = message.getAddressPrefixHash_asU8(); @@ -11920,28 +11316,28 @@ proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.serializeBinaryToWriter /** * optional NodeAddress node_address = 1; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.getNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 1)); +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.getNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage} returns this */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.setNodeAddress = function(value) { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.setNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage} returns this + * @return {!proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage} returns this */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.clearNodeAddress = function() { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.clearNodeAddress = function() { return this.setNodeAddress(undefined); }; @@ -11950,35 +11346,35 @@ proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.clearNodeAddr * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.hasNodeAddress = function() { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.hasNodeAddress = function() { return jspb.Message.getField(this, 1) != null; }; /** * optional SealedAndSigned sealed_and_signed = 2; - * @return {?proto.io.bisq.protobuffer.SealedAndSigned} + * @return {?proto.io.haveno.protobuffer.SealedAndSigned} */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.getSealedAndSigned = function() { - return /** @type{?proto.io.bisq.protobuffer.SealedAndSigned} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SealedAndSigned, 2)); +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.getSealedAndSigned = function() { + return /** @type{?proto.io.haveno.protobuffer.SealedAndSigned} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SealedAndSigned, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.SealedAndSigned|undefined} value - * @return {!proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage} returns this + * @param {?proto.io.haveno.protobuffer.SealedAndSigned|undefined} value + * @return {!proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage} returns this */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.setSealedAndSigned = function(value) { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.setSealedAndSigned = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage} returns this + * @return {!proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage} returns this */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.clearSealedAndSigned = function() { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.clearSealedAndSigned = function() { return this.setSealedAndSigned(undefined); }; @@ -11987,7 +11383,7 @@ proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.clearSealedAn * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.hasSealedAndSigned = function() { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.hasSealedAndSigned = function() { return jspb.Message.getField(this, 2) != null; }; @@ -11996,7 +11392,7 @@ proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.hasSealedAndS * optional bytes address_prefix_hash = 3; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.getAddressPrefixHash = function() { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.getAddressPrefixHash = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; @@ -12006,7 +11402,7 @@ proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.getAddressPre * This is a type-conversion wrapper around `getAddressPrefixHash()` * @return {string} */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.getAddressPrefixHash_asB64 = function() { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.getAddressPrefixHash_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getAddressPrefixHash())); }; @@ -12019,7 +11415,7 @@ proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.getAddressPre * This is a type-conversion wrapper around `getAddressPrefixHash()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.getAddressPrefixHash_asU8 = function() { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.getAddressPrefixHash_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getAddressPrefixHash())); }; @@ -12027,9 +11423,9 @@ proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.getAddressPre /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage} returns this + * @return {!proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage} returns this */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.setAddressPrefixHash = function(value) { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.setAddressPrefixHash = function(value) { return jspb.Message.setProto3BytesField(this, 3, value); }; @@ -12038,28 +11434,21 @@ proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.setAddressPre * optional string uid = 4; * @return {string} */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.getUid = function() { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage} returns this + * @return {!proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage} returns this */ -proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; -/** - * List of repeated fields within this message type. - * @private {!Array} - * @const - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.repeatedFields_ = [7,16,17,23]; - if (jspb.Message.GENERATE_TO_OBJECT) { @@ -12075,8 +11464,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.InputsForDepositTxRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.InitTradeRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.InitTradeRequest.toObject(opt_includeInstance, this); }; @@ -12085,1765 +11474,15 @@ proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.toObject = functio * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.InitTradeRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.InitTradeRequest.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - tradeAmount: jspb.Message.getFieldWithDefault(msg, 3, 0), - tradePrice: jspb.Message.getFieldWithDefault(msg, 4, 0), - txFee: jspb.Message.getFieldWithDefault(msg, 5, 0), - takerFee: jspb.Message.getFieldWithDefault(msg, 6, 0), - rawTransactionInputsList: jspb.Message.toObjectList(msg.getRawTransactionInputsList(), - proto.io.bisq.protobuffer.RawTransactionInput.toObject, includeInstance), - changeOutputValue: jspb.Message.getFieldWithDefault(msg, 8, 0), - changeOutputAddress: jspb.Message.getFieldWithDefault(msg, 9, ""), - takerMultiSigPubKey: msg.getTakerMultiSigPubKey_asB64(), - takerPayoutAddressString: jspb.Message.getFieldWithDefault(msg, 11, ""), - takerPubKeyRing: (f = msg.getTakerPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), - takerPaymentAccountPayload: (f = msg.getTakerPaymentAccountPayload()) && proto.io.bisq.protobuffer.PaymentAccountPayload.toObject(includeInstance, f), - takerAccountId: jspb.Message.getFieldWithDefault(msg, 14, ""), - takerFeeTxId: jspb.Message.getFieldWithDefault(msg, 15, ""), - acceptedArbitratorNodeAddressesList: jspb.Message.toObjectList(msg.getAcceptedArbitratorNodeAddressesList(), - proto.io.bisq.protobuffer.NodeAddress.toObject, includeInstance), - acceptedMediatorNodeAddressesList: jspb.Message.toObjectList(msg.getAcceptedMediatorNodeAddressesList(), - proto.io.bisq.protobuffer.NodeAddress.toObject, includeInstance), - arbitratorNodeAddress: (f = msg.getArbitratorNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - mediatorNodeAddress: (f = msg.getMediatorNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - uid: jspb.Message.getFieldWithDefault(msg, 20, ""), - accountAgeWitnessSignatureOfOfferId: msg.getAccountAgeWitnessSignatureOfOfferId_asB64(), - currentDate: jspb.Message.getFieldWithDefault(msg, 22, 0), - acceptedRefundAgentNodeAddressesList: jspb.Message.toObjectList(msg.getAcceptedRefundAgentNodeAddressesList(), - proto.io.bisq.protobuffer.NodeAddress.toObject, includeInstance), - refundAgentNodeAddress: (f = msg.getRefundAgentNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f) - }; - - if (includeInstance) { - obj.$jspbMessageInstance = msg; - } - return obj; -}; -} - - -/** - * Deserializes binary data (in protobuf wire format). - * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.deserializeBinary = function(bytes) { - var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.InputsForDepositTxRequest; - return proto.io.bisq.protobuffer.InputsForDepositTxRequest.deserializeBinaryFromReader(msg, reader); -}; - - -/** - * Deserializes binary data (in protobuf wire format) from the - * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} msg The message object to deserialize into. - * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.deserializeBinaryFromReader = function(msg, reader) { - while (reader.nextField()) { - if (reader.isEndGroup()) { - break; - } - var field = reader.getFieldNumber(); - switch (field) { - case 1: - var value = /** @type {string} */ (reader.readString()); - msg.setTradeId(value); - break; - case 2: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.setSenderNodeAddress(value); - break; - case 3: - var value = /** @type {number} */ (reader.readInt64()); - msg.setTradeAmount(value); - break; - case 4: - var value = /** @type {number} */ (reader.readInt64()); - msg.setTradePrice(value); - break; - case 5: - var value = /** @type {number} */ (reader.readInt64()); - msg.setTxFee(value); - break; - case 6: - var value = /** @type {number} */ (reader.readInt64()); - msg.setTakerFee(value); - break; - case 7: - var value = new proto.io.bisq.protobuffer.RawTransactionInput; - reader.readMessage(value,proto.io.bisq.protobuffer.RawTransactionInput.deserializeBinaryFromReader); - msg.addRawTransactionInputs(value); - break; - case 8: - var value = /** @type {number} */ (reader.readInt64()); - msg.setChangeOutputValue(value); - break; - case 9: - var value = /** @type {string} */ (reader.readString()); - msg.setChangeOutputAddress(value); - break; - case 10: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setTakerMultiSigPubKey(value); - break; - case 11: - var value = /** @type {string} */ (reader.readString()); - msg.setTakerPayoutAddressString(value); - break; - case 12: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); - msg.setTakerPubKeyRing(value); - break; - case 13: - var value = new proto.io.bisq.protobuffer.PaymentAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader); - msg.setTakerPaymentAccountPayload(value); - break; - case 14: - var value = /** @type {string} */ (reader.readString()); - msg.setTakerAccountId(value); - break; - case 15: - var value = /** @type {string} */ (reader.readString()); - msg.setTakerFeeTxId(value); - break; - case 16: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.addAcceptedArbitratorNodeAddresses(value); - break; - case 17: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.addAcceptedMediatorNodeAddresses(value); - break; - case 18: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.setArbitratorNodeAddress(value); - break; - case 29: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.setMediatorNodeAddress(value); - break; - case 20: - var value = /** @type {string} */ (reader.readString()); - msg.setUid(value); - break; - case 21: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setAccountAgeWitnessSignatureOfOfferId(value); - break; - case 22: - var value = /** @type {number} */ (reader.readInt64()); - msg.setCurrentDate(value); - break; - case 23: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.addAcceptedRefundAgentNodeAddresses(value); - break; - case 24: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.setRefundAgentNodeAddress(value); - break; - default: - reader.skipField(); - break; - } - } - return msg; -}; - - -/** - * Serializes the message to binary data (in protobuf wire format). - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.serializeBinary = function() { - var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.InputsForDepositTxRequest.serializeBinaryToWriter(this, writer); - return writer.getResultBuffer(); -}; - - -/** - * Serializes the given message to binary data (in protobuf wire - * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} message - * @param {!jspb.BinaryWriter} writer - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.serializeBinaryToWriter = function(message, writer) { - var f = undefined; - f = message.getTradeId(); - if (f.length > 0) { - writer.writeString( - 1, - f - ); - } - f = message.getSenderNodeAddress(); - if (f != null) { - writer.writeMessage( - 2, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } - f = message.getTradeAmount(); - if (f !== 0) { - writer.writeInt64( - 3, - f - ); - } - f = message.getTradePrice(); - if (f !== 0) { - writer.writeInt64( - 4, - f - ); - } - f = message.getTxFee(); - if (f !== 0) { - writer.writeInt64( - 5, - f - ); - } - f = message.getTakerFee(); - if (f !== 0) { - writer.writeInt64( - 6, - f - ); - } - f = message.getRawTransactionInputsList(); - if (f.length > 0) { - writer.writeRepeatedMessage( - 7, - f, - proto.io.bisq.protobuffer.RawTransactionInput.serializeBinaryToWriter - ); - } - f = message.getChangeOutputValue(); - if (f !== 0) { - writer.writeInt64( - 8, - f - ); - } - f = message.getChangeOutputAddress(); - if (f.length > 0) { - writer.writeString( - 9, - f - ); - } - f = message.getTakerMultiSigPubKey_asU8(); - if (f.length > 0) { - writer.writeBytes( - 10, - f - ); - } - f = message.getTakerPayoutAddressString(); - if (f.length > 0) { - writer.writeString( - 11, - f - ); - } - f = message.getTakerPubKeyRing(); - if (f != null) { - writer.writeMessage( - 12, - f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter - ); - } - f = message.getTakerPaymentAccountPayload(); - if (f != null) { - writer.writeMessage( - 13, - f, - proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter - ); - } - f = message.getTakerAccountId(); - if (f.length > 0) { - writer.writeString( - 14, - f - ); - } - f = message.getTakerFeeTxId(); - if (f.length > 0) { - writer.writeString( - 15, - f - ); - } - f = message.getAcceptedArbitratorNodeAddressesList(); - if (f.length > 0) { - writer.writeRepeatedMessage( - 16, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } - f = message.getAcceptedMediatorNodeAddressesList(); - if (f.length > 0) { - writer.writeRepeatedMessage( - 17, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } - f = message.getArbitratorNodeAddress(); - if (f != null) { - writer.writeMessage( - 18, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } - f = message.getMediatorNodeAddress(); - if (f != null) { - writer.writeMessage( - 29, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } - f = message.getUid(); - if (f.length > 0) { - writer.writeString( - 20, - f - ); - } - f = message.getAccountAgeWitnessSignatureOfOfferId_asU8(); - if (f.length > 0) { - writer.writeBytes( - 21, - f - ); - } - f = message.getCurrentDate(); - if (f !== 0) { - writer.writeInt64( - 22, - f - ); - } - f = message.getAcceptedRefundAgentNodeAddressesList(); - if (f.length > 0) { - writer.writeRepeatedMessage( - 23, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } - f = message.getRefundAgentNodeAddress(); - if (f != null) { - writer.writeMessage( - 24, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } -}; - - -/** - * optional string trade_id = 1; - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getTradeId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setTradeId = function(value) { - return jspb.Message.setProto3StringField(this, 1, value); -}; - - -/** - * optional NodeAddress sender_node_address = 2; - * @return {?proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 2)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this -*/ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setSenderNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 2, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.clearSenderNodeAddress = function() { - return this.setSenderNodeAddress(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.hasSenderNodeAddress = function() { - return jspb.Message.getField(this, 2) != null; -}; - - -/** - * optional int64 trade_amount = 3; - * @return {number} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getTradeAmount = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setTradeAmount = function(value) { - return jspb.Message.setProto3IntField(this, 3, value); -}; - - -/** - * optional int64 trade_price = 4; - * @return {number} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getTradePrice = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setTradePrice = function(value) { - return jspb.Message.setProto3IntField(this, 4, value); -}; - - -/** - * optional int64 tx_fee = 5; - * @return {number} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getTxFee = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setTxFee = function(value) { - return jspb.Message.setProto3IntField(this, 5, value); -}; - - -/** - * optional int64 taker_fee = 6; - * @return {number} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getTakerFee = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setTakerFee = function(value) { - return jspb.Message.setProto3IntField(this, 6, value); -}; - - -/** - * repeated RawTransactionInput raw_transaction_inputs = 7; - * @return {!Array} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getRawTransactionInputsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.RawTransactionInput, 7)); -}; - - -/** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this -*/ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setRawTransactionInputsList = function(value) { - return jspb.Message.setRepeatedWrapperField(this, 7, value); -}; - - -/** - * @param {!proto.io.bisq.protobuffer.RawTransactionInput=} opt_value - * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.RawTransactionInput} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.addRawTransactionInputs = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 7, opt_value, proto.io.bisq.protobuffer.RawTransactionInput, opt_index); -}; - - -/** - * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.clearRawTransactionInputsList = function() { - return this.setRawTransactionInputsList([]); -}; - - -/** - * optional int64 change_output_value = 8; - * @return {number} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getChangeOutputValue = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 8, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setChangeOutputValue = function(value) { - return jspb.Message.setProto3IntField(this, 8, value); -}; - - -/** - * optional string change_output_address = 9; - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getChangeOutputAddress = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setChangeOutputAddress = function(value) { - return jspb.Message.setProto3StringField(this, 9, value); -}; - - -/** - * optional bytes taker_multi_sig_pub_key = 10; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getTakerMultiSigPubKey = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 10, "")); -}; - - -/** - * optional bytes taker_multi_sig_pub_key = 10; - * This is a type-conversion wrapper around `getTakerMultiSigPubKey()` - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getTakerMultiSigPubKey_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getTakerMultiSigPubKey())); -}; - - -/** - * optional bytes taker_multi_sig_pub_key = 10; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getTakerMultiSigPubKey()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getTakerMultiSigPubKey_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getTakerMultiSigPubKey())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setTakerMultiSigPubKey = function(value) { - return jspb.Message.setProto3BytesField(this, 10, value); -}; - - -/** - * optional string taker_payout_address_string = 11; - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getTakerPayoutAddressString = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setTakerPayoutAddressString = function(value) { - return jspb.Message.setProto3StringField(this, 11, value); -}; - - -/** - * optional PubKeyRing taker_pub_key_ring = 12; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getTakerPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 12)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this -*/ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setTakerPubKeyRing = function(value) { - return jspb.Message.setWrapperField(this, 12, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.clearTakerPubKeyRing = function() { - return this.setTakerPubKeyRing(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.hasTakerPubKeyRing = function() { - return jspb.Message.getField(this, 12) != null; -}; - - -/** - * optional PaymentAccountPayload taker_payment_account_payload = 13; - * @return {?proto.io.bisq.protobuffer.PaymentAccountPayload} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getTakerPaymentAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentAccountPayload, 13)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.PaymentAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this -*/ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setTakerPaymentAccountPayload = function(value) { - return jspb.Message.setWrapperField(this, 13, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.clearTakerPaymentAccountPayload = function() { - return this.setTakerPaymentAccountPayload(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.hasTakerPaymentAccountPayload = function() { - return jspb.Message.getField(this, 13) != null; -}; - - -/** - * optional string taker_account_id = 14; - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getTakerAccountId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setTakerAccountId = function(value) { - return jspb.Message.setProto3StringField(this, 14, value); -}; - - -/** - * optional string taker_fee_tx_id = 15; - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getTakerFeeTxId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setTakerFeeTxId = function(value) { - return jspb.Message.setProto3StringField(this, 15, value); -}; - - -/** - * repeated NodeAddress accepted_arbitrator_node_addresses = 16; - * @return {!Array} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getAcceptedArbitratorNodeAddressesList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 16)); -}; - - -/** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this -*/ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setAcceptedArbitratorNodeAddressesList = function(value) { - return jspb.Message.setRepeatedWrapperField(this, 16, value); -}; - - -/** - * @param {!proto.io.bisq.protobuffer.NodeAddress=} opt_value - * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.addAcceptedArbitratorNodeAddresses = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 16, opt_value, proto.io.bisq.protobuffer.NodeAddress, opt_index); -}; - - -/** - * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.clearAcceptedArbitratorNodeAddressesList = function() { - return this.setAcceptedArbitratorNodeAddressesList([]); -}; - - -/** - * repeated NodeAddress accepted_mediator_node_addresses = 17; - * @return {!Array} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getAcceptedMediatorNodeAddressesList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 17)); -}; - - -/** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this -*/ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setAcceptedMediatorNodeAddressesList = function(value) { - return jspb.Message.setRepeatedWrapperField(this, 17, value); -}; - - -/** - * @param {!proto.io.bisq.protobuffer.NodeAddress=} opt_value - * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.addAcceptedMediatorNodeAddresses = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 17, opt_value, proto.io.bisq.protobuffer.NodeAddress, opt_index); -}; - - -/** - * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.clearAcceptedMediatorNodeAddressesList = function() { - return this.setAcceptedMediatorNodeAddressesList([]); -}; - - -/** - * optional NodeAddress arbitrator_node_address = 18; - * @return {?proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getArbitratorNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 18)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this -*/ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setArbitratorNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 18, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.clearArbitratorNodeAddress = function() { - return this.setArbitratorNodeAddress(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.hasArbitratorNodeAddress = function() { - return jspb.Message.getField(this, 18) != null; -}; - - -/** - * optional NodeAddress mediator_node_address = 29; - * @return {?proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getMediatorNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 29)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this -*/ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setMediatorNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 29, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.clearMediatorNodeAddress = function() { - return this.setMediatorNodeAddress(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.hasMediatorNodeAddress = function() { - return jspb.Message.getField(this, 29) != null; -}; - - -/** - * optional string uid = 20; - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getUid = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setUid = function(value) { - return jspb.Message.setProto3StringField(this, 20, value); -}; - - -/** - * optional bytes account_age_witness_signature_of_offer_id = 21; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getAccountAgeWitnessSignatureOfOfferId = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 21, "")); -}; - - -/** - * optional bytes account_age_witness_signature_of_offer_id = 21; - * This is a type-conversion wrapper around `getAccountAgeWitnessSignatureOfOfferId()` - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getAccountAgeWitnessSignatureOfOfferId_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getAccountAgeWitnessSignatureOfOfferId())); -}; - - -/** - * optional bytes account_age_witness_signature_of_offer_id = 21; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getAccountAgeWitnessSignatureOfOfferId()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getAccountAgeWitnessSignatureOfOfferId_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getAccountAgeWitnessSignatureOfOfferId())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setAccountAgeWitnessSignatureOfOfferId = function(value) { - return jspb.Message.setProto3BytesField(this, 21, value); -}; - - -/** - * optional int64 current_date = 22; - * @return {number} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getCurrentDate = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 22, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setCurrentDate = function(value) { - return jspb.Message.setProto3IntField(this, 22, value); -}; - - -/** - * repeated NodeAddress accepted_refund_agent_node_addresses = 23; - * @return {!Array} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getAcceptedRefundAgentNodeAddressesList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 23)); -}; - - -/** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this -*/ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setAcceptedRefundAgentNodeAddressesList = function(value) { - return jspb.Message.setRepeatedWrapperField(this, 23, value); -}; - - -/** - * @param {!proto.io.bisq.protobuffer.NodeAddress=} opt_value - * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.addAcceptedRefundAgentNodeAddresses = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 23, opt_value, proto.io.bisq.protobuffer.NodeAddress, opt_index); -}; - - -/** - * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.clearAcceptedRefundAgentNodeAddressesList = function() { - return this.setAcceptedRefundAgentNodeAddressesList([]); -}; - - -/** - * optional NodeAddress refund_agent_node_address = 24; - * @return {?proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.getRefundAgentNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 24)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this -*/ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.setRefundAgentNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 24, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxRequest} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.clearRefundAgentNodeAddress = function() { - return this.setRefundAgentNodeAddress(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.InputsForDepositTxRequest.prototype.hasRefundAgentNodeAddress = function() { - return jspb.Message.getField(this, 24) != null; -}; - - - -/** - * List of repeated fields within this message type. - * @private {!Array} - * @const - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.repeatedFields_ = [8]; - - - -if (jspb.Message.GENERATE_TO_OBJECT) { -/** - * Creates an object representation of this proto. - * Field names that are reserved in JavaScript and will be renamed to pb_name. - * Optional fields that are not set will be set to undefined. - * To access a reserved field use, foo.pb_, eg, foo.pb_default. - * For the list of reserved names please see: - * net/proto2/compiler/js/internal/generator.cc#kKeyword. - * @param {boolean=} opt_includeInstance Deprecated. whether to include the - * JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @return {!Object} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.InputsForDepositTxResponse.toObject(opt_includeInstance, this); -}; - - -/** - * Static version of the {@see toObject} method. - * @param {boolean|undefined} includeInstance Deprecated. Whether to include - * the JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} msg The msg instance to transform. - * @return {!Object} - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.toObject = function(includeInstance, msg) { - var f, obj = { - tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), - makerPaymentAccountPayload: (f = msg.getMakerPaymentAccountPayload()) && proto.io.bisq.protobuffer.PaymentAccountPayload.toObject(includeInstance, f), - makerAccountId: jspb.Message.getFieldWithDefault(msg, 3, ""), - makerContractAsJson: jspb.Message.getFieldWithDefault(msg, 4, ""), - makerContractSignature: jspb.Message.getFieldWithDefault(msg, 5, ""), - makerPayoutAddressString: jspb.Message.getFieldWithDefault(msg, 6, ""), - preparedDepositTx: msg.getPreparedDepositTx_asB64(), - makerInputsList: jspb.Message.toObjectList(msg.getMakerInputsList(), - proto.io.bisq.protobuffer.RawTransactionInput.toObject, includeInstance), - makerMultiSigPubKey: msg.getMakerMultiSigPubKey_asB64(), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - uid: jspb.Message.getFieldWithDefault(msg, 11, ""), - accountAgeWitnessSignatureOfPreparedDepositTx: msg.getAccountAgeWitnessSignatureOfPreparedDepositTx_asB64(), - currentDate: jspb.Message.getFieldWithDefault(msg, 13, 0), - lockTime: jspb.Message.getFieldWithDefault(msg, 14, 0) - }; - - if (includeInstance) { - obj.$jspbMessageInstance = msg; - } - return obj; -}; -} - - -/** - * Deserializes binary data (in protobuf wire format). - * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.deserializeBinary = function(bytes) { - var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.InputsForDepositTxResponse; - return proto.io.bisq.protobuffer.InputsForDepositTxResponse.deserializeBinaryFromReader(msg, reader); -}; - - -/** - * Deserializes binary data (in protobuf wire format) from the - * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} msg The message object to deserialize into. - * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.deserializeBinaryFromReader = function(msg, reader) { - while (reader.nextField()) { - if (reader.isEndGroup()) { - break; - } - var field = reader.getFieldNumber(); - switch (field) { - case 1: - var value = /** @type {string} */ (reader.readString()); - msg.setTradeId(value); - break; - case 2: - var value = new proto.io.bisq.protobuffer.PaymentAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader); - msg.setMakerPaymentAccountPayload(value); - break; - case 3: - var value = /** @type {string} */ (reader.readString()); - msg.setMakerAccountId(value); - break; - case 4: - var value = /** @type {string} */ (reader.readString()); - msg.setMakerContractAsJson(value); - break; - case 5: - var value = /** @type {string} */ (reader.readString()); - msg.setMakerContractSignature(value); - break; - case 6: - var value = /** @type {string} */ (reader.readString()); - msg.setMakerPayoutAddressString(value); - break; - case 7: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setPreparedDepositTx(value); - break; - case 8: - var value = new proto.io.bisq.protobuffer.RawTransactionInput; - reader.readMessage(value,proto.io.bisq.protobuffer.RawTransactionInput.deserializeBinaryFromReader); - msg.addMakerInputs(value); - break; - case 9: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setMakerMultiSigPubKey(value); - break; - case 10: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.setSenderNodeAddress(value); - break; - case 11: - var value = /** @type {string} */ (reader.readString()); - msg.setUid(value); - break; - case 12: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setAccountAgeWitnessSignatureOfPreparedDepositTx(value); - break; - case 13: - var value = /** @type {number} */ (reader.readInt64()); - msg.setCurrentDate(value); - break; - case 14: - var value = /** @type {number} */ (reader.readInt64()); - msg.setLockTime(value); - break; - default: - reader.skipField(); - break; - } - } - return msg; -}; - - -/** - * Serializes the message to binary data (in protobuf wire format). - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.serializeBinary = function() { - var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.InputsForDepositTxResponse.serializeBinaryToWriter(this, writer); - return writer.getResultBuffer(); -}; - - -/** - * Serializes the given message to binary data (in protobuf wire - * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} message - * @param {!jspb.BinaryWriter} writer - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.serializeBinaryToWriter = function(message, writer) { - var f = undefined; - f = message.getTradeId(); - if (f.length > 0) { - writer.writeString( - 1, - f - ); - } - f = message.getMakerPaymentAccountPayload(); - if (f != null) { - writer.writeMessage( - 2, - f, - proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter - ); - } - f = message.getMakerAccountId(); - if (f.length > 0) { - writer.writeString( - 3, - f - ); - } - f = message.getMakerContractAsJson(); - if (f.length > 0) { - writer.writeString( - 4, - f - ); - } - f = message.getMakerContractSignature(); - if (f.length > 0) { - writer.writeString( - 5, - f - ); - } - f = message.getMakerPayoutAddressString(); - if (f.length > 0) { - writer.writeString( - 6, - f - ); - } - f = message.getPreparedDepositTx_asU8(); - if (f.length > 0) { - writer.writeBytes( - 7, - f - ); - } - f = message.getMakerInputsList(); - if (f.length > 0) { - writer.writeRepeatedMessage( - 8, - f, - proto.io.bisq.protobuffer.RawTransactionInput.serializeBinaryToWriter - ); - } - f = message.getMakerMultiSigPubKey_asU8(); - if (f.length > 0) { - writer.writeBytes( - 9, - f - ); - } - f = message.getSenderNodeAddress(); - if (f != null) { - writer.writeMessage( - 10, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } - f = message.getUid(); - if (f.length > 0) { - writer.writeString( - 11, - f - ); - } - f = message.getAccountAgeWitnessSignatureOfPreparedDepositTx_asU8(); - if (f.length > 0) { - writer.writeBytes( - 12, - f - ); - } - f = message.getCurrentDate(); - if (f !== 0) { - writer.writeInt64( - 13, - f - ); - } - f = message.getLockTime(); - if (f !== 0) { - writer.writeInt64( - 14, - f - ); - } -}; - - -/** - * optional string trade_id = 1; - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getTradeId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.setTradeId = function(value) { - return jspb.Message.setProto3StringField(this, 1, value); -}; - - -/** - * optional PaymentAccountPayload maker_payment_account_payload = 2; - * @return {?proto.io.bisq.protobuffer.PaymentAccountPayload} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getMakerPaymentAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentAccountPayload, 2)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.PaymentAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this -*/ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.setMakerPaymentAccountPayload = function(value) { - return jspb.Message.setWrapperField(this, 2, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.clearMakerPaymentAccountPayload = function() { - return this.setMakerPaymentAccountPayload(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.hasMakerPaymentAccountPayload = function() { - return jspb.Message.getField(this, 2) != null; -}; - - -/** - * optional string maker_account_id = 3; - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getMakerAccountId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.setMakerAccountId = function(value) { - return jspb.Message.setProto3StringField(this, 3, value); -}; - - -/** - * optional string maker_contract_as_json = 4; - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getMakerContractAsJson = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.setMakerContractAsJson = function(value) { - return jspb.Message.setProto3StringField(this, 4, value); -}; - - -/** - * optional string maker_contract_signature = 5; - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getMakerContractSignature = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.setMakerContractSignature = function(value) { - return jspb.Message.setProto3StringField(this, 5, value); -}; - - -/** - * optional string maker_payout_address_string = 6; - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getMakerPayoutAddressString = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.setMakerPayoutAddressString = function(value) { - return jspb.Message.setProto3StringField(this, 6, value); -}; - - -/** - * optional bytes prepared_deposit_tx = 7; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getPreparedDepositTx = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 7, "")); -}; - - -/** - * optional bytes prepared_deposit_tx = 7; - * This is a type-conversion wrapper around `getPreparedDepositTx()` - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getPreparedDepositTx_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getPreparedDepositTx())); -}; - - -/** - * optional bytes prepared_deposit_tx = 7; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getPreparedDepositTx()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getPreparedDepositTx_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getPreparedDepositTx())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.setPreparedDepositTx = function(value) { - return jspb.Message.setProto3BytesField(this, 7, value); -}; - - -/** - * repeated RawTransactionInput maker_inputs = 8; - * @return {!Array} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getMakerInputsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.RawTransactionInput, 8)); -}; - - -/** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this -*/ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.setMakerInputsList = function(value) { - return jspb.Message.setRepeatedWrapperField(this, 8, value); -}; - - -/** - * @param {!proto.io.bisq.protobuffer.RawTransactionInput=} opt_value - * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.RawTransactionInput} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.addMakerInputs = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.io.bisq.protobuffer.RawTransactionInput, opt_index); -}; - - -/** - * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.clearMakerInputsList = function() { - return this.setMakerInputsList([]); -}; - - -/** - * optional bytes maker_multi_sig_pub_key = 9; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getMakerMultiSigPubKey = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 9, "")); -}; - - -/** - * optional bytes maker_multi_sig_pub_key = 9; - * This is a type-conversion wrapper around `getMakerMultiSigPubKey()` - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getMakerMultiSigPubKey_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getMakerMultiSigPubKey())); -}; - - -/** - * optional bytes maker_multi_sig_pub_key = 9; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getMakerMultiSigPubKey()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getMakerMultiSigPubKey_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getMakerMultiSigPubKey())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.setMakerMultiSigPubKey = function(value) { - return jspb.Message.setProto3BytesField(this, 9, value); -}; - - -/** - * optional NodeAddress sender_node_address = 10; - * @return {?proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 10)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this -*/ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.setSenderNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 10, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.clearSenderNodeAddress = function() { - return this.setSenderNodeAddress(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.hasSenderNodeAddress = function() { - return jspb.Message.getField(this, 10) != null; -}; - - -/** - * optional string uid = 11; - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getUid = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.setUid = function(value) { - return jspb.Message.setProto3StringField(this, 11, value); -}; - - -/** - * optional bytes account_age_witness_signature_of_prepared_deposit_tx = 12; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getAccountAgeWitnessSignatureOfPreparedDepositTx = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 12, "")); -}; - - -/** - * optional bytes account_age_witness_signature_of_prepared_deposit_tx = 12; - * This is a type-conversion wrapper around `getAccountAgeWitnessSignatureOfPreparedDepositTx()` - * @return {string} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getAccountAgeWitnessSignatureOfPreparedDepositTx_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getAccountAgeWitnessSignatureOfPreparedDepositTx())); -}; - - -/** - * optional bytes account_age_witness_signature_of_prepared_deposit_tx = 12; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getAccountAgeWitnessSignatureOfPreparedDepositTx()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getAccountAgeWitnessSignatureOfPreparedDepositTx_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getAccountAgeWitnessSignatureOfPreparedDepositTx())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.setAccountAgeWitnessSignatureOfPreparedDepositTx = function(value) { - return jspb.Message.setProto3BytesField(this, 12, value); -}; - - -/** - * optional int64 current_date = 13; - * @return {number} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getCurrentDate = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 13, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.setCurrentDate = function(value) { - return jspb.Message.setProto3IntField(this, 13, value); -}; - - -/** - * optional int64 lock_time = 14; - * @return {number} - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.getLockTime = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 14, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.InputsForDepositTxResponse} returns this - */ -proto.io.bisq.protobuffer.InputsForDepositTxResponse.prototype.setLockTime = function(value) { - return jspb.Message.setProto3IntField(this, 14, value); -}; - - - - - -if (jspb.Message.GENERATE_TO_OBJECT) { -/** - * Creates an object representation of this proto. - * Field names that are reserved in JavaScript and will be renamed to pb_name. - * Optional fields that are not set will be set to undefined. - * To access a reserved field use, foo.pb_, eg, foo.pb_default. - * For the list of reserved names please see: - * net/proto2/compiler/js/internal/generator.cc#kKeyword. - * @param {boolean=} opt_includeInstance Deprecated. whether to include the - * JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @return {!Object} - */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.InitTradeRequest.toObject(opt_includeInstance, this); -}; - - -/** - * Static version of the {@see toObject} method. - * @param {boolean|undefined} includeInstance Deprecated. Whether to include - * the JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.InitTradeRequest} msg The msg instance to transform. - * @return {!Object} - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.InitTradeRequest.toObject = function(includeInstance, msg) { - var f, obj = { - tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), + senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.haveno.protobuffer.PubKeyRing.toObject(includeInstance, f), tradeAmount: jspb.Message.getFieldWithDefault(msg, 4, 0), tradePrice: jspb.Message.getFieldWithDefault(msg, 5, 0), tradeFee: jspb.Message.getFieldWithDefault(msg, 6, 0), @@ -13853,14 +11492,14 @@ proto.io.bisq.protobuffer.InitTradeRequest.toObject = function(includeInstance, uid: jspb.Message.getFieldWithDefault(msg, 10, ""), accountAgeWitnessSignatureOfOfferId: msg.getAccountAgeWitnessSignatureOfOfferId_asB64(), currentDate: jspb.Message.getFieldWithDefault(msg, 12, 0), - makerNodeAddress: (f = msg.getMakerNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - takerNodeAddress: (f = msg.getTakerNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - arbitratorNodeAddress: (f = msg.getArbitratorNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), + makerNodeAddress: (f = msg.getMakerNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + takerNodeAddress: (f = msg.getTakerNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + arbitratorNodeAddress: (f = msg.getArbitratorNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), reserveTxHash: jspb.Message.getFieldWithDefault(msg, 16, ""), reserveTxHex: jspb.Message.getFieldWithDefault(msg, 17, ""), reserveTxKey: jspb.Message.getFieldWithDefault(msg, 18, ""), payoutAddress: jspb.Message.getFieldWithDefault(msg, 19, ""), - makerSignature: jspb.Message.getFieldWithDefault(msg, 20, "") + makerSignature: msg.getMakerSignature_asB64() }; if (includeInstance) { @@ -13874,23 +11513,23 @@ proto.io.bisq.protobuffer.InitTradeRequest.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} */ -proto.io.bisq.protobuffer.InitTradeRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.InitTradeRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.InitTradeRequest; - return proto.io.bisq.protobuffer.InitTradeRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.InitTradeRequest; + return proto.io.haveno.protobuffer.InitTradeRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.InitTradeRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.InitTradeRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} */ -proto.io.bisq.protobuffer.InitTradeRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.InitTradeRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -13902,13 +11541,13 @@ proto.io.bisq.protobuffer.InitTradeRequest.deserializeBinaryFromReader = functio msg.setTradeId(value); break; case 2: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSenderNodeAddress(value); break; case 3: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PubKeyRing; + reader.readMessage(value,proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader); msg.setPubKeyRing(value); break; case 4: @@ -13948,18 +11587,18 @@ proto.io.bisq.protobuffer.InitTradeRequest.deserializeBinaryFromReader = functio msg.setCurrentDate(value); break; case 13: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setMakerNodeAddress(value); break; case 14: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setTakerNodeAddress(value); break; case 15: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setArbitratorNodeAddress(value); break; case 16: @@ -13979,7 +11618,7 @@ proto.io.bisq.protobuffer.InitTradeRequest.deserializeBinaryFromReader = functio msg.setPayoutAddress(value); break; case 20: - var value = /** @type {string} */ (reader.readString()); + var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setMakerSignature(value); break; default: @@ -13995,9 +11634,9 @@ proto.io.bisq.protobuffer.InitTradeRequest.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.InitTradeRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.InitTradeRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -14005,11 +11644,11 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.InitTradeRequest} message + * @param {!proto.io.haveno.protobuffer.InitTradeRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.InitTradeRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.InitTradeRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -14023,7 +11662,7 @@ proto.io.bisq.protobuffer.InitTradeRequest.serializeBinaryToWriter = function(me writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getPubKeyRing(); @@ -14031,7 +11670,7 @@ proto.io.bisq.protobuffer.InitTradeRequest.serializeBinaryToWriter = function(me writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter + proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter ); } f = message.getTradeAmount(); @@ -14102,7 +11741,7 @@ proto.io.bisq.protobuffer.InitTradeRequest.serializeBinaryToWriter = function(me writer.writeMessage( 13, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getTakerNodeAddress(); @@ -14110,7 +11749,7 @@ proto.io.bisq.protobuffer.InitTradeRequest.serializeBinaryToWriter = function(me writer.writeMessage( 14, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getArbitratorNodeAddress(); @@ -14118,7 +11757,7 @@ proto.io.bisq.protobuffer.InitTradeRequest.serializeBinaryToWriter = function(me writer.writeMessage( 15, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getReserveTxHash(); @@ -14149,9 +11788,9 @@ proto.io.bisq.protobuffer.InitTradeRequest.serializeBinaryToWriter = function(me f ); } - f = message.getMakerSignature(); + f = message.getMakerSignature_asU8(); if (f.length > 0) { - writer.writeString( + writer.writeBytes( 20, f ); @@ -14163,44 +11802,44 @@ proto.io.bisq.protobuffer.InitTradeRequest.serializeBinaryToWriter = function(me * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional NodeAddress sender_node_address = 2; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 2)); +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getSenderNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setSenderNodeAddress = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setSenderNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.clearSenderNodeAddress = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.clearSenderNodeAddress = function() { return this.setSenderNodeAddress(undefined); }; @@ -14209,35 +11848,35 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.clearSenderNodeAddress = fu * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.hasSenderNodeAddress = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.hasSenderNodeAddress = function() { return jspb.Message.getField(this, 2) != null; }; /** * optional PubKeyRing pub_key_ring = 3; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} + * @return {?proto.io.haveno.protobuffer.PubKeyRing} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 3)); +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getPubKeyRing = function() { + return /** @type{?proto.io.haveno.protobuffer.PubKeyRing} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PubKeyRing, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @param {?proto.io.haveno.protobuffer.PubKeyRing|undefined} value + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setPubKeyRing = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setPubKeyRing = function(value) { return jspb.Message.setWrapperField(this, 3, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.clearPubKeyRing = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.clearPubKeyRing = function() { return this.setPubKeyRing(undefined); }; @@ -14246,7 +11885,7 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.clearPubKeyRing = function( * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.hasPubKeyRing = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.hasPubKeyRing = function() { return jspb.Message.getField(this, 3) != null; }; @@ -14255,16 +11894,16 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.hasPubKeyRing = function() * optional int64 trade_amount = 4; * @return {number} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getTradeAmount = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getTradeAmount = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setTradeAmount = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setTradeAmount = function(value) { return jspb.Message.setProto3IntField(this, 4, value); }; @@ -14273,16 +11912,16 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.setTradeAmount = function(v * optional int64 trade_price = 5; * @return {number} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getTradePrice = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getTradePrice = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setTradePrice = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setTradePrice = function(value) { return jspb.Message.setProto3IntField(this, 5, value); }; @@ -14291,16 +11930,16 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.setTradePrice = function(va * optional int64 trade_fee = 6; * @return {number} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getTradeFee = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getTradeFee = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setTradeFee = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setTradeFee = function(value) { return jspb.Message.setProto3IntField(this, 6, value); }; @@ -14309,16 +11948,16 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.setTradeFee = function(valu * optional string account_id = 7; * @return {string} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getAccountId = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setAccountId = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setAccountId = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; @@ -14327,16 +11966,16 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.setAccountId = function(val * optional string payment_account_id = 8; * @return {string} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getPaymentAccountId = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getPaymentAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setPaymentAccountId = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setPaymentAccountId = function(value) { return jspb.Message.setProto3StringField(this, 8, value); }; @@ -14345,16 +11984,16 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.setPaymentAccountId = funct * optional string payment_method_id = 9; * @return {string} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getPaymentMethodId = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getPaymentMethodId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setPaymentMethodId = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setPaymentMethodId = function(value) { return jspb.Message.setProto3StringField(this, 9, value); }; @@ -14363,16 +12002,16 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.setPaymentMethodId = functi * optional string uid = 10; * @return {string} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getUid = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 10, value); }; @@ -14381,7 +12020,7 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.setUid = function(value) { * optional bytes account_age_witness_signature_of_offer_id = 11; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getAccountAgeWitnessSignatureOfOfferId = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getAccountAgeWitnessSignatureOfOfferId = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 11, "")); }; @@ -14391,7 +12030,7 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.getAccountAgeWitnessSignatu * This is a type-conversion wrapper around `getAccountAgeWitnessSignatureOfOfferId()` * @return {string} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getAccountAgeWitnessSignatureOfOfferId_asB64 = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getAccountAgeWitnessSignatureOfOfferId_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getAccountAgeWitnessSignatureOfOfferId())); }; @@ -14404,7 +12043,7 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.getAccountAgeWitnessSignatu * This is a type-conversion wrapper around `getAccountAgeWitnessSignatureOfOfferId()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getAccountAgeWitnessSignatureOfOfferId_asU8 = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getAccountAgeWitnessSignatureOfOfferId_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getAccountAgeWitnessSignatureOfOfferId())); }; @@ -14412,9 +12051,9 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.getAccountAgeWitnessSignatu /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setAccountAgeWitnessSignatureOfOfferId = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setAccountAgeWitnessSignatureOfOfferId = function(value) { return jspb.Message.setProto3BytesField(this, 11, value); }; @@ -14423,44 +12062,44 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.setAccountAgeWitnessSignatu * optional int64 current_date = 12; * @return {number} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getCurrentDate = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getCurrentDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 12, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setCurrentDate = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setCurrentDate = function(value) { return jspb.Message.setProto3IntField(this, 12, value); }; /** * optional NodeAddress maker_node_address = 13; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getMakerNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 13)); +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getMakerNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 13)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setMakerNodeAddress = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setMakerNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 13, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.clearMakerNodeAddress = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.clearMakerNodeAddress = function() { return this.setMakerNodeAddress(undefined); }; @@ -14469,35 +12108,35 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.clearMakerNodeAddress = fun * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.hasMakerNodeAddress = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.hasMakerNodeAddress = function() { return jspb.Message.getField(this, 13) != null; }; /** * optional NodeAddress taker_node_address = 14; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getTakerNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 14)); +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getTakerNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 14)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setTakerNodeAddress = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setTakerNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 14, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.clearTakerNodeAddress = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.clearTakerNodeAddress = function() { return this.setTakerNodeAddress(undefined); }; @@ -14506,35 +12145,35 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.clearTakerNodeAddress = fun * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.hasTakerNodeAddress = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.hasTakerNodeAddress = function() { return jspb.Message.getField(this, 14) != null; }; /** * optional NodeAddress arbitrator_node_address = 15; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getArbitratorNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 15)); +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getArbitratorNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 15)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setArbitratorNodeAddress = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setArbitratorNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 15, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.clearArbitratorNodeAddress = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.clearArbitratorNodeAddress = function() { return this.setArbitratorNodeAddress(undefined); }; @@ -14543,7 +12182,7 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.clearArbitratorNodeAddress * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.hasArbitratorNodeAddress = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.hasArbitratorNodeAddress = function() { return jspb.Message.getField(this, 15) != null; }; @@ -14552,16 +12191,16 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.hasArbitratorNodeAddress = * optional string reserve_tx_hash = 16; * @return {string} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getReserveTxHash = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getReserveTxHash = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setReserveTxHash = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setReserveTxHash = function(value) { return jspb.Message.setProto3StringField(this, 16, value); }; @@ -14570,16 +12209,16 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.setReserveTxHash = function * optional string reserve_tx_hex = 17; * @return {string} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getReserveTxHex = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getReserveTxHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setReserveTxHex = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setReserveTxHex = function(value) { return jspb.Message.setProto3StringField(this, 17, value); }; @@ -14588,16 +12227,16 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.setReserveTxHex = function( * optional string reserve_tx_key = 18; * @return {string} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getReserveTxKey = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getReserveTxKey = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setReserveTxKey = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setReserveTxKey = function(value) { return jspb.Message.setProto3StringField(this, 18, value); }; @@ -14606,35 +12245,59 @@ proto.io.bisq.protobuffer.InitTradeRequest.prototype.setReserveTxKey = function( * optional string payout_address = 19; * @return {string} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getPayoutAddress = function() { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getPayoutAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setPayoutAddress = function(value) { +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setPayoutAddress = function(value) { return jspb.Message.setProto3StringField(this, 19, value); }; /** - * optional string maker_signature = 20; - * @return {string} + * optional bytes maker_signature = 20; + * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.getMakerSignature = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, "")); +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getMakerSignature = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 20, "")); }; /** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.InitTradeRequest} returns this + * optional bytes maker_signature = 20; + * This is a type-conversion wrapper around `getMakerSignature()` + * @return {string} */ -proto.io.bisq.protobuffer.InitTradeRequest.prototype.setMakerSignature = function(value) { - return jspb.Message.setProto3StringField(this, 20, value); +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getMakerSignature_asB64 = function() { + return /** @type {string} */ (jspb.Message.bytesAsB64( + this.getMakerSignature())); +}; + + +/** + * optional bytes maker_signature = 20; + * Note that Uint8Array is not supported on all browsers. + * @see http://caniuse.com/Uint8Array + * This is a type-conversion wrapper around `getMakerSignature()` + * @return {!Uint8Array} + */ +proto.io.haveno.protobuffer.InitTradeRequest.prototype.getMakerSignature_asU8 = function() { + return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( + this.getMakerSignature())); +}; + + +/** + * @param {!(string|Uint8Array)} value + * @return {!proto.io.haveno.protobuffer.InitTradeRequest} returns this + */ +proto.io.haveno.protobuffer.InitTradeRequest.prototype.setMakerSignature = function(value) { + return jspb.Message.setProto3BytesField(this, 20, value); }; @@ -14654,8 +12317,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.InitMultisigRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.InitMultisigRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.InitMultisigRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.InitMultisigRequest.toObject(opt_includeInstance, this); }; @@ -14664,11 +12327,11 @@ proto.io.bisq.protobuffer.InitMultisigRequest.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.InitMultisigRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.InitMultisigRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.InitMultisigRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.InitMultisigRequest.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), uid: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -14689,23 +12352,23 @@ proto.io.bisq.protobuffer.InitMultisigRequest.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.InitMultisigRequest} + * @return {!proto.io.haveno.protobuffer.InitMultisigRequest} */ -proto.io.bisq.protobuffer.InitMultisigRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.InitMultisigRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.InitMultisigRequest; - return proto.io.bisq.protobuffer.InitMultisigRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.InitMultisigRequest; + return proto.io.haveno.protobuffer.InitMultisigRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.InitMultisigRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.InitMultisigRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.InitMultisigRequest} + * @return {!proto.io.haveno.protobuffer.InitMultisigRequest} */ -proto.io.bisq.protobuffer.InitMultisigRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.InitMultisigRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -14749,9 +12412,9 @@ proto.io.bisq.protobuffer.InitMultisigRequest.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.InitMultisigRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.InitMultisigRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.InitMultisigRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.InitMultisigRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -14759,11 +12422,11 @@ proto.io.bisq.protobuffer.InitMultisigRequest.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.InitMultisigRequest} message + * @param {!proto.io.haveno.protobuffer.InitMultisigRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.InitMultisigRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.InitMultisigRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -14814,16 +12477,16 @@ proto.io.bisq.protobuffer.InitMultisigRequest.serializeBinaryToWriter = function * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.InitMultisigRequest.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.InitMultisigRequest.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InitMultisigRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitMultisigRequest} returns this */ -proto.io.bisq.protobuffer.InitMultisigRequest.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.InitMultisigRequest.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -14832,16 +12495,16 @@ proto.io.bisq.protobuffer.InitMultisigRequest.prototype.setTradeId = function(va * optional string uid = 2; * @return {string} */ -proto.io.bisq.protobuffer.InitMultisigRequest.prototype.getUid = function() { +proto.io.haveno.protobuffer.InitMultisigRequest.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InitMultisigRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitMultisigRequest} returns this */ -proto.io.bisq.protobuffer.InitMultisigRequest.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.InitMultisigRequest.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -14850,16 +12513,16 @@ proto.io.bisq.protobuffer.InitMultisigRequest.prototype.setUid = function(value) * optional int64 current_date = 3; * @return {number} */ -proto.io.bisq.protobuffer.InitMultisigRequest.prototype.getCurrentDate = function() { +proto.io.haveno.protobuffer.InitMultisigRequest.prototype.getCurrentDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.InitMultisigRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitMultisigRequest} returns this */ -proto.io.bisq.protobuffer.InitMultisigRequest.prototype.setCurrentDate = function(value) { +proto.io.haveno.protobuffer.InitMultisigRequest.prototype.setCurrentDate = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -14868,16 +12531,16 @@ proto.io.bisq.protobuffer.InitMultisigRequest.prototype.setCurrentDate = functio * optional string prepared_multisig_hex = 4; * @return {string} */ -proto.io.bisq.protobuffer.InitMultisigRequest.prototype.getPreparedMultisigHex = function() { +proto.io.haveno.protobuffer.InitMultisigRequest.prototype.getPreparedMultisigHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InitMultisigRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitMultisigRequest} returns this */ -proto.io.bisq.protobuffer.InitMultisigRequest.prototype.setPreparedMultisigHex = function(value) { +proto.io.haveno.protobuffer.InitMultisigRequest.prototype.setPreparedMultisigHex = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -14886,16 +12549,16 @@ proto.io.bisq.protobuffer.InitMultisigRequest.prototype.setPreparedMultisigHex = * optional string made_multisig_hex = 5; * @return {string} */ -proto.io.bisq.protobuffer.InitMultisigRequest.prototype.getMadeMultisigHex = function() { +proto.io.haveno.protobuffer.InitMultisigRequest.prototype.getMadeMultisigHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InitMultisigRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitMultisigRequest} returns this */ -proto.io.bisq.protobuffer.InitMultisigRequest.prototype.setMadeMultisigHex = function(value) { +proto.io.haveno.protobuffer.InitMultisigRequest.prototype.setMadeMultisigHex = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; @@ -14904,16 +12567,16 @@ proto.io.bisq.protobuffer.InitMultisigRequest.prototype.setMadeMultisigHex = fun * optional string exchanged_multisig_hex = 6; * @return {string} */ -proto.io.bisq.protobuffer.InitMultisigRequest.prototype.getExchangedMultisigHex = function() { +proto.io.haveno.protobuffer.InitMultisigRequest.prototype.getExchangedMultisigHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InitMultisigRequest} returns this + * @return {!proto.io.haveno.protobuffer.InitMultisigRequest} returns this */ -proto.io.bisq.protobuffer.InitMultisigRequest.prototype.setExchangedMultisigHex = function(value) { +proto.io.haveno.protobuffer.InitMultisigRequest.prototype.setExchangedMultisigHex = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; @@ -14934,8 +12597,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SignContractRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SignContractRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SignContractRequest.toObject(opt_includeInstance, this); }; @@ -14944,11 +12607,11 @@ proto.io.bisq.protobuffer.SignContractRequest.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SignContractRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SignContractRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignContractRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SignContractRequest.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), uid: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -14971,23 +12634,23 @@ proto.io.bisq.protobuffer.SignContractRequest.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SignContractRequest} + * @return {!proto.io.haveno.protobuffer.SignContractRequest} */ -proto.io.bisq.protobuffer.SignContractRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SignContractRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SignContractRequest; - return proto.io.bisq.protobuffer.SignContractRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SignContractRequest; + return proto.io.haveno.protobuffer.SignContractRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SignContractRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SignContractRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SignContractRequest} + * @return {!proto.io.haveno.protobuffer.SignContractRequest} */ -proto.io.bisq.protobuffer.SignContractRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SignContractRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -15039,9 +12702,9 @@ proto.io.bisq.protobuffer.SignContractRequest.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SignContractRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SignContractRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SignContractRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -15049,11 +12712,11 @@ proto.io.bisq.protobuffer.SignContractRequest.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SignContractRequest} message + * @param {!proto.io.haveno.protobuffer.SignContractRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignContractRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SignContractRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -15118,16 +12781,16 @@ proto.io.bisq.protobuffer.SignContractRequest.serializeBinaryToWriter = function * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.SignContractRequest.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignContractRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignContractRequest} returns this */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.SignContractRequest.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -15136,16 +12799,16 @@ proto.io.bisq.protobuffer.SignContractRequest.prototype.setTradeId = function(va * optional string uid = 2; * @return {string} */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.getUid = function() { +proto.io.haveno.protobuffer.SignContractRequest.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignContractRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignContractRequest} returns this */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.SignContractRequest.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -15154,16 +12817,16 @@ proto.io.bisq.protobuffer.SignContractRequest.prototype.setUid = function(value) * optional int64 current_date = 3; * @return {number} */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.getCurrentDate = function() { +proto.io.haveno.protobuffer.SignContractRequest.prototype.getCurrentDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.SignContractRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignContractRequest} returns this */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.setCurrentDate = function(value) { +proto.io.haveno.protobuffer.SignContractRequest.prototype.setCurrentDate = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -15172,16 +12835,16 @@ proto.io.bisq.protobuffer.SignContractRequest.prototype.setCurrentDate = functio * optional string account_id = 4; * @return {string} */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.getAccountId = function() { +proto.io.haveno.protobuffer.SignContractRequest.prototype.getAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignContractRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignContractRequest} returns this */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.setAccountId = function(value) { +proto.io.haveno.protobuffer.SignContractRequest.prototype.setAccountId = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -15190,7 +12853,7 @@ proto.io.bisq.protobuffer.SignContractRequest.prototype.setAccountId = function( * optional bytes payment_account_payload_hash = 5; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.getPaymentAccountPayloadHash = function() { +proto.io.haveno.protobuffer.SignContractRequest.prototype.getPaymentAccountPayloadHash = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; @@ -15200,7 +12863,7 @@ proto.io.bisq.protobuffer.SignContractRequest.prototype.getPaymentAccountPayload * This is a type-conversion wrapper around `getPaymentAccountPayloadHash()` * @return {string} */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.getPaymentAccountPayloadHash_asB64 = function() { +proto.io.haveno.protobuffer.SignContractRequest.prototype.getPaymentAccountPayloadHash_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getPaymentAccountPayloadHash())); }; @@ -15213,7 +12876,7 @@ proto.io.bisq.protobuffer.SignContractRequest.prototype.getPaymentAccountPayload * This is a type-conversion wrapper around `getPaymentAccountPayloadHash()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.getPaymentAccountPayloadHash_asU8 = function() { +proto.io.haveno.protobuffer.SignContractRequest.prototype.getPaymentAccountPayloadHash_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getPaymentAccountPayloadHash())); }; @@ -15221,9 +12884,9 @@ proto.io.bisq.protobuffer.SignContractRequest.prototype.getPaymentAccountPayload /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.SignContractRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignContractRequest} returns this */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.setPaymentAccountPayloadHash = function(value) { +proto.io.haveno.protobuffer.SignContractRequest.prototype.setPaymentAccountPayloadHash = function(value) { return jspb.Message.setProto3BytesField(this, 5, value); }; @@ -15232,16 +12895,16 @@ proto.io.bisq.protobuffer.SignContractRequest.prototype.setPaymentAccountPayload * optional string payout_address = 6; * @return {string} */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.getPayoutAddress = function() { +proto.io.haveno.protobuffer.SignContractRequest.prototype.getPayoutAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignContractRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignContractRequest} returns this */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.setPayoutAddress = function(value) { +proto.io.haveno.protobuffer.SignContractRequest.prototype.setPayoutAddress = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; @@ -15250,16 +12913,16 @@ proto.io.bisq.protobuffer.SignContractRequest.prototype.setPayoutAddress = funct * optional string deposit_tx_hash = 7; * @return {string} */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.getDepositTxHash = function() { +proto.io.haveno.protobuffer.SignContractRequest.prototype.getDepositTxHash = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignContractRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignContractRequest} returns this */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.setDepositTxHash = function(value) { +proto.io.haveno.protobuffer.SignContractRequest.prototype.setDepositTxHash = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; @@ -15268,7 +12931,7 @@ proto.io.bisq.protobuffer.SignContractRequest.prototype.setDepositTxHash = funct * optional bytes account_age_witness_signature_of_deposit_hash = 8; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.getAccountAgeWitnessSignatureOfDepositHash = function() { +proto.io.haveno.protobuffer.SignContractRequest.prototype.getAccountAgeWitnessSignatureOfDepositHash = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; @@ -15278,7 +12941,7 @@ proto.io.bisq.protobuffer.SignContractRequest.prototype.getAccountAgeWitnessSign * This is a type-conversion wrapper around `getAccountAgeWitnessSignatureOfDepositHash()` * @return {string} */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.getAccountAgeWitnessSignatureOfDepositHash_asB64 = function() { +proto.io.haveno.protobuffer.SignContractRequest.prototype.getAccountAgeWitnessSignatureOfDepositHash_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getAccountAgeWitnessSignatureOfDepositHash())); }; @@ -15291,7 +12954,7 @@ proto.io.bisq.protobuffer.SignContractRequest.prototype.getAccountAgeWitnessSign * This is a type-conversion wrapper around `getAccountAgeWitnessSignatureOfDepositHash()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.getAccountAgeWitnessSignatureOfDepositHash_asU8 = function() { +proto.io.haveno.protobuffer.SignContractRequest.prototype.getAccountAgeWitnessSignatureOfDepositHash_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getAccountAgeWitnessSignatureOfDepositHash())); }; @@ -15299,9 +12962,9 @@ proto.io.bisq.protobuffer.SignContractRequest.prototype.getAccountAgeWitnessSign /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.SignContractRequest} returns this + * @return {!proto.io.haveno.protobuffer.SignContractRequest} returns this */ -proto.io.bisq.protobuffer.SignContractRequest.prototype.setAccountAgeWitnessSignatureOfDepositHash = function(value) { +proto.io.haveno.protobuffer.SignContractRequest.prototype.setAccountAgeWitnessSignatureOfDepositHash = function(value) { return jspb.Message.setProto3BytesField(this, 8, value); }; @@ -15322,8 +12985,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SignContractResponse.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SignContractResponse.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SignContractResponse.toObject(opt_includeInstance, this); }; @@ -15332,17 +12995,17 @@ proto.io.bisq.protobuffer.SignContractResponse.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SignContractResponse} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SignContractResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignContractResponse.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SignContractResponse.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), uid: jspb.Message.getFieldWithDefault(msg, 2, ""), currentDate: jspb.Message.getFieldWithDefault(msg, 3, 0), contractAsJson: jspb.Message.getFieldWithDefault(msg, 4, ""), - contractSignature: jspb.Message.getFieldWithDefault(msg, 5, ""), + contractSignature: msg.getContractSignature_asB64(), encryptedPaymentAccountPayload: msg.getEncryptedPaymentAccountPayload_asB64() }; @@ -15357,23 +13020,23 @@ proto.io.bisq.protobuffer.SignContractResponse.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SignContractResponse} + * @return {!proto.io.haveno.protobuffer.SignContractResponse} */ -proto.io.bisq.protobuffer.SignContractResponse.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SignContractResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SignContractResponse; - return proto.io.bisq.protobuffer.SignContractResponse.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SignContractResponse; + return proto.io.haveno.protobuffer.SignContractResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SignContractResponse} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SignContractResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SignContractResponse} + * @return {!proto.io.haveno.protobuffer.SignContractResponse} */ -proto.io.bisq.protobuffer.SignContractResponse.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SignContractResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -15397,7 +13060,7 @@ proto.io.bisq.protobuffer.SignContractResponse.deserializeBinaryFromReader = fun msg.setContractAsJson(value); break; case 5: - var value = /** @type {string} */ (reader.readString()); + var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setContractSignature(value); break; case 6: @@ -15417,9 +13080,9 @@ proto.io.bisq.protobuffer.SignContractResponse.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SignContractResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SignContractResponse.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SignContractResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -15427,11 +13090,11 @@ proto.io.bisq.protobuffer.SignContractResponse.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SignContractResponse} message + * @param {!proto.io.haveno.protobuffer.SignContractResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignContractResponse.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SignContractResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -15461,9 +13124,9 @@ proto.io.bisq.protobuffer.SignContractResponse.serializeBinaryToWriter = functio f ); } - f = message.getContractSignature(); + f = message.getContractSignature_asU8(); if (f.length > 0) { - writer.writeString( + writer.writeBytes( 5, f ); @@ -15482,16 +13145,16 @@ proto.io.bisq.protobuffer.SignContractResponse.serializeBinaryToWriter = functio * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.SignContractResponse.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignContractResponse} returns this + * @return {!proto.io.haveno.protobuffer.SignContractResponse} returns this */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.SignContractResponse.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -15500,16 +13163,16 @@ proto.io.bisq.protobuffer.SignContractResponse.prototype.setTradeId = function(v * optional string uid = 2; * @return {string} */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.getUid = function() { +proto.io.haveno.protobuffer.SignContractResponse.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignContractResponse} returns this + * @return {!proto.io.haveno.protobuffer.SignContractResponse} returns this */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.SignContractResponse.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -15518,16 +13181,16 @@ proto.io.bisq.protobuffer.SignContractResponse.prototype.setUid = function(value * optional int64 current_date = 3; * @return {number} */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.getCurrentDate = function() { +proto.io.haveno.protobuffer.SignContractResponse.prototype.getCurrentDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.SignContractResponse} returns this + * @return {!proto.io.haveno.protobuffer.SignContractResponse} returns this */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.setCurrentDate = function(value) { +proto.io.haveno.protobuffer.SignContractResponse.prototype.setCurrentDate = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -15536,35 +13199,59 @@ proto.io.bisq.protobuffer.SignContractResponse.prototype.setCurrentDate = functi * optional string contract_as_json = 4; * @return {string} */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.getContractAsJson = function() { +proto.io.haveno.protobuffer.SignContractResponse.prototype.getContractAsJson = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignContractResponse} returns this + * @return {!proto.io.haveno.protobuffer.SignContractResponse} returns this */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.setContractAsJson = function(value) { +proto.io.haveno.protobuffer.SignContractResponse.prototype.setContractAsJson = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; /** - * optional string contract_signature = 5; - * @return {string} + * optional bytes contract_signature = 5; + * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.getContractSignature = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); +proto.io.haveno.protobuffer.SignContractResponse.prototype.getContractSignature = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignContractResponse} returns this + * optional bytes contract_signature = 5; + * This is a type-conversion wrapper around `getContractSignature()` + * @return {string} */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.setContractSignature = function(value) { - return jspb.Message.setProto3StringField(this, 5, value); +proto.io.haveno.protobuffer.SignContractResponse.prototype.getContractSignature_asB64 = function() { + return /** @type {string} */ (jspb.Message.bytesAsB64( + this.getContractSignature())); +}; + + +/** + * optional bytes contract_signature = 5; + * Note that Uint8Array is not supported on all browsers. + * @see http://caniuse.com/Uint8Array + * This is a type-conversion wrapper around `getContractSignature()` + * @return {!Uint8Array} + */ +proto.io.haveno.protobuffer.SignContractResponse.prototype.getContractSignature_asU8 = function() { + return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( + this.getContractSignature())); +}; + + +/** + * @param {!(string|Uint8Array)} value + * @return {!proto.io.haveno.protobuffer.SignContractResponse} returns this + */ +proto.io.haveno.protobuffer.SignContractResponse.prototype.setContractSignature = function(value) { + return jspb.Message.setProto3BytesField(this, 5, value); }; @@ -15572,7 +13259,7 @@ proto.io.bisq.protobuffer.SignContractResponse.prototype.setContractSignature = * optional bytes encrypted_payment_account_payload = 6; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.getEncryptedPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.SignContractResponse.prototype.getEncryptedPaymentAccountPayload = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; @@ -15582,7 +13269,7 @@ proto.io.bisq.protobuffer.SignContractResponse.prototype.getEncryptedPaymentAcco * This is a type-conversion wrapper around `getEncryptedPaymentAccountPayload()` * @return {string} */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.getEncryptedPaymentAccountPayload_asB64 = function() { +proto.io.haveno.protobuffer.SignContractResponse.prototype.getEncryptedPaymentAccountPayload_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getEncryptedPaymentAccountPayload())); }; @@ -15595,7 +13282,7 @@ proto.io.bisq.protobuffer.SignContractResponse.prototype.getEncryptedPaymentAcco * This is a type-conversion wrapper around `getEncryptedPaymentAccountPayload()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.getEncryptedPaymentAccountPayload_asU8 = function() { +proto.io.haveno.protobuffer.SignContractResponse.prototype.getEncryptedPaymentAccountPayload_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getEncryptedPaymentAccountPayload())); }; @@ -15603,9 +13290,9 @@ proto.io.bisq.protobuffer.SignContractResponse.prototype.getEncryptedPaymentAcco /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.SignContractResponse} returns this + * @return {!proto.io.haveno.protobuffer.SignContractResponse} returns this */ -proto.io.bisq.protobuffer.SignContractResponse.prototype.setEncryptedPaymentAccountPayload = function(value) { +proto.io.haveno.protobuffer.SignContractResponse.prototype.setEncryptedPaymentAccountPayload = function(value) { return jspb.Message.setProto3BytesField(this, 6, value); }; @@ -15626,8 +13313,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.DepositRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.DepositRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.DepositRequest.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.DepositRequest.toObject(opt_includeInstance, this); }; @@ -15636,16 +13323,16 @@ proto.io.bisq.protobuffer.DepositRequest.prototype.toObject = function(opt_inclu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.DepositRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.DepositRequest} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DepositRequest.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.DepositRequest.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), uid: jspb.Message.getFieldWithDefault(msg, 2, ""), currentDate: jspb.Message.getFieldWithDefault(msg, 3, 0), - contractSignature: jspb.Message.getFieldWithDefault(msg, 4, ""), + contractSignature: msg.getContractSignature_asB64(), depositTxHex: jspb.Message.getFieldWithDefault(msg, 5, ""), depositTxKey: jspb.Message.getFieldWithDefault(msg, 6, ""), paymentAccountKey: msg.getPaymentAccountKey_asB64() @@ -15662,23 +13349,23 @@ proto.io.bisq.protobuffer.DepositRequest.toObject = function(includeInstance, ms /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.DepositRequest} + * @return {!proto.io.haveno.protobuffer.DepositRequest} */ -proto.io.bisq.protobuffer.DepositRequest.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.DepositRequest.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.DepositRequest; - return proto.io.bisq.protobuffer.DepositRequest.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.DepositRequest; + return proto.io.haveno.protobuffer.DepositRequest.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.DepositRequest} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.DepositRequest} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.DepositRequest} + * @return {!proto.io.haveno.protobuffer.DepositRequest} */ -proto.io.bisq.protobuffer.DepositRequest.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.DepositRequest.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -15698,7 +13385,7 @@ proto.io.bisq.protobuffer.DepositRequest.deserializeBinaryFromReader = function( msg.setCurrentDate(value); break; case 4: - var value = /** @type {string} */ (reader.readString()); + var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setContractSignature(value); break; case 5: @@ -15726,9 +13413,9 @@ proto.io.bisq.protobuffer.DepositRequest.deserializeBinaryFromReader = function( * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DepositRequest.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.DepositRequest.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.DepositRequest.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.DepositRequest.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -15736,11 +13423,11 @@ proto.io.bisq.protobuffer.DepositRequest.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.DepositRequest} message + * @param {!proto.io.haveno.protobuffer.DepositRequest} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DepositRequest.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.DepositRequest.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -15763,9 +13450,9 @@ proto.io.bisq.protobuffer.DepositRequest.serializeBinaryToWriter = function(mess f ); } - f = message.getContractSignature(); + f = message.getContractSignature_asU8(); if (f.length > 0) { - writer.writeString( + writer.writeBytes( 4, f ); @@ -15798,16 +13485,16 @@ proto.io.bisq.protobuffer.DepositRequest.serializeBinaryToWriter = function(mess * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.DepositRequest.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.DepositRequest.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositRequest} returns this + * @return {!proto.io.haveno.protobuffer.DepositRequest} returns this */ -proto.io.bisq.protobuffer.DepositRequest.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.DepositRequest.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -15816,16 +13503,16 @@ proto.io.bisq.protobuffer.DepositRequest.prototype.setTradeId = function(value) * optional string uid = 2; * @return {string} */ -proto.io.bisq.protobuffer.DepositRequest.prototype.getUid = function() { +proto.io.haveno.protobuffer.DepositRequest.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositRequest} returns this + * @return {!proto.io.haveno.protobuffer.DepositRequest} returns this */ -proto.io.bisq.protobuffer.DepositRequest.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.DepositRequest.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -15834,35 +13521,59 @@ proto.io.bisq.protobuffer.DepositRequest.prototype.setUid = function(value) { * optional int64 current_date = 3; * @return {number} */ -proto.io.bisq.protobuffer.DepositRequest.prototype.getCurrentDate = function() { +proto.io.haveno.protobuffer.DepositRequest.prototype.getCurrentDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.DepositRequest} returns this + * @return {!proto.io.haveno.protobuffer.DepositRequest} returns this */ -proto.io.bisq.protobuffer.DepositRequest.prototype.setCurrentDate = function(value) { +proto.io.haveno.protobuffer.DepositRequest.prototype.setCurrentDate = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; /** - * optional string contract_signature = 4; - * @return {string} + * optional bytes contract_signature = 4; + * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.DepositRequest.prototype.getContractSignature = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); +proto.io.haveno.protobuffer.DepositRequest.prototype.getContractSignature = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositRequest} returns this + * optional bytes contract_signature = 4; + * This is a type-conversion wrapper around `getContractSignature()` + * @return {string} */ -proto.io.bisq.protobuffer.DepositRequest.prototype.setContractSignature = function(value) { - return jspb.Message.setProto3StringField(this, 4, value); +proto.io.haveno.protobuffer.DepositRequest.prototype.getContractSignature_asB64 = function() { + return /** @type {string} */ (jspb.Message.bytesAsB64( + this.getContractSignature())); +}; + + +/** + * optional bytes contract_signature = 4; + * Note that Uint8Array is not supported on all browsers. + * @see http://caniuse.com/Uint8Array + * This is a type-conversion wrapper around `getContractSignature()` + * @return {!Uint8Array} + */ +proto.io.haveno.protobuffer.DepositRequest.prototype.getContractSignature_asU8 = function() { + return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( + this.getContractSignature())); +}; + + +/** + * @param {!(string|Uint8Array)} value + * @return {!proto.io.haveno.protobuffer.DepositRequest} returns this + */ +proto.io.haveno.protobuffer.DepositRequest.prototype.setContractSignature = function(value) { + return jspb.Message.setProto3BytesField(this, 4, value); }; @@ -15870,16 +13581,16 @@ proto.io.bisq.protobuffer.DepositRequest.prototype.setContractSignature = functi * optional string deposit_tx_hex = 5; * @return {string} */ -proto.io.bisq.protobuffer.DepositRequest.prototype.getDepositTxHex = function() { +proto.io.haveno.protobuffer.DepositRequest.prototype.getDepositTxHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositRequest} returns this + * @return {!proto.io.haveno.protobuffer.DepositRequest} returns this */ -proto.io.bisq.protobuffer.DepositRequest.prototype.setDepositTxHex = function(value) { +proto.io.haveno.protobuffer.DepositRequest.prototype.setDepositTxHex = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; @@ -15888,16 +13599,16 @@ proto.io.bisq.protobuffer.DepositRequest.prototype.setDepositTxHex = function(va * optional string deposit_tx_key = 6; * @return {string} */ -proto.io.bisq.protobuffer.DepositRequest.prototype.getDepositTxKey = function() { +proto.io.haveno.protobuffer.DepositRequest.prototype.getDepositTxKey = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositRequest} returns this + * @return {!proto.io.haveno.protobuffer.DepositRequest} returns this */ -proto.io.bisq.protobuffer.DepositRequest.prototype.setDepositTxKey = function(value) { +proto.io.haveno.protobuffer.DepositRequest.prototype.setDepositTxKey = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; @@ -15906,7 +13617,7 @@ proto.io.bisq.protobuffer.DepositRequest.prototype.setDepositTxKey = function(va * optional bytes payment_account_key = 7; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.DepositRequest.prototype.getPaymentAccountKey = function() { +proto.io.haveno.protobuffer.DepositRequest.prototype.getPaymentAccountKey = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; @@ -15916,7 +13627,7 @@ proto.io.bisq.protobuffer.DepositRequest.prototype.getPaymentAccountKey = functi * This is a type-conversion wrapper around `getPaymentAccountKey()` * @return {string} */ -proto.io.bisq.protobuffer.DepositRequest.prototype.getPaymentAccountKey_asB64 = function() { +proto.io.haveno.protobuffer.DepositRequest.prototype.getPaymentAccountKey_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getPaymentAccountKey())); }; @@ -15929,7 +13640,7 @@ proto.io.bisq.protobuffer.DepositRequest.prototype.getPaymentAccountKey_asB64 = * This is a type-conversion wrapper around `getPaymentAccountKey()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DepositRequest.prototype.getPaymentAccountKey_asU8 = function() { +proto.io.haveno.protobuffer.DepositRequest.prototype.getPaymentAccountKey_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getPaymentAccountKey())); }; @@ -15937,9 +13648,9 @@ proto.io.bisq.protobuffer.DepositRequest.prototype.getPaymentAccountKey_asU8 = f /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.DepositRequest} returns this + * @return {!proto.io.haveno.protobuffer.DepositRequest} returns this */ -proto.io.bisq.protobuffer.DepositRequest.prototype.setPaymentAccountKey = function(value) { +proto.io.haveno.protobuffer.DepositRequest.prototype.setPaymentAccountKey = function(value) { return jspb.Message.setProto3BytesField(this, 7, value); }; @@ -15960,8 +13671,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.DepositResponse.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.DepositResponse.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.DepositResponse.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.DepositResponse.toObject(opt_includeInstance, this); }; @@ -15970,11 +13681,11 @@ proto.io.bisq.protobuffer.DepositResponse.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.DepositResponse} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.DepositResponse} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DepositResponse.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.DepositResponse.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), uid: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -15993,23 +13704,23 @@ proto.io.bisq.protobuffer.DepositResponse.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.DepositResponse} + * @return {!proto.io.haveno.protobuffer.DepositResponse} */ -proto.io.bisq.protobuffer.DepositResponse.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.DepositResponse.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.DepositResponse; - return proto.io.bisq.protobuffer.DepositResponse.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.DepositResponse; + return proto.io.haveno.protobuffer.DepositResponse.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.DepositResponse} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.DepositResponse} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.DepositResponse} + * @return {!proto.io.haveno.protobuffer.DepositResponse} */ -proto.io.bisq.protobuffer.DepositResponse.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.DepositResponse.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -16045,9 +13756,9 @@ proto.io.bisq.protobuffer.DepositResponse.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DepositResponse.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.DepositResponse.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.DepositResponse.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.DepositResponse.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -16055,11 +13766,11 @@ proto.io.bisq.protobuffer.DepositResponse.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.DepositResponse} message + * @param {!proto.io.haveno.protobuffer.DepositResponse} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DepositResponse.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.DepositResponse.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -16096,16 +13807,16 @@ proto.io.bisq.protobuffer.DepositResponse.serializeBinaryToWriter = function(mes * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.DepositResponse.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.DepositResponse.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositResponse} returns this + * @return {!proto.io.haveno.protobuffer.DepositResponse} returns this */ -proto.io.bisq.protobuffer.DepositResponse.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.DepositResponse.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -16114,16 +13825,16 @@ proto.io.bisq.protobuffer.DepositResponse.prototype.setTradeId = function(value) * optional string uid = 2; * @return {string} */ -proto.io.bisq.protobuffer.DepositResponse.prototype.getUid = function() { +proto.io.haveno.protobuffer.DepositResponse.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositResponse} returns this + * @return {!proto.io.haveno.protobuffer.DepositResponse} returns this */ -proto.io.bisq.protobuffer.DepositResponse.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.DepositResponse.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -16132,16 +13843,16 @@ proto.io.bisq.protobuffer.DepositResponse.prototype.setUid = function(value) { * optional int64 current_date = 3; * @return {number} */ -proto.io.bisq.protobuffer.DepositResponse.prototype.getCurrentDate = function() { +proto.io.haveno.protobuffer.DepositResponse.prototype.getCurrentDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.DepositResponse} returns this + * @return {!proto.io.haveno.protobuffer.DepositResponse} returns this */ -proto.io.bisq.protobuffer.DepositResponse.prototype.setCurrentDate = function(value) { +proto.io.haveno.protobuffer.DepositResponse.prototype.setCurrentDate = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -16150,16 +13861,16 @@ proto.io.bisq.protobuffer.DepositResponse.prototype.setCurrentDate = function(va * optional string error_message = 4; * @return {string} */ -proto.io.bisq.protobuffer.DepositResponse.prototype.getErrorMessage = function() { +proto.io.haveno.protobuffer.DepositResponse.prototype.getErrorMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositResponse} returns this + * @return {!proto.io.haveno.protobuffer.DepositResponse} returns this */ -proto.io.bisq.protobuffer.DepositResponse.prototype.setErrorMessage = function(value) { +proto.io.haveno.protobuffer.DepositResponse.prototype.setErrorMessage = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -16180,8 +13891,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.DepositsConfirmedMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.DepositsConfirmedMessage.toObject(opt_includeInstance, this); }; @@ -16190,15 +13901,15 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.toObject = function * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.DepositsConfirmedMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.DepositsConfirmedMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), + senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.haveno.protobuffer.PubKeyRing.toObject(includeInstance, f), uid: jspb.Message.getFieldWithDefault(msg, 4, ""), sellerPaymentAccountKey: msg.getSellerPaymentAccountKey_asB64(), updatedMultisigHex: jspb.Message.getFieldWithDefault(msg, 6, "") @@ -16215,23 +13926,23 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.toObject = function(includeIn /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.DepositsConfirmedMessage} + * @return {!proto.io.haveno.protobuffer.DepositsConfirmedMessage} */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.DepositsConfirmedMessage; - return proto.io.bisq.protobuffer.DepositsConfirmedMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.DepositsConfirmedMessage; + return proto.io.haveno.protobuffer.DepositsConfirmedMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.DepositsConfirmedMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.DepositsConfirmedMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.DepositsConfirmedMessage} + * @return {!proto.io.haveno.protobuffer.DepositsConfirmedMessage} */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -16243,13 +13954,13 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.deserializeBinaryFromReader = msg.setTradeId(value); break; case 2: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSenderNodeAddress(value); break; case 3: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PubKeyRing; + reader.readMessage(value,proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader); msg.setPubKeyRing(value); break; case 4: @@ -16277,9 +13988,9 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.DepositsConfirmedMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.DepositsConfirmedMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -16287,11 +13998,11 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.serializeBinary = f /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.DepositsConfirmedMessage} message + * @param {!proto.io.haveno.protobuffer.DepositsConfirmedMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -16305,7 +14016,7 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.serializeBinaryToWriter = fun writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getPubKeyRing(); @@ -16313,7 +14024,7 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.serializeBinaryToWriter = fun writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter + proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter ); } f = message.getUid(); @@ -16344,44 +14055,44 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.serializeBinaryToWriter = fun * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositsConfirmedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DepositsConfirmedMessage} returns this */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional NodeAddress sender_node_address = 2; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 2)); +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.getSenderNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.DepositsConfirmedMessage} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.DepositsConfirmedMessage} returns this */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.setSenderNodeAddress = function(value) { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.setSenderNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.DepositsConfirmedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DepositsConfirmedMessage} returns this */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.clearSenderNodeAddress = function() { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.clearSenderNodeAddress = function() { return this.setSenderNodeAddress(undefined); }; @@ -16390,35 +14101,35 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.clearSenderNodeAddr * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.hasSenderNodeAddress = function() { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.hasSenderNodeAddress = function() { return jspb.Message.getField(this, 2) != null; }; /** * optional PubKeyRing pub_key_ring = 3; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} + * @return {?proto.io.haveno.protobuffer.PubKeyRing} */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.getPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 3)); +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.getPubKeyRing = function() { + return /** @type{?proto.io.haveno.protobuffer.PubKeyRing} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PubKeyRing, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.DepositsConfirmedMessage} returns this + * @param {?proto.io.haveno.protobuffer.PubKeyRing|undefined} value + * @return {!proto.io.haveno.protobuffer.DepositsConfirmedMessage} returns this */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.setPubKeyRing = function(value) { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.setPubKeyRing = function(value) { return jspb.Message.setWrapperField(this, 3, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.DepositsConfirmedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DepositsConfirmedMessage} returns this */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.clearPubKeyRing = function() { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.clearPubKeyRing = function() { return this.setPubKeyRing(undefined); }; @@ -16427,7 +14138,7 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.clearPubKeyRing = f * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.hasPubKeyRing = function() { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.hasPubKeyRing = function() { return jspb.Message.getField(this, 3) != null; }; @@ -16436,16 +14147,16 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.hasPubKeyRing = fun * optional string uid = 4; * @return {string} */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.getUid = function() { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositsConfirmedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DepositsConfirmedMessage} returns this */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -16454,7 +14165,7 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.setUid = function(v * optional bytes seller_payment_account_key = 5; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.getSellerPaymentAccountKey = function() { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.getSellerPaymentAccountKey = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; @@ -16464,7 +14175,7 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.getSellerPaymentAcc * This is a type-conversion wrapper around `getSellerPaymentAccountKey()` * @return {string} */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.getSellerPaymentAccountKey_asB64 = function() { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.getSellerPaymentAccountKey_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getSellerPaymentAccountKey())); }; @@ -16477,7 +14188,7 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.getSellerPaymentAcc * This is a type-conversion wrapper around `getSellerPaymentAccountKey()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.getSellerPaymentAccountKey_asU8 = function() { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.getSellerPaymentAccountKey_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getSellerPaymentAccountKey())); }; @@ -16485,9 +14196,9 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.getSellerPaymentAcc /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.DepositsConfirmedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DepositsConfirmedMessage} returns this */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.setSellerPaymentAccountKey = function(value) { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.setSellerPaymentAccountKey = function(value) { return jspb.Message.setProto3BytesField(this, 5, value); }; @@ -16496,16 +14207,16 @@ proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.setSellerPaymentAcc * optional string updated_multisig_hex = 6; * @return {string} */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.getUpdatedMultisigHex = function() { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.getUpdatedMultisigHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositsConfirmedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DepositsConfirmedMessage} returns this */ -proto.io.bisq.protobuffer.DepositsConfirmedMessage.prototype.setUpdatedMultisigHex = function(value) { +proto.io.haveno.protobuffer.DepositsConfirmedMessage.prototype.setUpdatedMultisigHex = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; @@ -16526,8 +14237,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PaymentSentMessage.toObject(opt_includeInstance, this); }; @@ -16536,1565 +14247,21 @@ proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.toObject = f * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PaymentSentMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.toObject = function(includeInstance, msg) { - var f, obj = { - uid: jspb.Message.getFieldWithDefault(msg, 1, ""), - tradeId: jspb.Message.getFieldWithDefault(msg, 2, ""), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - delayedPayoutTx: msg.getDelayedPayoutTx_asB64(), - delayedPayoutTxSellerSignature: msg.getDelayedPayoutTxSellerSignature_asB64() - }; - - if (includeInstance) { - obj.$jspbMessageInstance = msg; - } - return obj; -}; -} - - -/** - * Deserializes binary data (in protobuf wire format). - * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.deserializeBinary = function(bytes) { - var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest; - return proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.deserializeBinaryFromReader(msg, reader); -}; - - -/** - * Deserializes binary data (in protobuf wire format) from the - * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest} msg The message object to deserialize into. - * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.deserializeBinaryFromReader = function(msg, reader) { - while (reader.nextField()) { - if (reader.isEndGroup()) { - break; - } - var field = reader.getFieldNumber(); - switch (field) { - case 1: - var value = /** @type {string} */ (reader.readString()); - msg.setUid(value); - break; - case 2: - var value = /** @type {string} */ (reader.readString()); - msg.setTradeId(value); - break; - case 3: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.setSenderNodeAddress(value); - break; - case 4: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setDelayedPayoutTx(value); - break; - case 5: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setDelayedPayoutTxSellerSignature(value); - break; - default: - reader.skipField(); - break; - } - } - return msg; -}; - - -/** - * Serializes the message to binary data (in protobuf wire format). - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.serializeBinary = function() { - var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.serializeBinaryToWriter(this, writer); - return writer.getResultBuffer(); -}; - - -/** - * Serializes the given message to binary data (in protobuf wire - * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest} message - * @param {!jspb.BinaryWriter} writer - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.serializeBinaryToWriter = function(message, writer) { - var f = undefined; - f = message.getUid(); - if (f.length > 0) { - writer.writeString( - 1, - f - ); - } - f = message.getTradeId(); - if (f.length > 0) { - writer.writeString( - 2, - f - ); - } - f = message.getSenderNodeAddress(); - if (f != null) { - writer.writeMessage( - 3, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } - f = message.getDelayedPayoutTx_asU8(); - if (f.length > 0) { - writer.writeBytes( - 4, - f - ); - } - f = message.getDelayedPayoutTxSellerSignature_asU8(); - if (f.length > 0) { - writer.writeBytes( - 5, - f - ); - } -}; - - -/** - * optional string uid = 1; - * @return {string} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.getUid = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest} returns this - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.setUid = function(value) { - return jspb.Message.setProto3StringField(this, 1, value); -}; - - -/** - * optional string trade_id = 2; - * @return {string} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.getTradeId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest} returns this - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.setTradeId = function(value) { - return jspb.Message.setProto3StringField(this, 2, value); -}; - - -/** - * optional NodeAddress sender_node_address = 3; - * @return {?proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 3)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest} returns this -*/ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.setSenderNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 3, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest} returns this - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.clearSenderNodeAddress = function() { - return this.setSenderNodeAddress(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.hasSenderNodeAddress = function() { - return jspb.Message.getField(this, 3) != null; -}; - - -/** - * optional bytes delayed_payout_tx = 4; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.getDelayedPayoutTx = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 4, "")); -}; - - -/** - * optional bytes delayed_payout_tx = 4; - * This is a type-conversion wrapper around `getDelayedPayoutTx()` - * @return {string} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.getDelayedPayoutTx_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getDelayedPayoutTx())); -}; - - -/** - * optional bytes delayed_payout_tx = 4; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getDelayedPayoutTx()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.getDelayedPayoutTx_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getDelayedPayoutTx())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest} returns this - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.setDelayedPayoutTx = function(value) { - return jspb.Message.setProto3BytesField(this, 4, value); -}; - - -/** - * optional bytes delayed_payout_tx_seller_signature = 5; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.getDelayedPayoutTxSellerSignature = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 5, "")); -}; - - -/** - * optional bytes delayed_payout_tx_seller_signature = 5; - * This is a type-conversion wrapper around `getDelayedPayoutTxSellerSignature()` - * @return {string} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.getDelayedPayoutTxSellerSignature_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getDelayedPayoutTxSellerSignature())); -}; - - -/** - * optional bytes delayed_payout_tx_seller_signature = 5; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getDelayedPayoutTxSellerSignature()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.getDelayedPayoutTxSellerSignature_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getDelayedPayoutTxSellerSignature())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest} returns this - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureRequest.prototype.setDelayedPayoutTxSellerSignature = function(value) { - return jspb.Message.setProto3BytesField(this, 5, value); -}; - - - - - -if (jspb.Message.GENERATE_TO_OBJECT) { -/** - * Creates an object representation of this proto. - * Field names that are reserved in JavaScript and will be renamed to pb_name. - * Optional fields that are not set will be set to undefined. - * To access a reserved field use, foo.pb_, eg, foo.pb_default. - * For the list of reserved names please see: - * net/proto2/compiler/js/internal/generator.cc#kKeyword. - * @param {boolean=} opt_includeInstance Deprecated. whether to include the - * JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @return {!Object} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.toObject(opt_includeInstance, this); -}; - - -/** - * Static version of the {@see toObject} method. - * @param {boolean|undefined} includeInstance Deprecated. Whether to include - * the JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse} msg The msg instance to transform. - * @return {!Object} - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.toObject = function(includeInstance, msg) { - var f, obj = { - uid: jspb.Message.getFieldWithDefault(msg, 1, ""), - tradeId: jspb.Message.getFieldWithDefault(msg, 2, ""), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - delayedPayoutTxBuyerSignature: msg.getDelayedPayoutTxBuyerSignature_asB64(), - depositTx: msg.getDepositTx_asB64() - }; - - if (includeInstance) { - obj.$jspbMessageInstance = msg; - } - return obj; -}; -} - - -/** - * Deserializes binary data (in protobuf wire format). - * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.deserializeBinary = function(bytes) { - var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse; - return proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.deserializeBinaryFromReader(msg, reader); -}; - - -/** - * Deserializes binary data (in protobuf wire format) from the - * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse} msg The message object to deserialize into. - * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.deserializeBinaryFromReader = function(msg, reader) { - while (reader.nextField()) { - if (reader.isEndGroup()) { - break; - } - var field = reader.getFieldNumber(); - switch (field) { - case 1: - var value = /** @type {string} */ (reader.readString()); - msg.setUid(value); - break; - case 2: - var value = /** @type {string} */ (reader.readString()); - msg.setTradeId(value); - break; - case 3: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.setSenderNodeAddress(value); - break; - case 4: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setDelayedPayoutTxBuyerSignature(value); - break; - case 5: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setDepositTx(value); - break; - default: - reader.skipField(); - break; - } - } - return msg; -}; - - -/** - * Serializes the message to binary data (in protobuf wire format). - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.serializeBinary = function() { - var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.serializeBinaryToWriter(this, writer); - return writer.getResultBuffer(); -}; - - -/** - * Serializes the given message to binary data (in protobuf wire - * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse} message - * @param {!jspb.BinaryWriter} writer - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.serializeBinaryToWriter = function(message, writer) { - var f = undefined; - f = message.getUid(); - if (f.length > 0) { - writer.writeString( - 1, - f - ); - } - f = message.getTradeId(); - if (f.length > 0) { - writer.writeString( - 2, - f - ); - } - f = message.getSenderNodeAddress(); - if (f != null) { - writer.writeMessage( - 3, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } - f = message.getDelayedPayoutTxBuyerSignature_asU8(); - if (f.length > 0) { - writer.writeBytes( - 4, - f - ); - } - f = message.getDepositTx_asU8(); - if (f.length > 0) { - writer.writeBytes( - 5, - f - ); - } -}; - - -/** - * optional string uid = 1; - * @return {string} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.getUid = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse} returns this - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.setUid = function(value) { - return jspb.Message.setProto3StringField(this, 1, value); -}; - - -/** - * optional string trade_id = 2; - * @return {string} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.getTradeId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse} returns this - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.setTradeId = function(value) { - return jspb.Message.setProto3StringField(this, 2, value); -}; - - -/** - * optional NodeAddress sender_node_address = 3; - * @return {?proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 3)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse} returns this -*/ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.setSenderNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 3, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse} returns this - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.clearSenderNodeAddress = function() { - return this.setSenderNodeAddress(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.hasSenderNodeAddress = function() { - return jspb.Message.getField(this, 3) != null; -}; - - -/** - * optional bytes delayed_payout_tx_buyer_signature = 4; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.getDelayedPayoutTxBuyerSignature = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 4, "")); -}; - - -/** - * optional bytes delayed_payout_tx_buyer_signature = 4; - * This is a type-conversion wrapper around `getDelayedPayoutTxBuyerSignature()` - * @return {string} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.getDelayedPayoutTxBuyerSignature_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getDelayedPayoutTxBuyerSignature())); -}; - - -/** - * optional bytes delayed_payout_tx_buyer_signature = 4; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getDelayedPayoutTxBuyerSignature()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.getDelayedPayoutTxBuyerSignature_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getDelayedPayoutTxBuyerSignature())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse} returns this - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.setDelayedPayoutTxBuyerSignature = function(value) { - return jspb.Message.setProto3BytesField(this, 4, value); -}; - - -/** - * optional bytes deposit_tx = 5; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.getDepositTx = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 5, "")); -}; - - -/** - * optional bytes deposit_tx = 5; - * This is a type-conversion wrapper around `getDepositTx()` - * @return {string} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.getDepositTx_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getDepositTx())); -}; - - -/** - * optional bytes deposit_tx = 5; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getDepositTx()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.getDepositTx_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getDepositTx())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse} returns this - */ -proto.io.bisq.protobuffer.DelayedPayoutTxSignatureResponse.prototype.setDepositTx = function(value) { - return jspb.Message.setProto3BytesField(this, 5, value); -}; - - - - - -if (jspb.Message.GENERATE_TO_OBJECT) { -/** - * Creates an object representation of this proto. - * Field names that are reserved in JavaScript and will be renamed to pb_name. - * Optional fields that are not set will be set to undefined. - * To access a reserved field use, foo.pb_, eg, foo.pb_default. - * For the list of reserved names please see: - * net/proto2/compiler/js/internal/generator.cc#kKeyword. - * @param {boolean=} opt_includeInstance Deprecated. whether to include the - * JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @return {!Object} - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.toObject(opt_includeInstance, this); -}; - - -/** - * Static version of the {@see toObject} method. - * @param {boolean|undefined} includeInstance Deprecated. Whether to include - * the JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage} msg The msg instance to transform. - * @return {!Object} - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.toObject = function(includeInstance, msg) { - var f, obj = { - uid: jspb.Message.getFieldWithDefault(msg, 1, ""), - tradeId: jspb.Message.getFieldWithDefault(msg, 2, ""), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - depositTx: msg.getDepositTx_asB64(), - delayedPayoutTx: msg.getDelayedPayoutTx_asB64() - }; - - if (includeInstance) { - obj.$jspbMessageInstance = msg; - } - return obj; -}; -} - - -/** - * Deserializes binary data (in protobuf wire format). - * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage} - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.deserializeBinary = function(bytes) { - var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage; - return proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.deserializeBinaryFromReader(msg, reader); -}; - - -/** - * Deserializes binary data (in protobuf wire format) from the - * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage} msg The message object to deserialize into. - * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage} - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.deserializeBinaryFromReader = function(msg, reader) { - while (reader.nextField()) { - if (reader.isEndGroup()) { - break; - } - var field = reader.getFieldNumber(); - switch (field) { - case 1: - var value = /** @type {string} */ (reader.readString()); - msg.setUid(value); - break; - case 2: - var value = /** @type {string} */ (reader.readString()); - msg.setTradeId(value); - break; - case 3: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.setSenderNodeAddress(value); - break; - case 4: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setDepositTx(value); - break; - case 5: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setDelayedPayoutTx(value); - break; - default: - reader.skipField(); - break; - } - } - return msg; -}; - - -/** - * Serializes the message to binary data (in protobuf wire format). - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.serializeBinary = function() { - var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.serializeBinaryToWriter(this, writer); - return writer.getResultBuffer(); -}; - - -/** - * Serializes the given message to binary data (in protobuf wire - * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage} message - * @param {!jspb.BinaryWriter} writer - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.serializeBinaryToWriter = function(message, writer) { - var f = undefined; - f = message.getUid(); - if (f.length > 0) { - writer.writeString( - 1, - f - ); - } - f = message.getTradeId(); - if (f.length > 0) { - writer.writeString( - 2, - f - ); - } - f = message.getSenderNodeAddress(); - if (f != null) { - writer.writeMessage( - 3, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } - f = message.getDepositTx_asU8(); - if (f.length > 0) { - writer.writeBytes( - 4, - f - ); - } - f = message.getDelayedPayoutTx_asU8(); - if (f.length > 0) { - writer.writeBytes( - 5, - f - ); - } -}; - - -/** - * optional string uid = 1; - * @return {string} - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.getUid = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage} returns this - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.setUid = function(value) { - return jspb.Message.setProto3StringField(this, 1, value); -}; - - -/** - * optional string trade_id = 2; - * @return {string} - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.getTradeId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage} returns this - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.setTradeId = function(value) { - return jspb.Message.setProto3StringField(this, 2, value); -}; - - -/** - * optional NodeAddress sender_node_address = 3; - * @return {?proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 3)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage} returns this -*/ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.setSenderNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 3, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage} returns this - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.clearSenderNodeAddress = function() { - return this.setSenderNodeAddress(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.hasSenderNodeAddress = function() { - return jspb.Message.getField(this, 3) != null; -}; - - -/** - * optional bytes deposit_tx = 4; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.getDepositTx = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 4, "")); -}; - - -/** - * optional bytes deposit_tx = 4; - * This is a type-conversion wrapper around `getDepositTx()` - * @return {string} - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.getDepositTx_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getDepositTx())); -}; - - -/** - * optional bytes deposit_tx = 4; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getDepositTx()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.getDepositTx_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getDepositTx())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage} returns this - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.setDepositTx = function(value) { - return jspb.Message.setProto3BytesField(this, 4, value); -}; - - -/** - * optional bytes delayed_payout_tx = 5; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.getDelayedPayoutTx = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 5, "")); -}; - - -/** - * optional bytes delayed_payout_tx = 5; - * This is a type-conversion wrapper around `getDelayedPayoutTx()` - * @return {string} - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.getDelayedPayoutTx_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getDelayedPayoutTx())); -}; - - -/** - * optional bytes delayed_payout_tx = 5; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getDelayedPayoutTx()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.getDelayedPayoutTx_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getDelayedPayoutTx())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage} returns this - */ -proto.io.bisq.protobuffer.DepositTxAndDelayedPayoutTxMessage.prototype.setDelayedPayoutTx = function(value) { - return jspb.Message.setProto3BytesField(this, 5, value); -}; - - - - - -if (jspb.Message.GENERATE_TO_OBJECT) { -/** - * Creates an object representation of this proto. - * Field names that are reserved in JavaScript and will be renamed to pb_name. - * Optional fields that are not set will be set to undefined. - * To access a reserved field use, foo.pb_, eg, foo.pb_default. - * For the list of reserved names please see: - * net/proto2/compiler/js/internal/generator.cc#kKeyword. - * @param {boolean=} opt_includeInstance Deprecated. whether to include the - * JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @return {!Object} - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.DepositTxMessage.toObject(opt_includeInstance, this); -}; - - -/** - * Static version of the {@see toObject} method. - * @param {boolean|undefined} includeInstance Deprecated. Whether to include - * the JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.DepositTxMessage} msg The msg instance to transform. - * @return {!Object} - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.DepositTxMessage.toObject = function(includeInstance, msg) { - var f, obj = { - uid: jspb.Message.getFieldWithDefault(msg, 1, ""), - tradeId: jspb.Message.getFieldWithDefault(msg, 2, ""), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - depositTxWithoutWitnesses: msg.getDepositTxWithoutWitnesses_asB64(), - pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), - tradeFeeTxId: jspb.Message.getFieldWithDefault(msg, 102, ""), - depositTxId: jspb.Message.getFieldWithDefault(msg, 103, "") - }; - - if (includeInstance) { - obj.$jspbMessageInstance = msg; - } - return obj; -}; -} - - -/** - * Deserializes binary data (in protobuf wire format). - * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.DepositTxMessage} - */ -proto.io.bisq.protobuffer.DepositTxMessage.deserializeBinary = function(bytes) { - var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.DepositTxMessage; - return proto.io.bisq.protobuffer.DepositTxMessage.deserializeBinaryFromReader(msg, reader); -}; - - -/** - * Deserializes binary data (in protobuf wire format) from the - * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.DepositTxMessage} msg The message object to deserialize into. - * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.DepositTxMessage} - */ -proto.io.bisq.protobuffer.DepositTxMessage.deserializeBinaryFromReader = function(msg, reader) { - while (reader.nextField()) { - if (reader.isEndGroup()) { - break; - } - var field = reader.getFieldNumber(); - switch (field) { - case 1: - var value = /** @type {string} */ (reader.readString()); - msg.setUid(value); - break; - case 2: - var value = /** @type {string} */ (reader.readString()); - msg.setTradeId(value); - break; - case 3: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.setSenderNodeAddress(value); - break; - case 4: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setDepositTxWithoutWitnesses(value); - break; - case 100: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); - msg.setPubKeyRing(value); - break; - case 102: - var value = /** @type {string} */ (reader.readString()); - msg.setTradeFeeTxId(value); - break; - case 103: - var value = /** @type {string} */ (reader.readString()); - msg.setDepositTxId(value); - break; - default: - reader.skipField(); - break; - } - } - return msg; -}; - - -/** - * Serializes the message to binary data (in protobuf wire format). - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.serializeBinary = function() { - var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.DepositTxMessage.serializeBinaryToWriter(this, writer); - return writer.getResultBuffer(); -}; - - -/** - * Serializes the given message to binary data (in protobuf wire - * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.DepositTxMessage} message - * @param {!jspb.BinaryWriter} writer - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.DepositTxMessage.serializeBinaryToWriter = function(message, writer) { - var f = undefined; - f = message.getUid(); - if (f.length > 0) { - writer.writeString( - 1, - f - ); - } - f = message.getTradeId(); - if (f.length > 0) { - writer.writeString( - 2, - f - ); - } - f = message.getSenderNodeAddress(); - if (f != null) { - writer.writeMessage( - 3, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } - f = message.getDepositTxWithoutWitnesses_asU8(); - if (f.length > 0) { - writer.writeBytes( - 4, - f - ); - } - f = message.getPubKeyRing(); - if (f != null) { - writer.writeMessage( - 100, - f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter - ); - } - f = message.getTradeFeeTxId(); - if (f.length > 0) { - writer.writeString( - 102, - f - ); - } - f = message.getDepositTxId(); - if (f.length > 0) { - writer.writeString( - 103, - f - ); - } -}; - - -/** - * optional string uid = 1; - * @return {string} - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.getUid = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositTxMessage} returns this - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.setUid = function(value) { - return jspb.Message.setProto3StringField(this, 1, value); -}; - - -/** - * optional string trade_id = 2; - * @return {string} - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.getTradeId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositTxMessage} returns this - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.setTradeId = function(value) { - return jspb.Message.setProto3StringField(this, 2, value); -}; - - -/** - * optional NodeAddress sender_node_address = 3; - * @return {?proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 3)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.DepositTxMessage} returns this -*/ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.setSenderNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 3, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.DepositTxMessage} returns this - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.clearSenderNodeAddress = function() { - return this.setSenderNodeAddress(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.hasSenderNodeAddress = function() { - return jspb.Message.getField(this, 3) != null; -}; - - -/** - * optional bytes deposit_tx_without_witnesses = 4; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.getDepositTxWithoutWitnesses = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 4, "")); -}; - - -/** - * optional bytes deposit_tx_without_witnesses = 4; - * This is a type-conversion wrapper around `getDepositTxWithoutWitnesses()` - * @return {string} - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.getDepositTxWithoutWitnesses_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getDepositTxWithoutWitnesses())); -}; - - -/** - * optional bytes deposit_tx_without_witnesses = 4; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getDepositTxWithoutWitnesses()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.getDepositTxWithoutWitnesses_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getDepositTxWithoutWitnesses())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.DepositTxMessage} returns this - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.setDepositTxWithoutWitnesses = function(value) { - return jspb.Message.setProto3BytesField(this, 4, value); -}; - - -/** - * optional PubKeyRing pub_key_ring = 100; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.getPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 100)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.DepositTxMessage} returns this -*/ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.setPubKeyRing = function(value) { - return jspb.Message.setWrapperField(this, 100, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.DepositTxMessage} returns this - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.clearPubKeyRing = function() { - return this.setPubKeyRing(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.hasPubKeyRing = function() { - return jspb.Message.getField(this, 100) != null; -}; - - -/** - * optional string trade_fee_tx_id = 102; - * @return {string} - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.getTradeFeeTxId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 102, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositTxMessage} returns this - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.setTradeFeeTxId = function(value) { - return jspb.Message.setProto3StringField(this, 102, value); -}; - - -/** - * optional string deposit_tx_id = 103; - * @return {string} - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.getDepositTxId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 103, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.DepositTxMessage} returns this - */ -proto.io.bisq.protobuffer.DepositTxMessage.prototype.setDepositTxId = function(value) { - return jspb.Message.setProto3StringField(this, 103, value); -}; - - - - - -if (jspb.Message.GENERATE_TO_OBJECT) { -/** - * Creates an object representation of this proto. - * Field names that are reserved in JavaScript and will be renamed to pb_name. - * Optional fields that are not set will be set to undefined. - * To access a reserved field use, foo.pb_, eg, foo.pb_default. - * For the list of reserved names please see: - * net/proto2/compiler/js/internal/generator.cc#kKeyword. - * @param {boolean=} opt_includeInstance Deprecated. whether to include the - * JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @return {!Object} - */ -proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.toObject(opt_includeInstance, this); -}; - - -/** - * Static version of the {@see toObject} method. - * @param {boolean|undefined} includeInstance Deprecated. Whether to include - * the JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage} msg The msg instance to transform. - * @return {!Object} - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.toObject = function(includeInstance, msg) { - var f, obj = { - uid: jspb.Message.getFieldWithDefault(msg, 1, ""), - tradeId: jspb.Message.getFieldWithDefault(msg, 2, ""), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f) - }; - - if (includeInstance) { - obj.$jspbMessageInstance = msg; - } - return obj; -}; -} - - -/** - * Deserializes binary data (in protobuf wire format). - * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage} - */ -proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.deserializeBinary = function(bytes) { - var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage; - return proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.deserializeBinaryFromReader(msg, reader); -}; - - -/** - * Deserializes binary data (in protobuf wire format) from the - * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage} msg The message object to deserialize into. - * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage} - */ -proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.deserializeBinaryFromReader = function(msg, reader) { - while (reader.nextField()) { - if (reader.isEndGroup()) { - break; - } - var field = reader.getFieldNumber(); - switch (field) { - case 1: - var value = /** @type {string} */ (reader.readString()); - msg.setUid(value); - break; - case 2: - var value = /** @type {string} */ (reader.readString()); - msg.setTradeId(value); - break; - case 3: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.setSenderNodeAddress(value); - break; - default: - reader.skipField(); - break; - } - } - return msg; -}; - - -/** - * Serializes the message to binary data (in protobuf wire format). - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.prototype.serializeBinary = function() { - var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.serializeBinaryToWriter(this, writer); - return writer.getResultBuffer(); -}; - - -/** - * Serializes the given message to binary data (in protobuf wire - * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage} message - * @param {!jspb.BinaryWriter} writer - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.serializeBinaryToWriter = function(message, writer) { - var f = undefined; - f = message.getUid(); - if (f.length > 0) { - writer.writeString( - 1, - f - ); - } - f = message.getTradeId(); - if (f.length > 0) { - writer.writeString( - 2, - f - ); - } - f = message.getSenderNodeAddress(); - if (f != null) { - writer.writeMessage( - 3, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } -}; - - -/** - * optional string uid = 1; - * @return {string} - */ -proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.prototype.getUid = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage} returns this - */ -proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.prototype.setUid = function(value) { - return jspb.Message.setProto3StringField(this, 1, value); -}; - - -/** - * optional string trade_id = 2; - * @return {string} - */ -proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.prototype.getTradeId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage} returns this - */ -proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.prototype.setTradeId = function(value) { - return jspb.Message.setProto3StringField(this, 2, value); -}; - - -/** - * optional NodeAddress sender_node_address = 3; - * @return {?proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 3)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage} returns this -*/ -proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.prototype.setSenderNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 3, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage} returns this - */ -proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.prototype.clearSenderNodeAddress = function() { - return this.setSenderNodeAddress(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.PeerPublishedDelayedPayoutTxMessage.prototype.hasSenderNodeAddress = function() { - return jspb.Message.getField(this, 3) != null; -}; - - - - - -if (jspb.Message.GENERATE_TO_OBJECT) { -/** - * Creates an object representation of this proto. - * Field names that are reserved in JavaScript and will be renamed to pb_name. - * Optional fields that are not set will be set to undefined. - * To access a reserved field use, foo.pb_, eg, foo.pb_default. - * For the list of reserved names please see: - * net/proto2/compiler/js/internal/generator.cc#kKeyword. - * @param {boolean=} opt_includeInstance Deprecated. whether to include the - * JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @return {!Object} - */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PaymentSentMessage.toObject(opt_includeInstance, this); -}; - - -/** - * Static version of the {@see toObject} method. - * @param {boolean|undefined} includeInstance Deprecated. Whether to include - * the JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PaymentSentMessage} msg The msg instance to transform. - * @return {!Object} - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.PaymentSentMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PaymentSentMessage.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), + senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), counterCurrencyTxId: jspb.Message.getFieldWithDefault(msg, 3, ""), uid: jspb.Message.getFieldWithDefault(msg, 4, ""), counterCurrencyExtraData: jspb.Message.getFieldWithDefault(msg, 5, ""), payoutTxHex: jspb.Message.getFieldWithDefault(msg, 6, ""), updatedMultisigHex: jspb.Message.getFieldWithDefault(msg, 7, ""), paymentAccountKey: msg.getPaymentAccountKey_asB64(), - sellerAccountAgeWitness: (f = msg.getSellerAccountAgeWitness()) && proto.io.bisq.protobuffer.AccountAgeWitness.toObject(includeInstance, f), + sellerAccountAgeWitness: (f = msg.getSellerAccountAgeWitness()) && proto.io.haveno.protobuffer.AccountAgeWitness.toObject(includeInstance, f), buyerSignature: msg.getBuyerSignature_asB64() }; @@ -18109,23 +14276,23 @@ proto.io.bisq.protobuffer.PaymentSentMessage.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PaymentSentMessage} + * @return {!proto.io.haveno.protobuffer.PaymentSentMessage} */ -proto.io.bisq.protobuffer.PaymentSentMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PaymentSentMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PaymentSentMessage; - return proto.io.bisq.protobuffer.PaymentSentMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PaymentSentMessage; + return proto.io.haveno.protobuffer.PaymentSentMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PaymentSentMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PaymentSentMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PaymentSentMessage} + * @return {!proto.io.haveno.protobuffer.PaymentSentMessage} */ -proto.io.bisq.protobuffer.PaymentSentMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PaymentSentMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -18137,8 +14304,8 @@ proto.io.bisq.protobuffer.PaymentSentMessage.deserializeBinaryFromReader = funct msg.setTradeId(value); break; case 2: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSenderNodeAddress(value); break; case 3: @@ -18166,8 +14333,8 @@ proto.io.bisq.protobuffer.PaymentSentMessage.deserializeBinaryFromReader = funct msg.setPaymentAccountKey(value); break; case 9: - var value = new proto.io.bisq.protobuffer.AccountAgeWitness; - reader.readMessage(value,proto.io.bisq.protobuffer.AccountAgeWitness.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.AccountAgeWitness; + reader.readMessage(value,proto.io.haveno.protobuffer.AccountAgeWitness.deserializeBinaryFromReader); msg.setSellerAccountAgeWitness(value); break; case 10: @@ -18187,9 +14354,9 @@ proto.io.bisq.protobuffer.PaymentSentMessage.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PaymentSentMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PaymentSentMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -18197,11 +14364,11 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PaymentSentMessage} message + * @param {!proto.io.haveno.protobuffer.PaymentSentMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentSentMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PaymentSentMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -18215,7 +14382,7 @@ proto.io.bisq.protobuffer.PaymentSentMessage.serializeBinaryToWriter = function( writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getCounterCurrencyTxId(); @@ -18265,7 +14432,7 @@ proto.io.bisq.protobuffer.PaymentSentMessage.serializeBinaryToWriter = function( writer.writeMessage( 9, f, - proto.io.bisq.protobuffer.AccountAgeWitness.serializeBinaryToWriter + proto.io.haveno.protobuffer.AccountAgeWitness.serializeBinaryToWriter ); } f = message.getBuyerSignature_asU8(); @@ -18282,44 +14449,44 @@ proto.io.bisq.protobuffer.PaymentSentMessage.serializeBinaryToWriter = function( * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentSentMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentSentMessage} returns this */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional NodeAddress sender_node_address = 2; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 2)); +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.getSenderNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentSentMessage} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentSentMessage} returns this */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.setSenderNodeAddress = function(value) { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.setSenderNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentSentMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentSentMessage} returns this */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.clearSenderNodeAddress = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.clearSenderNodeAddress = function() { return this.setSenderNodeAddress(undefined); }; @@ -18328,7 +14495,7 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.clearSenderNodeAddress = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.hasSenderNodeAddress = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.hasSenderNodeAddress = function() { return jspb.Message.getField(this, 2) != null; }; @@ -18337,16 +14504,16 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.hasSenderNodeAddress = fu * optional string counter_currency_tx_id = 3; * @return {string} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getCounterCurrencyTxId = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.getCounterCurrencyTxId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentSentMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentSentMessage} returns this */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.setCounterCurrencyTxId = function(value) { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.setCounterCurrencyTxId = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -18355,16 +14522,16 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.setCounterCurrencyTxId = * optional string uid = 4; * @return {string} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getUid = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentSentMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentSentMessage} returns this */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -18373,16 +14540,16 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.setUid = function(value) * optional string counter_currency_extra_data = 5; * @return {string} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getCounterCurrencyExtraData = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.getCounterCurrencyExtraData = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentSentMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentSentMessage} returns this */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.setCounterCurrencyExtraData = function(value) { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.setCounterCurrencyExtraData = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; @@ -18391,16 +14558,16 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.setCounterCurrencyExtraDa * optional string payout_tx_hex = 6; * @return {string} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getPayoutTxHex = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.getPayoutTxHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentSentMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentSentMessage} returns this */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.setPayoutTxHex = function(value) { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.setPayoutTxHex = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; @@ -18409,16 +14576,16 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.setPayoutTxHex = function * optional string updated_multisig_hex = 7; * @return {string} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getUpdatedMultisigHex = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.getUpdatedMultisigHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentSentMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentSentMessage} returns this */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.setUpdatedMultisigHex = function(value) { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.setUpdatedMultisigHex = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; @@ -18427,7 +14594,7 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.setUpdatedMultisigHex = f * optional bytes payment_account_key = 8; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getPaymentAccountKey = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.getPaymentAccountKey = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; @@ -18437,7 +14604,7 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getPaymentAccountKey = fu * This is a type-conversion wrapper around `getPaymentAccountKey()` * @return {string} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getPaymentAccountKey_asB64 = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.getPaymentAccountKey_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getPaymentAccountKey())); }; @@ -18450,7 +14617,7 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getPaymentAccountKey_asB6 * This is a type-conversion wrapper around `getPaymentAccountKey()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getPaymentAccountKey_asU8 = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.getPaymentAccountKey_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getPaymentAccountKey())); }; @@ -18458,37 +14625,37 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getPaymentAccountKey_asU8 /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.PaymentSentMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentSentMessage} returns this */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.setPaymentAccountKey = function(value) { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.setPaymentAccountKey = function(value) { return jspb.Message.setProto3BytesField(this, 8, value); }; /** * optional AccountAgeWitness seller_account_age_witness = 9; - * @return {?proto.io.bisq.protobuffer.AccountAgeWitness} + * @return {?proto.io.haveno.protobuffer.AccountAgeWitness} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getSellerAccountAgeWitness = function() { - return /** @type{?proto.io.bisq.protobuffer.AccountAgeWitness} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AccountAgeWitness, 9)); +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.getSellerAccountAgeWitness = function() { + return /** @type{?proto.io.haveno.protobuffer.AccountAgeWitness} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AccountAgeWitness, 9)); }; /** - * @param {?proto.io.bisq.protobuffer.AccountAgeWitness|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentSentMessage} returns this + * @param {?proto.io.haveno.protobuffer.AccountAgeWitness|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentSentMessage} returns this */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.setSellerAccountAgeWitness = function(value) { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.setSellerAccountAgeWitness = function(value) { return jspb.Message.setWrapperField(this, 9, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentSentMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentSentMessage} returns this */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.clearSellerAccountAgeWitness = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.clearSellerAccountAgeWitness = function() { return this.setSellerAccountAgeWitness(undefined); }; @@ -18497,7 +14664,7 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.clearSellerAccountAgeWitn * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.hasSellerAccountAgeWitness = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.hasSellerAccountAgeWitness = function() { return jspb.Message.getField(this, 9) != null; }; @@ -18506,7 +14673,7 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.hasSellerAccountAgeWitnes * optional bytes buyer_signature = 10; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getBuyerSignature = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.getBuyerSignature = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 10, "")); }; @@ -18516,7 +14683,7 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getBuyerSignature = funct * This is a type-conversion wrapper around `getBuyerSignature()` * @return {string} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getBuyerSignature_asB64 = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.getBuyerSignature_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getBuyerSignature())); }; @@ -18529,7 +14696,7 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getBuyerSignature_asB64 = * This is a type-conversion wrapper around `getBuyerSignature()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getBuyerSignature_asU8 = function() { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.getBuyerSignature_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getBuyerSignature())); }; @@ -18537,9 +14704,9 @@ proto.io.bisq.protobuffer.PaymentSentMessage.prototype.getBuyerSignature_asU8 = /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.PaymentSentMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentSentMessage} returns this */ -proto.io.bisq.protobuffer.PaymentSentMessage.prototype.setBuyerSignature = function(value) { +proto.io.haveno.protobuffer.PaymentSentMessage.prototype.setBuyerSignature = function(value) { return jspb.Message.setProto3BytesField(this, 10, value); }; @@ -18560,8 +14727,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PaymentReceivedMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PaymentReceivedMessage.toObject(opt_includeInstance, this); }; @@ -18570,22 +14737,22 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PaymentReceivedMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PaymentReceivedMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PaymentReceivedMessage.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), + senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), uid: jspb.Message.getFieldWithDefault(msg, 3, ""), unsignedPayoutTxHex: jspb.Message.getFieldWithDefault(msg, 4, ""), signedPayoutTxHex: jspb.Message.getFieldWithDefault(msg, 5, ""), updatedMultisigHex: jspb.Message.getFieldWithDefault(msg, 6, ""), deferPublishPayout: jspb.Message.getBooleanFieldWithDefault(msg, 7, false), - buyerAccountAgeWitness: (f = msg.getBuyerAccountAgeWitness()) && proto.io.bisq.protobuffer.AccountAgeWitness.toObject(includeInstance, f), - buyerSignedWitness: (f = msg.getBuyerSignedWitness()) && proto.io.bisq.protobuffer.SignedWitness.toObject(includeInstance, f), - paymentSentMessage: (f = msg.getPaymentSentMessage()) && proto.io.bisq.protobuffer.PaymentSentMessage.toObject(includeInstance, f), + buyerAccountAgeWitness: (f = msg.getBuyerAccountAgeWitness()) && proto.io.haveno.protobuffer.AccountAgeWitness.toObject(includeInstance, f), + buyerSignedWitness: (f = msg.getBuyerSignedWitness()) && proto.io.haveno.protobuffer.SignedWitness.toObject(includeInstance, f), + paymentSentMessage: (f = msg.getPaymentSentMessage()) && proto.io.haveno.protobuffer.PaymentSentMessage.toObject(includeInstance, f), sellerSignature: msg.getSellerSignature_asB64() }; @@ -18600,23 +14767,23 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PaymentReceivedMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PaymentReceivedMessage; - return proto.io.bisq.protobuffer.PaymentReceivedMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PaymentReceivedMessage; + return proto.io.haveno.protobuffer.PaymentReceivedMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PaymentReceivedMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PaymentReceivedMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PaymentReceivedMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -18628,8 +14795,8 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.deserializeBinaryFromReader = f msg.setTradeId(value); break; case 2: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSenderNodeAddress(value); break; case 3: @@ -18653,18 +14820,18 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.deserializeBinaryFromReader = f msg.setDeferPublishPayout(value); break; case 8: - var value = new proto.io.bisq.protobuffer.AccountAgeWitness; - reader.readMessage(value,proto.io.bisq.protobuffer.AccountAgeWitness.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.AccountAgeWitness; + reader.readMessage(value,proto.io.haveno.protobuffer.AccountAgeWitness.deserializeBinaryFromReader); msg.setBuyerAccountAgeWitness(value); break; case 9: - var value = new proto.io.bisq.protobuffer.SignedWitness; - reader.readMessage(value,proto.io.bisq.protobuffer.SignedWitness.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SignedWitness; + reader.readMessage(value,proto.io.haveno.protobuffer.SignedWitness.deserializeBinaryFromReader); msg.setBuyerSignedWitness(value); break; case 10: - var value = new proto.io.bisq.protobuffer.PaymentSentMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentSentMessage.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PaymentSentMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentSentMessage.deserializeBinaryFromReader); msg.setPaymentSentMessage(value); break; case 11: @@ -18684,9 +14851,9 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PaymentReceivedMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PaymentReceivedMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -18694,11 +14861,11 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PaymentReceivedMessage} message + * @param {!proto.io.haveno.protobuffer.PaymentReceivedMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PaymentReceivedMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -18712,7 +14879,7 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.serializeBinaryToWriter = funct writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getUid(); @@ -18755,7 +14922,7 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.serializeBinaryToWriter = funct writer.writeMessage( 8, f, - proto.io.bisq.protobuffer.AccountAgeWitness.serializeBinaryToWriter + proto.io.haveno.protobuffer.AccountAgeWitness.serializeBinaryToWriter ); } f = message.getBuyerSignedWitness(); @@ -18763,7 +14930,7 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.serializeBinaryToWriter = funct writer.writeMessage( 9, f, - proto.io.bisq.protobuffer.SignedWitness.serializeBinaryToWriter + proto.io.haveno.protobuffer.SignedWitness.serializeBinaryToWriter ); } f = message.getPaymentSentMessage(); @@ -18771,7 +14938,7 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.serializeBinaryToWriter = funct writer.writeMessage( 10, f, - proto.io.bisq.protobuffer.PaymentSentMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentSentMessage.serializeBinaryToWriter ); } f = message.getSellerSignature_asU8(); @@ -18788,44 +14955,44 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.serializeBinaryToWriter = funct * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} returns this */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional NodeAddress sender_node_address = 2; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 2)); +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.getSenderNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} returns this */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.setSenderNodeAddress = function(value) { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.setSenderNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} returns this */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.clearSenderNodeAddress = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.clearSenderNodeAddress = function() { return this.setSenderNodeAddress(undefined); }; @@ -18834,7 +15001,7 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.clearSenderNodeAddres * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.hasSenderNodeAddress = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.hasSenderNodeAddress = function() { return jspb.Message.getField(this, 2) != null; }; @@ -18843,16 +15010,16 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.hasSenderNodeAddress * optional string uid = 3; * @return {string} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getUid = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} returns this */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -18861,16 +15028,16 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.setUid = function(val * optional string unsigned_payout_tx_hex = 4; * @return {string} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getUnsignedPayoutTxHex = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.getUnsignedPayoutTxHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} returns this */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.setUnsignedPayoutTxHex = function(value) { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.setUnsignedPayoutTxHex = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -18879,16 +15046,16 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.setUnsignedPayoutTxHe * optional string signed_payout_tx_hex = 5; * @return {string} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getSignedPayoutTxHex = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.getSignedPayoutTxHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} returns this */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.setSignedPayoutTxHex = function(value) { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.setSignedPayoutTxHex = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; @@ -18897,16 +15064,16 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.setSignedPayoutTxHex * optional string updated_multisig_hex = 6; * @return {string} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getUpdatedMultisigHex = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.getUpdatedMultisigHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} returns this */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.setUpdatedMultisigHex = function(value) { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.setUpdatedMultisigHex = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; @@ -18915,44 +15082,44 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.setUpdatedMultisigHex * optional bool defer_publish_payout = 7; * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getDeferPublishPayout = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.getDeferPublishPayout = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 7, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} returns this */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.setDeferPublishPayout = function(value) { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.setDeferPublishPayout = function(value) { return jspb.Message.setProto3BooleanField(this, 7, value); }; /** * optional AccountAgeWitness buyer_account_age_witness = 8; - * @return {?proto.io.bisq.protobuffer.AccountAgeWitness} + * @return {?proto.io.haveno.protobuffer.AccountAgeWitness} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getBuyerAccountAgeWitness = function() { - return /** @type{?proto.io.bisq.protobuffer.AccountAgeWitness} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AccountAgeWitness, 8)); +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.getBuyerAccountAgeWitness = function() { + return /** @type{?proto.io.haveno.protobuffer.AccountAgeWitness} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AccountAgeWitness, 8)); }; /** - * @param {?proto.io.bisq.protobuffer.AccountAgeWitness|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} returns this + * @param {?proto.io.haveno.protobuffer.AccountAgeWitness|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} returns this */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.setBuyerAccountAgeWitness = function(value) { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.setBuyerAccountAgeWitness = function(value) { return jspb.Message.setWrapperField(this, 8, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} returns this */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.clearBuyerAccountAgeWitness = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.clearBuyerAccountAgeWitness = function() { return this.setBuyerAccountAgeWitness(undefined); }; @@ -18961,35 +15128,35 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.clearBuyerAccountAgeW * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.hasBuyerAccountAgeWitness = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.hasBuyerAccountAgeWitness = function() { return jspb.Message.getField(this, 8) != null; }; /** * optional SignedWitness buyer_signed_witness = 9; - * @return {?proto.io.bisq.protobuffer.SignedWitness} + * @return {?proto.io.haveno.protobuffer.SignedWitness} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getBuyerSignedWitness = function() { - return /** @type{?proto.io.bisq.protobuffer.SignedWitness} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SignedWitness, 9)); +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.getBuyerSignedWitness = function() { + return /** @type{?proto.io.haveno.protobuffer.SignedWitness} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SignedWitness, 9)); }; /** - * @param {?proto.io.bisq.protobuffer.SignedWitness|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} returns this + * @param {?proto.io.haveno.protobuffer.SignedWitness|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} returns this */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.setBuyerSignedWitness = function(value) { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.setBuyerSignedWitness = function(value) { return jspb.Message.setWrapperField(this, 9, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} returns this */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.clearBuyerSignedWitness = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.clearBuyerSignedWitness = function() { return this.setBuyerSignedWitness(undefined); }; @@ -18998,35 +15165,35 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.clearBuyerSignedWitne * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.hasBuyerSignedWitness = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.hasBuyerSignedWitness = function() { return jspb.Message.getField(this, 9) != null; }; /** * optional PaymentSentMessage payment_sent_message = 10; - * @return {?proto.io.bisq.protobuffer.PaymentSentMessage} + * @return {?proto.io.haveno.protobuffer.PaymentSentMessage} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getPaymentSentMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentSentMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentSentMessage, 10)); +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.getPaymentSentMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentSentMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaymentSentMessage, 10)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentSentMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} returns this + * @param {?proto.io.haveno.protobuffer.PaymentSentMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} returns this */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.setPaymentSentMessage = function(value) { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.setPaymentSentMessage = function(value) { return jspb.Message.setWrapperField(this, 10, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} returns this */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.clearPaymentSentMessage = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.clearPaymentSentMessage = function() { return this.setPaymentSentMessage(undefined); }; @@ -19035,7 +15202,7 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.clearPaymentSentMessa * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.hasPaymentSentMessage = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.hasPaymentSentMessage = function() { return jspb.Message.getField(this, 10) != null; }; @@ -19044,7 +15211,7 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.hasPaymentSentMessage * optional bytes seller_signature = 11; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getSellerSignature = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.getSellerSignature = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 11, "")); }; @@ -19054,7 +15221,7 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getSellerSignature = * This is a type-conversion wrapper around `getSellerSignature()` * @return {string} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getSellerSignature_asB64 = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.getSellerSignature_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getSellerSignature())); }; @@ -19067,7 +15234,7 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getSellerSignature_as * This is a type-conversion wrapper around `getSellerSignature()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getSellerSignature_asU8 = function() { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.getSellerSignature_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getSellerSignature())); }; @@ -19075,9 +15242,9 @@ proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.getSellerSignature_as /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.PaymentReceivedMessage} returns this + * @return {!proto.io.haveno.protobuffer.PaymentReceivedMessage} returns this */ -proto.io.bisq.protobuffer.PaymentReceivedMessage.prototype.setSellerSignature = function(value) { +proto.io.haveno.protobuffer.PaymentReceivedMessage.prototype.setSellerSignature = function(value) { return jspb.Message.setProto3BytesField(this, 11, value); }; @@ -19098,8 +15265,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.toObject(opt_includeInstance, this); }; @@ -19108,15 +15275,15 @@ proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.toObject = * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), payoutTx: msg.getPayoutTx_asB64(), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), + senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), uid: jspb.Message.getFieldWithDefault(msg, 4, "") }; @@ -19131,23 +15298,23 @@ proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.toObject = function(i /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage} + * @return {!proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage} */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage; - return proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage; + return proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage} + * @return {!proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage} */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -19163,8 +15330,8 @@ proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.deserializeBinaryFrom msg.setPayoutTx(value); break; case 3: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSenderNodeAddress(value); break; case 4: @@ -19184,9 +15351,9 @@ proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.deserializeBinaryFrom * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -19194,11 +15361,11 @@ proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.serializeBi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage} message + * @param {!proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -19219,7 +15386,7 @@ proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.serializeBinaryToWrit writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getUid(); @@ -19236,16 +15403,16 @@ proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.serializeBinaryToWrit * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage} returns this + * @return {!proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage} returns this */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -19254,7 +15421,7 @@ proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.setTradeId * optional bytes payout_tx = 2; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.getPayoutTx = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.prototype.getPayoutTx = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; @@ -19264,7 +15431,7 @@ proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.getPayoutTx * This is a type-conversion wrapper around `getPayoutTx()` * @return {string} */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.getPayoutTx_asB64 = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.prototype.getPayoutTx_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getPayoutTx())); }; @@ -19277,7 +15444,7 @@ proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.getPayoutTx * This is a type-conversion wrapper around `getPayoutTx()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.getPayoutTx_asU8 = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.prototype.getPayoutTx_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getPayoutTx())); }; @@ -19285,37 +15452,37 @@ proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.getPayoutTx /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage} returns this + * @return {!proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage} returns this */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.setPayoutTx = function(value) { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.prototype.setPayoutTx = function(value) { return jspb.Message.setProto3BytesField(this, 2, value); }; /** * optional NodeAddress sender_node_address = 3; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 3)); +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.prototype.getSenderNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage} returns this */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.setSenderNodeAddress = function(value) { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.prototype.setSenderNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 3, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage} returns this + * @return {!proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage} returns this */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.clearSenderNodeAddress = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.prototype.clearSenderNodeAddress = function() { return this.setSenderNodeAddress(undefined); }; @@ -19324,7 +15491,7 @@ proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.clearSender * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.hasSenderNodeAddress = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.prototype.hasSenderNodeAddress = function() { return jspb.Message.getField(this, 3) != null; }; @@ -19333,16 +15500,16 @@ proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.hasSenderNo * optional string uid = 4; * @return {string} */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.getUid = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage} returns this + * @return {!proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage} returns this */ -proto.io.bisq.protobuffer.MediatedPayoutTxPublishedMessage.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.MediatedPayoutTxPublishedMessage.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -19363,8 +15530,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.toObject(opt_includeInstance, this); }; @@ -19373,16 +15540,16 @@ proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.toObject = * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.toObject = function(includeInstance, msg) { var f, obj = { uid: jspb.Message.getFieldWithDefault(msg, 1, ""), tradeId: jspb.Message.getFieldWithDefault(msg, 3, ""), txSignature: msg.getTxSignature_asB64(), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f) + senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f) }; if (includeInstance) { @@ -19396,23 +15563,23 @@ proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.toObject = function(i /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage} + * @return {!proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage} */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage; - return proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage; + return proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage} + * @return {!proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage} */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -19432,8 +15599,8 @@ proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.deserializeBinaryFrom msg.setTxSignature(value); break; case 4: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSenderNodeAddress(value); break; default: @@ -19449,9 +15616,9 @@ proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.deserializeBinaryFrom * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -19459,11 +15626,11 @@ proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.serializeBi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage} message + * @param {!proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getUid(); if (f.length > 0) { @@ -19491,7 +15658,7 @@ proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.serializeBinaryToWrit writer.writeMessage( 4, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } }; @@ -19501,16 +15668,16 @@ proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.serializeBinaryToWrit * optional string uid = 1; * @return {string} */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.getUid = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage} returns this + * @return {!proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage} returns this */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -19519,16 +15686,16 @@ proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.setUid = fu * optional string trade_id = 3; * @return {string} */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage} returns this + * @return {!proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage} returns this */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -19537,7 +15704,7 @@ proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.setTradeId * optional bytes tx_signature = 2; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.getTxSignature = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.prototype.getTxSignature = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; @@ -19547,7 +15714,7 @@ proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.getTxSignat * This is a type-conversion wrapper around `getTxSignature()` * @return {string} */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.getTxSignature_asB64 = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.prototype.getTxSignature_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getTxSignature())); }; @@ -19560,7 +15727,7 @@ proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.getTxSignat * This is a type-conversion wrapper around `getTxSignature()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.getTxSignature_asU8 = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.prototype.getTxSignature_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getTxSignature())); }; @@ -19568,37 +15735,37 @@ proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.getTxSignat /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage} returns this + * @return {!proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage} returns this */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.setTxSignature = function(value) { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.prototype.setTxSignature = function(value) { return jspb.Message.setProto3BytesField(this, 2, value); }; /** * optional NodeAddress sender_node_address = 4; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 4)); +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.prototype.getSenderNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 4)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage} returns this */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.setSenderNodeAddress = function(value) { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.prototype.setSenderNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 4, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage} returns this + * @return {!proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage} returns this */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.clearSenderNodeAddress = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.prototype.clearSenderNodeAddress = function() { return this.setSenderNodeAddress(undefined); }; @@ -19607,229 +15774,18 @@ proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.clearSender * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.MediatedPayoutTxSignatureMessage.prototype.hasSenderNodeAddress = function() { +proto.io.haveno.protobuffer.MediatedPayoutTxSignatureMessage.prototype.hasSenderNodeAddress = function() { return jspb.Message.getField(this, 4) != null; }; - - -if (jspb.Message.GENERATE_TO_OBJECT) { -/** - * Creates an object representation of this proto. - * Field names that are reserved in JavaScript and will be renamed to pb_name. - * Optional fields that are not set will be set to undefined. - * To access a reserved field use, foo.pb_, eg, foo.pb_default. - * For the list of reserved names please see: - * net/proto2/compiler/js/internal/generator.cc#kKeyword. - * @param {boolean=} opt_includeInstance Deprecated. whether to include the - * JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @return {!Object} - */ -proto.io.bisq.protobuffer.RefreshTradeStateRequest.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RefreshTradeStateRequest.toObject(opt_includeInstance, this); -}; - - -/** - * Static version of the {@see toObject} method. - * @param {boolean|undefined} includeInstance Deprecated. Whether to include - * the JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RefreshTradeStateRequest} msg The msg instance to transform. - * @return {!Object} - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.RefreshTradeStateRequest.toObject = function(includeInstance, msg) { - var f, obj = { - uid: jspb.Message.getFieldWithDefault(msg, 1, ""), - tradeId: jspb.Message.getFieldWithDefault(msg, 2, ""), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f) - }; - - if (includeInstance) { - obj.$jspbMessageInstance = msg; - } - return obj; -}; -} - - -/** - * Deserializes binary data (in protobuf wire format). - * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RefreshTradeStateRequest} - */ -proto.io.bisq.protobuffer.RefreshTradeStateRequest.deserializeBinary = function(bytes) { - var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RefreshTradeStateRequest; - return proto.io.bisq.protobuffer.RefreshTradeStateRequest.deserializeBinaryFromReader(msg, reader); -}; - - -/** - * Deserializes binary data (in protobuf wire format) from the - * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RefreshTradeStateRequest} msg The message object to deserialize into. - * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RefreshTradeStateRequest} - */ -proto.io.bisq.protobuffer.RefreshTradeStateRequest.deserializeBinaryFromReader = function(msg, reader) { - while (reader.nextField()) { - if (reader.isEndGroup()) { - break; - } - var field = reader.getFieldNumber(); - switch (field) { - case 1: - var value = /** @type {string} */ (reader.readString()); - msg.setUid(value); - break; - case 2: - var value = /** @type {string} */ (reader.readString()); - msg.setTradeId(value); - break; - case 3: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.setSenderNodeAddress(value); - break; - default: - reader.skipField(); - break; - } - } - return msg; -}; - - -/** - * Serializes the message to binary data (in protobuf wire format). - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.RefreshTradeStateRequest.prototype.serializeBinary = function() { - var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RefreshTradeStateRequest.serializeBinaryToWriter(this, writer); - return writer.getResultBuffer(); -}; - - -/** - * Serializes the given message to binary data (in protobuf wire - * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RefreshTradeStateRequest} message - * @param {!jspb.BinaryWriter} writer - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.RefreshTradeStateRequest.serializeBinaryToWriter = function(message, writer) { - var f = undefined; - f = message.getUid(); - if (f.length > 0) { - writer.writeString( - 1, - f - ); - } - f = message.getTradeId(); - if (f.length > 0) { - writer.writeString( - 2, - f - ); - } - f = message.getSenderNodeAddress(); - if (f != null) { - writer.writeMessage( - 3, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } -}; - - -/** - * optional string uid = 1; - * @return {string} - */ -proto.io.bisq.protobuffer.RefreshTradeStateRequest.prototype.getUid = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.RefreshTradeStateRequest} returns this - */ -proto.io.bisq.protobuffer.RefreshTradeStateRequest.prototype.setUid = function(value) { - return jspb.Message.setProto3StringField(this, 1, value); -}; - - -/** - * optional string trade_id = 2; - * @return {string} - */ -proto.io.bisq.protobuffer.RefreshTradeStateRequest.prototype.getTradeId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.RefreshTradeStateRequest} returns this - */ -proto.io.bisq.protobuffer.RefreshTradeStateRequest.prototype.setTradeId = function(value) { - return jspb.Message.setProto3StringField(this, 2, value); -}; - - -/** - * optional NodeAddress sender_node_address = 3; - * @return {?proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.RefreshTradeStateRequest.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 3)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.RefreshTradeStateRequest} returns this -*/ -proto.io.bisq.protobuffer.RefreshTradeStateRequest.prototype.setSenderNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 3, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.RefreshTradeStateRequest} returns this - */ -proto.io.bisq.protobuffer.RefreshTradeStateRequest.prototype.clearSenderNodeAddress = function() { - return this.setSenderNodeAddress(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.RefreshTradeStateRequest.prototype.hasSenderNodeAddress = function() { - return jspb.Message.getField(this, 3) != null; -}; - - - /** * List of repeated fields within this message type. * @private {!Array} * @const */ -proto.io.bisq.protobuffer.ChatMessage.repeatedFields_ = [6]; +proto.io.haveno.protobuffer.ChatMessage.repeatedFields_ = [6]; @@ -19846,8 +15802,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ChatMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ChatMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ChatMessage.toObject(opt_includeInstance, this); }; @@ -19856,11 +15812,11 @@ proto.io.bisq.protobuffer.ChatMessage.prototype.toObject = function(opt_includeI * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ChatMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ChatMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ChatMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ChatMessage.toObject = function(includeInstance, msg) { var f, obj = { date: jspb.Message.getFieldWithDefault(msg, 1, 0), tradeId: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -19868,11 +15824,11 @@ proto.io.bisq.protobuffer.ChatMessage.toObject = function(includeInstance, msg) senderIsTrader: jspb.Message.getBooleanFieldWithDefault(msg, 4, false), message: jspb.Message.getFieldWithDefault(msg, 5, ""), attachmentsList: jspb.Message.toObjectList(msg.getAttachmentsList(), - proto.io.bisq.protobuffer.Attachment.toObject, includeInstance), + proto.io.haveno.protobuffer.Attachment.toObject, includeInstance), arrived: jspb.Message.getBooleanFieldWithDefault(msg, 7, false), storedInMailbox: jspb.Message.getBooleanFieldWithDefault(msg, 8, false), isSystemMessage: jspb.Message.getBooleanFieldWithDefault(msg, 9, false), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), + senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), uid: jspb.Message.getFieldWithDefault(msg, 11, ""), sendMessageError: jspb.Message.getFieldWithDefault(msg, 12, ""), acknowledged: jspb.Message.getBooleanFieldWithDefault(msg, 13, false), @@ -19892,23 +15848,23 @@ proto.io.bisq.protobuffer.ChatMessage.toObject = function(includeInstance, msg) /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ChatMessage} + * @return {!proto.io.haveno.protobuffer.ChatMessage} */ -proto.io.bisq.protobuffer.ChatMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ChatMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ChatMessage; - return proto.io.bisq.protobuffer.ChatMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ChatMessage; + return proto.io.haveno.protobuffer.ChatMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ChatMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ChatMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ChatMessage} + * @return {!proto.io.haveno.protobuffer.ChatMessage} */ -proto.io.bisq.protobuffer.ChatMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ChatMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -19936,8 +15892,8 @@ proto.io.bisq.protobuffer.ChatMessage.deserializeBinaryFromReader = function(msg msg.setMessage(value); break; case 6: - var value = new proto.io.bisq.protobuffer.Attachment; - reader.readMessage(value,proto.io.bisq.protobuffer.Attachment.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Attachment; + reader.readMessage(value,proto.io.haveno.protobuffer.Attachment.deserializeBinaryFromReader); msg.addAttachments(value); break; case 7: @@ -19953,8 +15909,8 @@ proto.io.bisq.protobuffer.ChatMessage.deserializeBinaryFromReader = function(msg msg.setIsSystemMessage(value); break; case 10: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSenderNodeAddress(value); break; case 11: @@ -19974,7 +15930,7 @@ proto.io.bisq.protobuffer.ChatMessage.deserializeBinaryFromReader = function(msg msg.setAckError(value); break; case 15: - var value = /** @type {!proto.io.bisq.protobuffer.SupportType} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.SupportType} */ (reader.readEnum()); msg.setType(value); break; case 16: @@ -19994,9 +15950,9 @@ proto.io.bisq.protobuffer.ChatMessage.deserializeBinaryFromReader = function(msg * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ChatMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ChatMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -20004,11 +15960,11 @@ proto.io.bisq.protobuffer.ChatMessage.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ChatMessage} message + * @param {!proto.io.haveno.protobuffer.ChatMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ChatMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ChatMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getDate(); if (f !== 0) { @@ -20050,7 +16006,7 @@ proto.io.bisq.protobuffer.ChatMessage.serializeBinaryToWriter = function(message writer.writeRepeatedMessage( 6, f, - proto.io.bisq.protobuffer.Attachment.serializeBinaryToWriter + proto.io.haveno.protobuffer.Attachment.serializeBinaryToWriter ); } f = message.getArrived(); @@ -20079,7 +16035,7 @@ proto.io.bisq.protobuffer.ChatMessage.serializeBinaryToWriter = function(message writer.writeMessage( 10, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getUid(); @@ -20131,16 +16087,16 @@ proto.io.bisq.protobuffer.ChatMessage.serializeBinaryToWriter = function(message * optional int64 date = 1; * @return {number} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getDate = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.getDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setDate = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setDate = function(value) { return jspb.Message.setProto3IntField(this, 1, value); }; @@ -20149,16 +16105,16 @@ proto.io.bisq.protobuffer.ChatMessage.prototype.setDate = function(value) { * optional string trade_id = 2; * @return {string} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -20167,16 +16123,16 @@ proto.io.bisq.protobuffer.ChatMessage.prototype.setTradeId = function(value) { * optional int32 trader_id = 3; * @return {number} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getTraderId = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.getTraderId = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setTraderId = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setTraderId = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -20185,16 +16141,16 @@ proto.io.bisq.protobuffer.ChatMessage.prototype.setTraderId = function(value) { * optional bool sender_is_trader = 4; * @return {boolean} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getSenderIsTrader = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.getSenderIsTrader = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setSenderIsTrader = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setSenderIsTrader = function(value) { return jspb.Message.setProto3BooleanField(this, 4, value); }; @@ -20203,54 +16159,54 @@ proto.io.bisq.protobuffer.ChatMessage.prototype.setSenderIsTrader = function(val * optional string message = 5; * @return {string} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getMessage = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.getMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setMessage = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setMessage = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; /** * repeated Attachment attachments = 6; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getAttachmentsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.Attachment, 6)); +proto.io.haveno.protobuffer.ChatMessage.prototype.getAttachmentsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.Attachment, 6)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setAttachmentsList = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setAttachmentsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 6, value); }; /** - * @param {!proto.io.bisq.protobuffer.Attachment=} opt_value + * @param {!proto.io.haveno.protobuffer.Attachment=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Attachment} + * @return {!proto.io.haveno.protobuffer.Attachment} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.addAttachments = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 6, opt_value, proto.io.bisq.protobuffer.Attachment, opt_index); +proto.io.haveno.protobuffer.ChatMessage.prototype.addAttachments = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 6, opt_value, proto.io.haveno.protobuffer.Attachment, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.clearAttachmentsList = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.clearAttachmentsList = function() { return this.setAttachmentsList([]); }; @@ -20259,16 +16215,16 @@ proto.io.bisq.protobuffer.ChatMessage.prototype.clearAttachmentsList = function( * optional bool arrived = 7; * @return {boolean} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getArrived = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.getArrived = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 7, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setArrived = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setArrived = function(value) { return jspb.Message.setProto3BooleanField(this, 7, value); }; @@ -20277,16 +16233,16 @@ proto.io.bisq.protobuffer.ChatMessage.prototype.setArrived = function(value) { * optional bool stored_in_mailbox = 8; * @return {boolean} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getStoredInMailbox = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.getStoredInMailbox = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 8, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setStoredInMailbox = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setStoredInMailbox = function(value) { return jspb.Message.setProto3BooleanField(this, 8, value); }; @@ -20295,44 +16251,44 @@ proto.io.bisq.protobuffer.ChatMessage.prototype.setStoredInMailbox = function(va * optional bool is_system_message = 9; * @return {boolean} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getIsSystemMessage = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.getIsSystemMessage = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 9, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setIsSystemMessage = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setIsSystemMessage = function(value) { return jspb.Message.setProto3BooleanField(this, 9, value); }; /** * optional NodeAddress sender_node_address = 10; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 10)); +proto.io.haveno.protobuffer.ChatMessage.prototype.getSenderNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 10)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setSenderNodeAddress = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setSenderNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 10, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.clearSenderNodeAddress = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.clearSenderNodeAddress = function() { return this.setSenderNodeAddress(undefined); }; @@ -20341,7 +16297,7 @@ proto.io.bisq.protobuffer.ChatMessage.prototype.clearSenderNodeAddress = functio * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.hasSenderNodeAddress = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.hasSenderNodeAddress = function() { return jspb.Message.getField(this, 10) != null; }; @@ -20350,16 +16306,16 @@ proto.io.bisq.protobuffer.ChatMessage.prototype.hasSenderNodeAddress = function( * optional string uid = 11; * @return {string} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getUid = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 11, value); }; @@ -20368,16 +16324,16 @@ proto.io.bisq.protobuffer.ChatMessage.prototype.setUid = function(value) { * optional string send_message_error = 12; * @return {string} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getSendMessageError = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.getSendMessageError = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setSendMessageError = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setSendMessageError = function(value) { return jspb.Message.setProto3StringField(this, 12, value); }; @@ -20386,16 +16342,16 @@ proto.io.bisq.protobuffer.ChatMessage.prototype.setSendMessageError = function(v * optional bool acknowledged = 13; * @return {boolean} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getAcknowledged = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.getAcknowledged = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 13, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setAcknowledged = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setAcknowledged = function(value) { return jspb.Message.setProto3BooleanField(this, 13, value); }; @@ -20404,34 +16360,34 @@ proto.io.bisq.protobuffer.ChatMessage.prototype.setAcknowledged = function(value * optional string ack_error = 14; * @return {string} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getAckError = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.getAckError = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setAckError = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setAckError = function(value) { return jspb.Message.setProto3StringField(this, 14, value); }; /** * optional SupportType type = 15; - * @return {!proto.io.bisq.protobuffer.SupportType} + * @return {!proto.io.haveno.protobuffer.SupportType} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getType = function() { - return /** @type {!proto.io.bisq.protobuffer.SupportType} */ (jspb.Message.getFieldWithDefault(this, 15, 0)); +proto.io.haveno.protobuffer.ChatMessage.prototype.getType = function() { + return /** @type {!proto.io.haveno.protobuffer.SupportType} */ (jspb.Message.getFieldWithDefault(this, 15, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.SupportType} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @param {!proto.io.haveno.protobuffer.SupportType} value + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setType = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setType = function(value) { return jspb.Message.setProto3EnumField(this, 15, value); }; @@ -20440,16 +16396,16 @@ proto.io.bisq.protobuffer.ChatMessage.prototype.setType = function(value) { * optional bool was_displayed = 16; * @return {boolean} */ -proto.io.bisq.protobuffer.ChatMessage.prototype.getWasDisplayed = function() { +proto.io.haveno.protobuffer.ChatMessage.prototype.getWasDisplayed = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 16, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.ChatMessage} returns this + * @return {!proto.io.haveno.protobuffer.ChatMessage} returns this */ -proto.io.bisq.protobuffer.ChatMessage.prototype.setWasDisplayed = function(value) { +proto.io.haveno.protobuffer.ChatMessage.prototype.setWasDisplayed = function(value) { return jspb.Message.setProto3BooleanField(this, 16, value); }; @@ -20470,8 +16426,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.DisputeOpenedMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.DisputeOpenedMessage.toObject(opt_includeInstance, this); }; @@ -20480,18 +16436,18 @@ proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.DisputeOpenedMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.DisputeOpenedMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.DisputeOpenedMessage.toObject = function(includeInstance, msg) { var f, obj = { - dispute: (f = msg.getDispute()) && proto.io.bisq.protobuffer.Dispute.toObject(includeInstance, f), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), + dispute: (f = msg.getDispute()) && proto.io.haveno.protobuffer.Dispute.toObject(includeInstance, f), + senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), uid: jspb.Message.getFieldWithDefault(msg, 3, ""), type: jspb.Message.getFieldWithDefault(msg, 4, 0), updatedMultisigHex: jspb.Message.getFieldWithDefault(msg, 5, ""), - paymentSentMessage: (f = msg.getPaymentSentMessage()) && proto.io.bisq.protobuffer.PaymentSentMessage.toObject(includeInstance, f) + paymentSentMessage: (f = msg.getPaymentSentMessage()) && proto.io.haveno.protobuffer.PaymentSentMessage.toObject(includeInstance, f) }; if (includeInstance) { @@ -20505,23 +16461,23 @@ proto.io.bisq.protobuffer.DisputeOpenedMessage.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.DisputeOpenedMessage} + * @return {!proto.io.haveno.protobuffer.DisputeOpenedMessage} */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.DisputeOpenedMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.DisputeOpenedMessage; - return proto.io.bisq.protobuffer.DisputeOpenedMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.DisputeOpenedMessage; + return proto.io.haveno.protobuffer.DisputeOpenedMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.DisputeOpenedMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.DisputeOpenedMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.DisputeOpenedMessage} + * @return {!proto.io.haveno.protobuffer.DisputeOpenedMessage} */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.DisputeOpenedMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -20529,13 +16485,13 @@ proto.io.bisq.protobuffer.DisputeOpenedMessage.deserializeBinaryFromReader = fun var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.Dispute; - reader.readMessage(value,proto.io.bisq.protobuffer.Dispute.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Dispute; + reader.readMessage(value,proto.io.haveno.protobuffer.Dispute.deserializeBinaryFromReader); msg.setDispute(value); break; case 2: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSenderNodeAddress(value); break; case 3: @@ -20543,7 +16499,7 @@ proto.io.bisq.protobuffer.DisputeOpenedMessage.deserializeBinaryFromReader = fun msg.setUid(value); break; case 4: - var value = /** @type {!proto.io.bisq.protobuffer.SupportType} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.SupportType} */ (reader.readEnum()); msg.setType(value); break; case 5: @@ -20551,8 +16507,8 @@ proto.io.bisq.protobuffer.DisputeOpenedMessage.deserializeBinaryFromReader = fun msg.setUpdatedMultisigHex(value); break; case 6: - var value = new proto.io.bisq.protobuffer.PaymentSentMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentSentMessage.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PaymentSentMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentSentMessage.deserializeBinaryFromReader); msg.setPaymentSentMessage(value); break; default: @@ -20568,9 +16524,9 @@ proto.io.bisq.protobuffer.DisputeOpenedMessage.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.DisputeOpenedMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.DisputeOpenedMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -20578,18 +16534,18 @@ proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.DisputeOpenedMessage} message + * @param {!proto.io.haveno.protobuffer.DisputeOpenedMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.DisputeOpenedMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getDispute(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.Dispute.serializeBinaryToWriter + proto.io.haveno.protobuffer.Dispute.serializeBinaryToWriter ); } f = message.getSenderNodeAddress(); @@ -20597,7 +16553,7 @@ proto.io.bisq.protobuffer.DisputeOpenedMessage.serializeBinaryToWriter = functio writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getUid(); @@ -20626,7 +16582,7 @@ proto.io.bisq.protobuffer.DisputeOpenedMessage.serializeBinaryToWriter = functio writer.writeMessage( 6, f, - proto.io.bisq.protobuffer.PaymentSentMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentSentMessage.serializeBinaryToWriter ); } }; @@ -20634,28 +16590,28 @@ proto.io.bisq.protobuffer.DisputeOpenedMessage.serializeBinaryToWriter = functio /** * optional Dispute dispute = 1; - * @return {?proto.io.bisq.protobuffer.Dispute} + * @return {?proto.io.haveno.protobuffer.Dispute} */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.getDispute = function() { - return /** @type{?proto.io.bisq.protobuffer.Dispute} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Dispute, 1)); +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.getDispute = function() { + return /** @type{?proto.io.haveno.protobuffer.Dispute} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Dispute, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.Dispute|undefined} value - * @return {!proto.io.bisq.protobuffer.DisputeOpenedMessage} returns this + * @param {?proto.io.haveno.protobuffer.Dispute|undefined} value + * @return {!proto.io.haveno.protobuffer.DisputeOpenedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.setDispute = function(value) { +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.setDispute = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.DisputeOpenedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DisputeOpenedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.clearDispute = function() { +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.clearDispute = function() { return this.setDispute(undefined); }; @@ -20664,35 +16620,35 @@ proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.clearDispute = function * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.hasDispute = function() { +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.hasDispute = function() { return jspb.Message.getField(this, 1) != null; }; /** * optional NodeAddress sender_node_address = 2; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 2)); +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.getSenderNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.DisputeOpenedMessage} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.DisputeOpenedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.setSenderNodeAddress = function(value) { +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.setSenderNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.DisputeOpenedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DisputeOpenedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.clearSenderNodeAddress = function() { +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.clearSenderNodeAddress = function() { return this.setSenderNodeAddress(undefined); }; @@ -20701,7 +16657,7 @@ proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.clearSenderNodeAddress * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.hasSenderNodeAddress = function() { +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.hasSenderNodeAddress = function() { return jspb.Message.getField(this, 2) != null; }; @@ -20710,34 +16666,34 @@ proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.hasSenderNodeAddress = * optional string uid = 3; * @return {string} */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.getUid = function() { +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DisputeOpenedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DisputeOpenedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; /** * optional SupportType type = 4; - * @return {!proto.io.bisq.protobuffer.SupportType} + * @return {!proto.io.haveno.protobuffer.SupportType} */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.getType = function() { - return /** @type {!proto.io.bisq.protobuffer.SupportType} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.getType = function() { + return /** @type {!proto.io.haveno.protobuffer.SupportType} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.SupportType} value - * @return {!proto.io.bisq.protobuffer.DisputeOpenedMessage} returns this + * @param {!proto.io.haveno.protobuffer.SupportType} value + * @return {!proto.io.haveno.protobuffer.DisputeOpenedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.setType = function(value) { +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.setType = function(value) { return jspb.Message.setProto3EnumField(this, 4, value); }; @@ -20746,44 +16702,44 @@ proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.setType = function(valu * optional string updated_multisig_hex = 5; * @return {string} */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.getUpdatedMultisigHex = function() { +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.getUpdatedMultisigHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DisputeOpenedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DisputeOpenedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.setUpdatedMultisigHex = function(value) { +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.setUpdatedMultisigHex = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; /** * optional PaymentSentMessage payment_sent_message = 6; - * @return {?proto.io.bisq.protobuffer.PaymentSentMessage} + * @return {?proto.io.haveno.protobuffer.PaymentSentMessage} */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.getPaymentSentMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentSentMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentSentMessage, 6)); +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.getPaymentSentMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentSentMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaymentSentMessage, 6)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentSentMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.DisputeOpenedMessage} returns this + * @param {?proto.io.haveno.protobuffer.PaymentSentMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.DisputeOpenedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.setPaymentSentMessage = function(value) { +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.setPaymentSentMessage = function(value) { return jspb.Message.setWrapperField(this, 6, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.DisputeOpenedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DisputeOpenedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.clearPaymentSentMessage = function() { +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.clearPaymentSentMessage = function() { return this.setPaymentSentMessage(undefined); }; @@ -20792,7 +16748,7 @@ proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.clearPaymentSentMessage * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.DisputeOpenedMessage.prototype.hasPaymentSentMessage = function() { +proto.io.haveno.protobuffer.DisputeOpenedMessage.prototype.hasPaymentSentMessage = function() { return jspb.Message.getField(this, 6) != null; }; @@ -20813,8 +16769,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.DisputeClosedMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.DisputeClosedMessage.toObject(opt_includeInstance, this); }; @@ -20823,15 +16779,15 @@ proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.DisputeClosedMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.DisputeClosedMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DisputeClosedMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.DisputeClosedMessage.toObject = function(includeInstance, msg) { var f, obj = { uid: jspb.Message.getFieldWithDefault(msg, 1, ""), - disputeResult: (f = msg.getDisputeResult()) && proto.io.bisq.protobuffer.DisputeResult.toObject(includeInstance, f), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), + disputeResult: (f = msg.getDisputeResult()) && proto.io.haveno.protobuffer.DisputeResult.toObject(includeInstance, f), + senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), type: jspb.Message.getFieldWithDefault(msg, 4, 0), updatedMultisigHex: jspb.Message.getFieldWithDefault(msg, 5, ""), unsignedPayoutTxHex: jspb.Message.getFieldWithDefault(msg, 6, ""), @@ -20849,23 +16805,23 @@ proto.io.bisq.protobuffer.DisputeClosedMessage.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.DisputeClosedMessage} + * @return {!proto.io.haveno.protobuffer.DisputeClosedMessage} */ -proto.io.bisq.protobuffer.DisputeClosedMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.DisputeClosedMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.DisputeClosedMessage; - return proto.io.bisq.protobuffer.DisputeClosedMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.DisputeClosedMessage; + return proto.io.haveno.protobuffer.DisputeClosedMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.DisputeClosedMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.DisputeClosedMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.DisputeClosedMessage} + * @return {!proto.io.haveno.protobuffer.DisputeClosedMessage} */ -proto.io.bisq.protobuffer.DisputeClosedMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.DisputeClosedMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -20877,17 +16833,17 @@ proto.io.bisq.protobuffer.DisputeClosedMessage.deserializeBinaryFromReader = fun msg.setUid(value); break; case 2: - var value = new proto.io.bisq.protobuffer.DisputeResult; - reader.readMessage(value,proto.io.bisq.protobuffer.DisputeResult.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.DisputeResult; + reader.readMessage(value,proto.io.haveno.protobuffer.DisputeResult.deserializeBinaryFromReader); msg.setDisputeResult(value); break; case 3: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSenderNodeAddress(value); break; case 4: - var value = /** @type {!proto.io.bisq.protobuffer.SupportType} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.SupportType} */ (reader.readEnum()); msg.setType(value); break; case 5: @@ -20915,9 +16871,9 @@ proto.io.bisq.protobuffer.DisputeClosedMessage.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.DisputeClosedMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.DisputeClosedMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -20925,11 +16881,11 @@ proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.DisputeClosedMessage} message + * @param {!proto.io.haveno.protobuffer.DisputeClosedMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DisputeClosedMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.DisputeClosedMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getUid(); if (f.length > 0) { @@ -20943,7 +16899,7 @@ proto.io.bisq.protobuffer.DisputeClosedMessage.serializeBinaryToWriter = functio writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.DisputeResult.serializeBinaryToWriter + proto.io.haveno.protobuffer.DisputeResult.serializeBinaryToWriter ); } f = message.getSenderNodeAddress(); @@ -20951,7 +16907,7 @@ proto.io.bisq.protobuffer.DisputeClosedMessage.serializeBinaryToWriter = functio writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getType(); @@ -20989,44 +16945,44 @@ proto.io.bisq.protobuffer.DisputeClosedMessage.serializeBinaryToWriter = functio * optional string uid = 1; * @return {string} */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.getUid = function() { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DisputeClosedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DisputeClosedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional DisputeResult dispute_result = 2; - * @return {?proto.io.bisq.protobuffer.DisputeResult} + * @return {?proto.io.haveno.protobuffer.DisputeResult} */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.getDisputeResult = function() { - return /** @type{?proto.io.bisq.protobuffer.DisputeResult} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.DisputeResult, 2)); +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.getDisputeResult = function() { + return /** @type{?proto.io.haveno.protobuffer.DisputeResult} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.DisputeResult, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.DisputeResult|undefined} value - * @return {!proto.io.bisq.protobuffer.DisputeClosedMessage} returns this + * @param {?proto.io.haveno.protobuffer.DisputeResult|undefined} value + * @return {!proto.io.haveno.protobuffer.DisputeClosedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.setDisputeResult = function(value) { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.setDisputeResult = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.DisputeClosedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DisputeClosedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.clearDisputeResult = function() { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.clearDisputeResult = function() { return this.setDisputeResult(undefined); }; @@ -21035,35 +16991,35 @@ proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.clearDisputeResult = fu * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.hasDisputeResult = function() { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.hasDisputeResult = function() { return jspb.Message.getField(this, 2) != null; }; /** * optional NodeAddress sender_node_address = 3; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 3)); +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.getSenderNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.DisputeClosedMessage} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.DisputeClosedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.setSenderNodeAddress = function(value) { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.setSenderNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 3, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.DisputeClosedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DisputeClosedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.clearSenderNodeAddress = function() { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.clearSenderNodeAddress = function() { return this.setSenderNodeAddress(undefined); }; @@ -21072,25 +17028,25 @@ proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.clearSenderNodeAddress * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.hasSenderNodeAddress = function() { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.hasSenderNodeAddress = function() { return jspb.Message.getField(this, 3) != null; }; /** * optional SupportType type = 4; - * @return {!proto.io.bisq.protobuffer.SupportType} + * @return {!proto.io.haveno.protobuffer.SupportType} */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.getType = function() { - return /** @type {!proto.io.bisq.protobuffer.SupportType} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.getType = function() { + return /** @type {!proto.io.haveno.protobuffer.SupportType} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.SupportType} value - * @return {!proto.io.bisq.protobuffer.DisputeClosedMessage} returns this + * @param {!proto.io.haveno.protobuffer.SupportType} value + * @return {!proto.io.haveno.protobuffer.DisputeClosedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.setType = function(value) { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.setType = function(value) { return jspb.Message.setProto3EnumField(this, 4, value); }; @@ -21099,16 +17055,16 @@ proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.setType = function(valu * optional string updated_multisig_hex = 5; * @return {string} */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.getUpdatedMultisigHex = function() { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.getUpdatedMultisigHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DisputeClosedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DisputeClosedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.setUpdatedMultisigHex = function(value) { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.setUpdatedMultisigHex = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; @@ -21117,16 +17073,16 @@ proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.setUpdatedMultisigHex = * optional string unsigned_payout_tx_hex = 6; * @return {string} */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.getUnsignedPayoutTxHex = function() { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.getUnsignedPayoutTxHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DisputeClosedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DisputeClosedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.setUnsignedPayoutTxHex = function(value) { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.setUnsignedPayoutTxHex = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; @@ -21135,16 +17091,16 @@ proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.setUnsignedPayoutTxHex * optional bool defer_publish_payout = 7; * @return {boolean} */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.getDeferPublishPayout = function() { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.getDeferPublishPayout = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 7, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.DisputeClosedMessage} returns this + * @return {!proto.io.haveno.protobuffer.DisputeClosedMessage} returns this */ -proto.io.bisq.protobuffer.DisputeClosedMessage.prototype.setDeferPublishPayout = function(value) { +proto.io.haveno.protobuffer.DisputeClosedMessage.prototype.setDeferPublishPayout = function(value) { return jspb.Message.setProto3BooleanField(this, 7, value); }; @@ -21165,8 +17121,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PrivateNotificationMessage.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PrivateNotificationMessage.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PrivateNotificationMessage.toObject(opt_includeInstance, this); }; @@ -21175,15 +17131,15 @@ proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.toObject = functi * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PrivateNotificationMessage} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PrivateNotificationMessage} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PrivateNotificationMessage.toObject = function(includeInstance, msg) { var f, obj = { uid: jspb.Message.getFieldWithDefault(msg, 1, ""), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - privateNotificationPayload: (f = msg.getPrivateNotificationPayload()) && proto.io.bisq.protobuffer.PrivateNotificationPayload.toObject(includeInstance, f) + senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + privateNotificationPayload: (f = msg.getPrivateNotificationPayload()) && proto.io.haveno.protobuffer.PrivateNotificationPayload.toObject(includeInstance, f) }; if (includeInstance) { @@ -21197,23 +17153,23 @@ proto.io.bisq.protobuffer.PrivateNotificationMessage.toObject = function(include /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PrivateNotificationMessage} + * @return {!proto.io.haveno.protobuffer.PrivateNotificationMessage} */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PrivateNotificationMessage.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PrivateNotificationMessage; - return proto.io.bisq.protobuffer.PrivateNotificationMessage.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PrivateNotificationMessage; + return proto.io.haveno.protobuffer.PrivateNotificationMessage.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PrivateNotificationMessage} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PrivateNotificationMessage} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PrivateNotificationMessage} + * @return {!proto.io.haveno.protobuffer.PrivateNotificationMessage} */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PrivateNotificationMessage.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -21225,13 +17181,13 @@ proto.io.bisq.protobuffer.PrivateNotificationMessage.deserializeBinaryFromReader msg.setUid(value); break; case 2: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSenderNodeAddress(value); break; case 3: - var value = new proto.io.bisq.protobuffer.PrivateNotificationPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PrivateNotificationPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PrivateNotificationPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.PrivateNotificationPayload.deserializeBinaryFromReader); msg.setPrivateNotificationPayload(value); break; default: @@ -21247,9 +17203,9 @@ proto.io.bisq.protobuffer.PrivateNotificationMessage.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PrivateNotificationMessage.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PrivateNotificationMessage.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PrivateNotificationMessage.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -21257,11 +17213,11 @@ proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PrivateNotificationMessage} message + * @param {!proto.io.haveno.protobuffer.PrivateNotificationMessage} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PrivateNotificationMessage.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getUid(); if (f.length > 0) { @@ -21275,7 +17231,7 @@ proto.io.bisq.protobuffer.PrivateNotificationMessage.serializeBinaryToWriter = f writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getPrivateNotificationPayload(); @@ -21283,7 +17239,7 @@ proto.io.bisq.protobuffer.PrivateNotificationMessage.serializeBinaryToWriter = f writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.PrivateNotificationPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.PrivateNotificationPayload.serializeBinaryToWriter ); } }; @@ -21293,44 +17249,44 @@ proto.io.bisq.protobuffer.PrivateNotificationMessage.serializeBinaryToWriter = f * optional string uid = 1; * @return {string} */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.getUid = function() { +proto.io.haveno.protobuffer.PrivateNotificationMessage.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PrivateNotificationMessage} returns this + * @return {!proto.io.haveno.protobuffer.PrivateNotificationMessage} returns this */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.PrivateNotificationMessage.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional NodeAddress sender_node_address = 2; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 2)); +proto.io.haveno.protobuffer.PrivateNotificationMessage.prototype.getSenderNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.PrivateNotificationMessage} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.PrivateNotificationMessage} returns this */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.setSenderNodeAddress = function(value) { +proto.io.haveno.protobuffer.PrivateNotificationMessage.prototype.setSenderNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PrivateNotificationMessage} returns this + * @return {!proto.io.haveno.protobuffer.PrivateNotificationMessage} returns this */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.clearSenderNodeAddress = function() { +proto.io.haveno.protobuffer.PrivateNotificationMessage.prototype.clearSenderNodeAddress = function() { return this.setSenderNodeAddress(undefined); }; @@ -21339,35 +17295,35 @@ proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.clearSenderNodeAd * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.hasSenderNodeAddress = function() { +proto.io.haveno.protobuffer.PrivateNotificationMessage.prototype.hasSenderNodeAddress = function() { return jspb.Message.getField(this, 2) != null; }; /** * optional PrivateNotificationPayload private_notification_payload = 3; - * @return {?proto.io.bisq.protobuffer.PrivateNotificationPayload} + * @return {?proto.io.haveno.protobuffer.PrivateNotificationPayload} */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.getPrivateNotificationPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PrivateNotificationPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PrivateNotificationPayload, 3)); +proto.io.haveno.protobuffer.PrivateNotificationMessage.prototype.getPrivateNotificationPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PrivateNotificationPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PrivateNotificationPayload, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.PrivateNotificationPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PrivateNotificationMessage} returns this + * @param {?proto.io.haveno.protobuffer.PrivateNotificationPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PrivateNotificationMessage} returns this */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.setPrivateNotificationPayload = function(value) { +proto.io.haveno.protobuffer.PrivateNotificationMessage.prototype.setPrivateNotificationPayload = function(value) { return jspb.Message.setWrapperField(this, 3, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PrivateNotificationMessage} returns this + * @return {!proto.io.haveno.protobuffer.PrivateNotificationMessage} returns this */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.clearPrivateNotificationPayload = function() { +proto.io.haveno.protobuffer.PrivateNotificationMessage.prototype.clearPrivateNotificationPayload = function() { return this.setPrivateNotificationPayload(undefined); }; @@ -21376,7 +17332,7 @@ proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.clearPrivateNotif * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PrivateNotificationMessage.prototype.hasPrivateNotificationPayload = function() { +proto.io.haveno.protobuffer.PrivateNotificationMessage.prototype.hasPrivateNotificationPayload = function() { return jspb.Message.getField(this, 3) != null; }; @@ -21397,8 +17353,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.NodeAddress.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.NodeAddress.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.NodeAddress.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.NodeAddress.toObject(opt_includeInstance, this); }; @@ -21407,11 +17363,11 @@ proto.io.bisq.protobuffer.NodeAddress.prototype.toObject = function(opt_includeI * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.NodeAddress} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.NodeAddress} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.NodeAddress.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.NodeAddress.toObject = function(includeInstance, msg) { var f, obj = { hostName: jspb.Message.getFieldWithDefault(msg, 1, ""), port: jspb.Message.getFieldWithDefault(msg, 2, 0) @@ -21428,23 +17384,23 @@ proto.io.bisq.protobuffer.NodeAddress.toObject = function(includeInstance, msg) /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.NodeAddress} + * @return {!proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.NodeAddress.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.NodeAddress.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.NodeAddress; - return proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.NodeAddress; + return proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.NodeAddress} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.NodeAddress} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.NodeAddress} + * @return {!proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -21472,9 +17428,9 @@ proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader = function(msg * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.NodeAddress.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.NodeAddress.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -21482,11 +17438,11 @@ proto.io.bisq.protobuffer.NodeAddress.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.NodeAddress} message + * @param {!proto.io.haveno.protobuffer.NodeAddress} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHostName(); if (f.length > 0) { @@ -21509,16 +17465,16 @@ proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter = function(message * optional string host_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.NodeAddress.prototype.getHostName = function() { +proto.io.haveno.protobuffer.NodeAddress.prototype.getHostName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.NodeAddress} returns this + * @return {!proto.io.haveno.protobuffer.NodeAddress} returns this */ -proto.io.bisq.protobuffer.NodeAddress.prototype.setHostName = function(value) { +proto.io.haveno.protobuffer.NodeAddress.prototype.setHostName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -21527,16 +17483,16 @@ proto.io.bisq.protobuffer.NodeAddress.prototype.setHostName = function(value) { * optional int32 port = 2; * @return {number} */ -proto.io.bisq.protobuffer.NodeAddress.prototype.getPort = function() { +proto.io.haveno.protobuffer.NodeAddress.prototype.getPort = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.NodeAddress} returns this + * @return {!proto.io.haveno.protobuffer.NodeAddress} returns this */ -proto.io.bisq.protobuffer.NodeAddress.prototype.setPort = function(value) { +proto.io.haveno.protobuffer.NodeAddress.prototype.setPort = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -21547,7 +17503,7 @@ proto.io.bisq.protobuffer.NodeAddress.prototype.setPort = function(value) { * @private {!Array} * @const */ -proto.io.bisq.protobuffer.Peer.repeatedFields_ = [3]; +proto.io.haveno.protobuffer.Peer.repeatedFields_ = [3]; @@ -21564,8 +17520,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.Peer.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Peer.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.Peer.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Peer.toObject(opt_includeInstance, this); }; @@ -21574,13 +17530,13 @@ proto.io.bisq.protobuffer.Peer.prototype.toObject = function(opt_includeInstance * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Peer} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.Peer} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Peer.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.Peer.toObject = function(includeInstance, msg) { var f, obj = { - nodeAddress: (f = msg.getNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), + nodeAddress: (f = msg.getNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), date: jspb.Message.getFieldWithDefault(msg, 2, 0), supportedCapabilitiesList: (f = jspb.Message.getRepeatedField(msg, 3)) == null ? undefined : f }; @@ -21596,23 +17552,23 @@ proto.io.bisq.protobuffer.Peer.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Peer} + * @return {!proto.io.haveno.protobuffer.Peer} */ -proto.io.bisq.protobuffer.Peer.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Peer.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Peer; - return proto.io.bisq.protobuffer.Peer.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Peer; + return proto.io.haveno.protobuffer.Peer.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Peer} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Peer} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Peer} + * @return {!proto.io.haveno.protobuffer.Peer} */ -proto.io.bisq.protobuffer.Peer.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Peer.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -21620,8 +17576,8 @@ proto.io.bisq.protobuffer.Peer.deserializeBinaryFromReader = function(msg, reade var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setNodeAddress(value); break; case 2: @@ -21647,9 +17603,9 @@ proto.io.bisq.protobuffer.Peer.deserializeBinaryFromReader = function(msg, reade * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Peer.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Peer.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Peer.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Peer.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -21657,18 +17613,18 @@ proto.io.bisq.protobuffer.Peer.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Peer} message + * @param {!proto.io.haveno.protobuffer.Peer} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Peer.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Peer.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getNodeAddress(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getDate(); @@ -21690,28 +17646,28 @@ proto.io.bisq.protobuffer.Peer.serializeBinaryToWriter = function(message, write /** * optional NodeAddress node_address = 1; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.Peer.prototype.getNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 1)); +proto.io.haveno.protobuffer.Peer.prototype.getNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.Peer} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.Peer} returns this */ -proto.io.bisq.protobuffer.Peer.prototype.setNodeAddress = function(value) { +proto.io.haveno.protobuffer.Peer.prototype.setNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Peer} returns this + * @return {!proto.io.haveno.protobuffer.Peer} returns this */ -proto.io.bisq.protobuffer.Peer.prototype.clearNodeAddress = function() { +proto.io.haveno.protobuffer.Peer.prototype.clearNodeAddress = function() { return this.setNodeAddress(undefined); }; @@ -21720,7 +17676,7 @@ proto.io.bisq.protobuffer.Peer.prototype.clearNodeAddress = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Peer.prototype.hasNodeAddress = function() { +proto.io.haveno.protobuffer.Peer.prototype.hasNodeAddress = function() { return jspb.Message.getField(this, 1) != null; }; @@ -21729,16 +17685,16 @@ proto.io.bisq.protobuffer.Peer.prototype.hasNodeAddress = function() { * optional int64 date = 2; * @return {number} */ -proto.io.bisq.protobuffer.Peer.prototype.getDate = function() { +proto.io.haveno.protobuffer.Peer.prototype.getDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Peer} returns this + * @return {!proto.io.haveno.protobuffer.Peer} returns this */ -proto.io.bisq.protobuffer.Peer.prototype.setDate = function(value) { +proto.io.haveno.protobuffer.Peer.prototype.setDate = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -21747,16 +17703,16 @@ proto.io.bisq.protobuffer.Peer.prototype.setDate = function(value) { * repeated int32 supported_capabilities = 3; * @return {!Array} */ -proto.io.bisq.protobuffer.Peer.prototype.getSupportedCapabilitiesList = function() { +proto.io.haveno.protobuffer.Peer.prototype.getSupportedCapabilitiesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 3)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Peer} returns this + * @return {!proto.io.haveno.protobuffer.Peer} returns this */ -proto.io.bisq.protobuffer.Peer.prototype.setSupportedCapabilitiesList = function(value) { +proto.io.haveno.protobuffer.Peer.prototype.setSupportedCapabilitiesList = function(value) { return jspb.Message.setField(this, 3, value || []); }; @@ -21764,18 +17720,18 @@ proto.io.bisq.protobuffer.Peer.prototype.setSupportedCapabilitiesList = function /** * @param {number} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Peer} returns this + * @return {!proto.io.haveno.protobuffer.Peer} returns this */ -proto.io.bisq.protobuffer.Peer.prototype.addSupportedCapabilities = function(value, opt_index) { +proto.io.haveno.protobuffer.Peer.prototype.addSupportedCapabilities = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 3, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Peer} returns this + * @return {!proto.io.haveno.protobuffer.Peer} returns this */ -proto.io.bisq.protobuffer.Peer.prototype.clearSupportedCapabilitiesList = function() { +proto.io.haveno.protobuffer.Peer.prototype.clearSupportedCapabilitiesList = function() { return this.setSupportedCapabilitiesList([]); }; @@ -21796,8 +17752,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PubKeyRing.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PubKeyRing.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PubKeyRing.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PubKeyRing.toObject(opt_includeInstance, this); }; @@ -21806,11 +17762,11 @@ proto.io.bisq.protobuffer.PubKeyRing.prototype.toObject = function(opt_includeIn * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PubKeyRing} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PubKeyRing} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PubKeyRing.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PubKeyRing.toObject = function(includeInstance, msg) { var f, obj = { signaturePubKeyBytes: msg.getSignaturePubKeyBytes_asB64(), encryptionPubKeyBytes: msg.getEncryptionPubKeyBytes_asB64() @@ -21827,23 +17783,23 @@ proto.io.bisq.protobuffer.PubKeyRing.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PubKeyRing} + * @return {!proto.io.haveno.protobuffer.PubKeyRing} */ -proto.io.bisq.protobuffer.PubKeyRing.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PubKeyRing.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PubKeyRing; - return proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PubKeyRing; + return proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PubKeyRing} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PubKeyRing} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PubKeyRing} + * @return {!proto.io.haveno.protobuffer.PubKeyRing} */ -proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -21871,9 +17827,9 @@ proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader = function(msg, * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PubKeyRing.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PubKeyRing.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -21881,11 +17837,11 @@ proto.io.bisq.protobuffer.PubKeyRing.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PubKeyRing} message + * @param {!proto.io.haveno.protobuffer.PubKeyRing} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getSignaturePubKeyBytes_asU8(); if (f.length > 0) { @@ -21908,7 +17864,7 @@ proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter = function(message, * optional bytes signature_pub_key_bytes = 1; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.PubKeyRing.prototype.getSignaturePubKeyBytes = function() { +proto.io.haveno.protobuffer.PubKeyRing.prototype.getSignaturePubKeyBytes = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; @@ -21918,7 +17874,7 @@ proto.io.bisq.protobuffer.PubKeyRing.prototype.getSignaturePubKeyBytes = functio * This is a type-conversion wrapper around `getSignaturePubKeyBytes()` * @return {string} */ -proto.io.bisq.protobuffer.PubKeyRing.prototype.getSignaturePubKeyBytes_asB64 = function() { +proto.io.haveno.protobuffer.PubKeyRing.prototype.getSignaturePubKeyBytes_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getSignaturePubKeyBytes())); }; @@ -21931,7 +17887,7 @@ proto.io.bisq.protobuffer.PubKeyRing.prototype.getSignaturePubKeyBytes_asB64 = f * This is a type-conversion wrapper around `getSignaturePubKeyBytes()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PubKeyRing.prototype.getSignaturePubKeyBytes_asU8 = function() { +proto.io.haveno.protobuffer.PubKeyRing.prototype.getSignaturePubKeyBytes_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getSignaturePubKeyBytes())); }; @@ -21939,9 +17895,9 @@ proto.io.bisq.protobuffer.PubKeyRing.prototype.getSignaturePubKeyBytes_asU8 = fu /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.PubKeyRing} returns this + * @return {!proto.io.haveno.protobuffer.PubKeyRing} returns this */ -proto.io.bisq.protobuffer.PubKeyRing.prototype.setSignaturePubKeyBytes = function(value) { +proto.io.haveno.protobuffer.PubKeyRing.prototype.setSignaturePubKeyBytes = function(value) { return jspb.Message.setProto3BytesField(this, 1, value); }; @@ -21950,7 +17906,7 @@ proto.io.bisq.protobuffer.PubKeyRing.prototype.setSignaturePubKeyBytes = functio * optional bytes encryption_pub_key_bytes = 2; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.PubKeyRing.prototype.getEncryptionPubKeyBytes = function() { +proto.io.haveno.protobuffer.PubKeyRing.prototype.getEncryptionPubKeyBytes = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; @@ -21960,7 +17916,7 @@ proto.io.bisq.protobuffer.PubKeyRing.prototype.getEncryptionPubKeyBytes = functi * This is a type-conversion wrapper around `getEncryptionPubKeyBytes()` * @return {string} */ -proto.io.bisq.protobuffer.PubKeyRing.prototype.getEncryptionPubKeyBytes_asB64 = function() { +proto.io.haveno.protobuffer.PubKeyRing.prototype.getEncryptionPubKeyBytes_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getEncryptionPubKeyBytes())); }; @@ -21973,7 +17929,7 @@ proto.io.bisq.protobuffer.PubKeyRing.prototype.getEncryptionPubKeyBytes_asB64 = * This is a type-conversion wrapper around `getEncryptionPubKeyBytes()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PubKeyRing.prototype.getEncryptionPubKeyBytes_asU8 = function() { +proto.io.haveno.protobuffer.PubKeyRing.prototype.getEncryptionPubKeyBytes_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getEncryptionPubKeyBytes())); }; @@ -21981,9 +17937,9 @@ proto.io.bisq.protobuffer.PubKeyRing.prototype.getEncryptionPubKeyBytes_asU8 = f /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.PubKeyRing} returns this + * @return {!proto.io.haveno.protobuffer.PubKeyRing} returns this */ -proto.io.bisq.protobuffer.PubKeyRing.prototype.setEncryptionPubKeyBytes = function(value) { +proto.io.haveno.protobuffer.PubKeyRing.prototype.setEncryptionPubKeyBytes = function(value) { return jspb.Message.setProto3BytesField(this, 2, value); }; @@ -22004,8 +17960,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SealedAndSigned.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SealedAndSigned.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SealedAndSigned.toObject(opt_includeInstance, this); }; @@ -22014,11 +17970,11 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SealedAndSigned} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SealedAndSigned} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SealedAndSigned.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SealedAndSigned.toObject = function(includeInstance, msg) { var f, obj = { encryptedSecretKey: msg.getEncryptedSecretKey_asB64(), encryptedPayloadWithHmac: msg.getEncryptedPayloadWithHmac_asB64(), @@ -22037,23 +17993,23 @@ proto.io.bisq.protobuffer.SealedAndSigned.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SealedAndSigned} + * @return {!proto.io.haveno.protobuffer.SealedAndSigned} */ -proto.io.bisq.protobuffer.SealedAndSigned.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SealedAndSigned.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SealedAndSigned; - return proto.io.bisq.protobuffer.SealedAndSigned.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SealedAndSigned; + return proto.io.haveno.protobuffer.SealedAndSigned.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SealedAndSigned} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SealedAndSigned} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SealedAndSigned} + * @return {!proto.io.haveno.protobuffer.SealedAndSigned} */ -proto.io.bisq.protobuffer.SealedAndSigned.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SealedAndSigned.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -22089,9 +18045,9 @@ proto.io.bisq.protobuffer.SealedAndSigned.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SealedAndSigned.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SealedAndSigned.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -22099,11 +18055,11 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SealedAndSigned} message + * @param {!proto.io.haveno.protobuffer.SealedAndSigned} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SealedAndSigned.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SealedAndSigned.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getEncryptedSecretKey_asU8(); if (f.length > 0) { @@ -22140,7 +18096,7 @@ proto.io.bisq.protobuffer.SealedAndSigned.serializeBinaryToWriter = function(mes * optional bytes encrypted_secret_key = 1; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.getEncryptedSecretKey = function() { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.getEncryptedSecretKey = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; @@ -22150,7 +18106,7 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.getEncryptedSecretKey = func * This is a type-conversion wrapper around `getEncryptedSecretKey()` * @return {string} */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.getEncryptedSecretKey_asB64 = function() { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.getEncryptedSecretKey_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getEncryptedSecretKey())); }; @@ -22163,7 +18119,7 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.getEncryptedSecretKey_asB64 * This is a type-conversion wrapper around `getEncryptedSecretKey()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.getEncryptedSecretKey_asU8 = function() { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.getEncryptedSecretKey_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getEncryptedSecretKey())); }; @@ -22171,9 +18127,9 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.getEncryptedSecretKey_asU8 = /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.SealedAndSigned} returns this + * @return {!proto.io.haveno.protobuffer.SealedAndSigned} returns this */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.setEncryptedSecretKey = function(value) { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.setEncryptedSecretKey = function(value) { return jspb.Message.setProto3BytesField(this, 1, value); }; @@ -22182,7 +18138,7 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.setEncryptedSecretKey = func * optional bytes encrypted_payload_with_hmac = 2; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.getEncryptedPayloadWithHmac = function() { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.getEncryptedPayloadWithHmac = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; @@ -22192,7 +18148,7 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.getEncryptedPayloadWithHmac * This is a type-conversion wrapper around `getEncryptedPayloadWithHmac()` * @return {string} */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.getEncryptedPayloadWithHmac_asB64 = function() { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.getEncryptedPayloadWithHmac_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getEncryptedPayloadWithHmac())); }; @@ -22205,7 +18161,7 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.getEncryptedPayloadWithHmac_ * This is a type-conversion wrapper around `getEncryptedPayloadWithHmac()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.getEncryptedPayloadWithHmac_asU8 = function() { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.getEncryptedPayloadWithHmac_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getEncryptedPayloadWithHmac())); }; @@ -22213,9 +18169,9 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.getEncryptedPayloadWithHmac_ /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.SealedAndSigned} returns this + * @return {!proto.io.haveno.protobuffer.SealedAndSigned} returns this */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.setEncryptedPayloadWithHmac = function(value) { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.setEncryptedPayloadWithHmac = function(value) { return jspb.Message.setProto3BytesField(this, 2, value); }; @@ -22224,7 +18180,7 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.setEncryptedPayloadWithHmac * optional bytes signature = 3; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.getSignature = function() { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.getSignature = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; @@ -22234,7 +18190,7 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.getSignature = function() { * This is a type-conversion wrapper around `getSignature()` * @return {string} */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.getSignature_asB64 = function() { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.getSignature_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getSignature())); }; @@ -22247,7 +18203,7 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.getSignature_asB64 = functio * This is a type-conversion wrapper around `getSignature()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.getSignature_asU8 = function() { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.getSignature_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getSignature())); }; @@ -22255,9 +18211,9 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.getSignature_asU8 = function /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.SealedAndSigned} returns this + * @return {!proto.io.haveno.protobuffer.SealedAndSigned} returns this */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.setSignature = function(value) { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.setSignature = function(value) { return jspb.Message.setProto3BytesField(this, 3, value); }; @@ -22266,7 +18222,7 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.setSignature = function(valu * optional bytes sig_public_key_bytes = 4; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.getSigPublicKeyBytes = function() { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.getSigPublicKeyBytes = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; @@ -22276,7 +18232,7 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.getSigPublicKeyBytes = funct * This is a type-conversion wrapper around `getSigPublicKeyBytes()` * @return {string} */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.getSigPublicKeyBytes_asB64 = function() { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.getSigPublicKeyBytes_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getSigPublicKeyBytes())); }; @@ -22289,7 +18245,7 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.getSigPublicKeyBytes_asB64 = * This is a type-conversion wrapper around `getSigPublicKeyBytes()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.getSigPublicKeyBytes_asU8 = function() { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.getSigPublicKeyBytes_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getSigPublicKeyBytes())); }; @@ -22297,9 +18253,9 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.getSigPublicKeyBytes_asU8 = /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.SealedAndSigned} returns this + * @return {!proto.io.haveno.protobuffer.SealedAndSigned} returns this */ -proto.io.bisq.protobuffer.SealedAndSigned.prototype.setSigPublicKeyBytes = function(value) { +proto.io.haveno.protobuffer.SealedAndSigned.prototype.setSigPublicKeyBytes = function(value) { return jspb.Message.setProto3BytesField(this, 4, value); }; @@ -22313,27 +18269,27 @@ proto.io.bisq.protobuffer.SealedAndSigned.prototype.setSigPublicKeyBytes = funct * @private {!Array>} * @const */ -proto.io.bisq.protobuffer.StoragePayload.oneofGroups_ = [[1,2,3,4,6,7,8]]; +proto.io.haveno.protobuffer.StoragePayload.oneofGroups_ = [[1,2,3,4,5,6,7]]; /** * @enum {number} */ -proto.io.bisq.protobuffer.StoragePayload.MessageCase = { +proto.io.haveno.protobuffer.StoragePayload.MessageCase = { MESSAGE_NOT_SET: 0, ALERT: 1, ARBITRATOR: 2, MEDIATOR: 3, FILTER: 4, - MAILBOX_STORAGE_PAYLOAD: 6, - OFFER_PAYLOAD: 7, - REFUND_AGENT: 8 + MAILBOX_STORAGE_PAYLOAD: 5, + OFFER_PAYLOAD: 6, + REFUND_AGENT: 7 }; /** - * @return {proto.io.bisq.protobuffer.StoragePayload.MessageCase} + * @return {proto.io.haveno.protobuffer.StoragePayload.MessageCase} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.getMessageCase = function() { - return /** @type {proto.io.bisq.protobuffer.StoragePayload.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.bisq.protobuffer.StoragePayload.oneofGroups_[0])); +proto.io.haveno.protobuffer.StoragePayload.prototype.getMessageCase = function() { + return /** @type {proto.io.haveno.protobuffer.StoragePayload.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.haveno.protobuffer.StoragePayload.oneofGroups_[0])); }; @@ -22351,8 +18307,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.StoragePayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.StoragePayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.StoragePayload.toObject(opt_includeInstance, this); }; @@ -22361,19 +18317,19 @@ proto.io.bisq.protobuffer.StoragePayload.prototype.toObject = function(opt_inclu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.StoragePayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.StoragePayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StoragePayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.StoragePayload.toObject = function(includeInstance, msg) { var f, obj = { - alert: (f = msg.getAlert()) && proto.io.bisq.protobuffer.Alert.toObject(includeInstance, f), - arbitrator: (f = msg.getArbitrator()) && proto.io.bisq.protobuffer.Arbitrator.toObject(includeInstance, f), - mediator: (f = msg.getMediator()) && proto.io.bisq.protobuffer.Mediator.toObject(includeInstance, f), - filter: (f = msg.getFilter()) && proto.io.bisq.protobuffer.Filter.toObject(includeInstance, f), - mailboxStoragePayload: (f = msg.getMailboxStoragePayload()) && proto.io.bisq.protobuffer.MailboxStoragePayload.toObject(includeInstance, f), - offerPayload: (f = msg.getOfferPayload()) && proto.io.bisq.protobuffer.OfferPayload.toObject(includeInstance, f), - refundAgent: (f = msg.getRefundAgent()) && proto.io.bisq.protobuffer.RefundAgent.toObject(includeInstance, f) + alert: (f = msg.getAlert()) && proto.io.haveno.protobuffer.Alert.toObject(includeInstance, f), + arbitrator: (f = msg.getArbitrator()) && proto.io.haveno.protobuffer.Arbitrator.toObject(includeInstance, f), + mediator: (f = msg.getMediator()) && proto.io.haveno.protobuffer.Mediator.toObject(includeInstance, f), + filter: (f = msg.getFilter()) && proto.io.haveno.protobuffer.Filter.toObject(includeInstance, f), + mailboxStoragePayload: (f = msg.getMailboxStoragePayload()) && proto.io.haveno.protobuffer.MailboxStoragePayload.toObject(includeInstance, f), + offerPayload: (f = msg.getOfferPayload()) && proto.io.haveno.protobuffer.OfferPayload.toObject(includeInstance, f), + refundAgent: (f = msg.getRefundAgent()) && proto.io.haveno.protobuffer.RefundAgent.toObject(includeInstance, f) }; if (includeInstance) { @@ -22387,23 +18343,23 @@ proto.io.bisq.protobuffer.StoragePayload.toObject = function(includeInstance, ms /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.StoragePayload} + * @return {!proto.io.haveno.protobuffer.StoragePayload} */ -proto.io.bisq.protobuffer.StoragePayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.StoragePayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.StoragePayload; - return proto.io.bisq.protobuffer.StoragePayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.StoragePayload; + return proto.io.haveno.protobuffer.StoragePayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.StoragePayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.StoragePayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.StoragePayload} + * @return {!proto.io.haveno.protobuffer.StoragePayload} */ -proto.io.bisq.protobuffer.StoragePayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.StoragePayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -22411,38 +18367,38 @@ proto.io.bisq.protobuffer.StoragePayload.deserializeBinaryFromReader = function( var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.Alert; - reader.readMessage(value,proto.io.bisq.protobuffer.Alert.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Alert; + reader.readMessage(value,proto.io.haveno.protobuffer.Alert.deserializeBinaryFromReader); msg.setAlert(value); break; case 2: - var value = new proto.io.bisq.protobuffer.Arbitrator; - reader.readMessage(value,proto.io.bisq.protobuffer.Arbitrator.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Arbitrator; + reader.readMessage(value,proto.io.haveno.protobuffer.Arbitrator.deserializeBinaryFromReader); msg.setArbitrator(value); break; case 3: - var value = new proto.io.bisq.protobuffer.Mediator; - reader.readMessage(value,proto.io.bisq.protobuffer.Mediator.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Mediator; + reader.readMessage(value,proto.io.haveno.protobuffer.Mediator.deserializeBinaryFromReader); msg.setMediator(value); break; case 4: - var value = new proto.io.bisq.protobuffer.Filter; - reader.readMessage(value,proto.io.bisq.protobuffer.Filter.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Filter; + reader.readMessage(value,proto.io.haveno.protobuffer.Filter.deserializeBinaryFromReader); msg.setFilter(value); break; - case 6: - var value = new proto.io.bisq.protobuffer.MailboxStoragePayload; - reader.readMessage(value,proto.io.bisq.protobuffer.MailboxStoragePayload.deserializeBinaryFromReader); + case 5: + var value = new proto.io.haveno.protobuffer.MailboxStoragePayload; + reader.readMessage(value,proto.io.haveno.protobuffer.MailboxStoragePayload.deserializeBinaryFromReader); msg.setMailboxStoragePayload(value); break; - case 7: - var value = new proto.io.bisq.protobuffer.OfferPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.OfferPayload.deserializeBinaryFromReader); + case 6: + var value = new proto.io.haveno.protobuffer.OfferPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.OfferPayload.deserializeBinaryFromReader); msg.setOfferPayload(value); break; - case 8: - var value = new proto.io.bisq.protobuffer.RefundAgent; - reader.readMessage(value,proto.io.bisq.protobuffer.RefundAgent.deserializeBinaryFromReader); + case 7: + var value = new proto.io.haveno.protobuffer.RefundAgent; + reader.readMessage(value,proto.io.haveno.protobuffer.RefundAgent.deserializeBinaryFromReader); msg.setRefundAgent(value); break; default: @@ -22458,9 +18414,9 @@ proto.io.bisq.protobuffer.StoragePayload.deserializeBinaryFromReader = function( * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.StoragePayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.StoragePayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.StoragePayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -22468,18 +18424,18 @@ proto.io.bisq.protobuffer.StoragePayload.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.StoragePayload} message + * @param {!proto.io.haveno.protobuffer.StoragePayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StoragePayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.StoragePayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAlert(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.Alert.serializeBinaryToWriter + proto.io.haveno.protobuffer.Alert.serializeBinaryToWriter ); } f = message.getArbitrator(); @@ -22487,7 +18443,7 @@ proto.io.bisq.protobuffer.StoragePayload.serializeBinaryToWriter = function(mess writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.Arbitrator.serializeBinaryToWriter + proto.io.haveno.protobuffer.Arbitrator.serializeBinaryToWriter ); } f = message.getMediator(); @@ -22495,7 +18451,7 @@ proto.io.bisq.protobuffer.StoragePayload.serializeBinaryToWriter = function(mess writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.Mediator.serializeBinaryToWriter + proto.io.haveno.protobuffer.Mediator.serializeBinaryToWriter ); } f = message.getFilter(); @@ -22503,31 +18459,31 @@ proto.io.bisq.protobuffer.StoragePayload.serializeBinaryToWriter = function(mess writer.writeMessage( 4, f, - proto.io.bisq.protobuffer.Filter.serializeBinaryToWriter + proto.io.haveno.protobuffer.Filter.serializeBinaryToWriter ); } f = message.getMailboxStoragePayload(); if (f != null) { writer.writeMessage( - 6, + 5, f, - proto.io.bisq.protobuffer.MailboxStoragePayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.MailboxStoragePayload.serializeBinaryToWriter ); } f = message.getOfferPayload(); if (f != null) { writer.writeMessage( - 7, + 6, f, - proto.io.bisq.protobuffer.OfferPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.OfferPayload.serializeBinaryToWriter ); } f = message.getRefundAgent(); if (f != null) { writer.writeMessage( - 8, + 7, f, - proto.io.bisq.protobuffer.RefundAgent.serializeBinaryToWriter + proto.io.haveno.protobuffer.RefundAgent.serializeBinaryToWriter ); } }; @@ -22535,28 +18491,28 @@ proto.io.bisq.protobuffer.StoragePayload.serializeBinaryToWriter = function(mess /** * optional Alert alert = 1; - * @return {?proto.io.bisq.protobuffer.Alert} + * @return {?proto.io.haveno.protobuffer.Alert} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.getAlert = function() { - return /** @type{?proto.io.bisq.protobuffer.Alert} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Alert, 1)); +proto.io.haveno.protobuffer.StoragePayload.prototype.getAlert = function() { + return /** @type{?proto.io.haveno.protobuffer.Alert} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Alert, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.Alert|undefined} value - * @return {!proto.io.bisq.protobuffer.StoragePayload} returns this + * @param {?proto.io.haveno.protobuffer.Alert|undefined} value + * @return {!proto.io.haveno.protobuffer.StoragePayload} returns this */ -proto.io.bisq.protobuffer.StoragePayload.prototype.setAlert = function(value) { - return jspb.Message.setOneofWrapperField(this, 1, proto.io.bisq.protobuffer.StoragePayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.StoragePayload.prototype.setAlert = function(value) { + return jspb.Message.setOneofWrapperField(this, 1, proto.io.haveno.protobuffer.StoragePayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.StoragePayload} returns this + * @return {!proto.io.haveno.protobuffer.StoragePayload} returns this */ -proto.io.bisq.protobuffer.StoragePayload.prototype.clearAlert = function() { +proto.io.haveno.protobuffer.StoragePayload.prototype.clearAlert = function() { return this.setAlert(undefined); }; @@ -22565,35 +18521,35 @@ proto.io.bisq.protobuffer.StoragePayload.prototype.clearAlert = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.hasAlert = function() { +proto.io.haveno.protobuffer.StoragePayload.prototype.hasAlert = function() { return jspb.Message.getField(this, 1) != null; }; /** * optional Arbitrator arbitrator = 2; - * @return {?proto.io.bisq.protobuffer.Arbitrator} + * @return {?proto.io.haveno.protobuffer.Arbitrator} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.getArbitrator = function() { - return /** @type{?proto.io.bisq.protobuffer.Arbitrator} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Arbitrator, 2)); +proto.io.haveno.protobuffer.StoragePayload.prototype.getArbitrator = function() { + return /** @type{?proto.io.haveno.protobuffer.Arbitrator} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Arbitrator, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.Arbitrator|undefined} value - * @return {!proto.io.bisq.protobuffer.StoragePayload} returns this + * @param {?proto.io.haveno.protobuffer.Arbitrator|undefined} value + * @return {!proto.io.haveno.protobuffer.StoragePayload} returns this */ -proto.io.bisq.protobuffer.StoragePayload.prototype.setArbitrator = function(value) { - return jspb.Message.setOneofWrapperField(this, 2, proto.io.bisq.protobuffer.StoragePayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.StoragePayload.prototype.setArbitrator = function(value) { + return jspb.Message.setOneofWrapperField(this, 2, proto.io.haveno.protobuffer.StoragePayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.StoragePayload} returns this + * @return {!proto.io.haveno.protobuffer.StoragePayload} returns this */ -proto.io.bisq.protobuffer.StoragePayload.prototype.clearArbitrator = function() { +proto.io.haveno.protobuffer.StoragePayload.prototype.clearArbitrator = function() { return this.setArbitrator(undefined); }; @@ -22602,35 +18558,35 @@ proto.io.bisq.protobuffer.StoragePayload.prototype.clearArbitrator = function() * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.hasArbitrator = function() { +proto.io.haveno.protobuffer.StoragePayload.prototype.hasArbitrator = function() { return jspb.Message.getField(this, 2) != null; }; /** * optional Mediator mediator = 3; - * @return {?proto.io.bisq.protobuffer.Mediator} + * @return {?proto.io.haveno.protobuffer.Mediator} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.getMediator = function() { - return /** @type{?proto.io.bisq.protobuffer.Mediator} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Mediator, 3)); +proto.io.haveno.protobuffer.StoragePayload.prototype.getMediator = function() { + return /** @type{?proto.io.haveno.protobuffer.Mediator} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Mediator, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.Mediator|undefined} value - * @return {!proto.io.bisq.protobuffer.StoragePayload} returns this + * @param {?proto.io.haveno.protobuffer.Mediator|undefined} value + * @return {!proto.io.haveno.protobuffer.StoragePayload} returns this */ -proto.io.bisq.protobuffer.StoragePayload.prototype.setMediator = function(value) { - return jspb.Message.setOneofWrapperField(this, 3, proto.io.bisq.protobuffer.StoragePayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.StoragePayload.prototype.setMediator = function(value) { + return jspb.Message.setOneofWrapperField(this, 3, proto.io.haveno.protobuffer.StoragePayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.StoragePayload} returns this + * @return {!proto.io.haveno.protobuffer.StoragePayload} returns this */ -proto.io.bisq.protobuffer.StoragePayload.prototype.clearMediator = function() { +proto.io.haveno.protobuffer.StoragePayload.prototype.clearMediator = function() { return this.setMediator(undefined); }; @@ -22639,35 +18595,35 @@ proto.io.bisq.protobuffer.StoragePayload.prototype.clearMediator = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.hasMediator = function() { +proto.io.haveno.protobuffer.StoragePayload.prototype.hasMediator = function() { return jspb.Message.getField(this, 3) != null; }; /** * optional Filter filter = 4; - * @return {?proto.io.bisq.protobuffer.Filter} + * @return {?proto.io.haveno.protobuffer.Filter} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.getFilter = function() { - return /** @type{?proto.io.bisq.protobuffer.Filter} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Filter, 4)); +proto.io.haveno.protobuffer.StoragePayload.prototype.getFilter = function() { + return /** @type{?proto.io.haveno.protobuffer.Filter} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Filter, 4)); }; /** - * @param {?proto.io.bisq.protobuffer.Filter|undefined} value - * @return {!proto.io.bisq.protobuffer.StoragePayload} returns this + * @param {?proto.io.haveno.protobuffer.Filter|undefined} value + * @return {!proto.io.haveno.protobuffer.StoragePayload} returns this */ -proto.io.bisq.protobuffer.StoragePayload.prototype.setFilter = function(value) { - return jspb.Message.setOneofWrapperField(this, 4, proto.io.bisq.protobuffer.StoragePayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.StoragePayload.prototype.setFilter = function(value) { + return jspb.Message.setOneofWrapperField(this, 4, proto.io.haveno.protobuffer.StoragePayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.StoragePayload} returns this + * @return {!proto.io.haveno.protobuffer.StoragePayload} returns this */ -proto.io.bisq.protobuffer.StoragePayload.prototype.clearFilter = function() { +proto.io.haveno.protobuffer.StoragePayload.prototype.clearFilter = function() { return this.setFilter(undefined); }; @@ -22676,35 +18632,35 @@ proto.io.bisq.protobuffer.StoragePayload.prototype.clearFilter = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.hasFilter = function() { +proto.io.haveno.protobuffer.StoragePayload.prototype.hasFilter = function() { return jspb.Message.getField(this, 4) != null; }; /** - * optional MailboxStoragePayload mailbox_storage_payload = 6; - * @return {?proto.io.bisq.protobuffer.MailboxStoragePayload} + * optional MailboxStoragePayload mailbox_storage_payload = 5; + * @return {?proto.io.haveno.protobuffer.MailboxStoragePayload} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.getMailboxStoragePayload = function() { - return /** @type{?proto.io.bisq.protobuffer.MailboxStoragePayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.MailboxStoragePayload, 6)); +proto.io.haveno.protobuffer.StoragePayload.prototype.getMailboxStoragePayload = function() { + return /** @type{?proto.io.haveno.protobuffer.MailboxStoragePayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.MailboxStoragePayload, 5)); }; /** - * @param {?proto.io.bisq.protobuffer.MailboxStoragePayload|undefined} value - * @return {!proto.io.bisq.protobuffer.StoragePayload} returns this + * @param {?proto.io.haveno.protobuffer.MailboxStoragePayload|undefined} value + * @return {!proto.io.haveno.protobuffer.StoragePayload} returns this */ -proto.io.bisq.protobuffer.StoragePayload.prototype.setMailboxStoragePayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 6, proto.io.bisq.protobuffer.StoragePayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.StoragePayload.prototype.setMailboxStoragePayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 5, proto.io.haveno.protobuffer.StoragePayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.StoragePayload} returns this + * @return {!proto.io.haveno.protobuffer.StoragePayload} returns this */ -proto.io.bisq.protobuffer.StoragePayload.prototype.clearMailboxStoragePayload = function() { +proto.io.haveno.protobuffer.StoragePayload.prototype.clearMailboxStoragePayload = function() { return this.setMailboxStoragePayload(undefined); }; @@ -22713,35 +18669,35 @@ proto.io.bisq.protobuffer.StoragePayload.prototype.clearMailboxStoragePayload = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.hasMailboxStoragePayload = function() { - return jspb.Message.getField(this, 6) != null; +proto.io.haveno.protobuffer.StoragePayload.prototype.hasMailboxStoragePayload = function() { + return jspb.Message.getField(this, 5) != null; }; /** - * optional OfferPayload offer_payload = 7; - * @return {?proto.io.bisq.protobuffer.OfferPayload} + * optional OfferPayload offer_payload = 6; + * @return {?proto.io.haveno.protobuffer.OfferPayload} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.getOfferPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.OfferPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.OfferPayload, 7)); +proto.io.haveno.protobuffer.StoragePayload.prototype.getOfferPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.OfferPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.OfferPayload, 6)); }; /** - * @param {?proto.io.bisq.protobuffer.OfferPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.StoragePayload} returns this + * @param {?proto.io.haveno.protobuffer.OfferPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.StoragePayload} returns this */ -proto.io.bisq.protobuffer.StoragePayload.prototype.setOfferPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 7, proto.io.bisq.protobuffer.StoragePayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.StoragePayload.prototype.setOfferPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 6, proto.io.haveno.protobuffer.StoragePayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.StoragePayload} returns this + * @return {!proto.io.haveno.protobuffer.StoragePayload} returns this */ -proto.io.bisq.protobuffer.StoragePayload.prototype.clearOfferPayload = function() { +proto.io.haveno.protobuffer.StoragePayload.prototype.clearOfferPayload = function() { return this.setOfferPayload(undefined); }; @@ -22750,35 +18706,35 @@ proto.io.bisq.protobuffer.StoragePayload.prototype.clearOfferPayload = function( * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.hasOfferPayload = function() { - return jspb.Message.getField(this, 7) != null; +proto.io.haveno.protobuffer.StoragePayload.prototype.hasOfferPayload = function() { + return jspb.Message.getField(this, 6) != null; }; /** - * optional RefundAgent refund_agent = 8; - * @return {?proto.io.bisq.protobuffer.RefundAgent} + * optional RefundAgent refund_agent = 7; + * @return {?proto.io.haveno.protobuffer.RefundAgent} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.getRefundAgent = function() { - return /** @type{?proto.io.bisq.protobuffer.RefundAgent} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.RefundAgent, 8)); +proto.io.haveno.protobuffer.StoragePayload.prototype.getRefundAgent = function() { + return /** @type{?proto.io.haveno.protobuffer.RefundAgent} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.RefundAgent, 7)); }; /** - * @param {?proto.io.bisq.protobuffer.RefundAgent|undefined} value - * @return {!proto.io.bisq.protobuffer.StoragePayload} returns this + * @param {?proto.io.haveno.protobuffer.RefundAgent|undefined} value + * @return {!proto.io.haveno.protobuffer.StoragePayload} returns this */ -proto.io.bisq.protobuffer.StoragePayload.prototype.setRefundAgent = function(value) { - return jspb.Message.setOneofWrapperField(this, 8, proto.io.bisq.protobuffer.StoragePayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.StoragePayload.prototype.setRefundAgent = function(value) { + return jspb.Message.setOneofWrapperField(this, 7, proto.io.haveno.protobuffer.StoragePayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.StoragePayload} returns this + * @return {!proto.io.haveno.protobuffer.StoragePayload} returns this */ -proto.io.bisq.protobuffer.StoragePayload.prototype.clearRefundAgent = function() { +proto.io.haveno.protobuffer.StoragePayload.prototype.clearRefundAgent = function() { return this.setRefundAgent(undefined); }; @@ -22787,8 +18743,8 @@ proto.io.bisq.protobuffer.StoragePayload.prototype.clearRefundAgent = function() * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.StoragePayload.prototype.hasRefundAgent = function() { - return jspb.Message.getField(this, 8) != null; +proto.io.haveno.protobuffer.StoragePayload.prototype.hasRefundAgent = function() { + return jspb.Message.getField(this, 7) != null; }; @@ -22801,24 +18757,23 @@ proto.io.bisq.protobuffer.StoragePayload.prototype.hasRefundAgent = function() { * @private {!Array>} * @const */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.oneofGroups_ = [[1,2,3,4]]; +proto.io.haveno.protobuffer.PersistableNetworkPayload.oneofGroups_ = [[1,2,3]]; /** * @enum {number} */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.MessageCase = { +proto.io.haveno.protobuffer.PersistableNetworkPayload.MessageCase = { MESSAGE_NOT_SET: 0, ACCOUNT_AGE_WITNESS: 1, - TRADE_STATISTICS2: 2, - SIGNED_WITNESS: 3, - TRADE_STATISTICS3: 4 + SIGNED_WITNESS: 2, + TRADE_STATISTICS3: 3 }; /** - * @return {proto.io.bisq.protobuffer.PersistableNetworkPayload.MessageCase} + * @return {proto.io.haveno.protobuffer.PersistableNetworkPayload.MessageCase} */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.getMessageCase = function() { - return /** @type {proto.io.bisq.protobuffer.PersistableNetworkPayload.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.bisq.protobuffer.PersistableNetworkPayload.oneofGroups_[0])); +proto.io.haveno.protobuffer.PersistableNetworkPayload.prototype.getMessageCase = function() { + return /** @type {proto.io.haveno.protobuffer.PersistableNetworkPayload.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.haveno.protobuffer.PersistableNetworkPayload.oneofGroups_[0])); }; @@ -22836,8 +18791,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PersistableNetworkPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PersistableNetworkPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PersistableNetworkPayload.toObject(opt_includeInstance, this); }; @@ -22846,16 +18801,15 @@ proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.toObject = functio * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PersistableNetworkPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PersistableNetworkPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PersistableNetworkPayload.toObject = function(includeInstance, msg) { var f, obj = { - accountAgeWitness: (f = msg.getAccountAgeWitness()) && proto.io.bisq.protobuffer.AccountAgeWitness.toObject(includeInstance, f), - tradeStatistics2: (f = msg.getTradeStatistics2()) && proto.io.bisq.protobuffer.TradeStatistics2.toObject(includeInstance, f), - signedWitness: (f = msg.getSignedWitness()) && proto.io.bisq.protobuffer.SignedWitness.toObject(includeInstance, f), - tradeStatistics3: (f = msg.getTradeStatistics3()) && proto.io.bisq.protobuffer.TradeStatistics3.toObject(includeInstance, f) + accountAgeWitness: (f = msg.getAccountAgeWitness()) && proto.io.haveno.protobuffer.AccountAgeWitness.toObject(includeInstance, f), + signedWitness: (f = msg.getSignedWitness()) && proto.io.haveno.protobuffer.SignedWitness.toObject(includeInstance, f), + tradeStatistics3: (f = msg.getTradeStatistics3()) && proto.io.haveno.protobuffer.TradeStatistics3.toObject(includeInstance, f) }; if (includeInstance) { @@ -22869,23 +18823,23 @@ proto.io.bisq.protobuffer.PersistableNetworkPayload.toObject = function(includeI /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PersistableNetworkPayload} + * @return {!proto.io.haveno.protobuffer.PersistableNetworkPayload} */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PersistableNetworkPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PersistableNetworkPayload; - return proto.io.bisq.protobuffer.PersistableNetworkPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PersistableNetworkPayload; + return proto.io.haveno.protobuffer.PersistableNetworkPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PersistableNetworkPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PersistableNetworkPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PersistableNetworkPayload} + * @return {!proto.io.haveno.protobuffer.PersistableNetworkPayload} */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PersistableNetworkPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -22893,23 +18847,18 @@ proto.io.bisq.protobuffer.PersistableNetworkPayload.deserializeBinaryFromReader var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.AccountAgeWitness; - reader.readMessage(value,proto.io.bisq.protobuffer.AccountAgeWitness.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.AccountAgeWitness; + reader.readMessage(value,proto.io.haveno.protobuffer.AccountAgeWitness.deserializeBinaryFromReader); msg.setAccountAgeWitness(value); break; case 2: - var value = new proto.io.bisq.protobuffer.TradeStatistics2; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeStatistics2.deserializeBinaryFromReader); - msg.setTradeStatistics2(value); - break; - case 3: - var value = new proto.io.bisq.protobuffer.SignedWitness; - reader.readMessage(value,proto.io.bisq.protobuffer.SignedWitness.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SignedWitness; + reader.readMessage(value,proto.io.haveno.protobuffer.SignedWitness.deserializeBinaryFromReader); msg.setSignedWitness(value); break; - case 4: - var value = new proto.io.bisq.protobuffer.TradeStatistics3; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeStatistics3.deserializeBinaryFromReader); + case 3: + var value = new proto.io.haveno.protobuffer.TradeStatistics3; + reader.readMessage(value,proto.io.haveno.protobuffer.TradeStatistics3.deserializeBinaryFromReader); msg.setTradeStatistics3(value); break; default: @@ -22925,9 +18874,9 @@ proto.io.bisq.protobuffer.PersistableNetworkPayload.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PersistableNetworkPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PersistableNetworkPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PersistableNetworkPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -22935,42 +18884,34 @@ proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PersistableNetworkPayload} message + * @param {!proto.io.haveno.protobuffer.PersistableNetworkPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PersistableNetworkPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccountAgeWitness(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.AccountAgeWitness.serializeBinaryToWriter - ); - } - f = message.getTradeStatistics2(); - if (f != null) { - writer.writeMessage( - 2, - f, - proto.io.bisq.protobuffer.TradeStatistics2.serializeBinaryToWriter + proto.io.haveno.protobuffer.AccountAgeWitness.serializeBinaryToWriter ); } f = message.getSignedWitness(); if (f != null) { writer.writeMessage( - 3, + 2, f, - proto.io.bisq.protobuffer.SignedWitness.serializeBinaryToWriter + proto.io.haveno.protobuffer.SignedWitness.serializeBinaryToWriter ); } f = message.getTradeStatistics3(); if (f != null) { writer.writeMessage( - 4, + 3, f, - proto.io.bisq.protobuffer.TradeStatistics3.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradeStatistics3.serializeBinaryToWriter ); } }; @@ -22978,28 +18919,28 @@ proto.io.bisq.protobuffer.PersistableNetworkPayload.serializeBinaryToWriter = fu /** * optional AccountAgeWitness account_age_witness = 1; - * @return {?proto.io.bisq.protobuffer.AccountAgeWitness} + * @return {?proto.io.haveno.protobuffer.AccountAgeWitness} */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.getAccountAgeWitness = function() { - return /** @type{?proto.io.bisq.protobuffer.AccountAgeWitness} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AccountAgeWitness, 1)); +proto.io.haveno.protobuffer.PersistableNetworkPayload.prototype.getAccountAgeWitness = function() { + return /** @type{?proto.io.haveno.protobuffer.AccountAgeWitness} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AccountAgeWitness, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.AccountAgeWitness|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableNetworkPayload} returns this + * @param {?proto.io.haveno.protobuffer.AccountAgeWitness|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableNetworkPayload} returns this */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.setAccountAgeWitness = function(value) { - return jspb.Message.setOneofWrapperField(this, 1, proto.io.bisq.protobuffer.PersistableNetworkPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableNetworkPayload.prototype.setAccountAgeWitness = function(value) { + return jspb.Message.setOneofWrapperField(this, 1, proto.io.haveno.protobuffer.PersistableNetworkPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableNetworkPayload} returns this + * @return {!proto.io.haveno.protobuffer.PersistableNetworkPayload} returns this */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.clearAccountAgeWitness = function() { +proto.io.haveno.protobuffer.PersistableNetworkPayload.prototype.clearAccountAgeWitness = function() { return this.setAccountAgeWitness(undefined); }; @@ -23008,72 +18949,35 @@ proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.clearAccountAgeWit * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.hasAccountAgeWitness = function() { +proto.io.haveno.protobuffer.PersistableNetworkPayload.prototype.hasAccountAgeWitness = function() { return jspb.Message.getField(this, 1) != null; }; /** - * optional TradeStatistics2 trade_statistics2 = 2; - * @return {?proto.io.bisq.protobuffer.TradeStatistics2} + * optional SignedWitness signed_witness = 2; + * @return {?proto.io.haveno.protobuffer.SignedWitness} */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.getTradeStatistics2 = function() { - return /** @type{?proto.io.bisq.protobuffer.TradeStatistics2} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TradeStatistics2, 2)); +proto.io.haveno.protobuffer.PersistableNetworkPayload.prototype.getSignedWitness = function() { + return /** @type{?proto.io.haveno.protobuffer.SignedWitness} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SignedWitness, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.TradeStatistics2|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableNetworkPayload} returns this + * @param {?proto.io.haveno.protobuffer.SignedWitness|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableNetworkPayload} returns this */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.setTradeStatistics2 = function(value) { - return jspb.Message.setOneofWrapperField(this, 2, proto.io.bisq.protobuffer.PersistableNetworkPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableNetworkPayload.prototype.setSignedWitness = function(value) { + return jspb.Message.setOneofWrapperField(this, 2, proto.io.haveno.protobuffer.PersistableNetworkPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableNetworkPayload} returns this + * @return {!proto.io.haveno.protobuffer.PersistableNetworkPayload} returns this */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.clearTradeStatistics2 = function() { - return this.setTradeStatistics2(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.hasTradeStatistics2 = function() { - return jspb.Message.getField(this, 2) != null; -}; - - -/** - * optional SignedWitness signed_witness = 3; - * @return {?proto.io.bisq.protobuffer.SignedWitness} - */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.getSignedWitness = function() { - return /** @type{?proto.io.bisq.protobuffer.SignedWitness} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SignedWitness, 3)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.SignedWitness|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableNetworkPayload} returns this -*/ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.setSignedWitness = function(value) { - return jspb.Message.setOneofWrapperField(this, 3, proto.io.bisq.protobuffer.PersistableNetworkPayload.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableNetworkPayload} returns this - */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.clearSignedWitness = function() { +proto.io.haveno.protobuffer.PersistableNetworkPayload.prototype.clearSignedWitness = function() { return this.setSignedWitness(undefined); }; @@ -23082,35 +18986,35 @@ proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.clearSignedWitness * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.hasSignedWitness = function() { - return jspb.Message.getField(this, 3) != null; +proto.io.haveno.protobuffer.PersistableNetworkPayload.prototype.hasSignedWitness = function() { + return jspb.Message.getField(this, 2) != null; }; /** - * optional TradeStatistics3 trade_statistics3 = 4; - * @return {?proto.io.bisq.protobuffer.TradeStatistics3} + * optional TradeStatistics3 trade_statistics3 = 3; + * @return {?proto.io.haveno.protobuffer.TradeStatistics3} */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.getTradeStatistics3 = function() { - return /** @type{?proto.io.bisq.protobuffer.TradeStatistics3} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TradeStatistics3, 4)); +proto.io.haveno.protobuffer.PersistableNetworkPayload.prototype.getTradeStatistics3 = function() { + return /** @type{?proto.io.haveno.protobuffer.TradeStatistics3} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.TradeStatistics3, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.TradeStatistics3|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableNetworkPayload} returns this + * @param {?proto.io.haveno.protobuffer.TradeStatistics3|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableNetworkPayload} returns this */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.setTradeStatistics3 = function(value) { - return jspb.Message.setOneofWrapperField(this, 4, proto.io.bisq.protobuffer.PersistableNetworkPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableNetworkPayload.prototype.setTradeStatistics3 = function(value) { + return jspb.Message.setOneofWrapperField(this, 3, proto.io.haveno.protobuffer.PersistableNetworkPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableNetworkPayload} returns this + * @return {!proto.io.haveno.protobuffer.PersistableNetworkPayload} returns this */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.clearTradeStatistics3 = function() { +proto.io.haveno.protobuffer.PersistableNetworkPayload.prototype.clearTradeStatistics3 = function() { return this.setTradeStatistics3(undefined); }; @@ -23119,8 +19023,8 @@ proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.clearTradeStatisti * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableNetworkPayload.prototype.hasTradeStatistics3 = function() { - return jspb.Message.getField(this, 4) != null; +proto.io.haveno.protobuffer.PersistableNetworkPayload.prototype.hasTradeStatistics3 = function() { + return jspb.Message.getField(this, 3) != null; }; @@ -23140,8 +19044,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ProtectedStorageEntry.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ProtectedStorageEntry.toObject(opt_includeInstance, this); }; @@ -23150,13 +19054,13 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ProtectedStorageEntry} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ProtectedStorageEntry} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ProtectedStorageEntry.toObject = function(includeInstance, msg) { var f, obj = { - storagepayload: (f = msg.getStoragepayload()) && proto.io.bisq.protobuffer.StoragePayload.toObject(includeInstance, f), + storagepayload: (f = msg.getStoragepayload()) && proto.io.haveno.protobuffer.StoragePayload.toObject(includeInstance, f), ownerPubKeyBytes: msg.getOwnerPubKeyBytes_asB64(), sequenceNumber: jspb.Message.getFieldWithDefault(msg, 3, 0), signature: msg.getSignature_asB64(), @@ -23174,23 +19078,23 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ProtectedStorageEntry} + * @return {!proto.io.haveno.protobuffer.ProtectedStorageEntry} */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ProtectedStorageEntry.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ProtectedStorageEntry; - return proto.io.bisq.protobuffer.ProtectedStorageEntry.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ProtectedStorageEntry; + return proto.io.haveno.protobuffer.ProtectedStorageEntry.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ProtectedStorageEntry} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ProtectedStorageEntry} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ProtectedStorageEntry} + * @return {!proto.io.haveno.protobuffer.ProtectedStorageEntry} */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ProtectedStorageEntry.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -23198,8 +19102,8 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.deserializeBinaryFromReader = fu var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.StoragePayload; - reader.readMessage(value,proto.io.bisq.protobuffer.StoragePayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.StoragePayload; + reader.readMessage(value,proto.io.haveno.protobuffer.StoragePayload.deserializeBinaryFromReader); msg.setStoragepayload(value); break; case 2: @@ -23231,9 +19135,9 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ProtectedStorageEntry.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ProtectedStorageEntry.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -23241,18 +19145,18 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ProtectedStorageEntry} message + * @param {!proto.io.haveno.protobuffer.ProtectedStorageEntry} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ProtectedStorageEntry.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getStoragepayload(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.StoragePayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.StoragePayload.serializeBinaryToWriter ); } f = message.getOwnerPubKeyBytes_asU8(); @@ -23288,28 +19192,28 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.serializeBinaryToWriter = functi /** * optional StoragePayload storagePayload = 1; - * @return {?proto.io.bisq.protobuffer.StoragePayload} + * @return {?proto.io.haveno.protobuffer.StoragePayload} */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.getStoragepayload = function() { - return /** @type{?proto.io.bisq.protobuffer.StoragePayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.StoragePayload, 1)); +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.getStoragepayload = function() { + return /** @type{?proto.io.haveno.protobuffer.StoragePayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.StoragePayload, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.StoragePayload|undefined} value - * @return {!proto.io.bisq.protobuffer.ProtectedStorageEntry} returns this + * @param {?proto.io.haveno.protobuffer.StoragePayload|undefined} value + * @return {!proto.io.haveno.protobuffer.ProtectedStorageEntry} returns this */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.setStoragepayload = function(value) { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.setStoragepayload = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.ProtectedStorageEntry} returns this + * @return {!proto.io.haveno.protobuffer.ProtectedStorageEntry} returns this */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.clearStoragepayload = function() { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.clearStoragepayload = function() { return this.setStoragepayload(undefined); }; @@ -23318,7 +19222,7 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.clearStoragepayload = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.hasStoragepayload = function() { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.hasStoragepayload = function() { return jspb.Message.getField(this, 1) != null; }; @@ -23327,7 +19231,7 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.hasStoragepayload = fu * optional bytes owner_pub_key_bytes = 2; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.getOwnerPubKeyBytes = function() { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.getOwnerPubKeyBytes = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; @@ -23337,7 +19241,7 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.getOwnerPubKeyBytes = * This is a type-conversion wrapper around `getOwnerPubKeyBytes()` * @return {string} */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.getOwnerPubKeyBytes_asB64 = function() { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.getOwnerPubKeyBytes_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getOwnerPubKeyBytes())); }; @@ -23350,7 +19254,7 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.getOwnerPubKeyBytes_as * This is a type-conversion wrapper around `getOwnerPubKeyBytes()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.getOwnerPubKeyBytes_asU8 = function() { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.getOwnerPubKeyBytes_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getOwnerPubKeyBytes())); }; @@ -23358,9 +19262,9 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.getOwnerPubKeyBytes_as /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.ProtectedStorageEntry} returns this + * @return {!proto.io.haveno.protobuffer.ProtectedStorageEntry} returns this */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.setOwnerPubKeyBytes = function(value) { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.setOwnerPubKeyBytes = function(value) { return jspb.Message.setProto3BytesField(this, 2, value); }; @@ -23369,16 +19273,16 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.setOwnerPubKeyBytes = * optional int32 sequence_number = 3; * @return {number} */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.getSequenceNumber = function() { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.getSequenceNumber = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.ProtectedStorageEntry} returns this + * @return {!proto.io.haveno.protobuffer.ProtectedStorageEntry} returns this */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.setSequenceNumber = function(value) { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.setSequenceNumber = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -23387,7 +19291,7 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.setSequenceNumber = fu * optional bytes signature = 4; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.getSignature = function() { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.getSignature = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; @@ -23397,7 +19301,7 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.getSignature = functio * This is a type-conversion wrapper around `getSignature()` * @return {string} */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.getSignature_asB64 = function() { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.getSignature_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getSignature())); }; @@ -23410,7 +19314,7 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.getSignature_asB64 = f * This is a type-conversion wrapper around `getSignature()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.getSignature_asU8 = function() { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.getSignature_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getSignature())); }; @@ -23418,9 +19322,9 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.getSignature_asU8 = fu /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.ProtectedStorageEntry} returns this + * @return {!proto.io.haveno.protobuffer.ProtectedStorageEntry} returns this */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.setSignature = function(value) { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.setSignature = function(value) { return jspb.Message.setProto3BytesField(this, 4, value); }; @@ -23429,16 +19333,16 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.setSignature = functio * optional int64 creation_time_stamp = 5; * @return {number} */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.getCreationTimeStamp = function() { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.getCreationTimeStamp = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.ProtectedStorageEntry} returns this + * @return {!proto.io.haveno.protobuffer.ProtectedStorageEntry} returns this */ -proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.setCreationTimeStamp = function(value) { +proto.io.haveno.protobuffer.ProtectedStorageEntry.prototype.setCreationTimeStamp = function(value) { return jspb.Message.setProto3IntField(this, 5, value); }; @@ -23452,22 +19356,22 @@ proto.io.bisq.protobuffer.ProtectedStorageEntry.prototype.setCreationTimeStamp = * @private {!Array>} * @const */ -proto.io.bisq.protobuffer.StorageEntryWrapper.oneofGroups_ = [[1,2]]; +proto.io.haveno.protobuffer.StorageEntryWrapper.oneofGroups_ = [[1,2]]; /** * @enum {number} */ -proto.io.bisq.protobuffer.StorageEntryWrapper.MessageCase = { +proto.io.haveno.protobuffer.StorageEntryWrapper.MessageCase = { MESSAGE_NOT_SET: 0, PROTECTED_STORAGE_ENTRY: 1, PROTECTED_MAILBOX_STORAGE_ENTRY: 2 }; /** - * @return {proto.io.bisq.protobuffer.StorageEntryWrapper.MessageCase} + * @return {proto.io.haveno.protobuffer.StorageEntryWrapper.MessageCase} */ -proto.io.bisq.protobuffer.StorageEntryWrapper.prototype.getMessageCase = function() { - return /** @type {proto.io.bisq.protobuffer.StorageEntryWrapper.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.bisq.protobuffer.StorageEntryWrapper.oneofGroups_[0])); +proto.io.haveno.protobuffer.StorageEntryWrapper.prototype.getMessageCase = function() { + return /** @type {proto.io.haveno.protobuffer.StorageEntryWrapper.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.haveno.protobuffer.StorageEntryWrapper.oneofGroups_[0])); }; @@ -23485,8 +19389,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.StorageEntryWrapper.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.StorageEntryWrapper.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.StorageEntryWrapper.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.StorageEntryWrapper.toObject(opt_includeInstance, this); }; @@ -23495,14 +19399,14 @@ proto.io.bisq.protobuffer.StorageEntryWrapper.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.StorageEntryWrapper} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.StorageEntryWrapper} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StorageEntryWrapper.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.StorageEntryWrapper.toObject = function(includeInstance, msg) { var f, obj = { - protectedStorageEntry: (f = msg.getProtectedStorageEntry()) && proto.io.bisq.protobuffer.ProtectedStorageEntry.toObject(includeInstance, f), - protectedMailboxStorageEntry: (f = msg.getProtectedMailboxStorageEntry()) && proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.toObject(includeInstance, f) + protectedStorageEntry: (f = msg.getProtectedStorageEntry()) && proto.io.haveno.protobuffer.ProtectedStorageEntry.toObject(includeInstance, f), + protectedMailboxStorageEntry: (f = msg.getProtectedMailboxStorageEntry()) && proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.toObject(includeInstance, f) }; if (includeInstance) { @@ -23516,23 +19420,23 @@ proto.io.bisq.protobuffer.StorageEntryWrapper.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.StorageEntryWrapper} + * @return {!proto.io.haveno.protobuffer.StorageEntryWrapper} */ -proto.io.bisq.protobuffer.StorageEntryWrapper.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.StorageEntryWrapper.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.StorageEntryWrapper; - return proto.io.bisq.protobuffer.StorageEntryWrapper.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.StorageEntryWrapper; + return proto.io.haveno.protobuffer.StorageEntryWrapper.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.StorageEntryWrapper} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.StorageEntryWrapper} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.StorageEntryWrapper} + * @return {!proto.io.haveno.protobuffer.StorageEntryWrapper} */ -proto.io.bisq.protobuffer.StorageEntryWrapper.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.StorageEntryWrapper.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -23540,13 +19444,13 @@ proto.io.bisq.protobuffer.StorageEntryWrapper.deserializeBinaryFromReader = func var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.ProtectedStorageEntry; - reader.readMessage(value,proto.io.bisq.protobuffer.ProtectedStorageEntry.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.ProtectedStorageEntry; + reader.readMessage(value,proto.io.haveno.protobuffer.ProtectedStorageEntry.deserializeBinaryFromReader); msg.setProtectedStorageEntry(value); break; case 2: - var value = new proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry; - reader.readMessage(value,proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry; + reader.readMessage(value,proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.deserializeBinaryFromReader); msg.setProtectedMailboxStorageEntry(value); break; default: @@ -23562,9 +19466,9 @@ proto.io.bisq.protobuffer.StorageEntryWrapper.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.StorageEntryWrapper.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.StorageEntryWrapper.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.StorageEntryWrapper.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.StorageEntryWrapper.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -23572,18 +19476,18 @@ proto.io.bisq.protobuffer.StorageEntryWrapper.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.StorageEntryWrapper} message + * @param {!proto.io.haveno.protobuffer.StorageEntryWrapper} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StorageEntryWrapper.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.StorageEntryWrapper.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getProtectedStorageEntry(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.ProtectedStorageEntry.serializeBinaryToWriter + proto.io.haveno.protobuffer.ProtectedStorageEntry.serializeBinaryToWriter ); } f = message.getProtectedMailboxStorageEntry(); @@ -23591,7 +19495,7 @@ proto.io.bisq.protobuffer.StorageEntryWrapper.serializeBinaryToWriter = function writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.serializeBinaryToWriter + proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.serializeBinaryToWriter ); } }; @@ -23599,28 +19503,28 @@ proto.io.bisq.protobuffer.StorageEntryWrapper.serializeBinaryToWriter = function /** * optional ProtectedStorageEntry protected_storage_entry = 1; - * @return {?proto.io.bisq.protobuffer.ProtectedStorageEntry} + * @return {?proto.io.haveno.protobuffer.ProtectedStorageEntry} */ -proto.io.bisq.protobuffer.StorageEntryWrapper.prototype.getProtectedStorageEntry = function() { - return /** @type{?proto.io.bisq.protobuffer.ProtectedStorageEntry} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ProtectedStorageEntry, 1)); +proto.io.haveno.protobuffer.StorageEntryWrapper.prototype.getProtectedStorageEntry = function() { + return /** @type{?proto.io.haveno.protobuffer.ProtectedStorageEntry} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ProtectedStorageEntry, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.ProtectedStorageEntry|undefined} value - * @return {!proto.io.bisq.protobuffer.StorageEntryWrapper} returns this + * @param {?proto.io.haveno.protobuffer.ProtectedStorageEntry|undefined} value + * @return {!proto.io.haveno.protobuffer.StorageEntryWrapper} returns this */ -proto.io.bisq.protobuffer.StorageEntryWrapper.prototype.setProtectedStorageEntry = function(value) { - return jspb.Message.setOneofWrapperField(this, 1, proto.io.bisq.protobuffer.StorageEntryWrapper.oneofGroups_[0], value); +proto.io.haveno.protobuffer.StorageEntryWrapper.prototype.setProtectedStorageEntry = function(value) { + return jspb.Message.setOneofWrapperField(this, 1, proto.io.haveno.protobuffer.StorageEntryWrapper.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.StorageEntryWrapper} returns this + * @return {!proto.io.haveno.protobuffer.StorageEntryWrapper} returns this */ -proto.io.bisq.protobuffer.StorageEntryWrapper.prototype.clearProtectedStorageEntry = function() { +proto.io.haveno.protobuffer.StorageEntryWrapper.prototype.clearProtectedStorageEntry = function() { return this.setProtectedStorageEntry(undefined); }; @@ -23629,35 +19533,35 @@ proto.io.bisq.protobuffer.StorageEntryWrapper.prototype.clearProtectedStorageEnt * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.StorageEntryWrapper.prototype.hasProtectedStorageEntry = function() { +proto.io.haveno.protobuffer.StorageEntryWrapper.prototype.hasProtectedStorageEntry = function() { return jspb.Message.getField(this, 1) != null; }; /** * optional ProtectedMailboxStorageEntry protected_mailbox_storage_entry = 2; - * @return {?proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry} + * @return {?proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry} */ -proto.io.bisq.protobuffer.StorageEntryWrapper.prototype.getProtectedMailboxStorageEntry = function() { - return /** @type{?proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry, 2)); +proto.io.haveno.protobuffer.StorageEntryWrapper.prototype.getProtectedMailboxStorageEntry = function() { + return /** @type{?proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry|undefined} value - * @return {!proto.io.bisq.protobuffer.StorageEntryWrapper} returns this + * @param {?proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry|undefined} value + * @return {!proto.io.haveno.protobuffer.StorageEntryWrapper} returns this */ -proto.io.bisq.protobuffer.StorageEntryWrapper.prototype.setProtectedMailboxStorageEntry = function(value) { - return jspb.Message.setOneofWrapperField(this, 2, proto.io.bisq.protobuffer.StorageEntryWrapper.oneofGroups_[0], value); +proto.io.haveno.protobuffer.StorageEntryWrapper.prototype.setProtectedMailboxStorageEntry = function(value) { + return jspb.Message.setOneofWrapperField(this, 2, proto.io.haveno.protobuffer.StorageEntryWrapper.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.StorageEntryWrapper} returns this + * @return {!proto.io.haveno.protobuffer.StorageEntryWrapper} returns this */ -proto.io.bisq.protobuffer.StorageEntryWrapper.prototype.clearProtectedMailboxStorageEntry = function() { +proto.io.haveno.protobuffer.StorageEntryWrapper.prototype.clearProtectedMailboxStorageEntry = function() { return this.setProtectedMailboxStorageEntry(undefined); }; @@ -23666,7 +19570,7 @@ proto.io.bisq.protobuffer.StorageEntryWrapper.prototype.clearProtectedMailboxSto * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.StorageEntryWrapper.prototype.hasProtectedMailboxStorageEntry = function() { +proto.io.haveno.protobuffer.StorageEntryWrapper.prototype.hasProtectedMailboxStorageEntry = function() { return jspb.Message.getField(this, 2) != null; }; @@ -23687,8 +19591,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.toObject(opt_includeInstance, this); }; @@ -23697,13 +19601,13 @@ proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.toObject = func * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.toObject = function(includeInstance, msg) { var f, obj = { - entry: (f = msg.getEntry()) && proto.io.bisq.protobuffer.ProtectedStorageEntry.toObject(includeInstance, f), + entry: (f = msg.getEntry()) && proto.io.haveno.protobuffer.ProtectedStorageEntry.toObject(includeInstance, f), receiversPubKeyBytes: msg.getReceiversPubKeyBytes_asB64() }; @@ -23718,23 +19622,23 @@ proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.toObject = function(inclu /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry} + * @return {!proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry} */ -proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry; - return proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry; + return proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry} + * @return {!proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry} */ -proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -23742,8 +19646,8 @@ proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.deserializeBinaryFromRead var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.ProtectedStorageEntry; - reader.readMessage(value,proto.io.bisq.protobuffer.ProtectedStorageEntry.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.ProtectedStorageEntry; + reader.readMessage(value,proto.io.haveno.protobuffer.ProtectedStorageEntry.deserializeBinaryFromReader); msg.setEntry(value); break; case 2: @@ -23763,9 +19667,9 @@ proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.deserializeBinaryFromRead * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -23773,18 +19677,18 @@ proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry} message + * @param {!proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getEntry(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.ProtectedStorageEntry.serializeBinaryToWriter + proto.io.haveno.protobuffer.ProtectedStorageEntry.serializeBinaryToWriter ); } f = message.getReceiversPubKeyBytes_asU8(); @@ -23799,28 +19703,28 @@ proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.serializeBinaryToWriter = /** * optional ProtectedStorageEntry entry = 1; - * @return {?proto.io.bisq.protobuffer.ProtectedStorageEntry} + * @return {?proto.io.haveno.protobuffer.ProtectedStorageEntry} */ -proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.getEntry = function() { - return /** @type{?proto.io.bisq.protobuffer.ProtectedStorageEntry} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ProtectedStorageEntry, 1)); +proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.prototype.getEntry = function() { + return /** @type{?proto.io.haveno.protobuffer.ProtectedStorageEntry} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ProtectedStorageEntry, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.ProtectedStorageEntry|undefined} value - * @return {!proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry} returns this + * @param {?proto.io.haveno.protobuffer.ProtectedStorageEntry|undefined} value + * @return {!proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry} returns this */ -proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.setEntry = function(value) { +proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.prototype.setEntry = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry} returns this + * @return {!proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry} returns this */ -proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.clearEntry = function() { +proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.prototype.clearEntry = function() { return this.setEntry(undefined); }; @@ -23829,7 +19733,7 @@ proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.clearEntry = fu * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.hasEntry = function() { +proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.prototype.hasEntry = function() { return jspb.Message.getField(this, 1) != null; }; @@ -23838,7 +19742,7 @@ proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.hasEntry = func * optional bytes receivers_pub_key_bytes = 2; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.getReceiversPubKeyBytes = function() { +proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.prototype.getReceiversPubKeyBytes = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; @@ -23848,7 +19752,7 @@ proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.getReceiversPub * This is a type-conversion wrapper around `getReceiversPubKeyBytes()` * @return {string} */ -proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.getReceiversPubKeyBytes_asB64 = function() { +proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.prototype.getReceiversPubKeyBytes_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getReceiversPubKeyBytes())); }; @@ -23861,7 +19765,7 @@ proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.getReceiversPub * This is a type-conversion wrapper around `getReceiversPubKeyBytes()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.getReceiversPubKeyBytes_asU8 = function() { +proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.prototype.getReceiversPubKeyBytes_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getReceiversPubKeyBytes())); }; @@ -23869,9 +19773,9 @@ proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.getReceiversPub /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry} returns this + * @return {!proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry} returns this */ -proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.prototype.setReceiversPubKeyBytes = function(value) { +proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.prototype.setReceiversPubKeyBytes = function(value) { return jspb.Message.setProto3BytesField(this, 2, value); }; @@ -23892,8 +19796,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.DataAndSeqNrPair.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.DataAndSeqNrPair.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.DataAndSeqNrPair.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.DataAndSeqNrPair.toObject(opt_includeInstance, this); }; @@ -23902,13 +19806,13 @@ proto.io.bisq.protobuffer.DataAndSeqNrPair.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.DataAndSeqNrPair} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.DataAndSeqNrPair} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DataAndSeqNrPair.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.DataAndSeqNrPair.toObject = function(includeInstance, msg) { var f, obj = { - payload: (f = msg.getPayload()) && proto.io.bisq.protobuffer.StoragePayload.toObject(includeInstance, f), + payload: (f = msg.getPayload()) && proto.io.haveno.protobuffer.StoragePayload.toObject(includeInstance, f), sequenceNumber: jspb.Message.getFieldWithDefault(msg, 2, 0) }; @@ -23923,23 +19827,23 @@ proto.io.bisq.protobuffer.DataAndSeqNrPair.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.DataAndSeqNrPair} + * @return {!proto.io.haveno.protobuffer.DataAndSeqNrPair} */ -proto.io.bisq.protobuffer.DataAndSeqNrPair.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.DataAndSeqNrPair.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.DataAndSeqNrPair; - return proto.io.bisq.protobuffer.DataAndSeqNrPair.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.DataAndSeqNrPair; + return proto.io.haveno.protobuffer.DataAndSeqNrPair.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.DataAndSeqNrPair} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.DataAndSeqNrPair} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.DataAndSeqNrPair} + * @return {!proto.io.haveno.protobuffer.DataAndSeqNrPair} */ -proto.io.bisq.protobuffer.DataAndSeqNrPair.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.DataAndSeqNrPair.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -23947,8 +19851,8 @@ proto.io.bisq.protobuffer.DataAndSeqNrPair.deserializeBinaryFromReader = functio var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.StoragePayload; - reader.readMessage(value,proto.io.bisq.protobuffer.StoragePayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.StoragePayload; + reader.readMessage(value,proto.io.haveno.protobuffer.StoragePayload.deserializeBinaryFromReader); msg.setPayload(value); break; case 2: @@ -23968,9 +19872,9 @@ proto.io.bisq.protobuffer.DataAndSeqNrPair.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DataAndSeqNrPair.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.DataAndSeqNrPair.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.DataAndSeqNrPair.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.DataAndSeqNrPair.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -23978,18 +19882,18 @@ proto.io.bisq.protobuffer.DataAndSeqNrPair.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.DataAndSeqNrPair} message + * @param {!proto.io.haveno.protobuffer.DataAndSeqNrPair} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DataAndSeqNrPair.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.DataAndSeqNrPair.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPayload(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.StoragePayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.StoragePayload.serializeBinaryToWriter ); } f = message.getSequenceNumber(); @@ -24004,28 +19908,28 @@ proto.io.bisq.protobuffer.DataAndSeqNrPair.serializeBinaryToWriter = function(me /** * optional StoragePayload payload = 1; - * @return {?proto.io.bisq.protobuffer.StoragePayload} + * @return {?proto.io.haveno.protobuffer.StoragePayload} */ -proto.io.bisq.protobuffer.DataAndSeqNrPair.prototype.getPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.StoragePayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.StoragePayload, 1)); +proto.io.haveno.protobuffer.DataAndSeqNrPair.prototype.getPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.StoragePayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.StoragePayload, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.StoragePayload|undefined} value - * @return {!proto.io.bisq.protobuffer.DataAndSeqNrPair} returns this + * @param {?proto.io.haveno.protobuffer.StoragePayload|undefined} value + * @return {!proto.io.haveno.protobuffer.DataAndSeqNrPair} returns this */ -proto.io.bisq.protobuffer.DataAndSeqNrPair.prototype.setPayload = function(value) { +proto.io.haveno.protobuffer.DataAndSeqNrPair.prototype.setPayload = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.DataAndSeqNrPair} returns this + * @return {!proto.io.haveno.protobuffer.DataAndSeqNrPair} returns this */ -proto.io.bisq.protobuffer.DataAndSeqNrPair.prototype.clearPayload = function() { +proto.io.haveno.protobuffer.DataAndSeqNrPair.prototype.clearPayload = function() { return this.setPayload(undefined); }; @@ -24034,7 +19938,7 @@ proto.io.bisq.protobuffer.DataAndSeqNrPair.prototype.clearPayload = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.DataAndSeqNrPair.prototype.hasPayload = function() { +proto.io.haveno.protobuffer.DataAndSeqNrPair.prototype.hasPayload = function() { return jspb.Message.getField(this, 1) != null; }; @@ -24043,16 +19947,16 @@ proto.io.bisq.protobuffer.DataAndSeqNrPair.prototype.hasPayload = function() { * optional int32 sequence_number = 2; * @return {number} */ -proto.io.bisq.protobuffer.DataAndSeqNrPair.prototype.getSequenceNumber = function() { +proto.io.haveno.protobuffer.DataAndSeqNrPair.prototype.getSequenceNumber = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.DataAndSeqNrPair} returns this + * @return {!proto.io.haveno.protobuffer.DataAndSeqNrPair} returns this */ -proto.io.bisq.protobuffer.DataAndSeqNrPair.prototype.setSequenceNumber = function(value) { +proto.io.haveno.protobuffer.DataAndSeqNrPair.prototype.setSequenceNumber = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -24063,7 +19967,7 @@ proto.io.bisq.protobuffer.DataAndSeqNrPair.prototype.setSequenceNumber = functio * @private {!Array} * @const */ -proto.io.bisq.protobuffer.MailboxMessageList.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.MailboxMessageList.repeatedFields_ = [1]; @@ -24080,8 +19984,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MailboxMessageList.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MailboxMessageList.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MailboxMessageList.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MailboxMessageList.toObject(opt_includeInstance, this); }; @@ -24090,14 +19994,14 @@ proto.io.bisq.protobuffer.MailboxMessageList.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MailboxMessageList} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MailboxMessageList} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MailboxMessageList.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MailboxMessageList.toObject = function(includeInstance, msg) { var f, obj = { mailboxItemList: jspb.Message.toObjectList(msg.getMailboxItemList(), - proto.io.bisq.protobuffer.MailboxItem.toObject, includeInstance) + proto.io.haveno.protobuffer.MailboxItem.toObject, includeInstance) }; if (includeInstance) { @@ -24111,23 +20015,23 @@ proto.io.bisq.protobuffer.MailboxMessageList.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MailboxMessageList} + * @return {!proto.io.haveno.protobuffer.MailboxMessageList} */ -proto.io.bisq.protobuffer.MailboxMessageList.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MailboxMessageList.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MailboxMessageList; - return proto.io.bisq.protobuffer.MailboxMessageList.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MailboxMessageList; + return proto.io.haveno.protobuffer.MailboxMessageList.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MailboxMessageList} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MailboxMessageList} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MailboxMessageList} + * @return {!proto.io.haveno.protobuffer.MailboxMessageList} */ -proto.io.bisq.protobuffer.MailboxMessageList.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MailboxMessageList.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -24135,8 +20039,8 @@ proto.io.bisq.protobuffer.MailboxMessageList.deserializeBinaryFromReader = funct var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.MailboxItem; - reader.readMessage(value,proto.io.bisq.protobuffer.MailboxItem.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.MailboxItem; + reader.readMessage(value,proto.io.haveno.protobuffer.MailboxItem.deserializeBinaryFromReader); msg.addMailboxItem(value); break; default: @@ -24152,9 +20056,9 @@ proto.io.bisq.protobuffer.MailboxMessageList.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MailboxMessageList.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MailboxMessageList.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MailboxMessageList.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MailboxMessageList.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -24162,18 +20066,18 @@ proto.io.bisq.protobuffer.MailboxMessageList.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MailboxMessageList} message + * @param {!proto.io.haveno.protobuffer.MailboxMessageList} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MailboxMessageList.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MailboxMessageList.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMailboxItemList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.MailboxItem.serializeBinaryToWriter + proto.io.haveno.protobuffer.MailboxItem.serializeBinaryToWriter ); } }; @@ -24181,38 +20085,38 @@ proto.io.bisq.protobuffer.MailboxMessageList.serializeBinaryToWriter = function( /** * repeated MailboxItem mailbox_item = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.MailboxMessageList.prototype.getMailboxItemList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.MailboxItem, 1)); +proto.io.haveno.protobuffer.MailboxMessageList.prototype.getMailboxItemList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.MailboxItem, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.MailboxMessageList} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.MailboxMessageList} returns this */ -proto.io.bisq.protobuffer.MailboxMessageList.prototype.setMailboxItemList = function(value) { +proto.io.haveno.protobuffer.MailboxMessageList.prototype.setMailboxItemList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.MailboxItem=} opt_value + * @param {!proto.io.haveno.protobuffer.MailboxItem=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.MailboxItem} + * @return {!proto.io.haveno.protobuffer.MailboxItem} */ -proto.io.bisq.protobuffer.MailboxMessageList.prototype.addMailboxItem = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.MailboxItem, opt_index); +proto.io.haveno.protobuffer.MailboxMessageList.prototype.addMailboxItem = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.MailboxItem, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.MailboxMessageList} returns this + * @return {!proto.io.haveno.protobuffer.MailboxMessageList} returns this */ -proto.io.bisq.protobuffer.MailboxMessageList.prototype.clearMailboxItemList = function() { +proto.io.haveno.protobuffer.MailboxMessageList.prototype.clearMailboxItemList = function() { return this.setMailboxItemList([]); }; @@ -24233,8 +20137,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RemovedPayloadsMap.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RemovedPayloadsMap.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RemovedPayloadsMap.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RemovedPayloadsMap.toObject(opt_includeInstance, this); }; @@ -24243,11 +20147,11 @@ proto.io.bisq.protobuffer.RemovedPayloadsMap.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RemovedPayloadsMap} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RemovedPayloadsMap} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RemovedPayloadsMap.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RemovedPayloadsMap.toObject = function(includeInstance, msg) { var f, obj = { dateByHashesMap: (f = msg.getDateByHashesMap()) ? f.toObject(includeInstance, undefined) : [] }; @@ -24263,23 +20167,23 @@ proto.io.bisq.protobuffer.RemovedPayloadsMap.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RemovedPayloadsMap} + * @return {!proto.io.haveno.protobuffer.RemovedPayloadsMap} */ -proto.io.bisq.protobuffer.RemovedPayloadsMap.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RemovedPayloadsMap.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RemovedPayloadsMap; - return proto.io.bisq.protobuffer.RemovedPayloadsMap.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RemovedPayloadsMap; + return proto.io.haveno.protobuffer.RemovedPayloadsMap.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RemovedPayloadsMap} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RemovedPayloadsMap} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RemovedPayloadsMap} + * @return {!proto.io.haveno.protobuffer.RemovedPayloadsMap} */ -proto.io.bisq.protobuffer.RemovedPayloadsMap.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RemovedPayloadsMap.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -24305,9 +20209,9 @@ proto.io.bisq.protobuffer.RemovedPayloadsMap.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RemovedPayloadsMap.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RemovedPayloadsMap.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RemovedPayloadsMap.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RemovedPayloadsMap.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -24315,11 +20219,11 @@ proto.io.bisq.protobuffer.RemovedPayloadsMap.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RemovedPayloadsMap} message + * @param {!proto.io.haveno.protobuffer.RemovedPayloadsMap} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RemovedPayloadsMap.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RemovedPayloadsMap.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getDateByHashesMap(true); if (f && f.getLength() > 0) { @@ -24334,7 +20238,7 @@ proto.io.bisq.protobuffer.RemovedPayloadsMap.serializeBinaryToWriter = function( * empty, instead returning `undefined` * @return {!jspb.Map} */ -proto.io.bisq.protobuffer.RemovedPayloadsMap.prototype.getDateByHashesMap = function(opt_noLazyCreate) { +proto.io.haveno.protobuffer.RemovedPayloadsMap.prototype.getDateByHashesMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( jspb.Message.getMapField(this, 1, opt_noLazyCreate, null)); @@ -24343,9 +20247,9 @@ proto.io.bisq.protobuffer.RemovedPayloadsMap.prototype.getDateByHashesMap = func /** * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.RemovedPayloadsMap} returns this + * @return {!proto.io.haveno.protobuffer.RemovedPayloadsMap} returns this */ -proto.io.bisq.protobuffer.RemovedPayloadsMap.prototype.clearDateByHashesMap = function() { +proto.io.haveno.protobuffer.RemovedPayloadsMap.prototype.clearDateByHashesMap = function() { this.getDateByHashesMap().clear(); return this;}; @@ -24366,8 +20270,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.IgnoredMailboxMap.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.IgnoredMailboxMap.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.IgnoredMailboxMap.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.IgnoredMailboxMap.toObject(opt_includeInstance, this); }; @@ -24376,11 +20280,11 @@ proto.io.bisq.protobuffer.IgnoredMailboxMap.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.IgnoredMailboxMap} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.IgnoredMailboxMap} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IgnoredMailboxMap.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.IgnoredMailboxMap.toObject = function(includeInstance, msg) { var f, obj = { dataMap: (f = msg.getDataMap()) ? f.toObject(includeInstance, undefined) : [] }; @@ -24396,23 +20300,23 @@ proto.io.bisq.protobuffer.IgnoredMailboxMap.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.IgnoredMailboxMap} + * @return {!proto.io.haveno.protobuffer.IgnoredMailboxMap} */ -proto.io.bisq.protobuffer.IgnoredMailboxMap.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.IgnoredMailboxMap.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.IgnoredMailboxMap; - return proto.io.bisq.protobuffer.IgnoredMailboxMap.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.IgnoredMailboxMap; + return proto.io.haveno.protobuffer.IgnoredMailboxMap.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.IgnoredMailboxMap} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.IgnoredMailboxMap} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.IgnoredMailboxMap} + * @return {!proto.io.haveno.protobuffer.IgnoredMailboxMap} */ -proto.io.bisq.protobuffer.IgnoredMailboxMap.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.IgnoredMailboxMap.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -24438,9 +20342,9 @@ proto.io.bisq.protobuffer.IgnoredMailboxMap.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.IgnoredMailboxMap.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.IgnoredMailboxMap.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.IgnoredMailboxMap.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.IgnoredMailboxMap.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -24448,11 +20352,11 @@ proto.io.bisq.protobuffer.IgnoredMailboxMap.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.IgnoredMailboxMap} message + * @param {!proto.io.haveno.protobuffer.IgnoredMailboxMap} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IgnoredMailboxMap.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.IgnoredMailboxMap.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getDataMap(true); if (f && f.getLength() > 0) { @@ -24467,7 +20371,7 @@ proto.io.bisq.protobuffer.IgnoredMailboxMap.serializeBinaryToWriter = function(m * empty, instead returning `undefined` * @return {!jspb.Map} */ -proto.io.bisq.protobuffer.IgnoredMailboxMap.prototype.getDataMap = function(opt_noLazyCreate) { +proto.io.haveno.protobuffer.IgnoredMailboxMap.prototype.getDataMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( jspb.Message.getMapField(this, 1, opt_noLazyCreate, null)); @@ -24476,9 +20380,9 @@ proto.io.bisq.protobuffer.IgnoredMailboxMap.prototype.getDataMap = function(opt_ /** * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.IgnoredMailboxMap} returns this + * @return {!proto.io.haveno.protobuffer.IgnoredMailboxMap} returns this */ -proto.io.bisq.protobuffer.IgnoredMailboxMap.prototype.clearDataMap = function() { +proto.io.haveno.protobuffer.IgnoredMailboxMap.prototype.clearDataMap = function() { this.getDataMap().clear(); return this;}; @@ -24499,8 +20403,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MailboxItem.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MailboxItem.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MailboxItem.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MailboxItem.toObject(opt_includeInstance, this); }; @@ -24509,14 +20413,14 @@ proto.io.bisq.protobuffer.MailboxItem.prototype.toObject = function(opt_includeI * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MailboxItem} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MailboxItem} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MailboxItem.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MailboxItem.toObject = function(includeInstance, msg) { var f, obj = { - protectedMailboxStorageEntry: (f = msg.getProtectedMailboxStorageEntry()) && proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.toObject(includeInstance, f), - decryptedMessageWithPubKey: (f = msg.getDecryptedMessageWithPubKey()) && proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.toObject(includeInstance, f) + protectedMailboxStorageEntry: (f = msg.getProtectedMailboxStorageEntry()) && proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.toObject(includeInstance, f), + decryptedMessageWithPubKey: (f = msg.getDecryptedMessageWithPubKey()) && proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.toObject(includeInstance, f) }; if (includeInstance) { @@ -24530,23 +20434,23 @@ proto.io.bisq.protobuffer.MailboxItem.toObject = function(includeInstance, msg) /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MailboxItem} + * @return {!proto.io.haveno.protobuffer.MailboxItem} */ -proto.io.bisq.protobuffer.MailboxItem.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MailboxItem.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MailboxItem; - return proto.io.bisq.protobuffer.MailboxItem.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MailboxItem; + return proto.io.haveno.protobuffer.MailboxItem.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MailboxItem} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MailboxItem} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MailboxItem} + * @return {!proto.io.haveno.protobuffer.MailboxItem} */ -proto.io.bisq.protobuffer.MailboxItem.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MailboxItem.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -24554,13 +20458,13 @@ proto.io.bisq.protobuffer.MailboxItem.deserializeBinaryFromReader = function(msg var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry; - reader.readMessage(value,proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry; + reader.readMessage(value,proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.deserializeBinaryFromReader); msg.setProtectedMailboxStorageEntry(value); break; case 2: - var value = new proto.io.bisq.protobuffer.DecryptedMessageWithPubKey; - reader.readMessage(value,proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.DecryptedMessageWithPubKey; + reader.readMessage(value,proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.deserializeBinaryFromReader); msg.setDecryptedMessageWithPubKey(value); break; default: @@ -24576,9 +20480,9 @@ proto.io.bisq.protobuffer.MailboxItem.deserializeBinaryFromReader = function(msg * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MailboxItem.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MailboxItem.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MailboxItem.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MailboxItem.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -24586,18 +20490,18 @@ proto.io.bisq.protobuffer.MailboxItem.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MailboxItem} message + * @param {!proto.io.haveno.protobuffer.MailboxItem} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MailboxItem.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MailboxItem.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getProtectedMailboxStorageEntry(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry.serializeBinaryToWriter + proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry.serializeBinaryToWriter ); } f = message.getDecryptedMessageWithPubKey(); @@ -24605,7 +20509,7 @@ proto.io.bisq.protobuffer.MailboxItem.serializeBinaryToWriter = function(message writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.serializeBinaryToWriter + proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.serializeBinaryToWriter ); } }; @@ -24613,28 +20517,28 @@ proto.io.bisq.protobuffer.MailboxItem.serializeBinaryToWriter = function(message /** * optional ProtectedMailboxStorageEntry protected_mailbox_storage_entry = 1; - * @return {?proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry} + * @return {?proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry} */ -proto.io.bisq.protobuffer.MailboxItem.prototype.getProtectedMailboxStorageEntry = function() { - return /** @type{?proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry, 1)); +proto.io.haveno.protobuffer.MailboxItem.prototype.getProtectedMailboxStorageEntry = function() { + return /** @type{?proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.ProtectedMailboxStorageEntry|undefined} value - * @return {!proto.io.bisq.protobuffer.MailboxItem} returns this + * @param {?proto.io.haveno.protobuffer.ProtectedMailboxStorageEntry|undefined} value + * @return {!proto.io.haveno.protobuffer.MailboxItem} returns this */ -proto.io.bisq.protobuffer.MailboxItem.prototype.setProtectedMailboxStorageEntry = function(value) { +proto.io.haveno.protobuffer.MailboxItem.prototype.setProtectedMailboxStorageEntry = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.MailboxItem} returns this + * @return {!proto.io.haveno.protobuffer.MailboxItem} returns this */ -proto.io.bisq.protobuffer.MailboxItem.prototype.clearProtectedMailboxStorageEntry = function() { +proto.io.haveno.protobuffer.MailboxItem.prototype.clearProtectedMailboxStorageEntry = function() { return this.setProtectedMailboxStorageEntry(undefined); }; @@ -24643,35 +20547,35 @@ proto.io.bisq.protobuffer.MailboxItem.prototype.clearProtectedMailboxStorageEntr * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.MailboxItem.prototype.hasProtectedMailboxStorageEntry = function() { +proto.io.haveno.protobuffer.MailboxItem.prototype.hasProtectedMailboxStorageEntry = function() { return jspb.Message.getField(this, 1) != null; }; /** * optional DecryptedMessageWithPubKey decrypted_message_with_pub_key = 2; - * @return {?proto.io.bisq.protobuffer.DecryptedMessageWithPubKey} + * @return {?proto.io.haveno.protobuffer.DecryptedMessageWithPubKey} */ -proto.io.bisq.protobuffer.MailboxItem.prototype.getDecryptedMessageWithPubKey = function() { - return /** @type{?proto.io.bisq.protobuffer.DecryptedMessageWithPubKey} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.DecryptedMessageWithPubKey, 2)); +proto.io.haveno.protobuffer.MailboxItem.prototype.getDecryptedMessageWithPubKey = function() { + return /** @type{?proto.io.haveno.protobuffer.DecryptedMessageWithPubKey} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.DecryptedMessageWithPubKey, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.DecryptedMessageWithPubKey|undefined} value - * @return {!proto.io.bisq.protobuffer.MailboxItem} returns this + * @param {?proto.io.haveno.protobuffer.DecryptedMessageWithPubKey|undefined} value + * @return {!proto.io.haveno.protobuffer.MailboxItem} returns this */ -proto.io.bisq.protobuffer.MailboxItem.prototype.setDecryptedMessageWithPubKey = function(value) { +proto.io.haveno.protobuffer.MailboxItem.prototype.setDecryptedMessageWithPubKey = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.MailboxItem} returns this + * @return {!proto.io.haveno.protobuffer.MailboxItem} returns this */ -proto.io.bisq.protobuffer.MailboxItem.prototype.clearDecryptedMessageWithPubKey = function() { +proto.io.haveno.protobuffer.MailboxItem.prototype.clearDecryptedMessageWithPubKey = function() { return this.setDecryptedMessageWithPubKey(undefined); }; @@ -24680,7 +20584,7 @@ proto.io.bisq.protobuffer.MailboxItem.prototype.clearDecryptedMessageWithPubKey * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.MailboxItem.prototype.hasDecryptedMessageWithPubKey = function() { +proto.io.haveno.protobuffer.MailboxItem.prototype.hasDecryptedMessageWithPubKey = function() { return jspb.Message.getField(this, 2) != null; }; @@ -24701,8 +20605,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.toObject(opt_includeInstance, this); }; @@ -24711,13 +20615,13 @@ proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.toObject = functi * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.DecryptedMessageWithPubKey} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.DecryptedMessageWithPubKey} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.toObject = function(includeInstance, msg) { var f, obj = { - networkEnvelope: (f = msg.getNetworkEnvelope()) && proto.io.bisq.protobuffer.NetworkEnvelope.toObject(includeInstance, f), + networkEnvelope: (f = msg.getNetworkEnvelope()) && proto.io.haveno.protobuffer.NetworkEnvelope.toObject(includeInstance, f), signaturePubKeyBytes: msg.getSignaturePubKeyBytes_asB64() }; @@ -24732,23 +20636,23 @@ proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.toObject = function(include /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.DecryptedMessageWithPubKey} + * @return {!proto.io.haveno.protobuffer.DecryptedMessageWithPubKey} */ -proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.DecryptedMessageWithPubKey; - return proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.DecryptedMessageWithPubKey; + return proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.DecryptedMessageWithPubKey} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.DecryptedMessageWithPubKey} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.DecryptedMessageWithPubKey} + * @return {!proto.io.haveno.protobuffer.DecryptedMessageWithPubKey} */ -proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -24756,8 +20660,8 @@ proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.deserializeBinaryFromReader var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.NetworkEnvelope; - reader.readMessage(value,proto.io.bisq.protobuffer.NetworkEnvelope.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NetworkEnvelope; + reader.readMessage(value,proto.io.haveno.protobuffer.NetworkEnvelope.deserializeBinaryFromReader); msg.setNetworkEnvelope(value); break; case 2: @@ -24777,9 +20681,9 @@ proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -24787,18 +20691,18 @@ proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.DecryptedMessageWithPubKey} message + * @param {!proto.io.haveno.protobuffer.DecryptedMessageWithPubKey} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getNetworkEnvelope(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.NetworkEnvelope.serializeBinaryToWriter + proto.io.haveno.protobuffer.NetworkEnvelope.serializeBinaryToWriter ); } f = message.getSignaturePubKeyBytes_asU8(); @@ -24813,28 +20717,28 @@ proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.serializeBinaryToWriter = f /** * optional NetworkEnvelope network_envelope = 1; - * @return {?proto.io.bisq.protobuffer.NetworkEnvelope} + * @return {?proto.io.haveno.protobuffer.NetworkEnvelope} */ -proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.getNetworkEnvelope = function() { - return /** @type{?proto.io.bisq.protobuffer.NetworkEnvelope} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NetworkEnvelope, 1)); +proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.prototype.getNetworkEnvelope = function() { + return /** @type{?proto.io.haveno.protobuffer.NetworkEnvelope} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NetworkEnvelope, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.NetworkEnvelope|undefined} value - * @return {!proto.io.bisq.protobuffer.DecryptedMessageWithPubKey} returns this + * @param {?proto.io.haveno.protobuffer.NetworkEnvelope|undefined} value + * @return {!proto.io.haveno.protobuffer.DecryptedMessageWithPubKey} returns this */ -proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.setNetworkEnvelope = function(value) { +proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.prototype.setNetworkEnvelope = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.DecryptedMessageWithPubKey} returns this + * @return {!proto.io.haveno.protobuffer.DecryptedMessageWithPubKey} returns this */ -proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.clearNetworkEnvelope = function() { +proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.prototype.clearNetworkEnvelope = function() { return this.setNetworkEnvelope(undefined); }; @@ -24843,7 +20747,7 @@ proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.clearNetworkEnvel * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.hasNetworkEnvelope = function() { +proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.prototype.hasNetworkEnvelope = function() { return jspb.Message.getField(this, 1) != null; }; @@ -24852,7 +20756,7 @@ proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.hasNetworkEnvelop * optional bytes signature_pub_key_bytes = 2; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.getSignaturePubKeyBytes = function() { +proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.prototype.getSignaturePubKeyBytes = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; @@ -24862,7 +20766,7 @@ proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.getSignaturePubKe * This is a type-conversion wrapper around `getSignaturePubKeyBytes()` * @return {string} */ -proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.getSignaturePubKeyBytes_asB64 = function() { +proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.prototype.getSignaturePubKeyBytes_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getSignaturePubKeyBytes())); }; @@ -24875,7 +20779,7 @@ proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.getSignaturePubKe * This is a type-conversion wrapper around `getSignaturePubKeyBytes()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.getSignaturePubKeyBytes_asU8 = function() { +proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.prototype.getSignaturePubKeyBytes_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getSignaturePubKeyBytes())); }; @@ -24883,9 +20787,9 @@ proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.getSignaturePubKe /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.DecryptedMessageWithPubKey} returns this + * @return {!proto.io.haveno.protobuffer.DecryptedMessageWithPubKey} returns this */ -proto.io.bisq.protobuffer.DecryptedMessageWithPubKey.prototype.setSignaturePubKeyBytes = function(value) { +proto.io.haveno.protobuffer.DecryptedMessageWithPubKey.prototype.setSignaturePubKeyBytes = function(value) { return jspb.Message.setProto3BytesField(this, 2, value); }; @@ -24906,8 +20810,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PrivateNotificationPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PrivateNotificationPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PrivateNotificationPayload.toObject(opt_includeInstance, this); }; @@ -24916,11 +20820,11 @@ proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.toObject = functi * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PrivateNotificationPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PrivateNotificationPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PrivateNotificationPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PrivateNotificationPayload.toObject = function(includeInstance, msg) { var f, obj = { message: jspb.Message.getFieldWithDefault(msg, 1, ""), signatureAsBase64: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -24938,23 +20842,23 @@ proto.io.bisq.protobuffer.PrivateNotificationPayload.toObject = function(include /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PrivateNotificationPayload} + * @return {!proto.io.haveno.protobuffer.PrivateNotificationPayload} */ -proto.io.bisq.protobuffer.PrivateNotificationPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PrivateNotificationPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PrivateNotificationPayload; - return proto.io.bisq.protobuffer.PrivateNotificationPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PrivateNotificationPayload; + return proto.io.haveno.protobuffer.PrivateNotificationPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PrivateNotificationPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PrivateNotificationPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PrivateNotificationPayload} + * @return {!proto.io.haveno.protobuffer.PrivateNotificationPayload} */ -proto.io.bisq.protobuffer.PrivateNotificationPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PrivateNotificationPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -24986,9 +20890,9 @@ proto.io.bisq.protobuffer.PrivateNotificationPayload.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PrivateNotificationPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PrivateNotificationPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PrivateNotificationPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -24996,11 +20900,11 @@ proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PrivateNotificationPayload} message + * @param {!proto.io.haveno.protobuffer.PrivateNotificationPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PrivateNotificationPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PrivateNotificationPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMessage(); if (f.length > 0) { @@ -25030,16 +20934,16 @@ proto.io.bisq.protobuffer.PrivateNotificationPayload.serializeBinaryToWriter = f * optional string message = 1; * @return {string} */ -proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.getMessage = function() { +proto.io.haveno.protobuffer.PrivateNotificationPayload.prototype.getMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PrivateNotificationPayload} returns this + * @return {!proto.io.haveno.protobuffer.PrivateNotificationPayload} returns this */ -proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.setMessage = function(value) { +proto.io.haveno.protobuffer.PrivateNotificationPayload.prototype.setMessage = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -25048,16 +20952,16 @@ proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.setMessage = func * optional string signature_as_base64 = 2; * @return {string} */ -proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.getSignatureAsBase64 = function() { +proto.io.haveno.protobuffer.PrivateNotificationPayload.prototype.getSignatureAsBase64 = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PrivateNotificationPayload} returns this + * @return {!proto.io.haveno.protobuffer.PrivateNotificationPayload} returns this */ -proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.setSignatureAsBase64 = function(value) { +proto.io.haveno.protobuffer.PrivateNotificationPayload.prototype.setSignatureAsBase64 = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -25066,7 +20970,7 @@ proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.setSignatureAsBas * optional bytes sig_public_key_bytes = 3; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.getSigPublicKeyBytes = function() { +proto.io.haveno.protobuffer.PrivateNotificationPayload.prototype.getSigPublicKeyBytes = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; @@ -25076,7 +20980,7 @@ proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.getSigPublicKeyBy * This is a type-conversion wrapper around `getSigPublicKeyBytes()` * @return {string} */ -proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.getSigPublicKeyBytes_asB64 = function() { +proto.io.haveno.protobuffer.PrivateNotificationPayload.prototype.getSigPublicKeyBytes_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getSigPublicKeyBytes())); }; @@ -25089,7 +20993,7 @@ proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.getSigPublicKeyBy * This is a type-conversion wrapper around `getSigPublicKeyBytes()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.getSigPublicKeyBytes_asU8 = function() { +proto.io.haveno.protobuffer.PrivateNotificationPayload.prototype.getSigPublicKeyBytes_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getSigPublicKeyBytes())); }; @@ -25097,9 +21001,9 @@ proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.getSigPublicKeyBy /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.PrivateNotificationPayload} returns this + * @return {!proto.io.haveno.protobuffer.PrivateNotificationPayload} returns this */ -proto.io.bisq.protobuffer.PrivateNotificationPayload.prototype.setSigPublicKeyBytes = function(value) { +proto.io.haveno.protobuffer.PrivateNotificationPayload.prototype.setSigPublicKeyBytes = function(value) { return jspb.Message.setProto3BytesField(this, 3, value); }; @@ -25120,8 +21024,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PaymentAccountFilter.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PaymentAccountFilter.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PaymentAccountFilter.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PaymentAccountFilter.toObject(opt_includeInstance, this); }; @@ -25130,11 +21034,11 @@ proto.io.bisq.protobuffer.PaymentAccountFilter.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PaymentAccountFilter} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PaymentAccountFilter} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentAccountFilter.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PaymentAccountFilter.toObject = function(includeInstance, msg) { var f, obj = { paymentMethodId: jspb.Message.getFieldWithDefault(msg, 1, ""), getMethodName: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -25152,23 +21056,23 @@ proto.io.bisq.protobuffer.PaymentAccountFilter.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PaymentAccountFilter} + * @return {!proto.io.haveno.protobuffer.PaymentAccountFilter} */ -proto.io.bisq.protobuffer.PaymentAccountFilter.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PaymentAccountFilter.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PaymentAccountFilter; - return proto.io.bisq.protobuffer.PaymentAccountFilter.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PaymentAccountFilter; + return proto.io.haveno.protobuffer.PaymentAccountFilter.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PaymentAccountFilter} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PaymentAccountFilter} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PaymentAccountFilter} + * @return {!proto.io.haveno.protobuffer.PaymentAccountFilter} */ -proto.io.bisq.protobuffer.PaymentAccountFilter.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PaymentAccountFilter.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -25200,9 +21104,9 @@ proto.io.bisq.protobuffer.PaymentAccountFilter.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PaymentAccountFilter.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PaymentAccountFilter.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PaymentAccountFilter.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PaymentAccountFilter.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -25210,11 +21114,11 @@ proto.io.bisq.protobuffer.PaymentAccountFilter.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PaymentAccountFilter} message + * @param {!proto.io.haveno.protobuffer.PaymentAccountFilter} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentAccountFilter.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PaymentAccountFilter.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPaymentMethodId(); if (f.length > 0) { @@ -25244,16 +21148,16 @@ proto.io.bisq.protobuffer.PaymentAccountFilter.serializeBinaryToWriter = functio * optional string payment_method_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.PaymentAccountFilter.prototype.getPaymentMethodId = function() { +proto.io.haveno.protobuffer.PaymentAccountFilter.prototype.getPaymentMethodId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountFilter} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountFilter} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFilter.prototype.setPaymentMethodId = function(value) { +proto.io.haveno.protobuffer.PaymentAccountFilter.prototype.setPaymentMethodId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -25262,16 +21166,16 @@ proto.io.bisq.protobuffer.PaymentAccountFilter.prototype.setPaymentMethodId = fu * optional string get_method_name = 2; * @return {string} */ -proto.io.bisq.protobuffer.PaymentAccountFilter.prototype.getGetMethodName = function() { +proto.io.haveno.protobuffer.PaymentAccountFilter.prototype.getGetMethodName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountFilter} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountFilter} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFilter.prototype.setGetMethodName = function(value) { +proto.io.haveno.protobuffer.PaymentAccountFilter.prototype.setGetMethodName = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -25280,16 +21184,16 @@ proto.io.bisq.protobuffer.PaymentAccountFilter.prototype.setGetMethodName = func * optional string value = 3; * @return {string} */ -proto.io.bisq.protobuffer.PaymentAccountFilter.prototype.getValue = function() { +proto.io.haveno.protobuffer.PaymentAccountFilter.prototype.getValue = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountFilter} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountFilter} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFilter.prototype.setValue = function(value) { +proto.io.haveno.protobuffer.PaymentAccountFilter.prototype.setValue = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -25310,8 +21214,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.Alert.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Alert.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.Alert.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Alert.toObject(opt_includeInstance, this); }; @@ -25320,11 +21224,11 @@ proto.io.bisq.protobuffer.Alert.prototype.toObject = function(opt_includeInstanc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Alert} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.Alert} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Alert.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.Alert.toObject = function(includeInstance, msg) { var f, obj = { message: jspb.Message.getFieldWithDefault(msg, 1, ""), version: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -25346,23 +21250,23 @@ proto.io.bisq.protobuffer.Alert.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Alert} + * @return {!proto.io.haveno.protobuffer.Alert} */ -proto.io.bisq.protobuffer.Alert.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Alert.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Alert; - return proto.io.bisq.protobuffer.Alert.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Alert; + return proto.io.haveno.protobuffer.Alert.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Alert} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Alert} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Alert} + * @return {!proto.io.haveno.protobuffer.Alert} */ -proto.io.bisq.protobuffer.Alert.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Alert.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -25412,9 +21316,9 @@ proto.io.bisq.protobuffer.Alert.deserializeBinaryFromReader = function(msg, read * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Alert.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Alert.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Alert.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Alert.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -25422,11 +21326,11 @@ proto.io.bisq.protobuffer.Alert.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Alert} message + * @param {!proto.io.haveno.protobuffer.Alert} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Alert.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Alert.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMessage(); if (f.length > 0) { @@ -25481,16 +21385,16 @@ proto.io.bisq.protobuffer.Alert.serializeBinaryToWriter = function(message, writ * optional string message = 1; * @return {string} */ -proto.io.bisq.protobuffer.Alert.prototype.getMessage = function() { +proto.io.haveno.protobuffer.Alert.prototype.getMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Alert} returns this + * @return {!proto.io.haveno.protobuffer.Alert} returns this */ -proto.io.bisq.protobuffer.Alert.prototype.setMessage = function(value) { +proto.io.haveno.protobuffer.Alert.prototype.setMessage = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -25499,16 +21403,16 @@ proto.io.bisq.protobuffer.Alert.prototype.setMessage = function(value) { * optional string version = 2; * @return {string} */ -proto.io.bisq.protobuffer.Alert.prototype.getVersion = function() { +proto.io.haveno.protobuffer.Alert.prototype.getVersion = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Alert} returns this + * @return {!proto.io.haveno.protobuffer.Alert} returns this */ -proto.io.bisq.protobuffer.Alert.prototype.setVersion = function(value) { +proto.io.haveno.protobuffer.Alert.prototype.setVersion = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -25517,16 +21421,16 @@ proto.io.bisq.protobuffer.Alert.prototype.setVersion = function(value) { * optional bool is_update_info = 3; * @return {boolean} */ -proto.io.bisq.protobuffer.Alert.prototype.getIsUpdateInfo = function() { +proto.io.haveno.protobuffer.Alert.prototype.getIsUpdateInfo = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.Alert} returns this + * @return {!proto.io.haveno.protobuffer.Alert} returns this */ -proto.io.bisq.protobuffer.Alert.prototype.setIsUpdateInfo = function(value) { +proto.io.haveno.protobuffer.Alert.prototype.setIsUpdateInfo = function(value) { return jspb.Message.setProto3BooleanField(this, 3, value); }; @@ -25535,16 +21439,16 @@ proto.io.bisq.protobuffer.Alert.prototype.setIsUpdateInfo = function(value) { * optional string signature_as_base64 = 4; * @return {string} */ -proto.io.bisq.protobuffer.Alert.prototype.getSignatureAsBase64 = function() { +proto.io.haveno.protobuffer.Alert.prototype.getSignatureAsBase64 = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Alert} returns this + * @return {!proto.io.haveno.protobuffer.Alert} returns this */ -proto.io.bisq.protobuffer.Alert.prototype.setSignatureAsBase64 = function(value) { +proto.io.haveno.protobuffer.Alert.prototype.setSignatureAsBase64 = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -25553,7 +21457,7 @@ proto.io.bisq.protobuffer.Alert.prototype.setSignatureAsBase64 = function(value) * optional bytes owner_pub_key_bytes = 5; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.Alert.prototype.getOwnerPubKeyBytes = function() { +proto.io.haveno.protobuffer.Alert.prototype.getOwnerPubKeyBytes = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; @@ -25563,7 +21467,7 @@ proto.io.bisq.protobuffer.Alert.prototype.getOwnerPubKeyBytes = function() { * This is a type-conversion wrapper around `getOwnerPubKeyBytes()` * @return {string} */ -proto.io.bisq.protobuffer.Alert.prototype.getOwnerPubKeyBytes_asB64 = function() { +proto.io.haveno.protobuffer.Alert.prototype.getOwnerPubKeyBytes_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getOwnerPubKeyBytes())); }; @@ -25576,7 +21480,7 @@ proto.io.bisq.protobuffer.Alert.prototype.getOwnerPubKeyBytes_asB64 = function() * This is a type-conversion wrapper around `getOwnerPubKeyBytes()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Alert.prototype.getOwnerPubKeyBytes_asU8 = function() { +proto.io.haveno.protobuffer.Alert.prototype.getOwnerPubKeyBytes_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getOwnerPubKeyBytes())); }; @@ -25584,9 +21488,9 @@ proto.io.bisq.protobuffer.Alert.prototype.getOwnerPubKeyBytes_asU8 = function() /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.Alert} returns this + * @return {!proto.io.haveno.protobuffer.Alert} returns this */ -proto.io.bisq.protobuffer.Alert.prototype.setOwnerPubKeyBytes = function(value) { +proto.io.haveno.protobuffer.Alert.prototype.setOwnerPubKeyBytes = function(value) { return jspb.Message.setProto3BytesField(this, 5, value); }; @@ -25597,7 +21501,7 @@ proto.io.bisq.protobuffer.Alert.prototype.setOwnerPubKeyBytes = function(value) * empty, instead returning `undefined` * @return {!jspb.Map} */ -proto.io.bisq.protobuffer.Alert.prototype.getExtraDataMap = function(opt_noLazyCreate) { +proto.io.haveno.protobuffer.Alert.prototype.getExtraDataMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( jspb.Message.getMapField(this, 6, opt_noLazyCreate, null)); @@ -25606,9 +21510,9 @@ proto.io.bisq.protobuffer.Alert.prototype.getExtraDataMap = function(opt_noLazyC /** * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.Alert} returns this + * @return {!proto.io.haveno.protobuffer.Alert} returns this */ -proto.io.bisq.protobuffer.Alert.prototype.clearExtraDataMap = function() { +proto.io.haveno.protobuffer.Alert.prototype.clearExtraDataMap = function() { this.getExtraDataMap().clear(); return this;}; @@ -25617,16 +21521,16 @@ proto.io.bisq.protobuffer.Alert.prototype.clearExtraDataMap = function() { * optional bool is_pre_release_info = 7; * @return {boolean} */ -proto.io.bisq.protobuffer.Alert.prototype.getIsPreReleaseInfo = function() { +proto.io.haveno.protobuffer.Alert.prototype.getIsPreReleaseInfo = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 7, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.Alert} returns this + * @return {!proto.io.haveno.protobuffer.Alert} returns this */ -proto.io.bisq.protobuffer.Alert.prototype.setIsPreReleaseInfo = function(value) { +proto.io.haveno.protobuffer.Alert.prototype.setIsPreReleaseInfo = function(value) { return jspb.Message.setProto3BooleanField(this, 7, value); }; @@ -25637,7 +21541,7 @@ proto.io.bisq.protobuffer.Alert.prototype.setIsPreReleaseInfo = function(value) * @private {!Array} * @const */ -proto.io.bisq.protobuffer.Arbitrator.repeatedFields_ = [2]; +proto.io.haveno.protobuffer.Arbitrator.repeatedFields_ = [2]; @@ -25654,8 +21558,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.Arbitrator.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Arbitrator.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.Arbitrator.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Arbitrator.toObject(opt_includeInstance, this); }; @@ -25664,513 +21568,18 @@ proto.io.bisq.protobuffer.Arbitrator.prototype.toObject = function(opt_includeIn * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Arbitrator} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.Arbitrator} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Arbitrator.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.Arbitrator.toObject = function(includeInstance, msg) { var f, obj = { - nodeAddress: (f = msg.getNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), + nodeAddress: (f = msg.getNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), languageCodesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f, registrationDate: jspb.Message.getFieldWithDefault(msg, 3, 0), registrationSignature: jspb.Message.getFieldWithDefault(msg, 4, ""), registrationPubKey: msg.getRegistrationPubKey_asB64(), - pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), - xmrAddress: jspb.Message.getFieldWithDefault(msg, 7, ""), - emailAddress: jspb.Message.getFieldWithDefault(msg, 8, ""), - info: jspb.Message.getFieldWithDefault(msg, 9, ""), - extraDataMap: (f = msg.getExtraDataMap()) ? f.toObject(includeInstance, undefined) : [] - }; - - if (includeInstance) { - obj.$jspbMessageInstance = msg; - } - return obj; -}; -} - - -/** - * Deserializes binary data (in protobuf wire format). - * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Arbitrator} - */ -proto.io.bisq.protobuffer.Arbitrator.deserializeBinary = function(bytes) { - var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Arbitrator; - return proto.io.bisq.protobuffer.Arbitrator.deserializeBinaryFromReader(msg, reader); -}; - - -/** - * Deserializes binary data (in protobuf wire format) from the - * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Arbitrator} msg The message object to deserialize into. - * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Arbitrator} - */ -proto.io.bisq.protobuffer.Arbitrator.deserializeBinaryFromReader = function(msg, reader) { - while (reader.nextField()) { - if (reader.isEndGroup()) { - break; - } - var field = reader.getFieldNumber(); - switch (field) { - case 1: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.setNodeAddress(value); - break; - case 2: - var value = /** @type {string} */ (reader.readString()); - msg.addLanguageCodes(value); - break; - case 3: - var value = /** @type {number} */ (reader.readInt64()); - msg.setRegistrationDate(value); - break; - case 4: - var value = /** @type {string} */ (reader.readString()); - msg.setRegistrationSignature(value); - break; - case 5: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setRegistrationPubKey(value); - break; - case 6: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); - msg.setPubKeyRing(value); - break; - case 7: - var value = /** @type {string} */ (reader.readString()); - msg.setXmrAddress(value); - break; - case 8: - var value = /** @type {string} */ (reader.readString()); - msg.setEmailAddress(value); - break; - case 9: - var value = /** @type {string} */ (reader.readString()); - msg.setInfo(value); - break; - case 10: - var value = msg.getExtraDataMap(); - reader.readMessage(value, function(message, reader) { - jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readString, null, "", ""); - }); - break; - default: - reader.skipField(); - break; - } - } - return msg; -}; - - -/** - * Serializes the message to binary data (in protobuf wire format). - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.serializeBinary = function() { - var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Arbitrator.serializeBinaryToWriter(this, writer); - return writer.getResultBuffer(); -}; - - -/** - * Serializes the given message to binary data (in protobuf wire - * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Arbitrator} message - * @param {!jspb.BinaryWriter} writer - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.Arbitrator.serializeBinaryToWriter = function(message, writer) { - var f = undefined; - f = message.getNodeAddress(); - if (f != null) { - writer.writeMessage( - 1, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } - f = message.getLanguageCodesList(); - if (f.length > 0) { - writer.writeRepeatedString( - 2, - f - ); - } - f = message.getRegistrationDate(); - if (f !== 0) { - writer.writeInt64( - 3, - f - ); - } - f = message.getRegistrationSignature(); - if (f.length > 0) { - writer.writeString( - 4, - f - ); - } - f = message.getRegistrationPubKey_asU8(); - if (f.length > 0) { - writer.writeBytes( - 5, - f - ); - } - f = message.getPubKeyRing(); - if (f != null) { - writer.writeMessage( - 6, - f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter - ); - } - f = message.getXmrAddress(); - if (f.length > 0) { - writer.writeString( - 7, - f - ); - } - f = message.getEmailAddress(); - if (f.length > 0) { - writer.writeString( - 8, - f - ); - } - f = message.getInfo(); - if (f.length > 0) { - writer.writeString( - 9, - f - ); - } - f = message.getExtraDataMap(true); - if (f && f.getLength() > 0) { - f.serializeBinary(10, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeString); - } -}; - - -/** - * optional NodeAddress node_address = 1; - * @return {?proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.getNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 1)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.Arbitrator} returns this -*/ -proto.io.bisq.protobuffer.Arbitrator.prototype.setNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 1, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Arbitrator} returns this - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.clearNodeAddress = function() { - return this.setNodeAddress(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.hasNodeAddress = function() { - return jspb.Message.getField(this, 1) != null; -}; - - -/** - * repeated string language_codes = 2; - * @return {!Array} - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.getLanguageCodesList = function() { - return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 2)); -}; - - -/** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Arbitrator} returns this - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.setLanguageCodesList = function(value) { - return jspb.Message.setField(this, 2, value || []); -}; - - -/** - * @param {string} value - * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Arbitrator} returns this - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.addLanguageCodes = function(value, opt_index) { - return jspb.Message.addToRepeatedField(this, 2, value, opt_index); -}; - - -/** - * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Arbitrator} returns this - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.clearLanguageCodesList = function() { - return this.setLanguageCodesList([]); -}; - - -/** - * optional int64 registration_date = 3; - * @return {number} - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.getRegistrationDate = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.Arbitrator} returns this - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.setRegistrationDate = function(value) { - return jspb.Message.setProto3IntField(this, 3, value); -}; - - -/** - * optional string registration_signature = 4; - * @return {string} - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.getRegistrationSignature = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.Arbitrator} returns this - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.setRegistrationSignature = function(value) { - return jspb.Message.setProto3StringField(this, 4, value); -}; - - -/** - * optional bytes registration_pub_key = 5; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.getRegistrationPubKey = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 5, "")); -}; - - -/** - * optional bytes registration_pub_key = 5; - * This is a type-conversion wrapper around `getRegistrationPubKey()` - * @return {string} - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.getRegistrationPubKey_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getRegistrationPubKey())); -}; - - -/** - * optional bytes registration_pub_key = 5; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getRegistrationPubKey()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.getRegistrationPubKey_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getRegistrationPubKey())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.Arbitrator} returns this - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.setRegistrationPubKey = function(value) { - return jspb.Message.setProto3BytesField(this, 5, value); -}; - - -/** - * optional PubKeyRing pub_key_ring = 6; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.getPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 6)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.Arbitrator} returns this -*/ -proto.io.bisq.protobuffer.Arbitrator.prototype.setPubKeyRing = function(value) { - return jspb.Message.setWrapperField(this, 6, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Arbitrator} returns this - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.clearPubKeyRing = function() { - return this.setPubKeyRing(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.hasPubKeyRing = function() { - return jspb.Message.getField(this, 6) != null; -}; - - -/** - * optional string xmr_address = 7; - * @return {string} - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.getXmrAddress = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.Arbitrator} returns this - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.setXmrAddress = function(value) { - return jspb.Message.setProto3StringField(this, 7, value); -}; - - -/** - * optional string email_address = 8; - * @return {string} - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.getEmailAddress = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.Arbitrator} returns this - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.setEmailAddress = function(value) { - return jspb.Message.setProto3StringField(this, 8, value); -}; - - -/** - * optional string info = 9; - * @return {string} - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.getInfo = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.Arbitrator} returns this - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.setInfo = function(value) { - return jspb.Message.setProto3StringField(this, 9, value); -}; - - -/** - * map extra_data = 10; - * @param {boolean=} opt_noLazyCreate Do not create the map if - * empty, instead returning `undefined` - * @return {!jspb.Map} - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.getExtraDataMap = function(opt_noLazyCreate) { - return /** @type {!jspb.Map} */ ( - jspb.Message.getMapField(this, 10, opt_noLazyCreate, - null)); -}; - - -/** - * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.Arbitrator} returns this - */ -proto.io.bisq.protobuffer.Arbitrator.prototype.clearExtraDataMap = function() { - this.getExtraDataMap().clear(); - return this;}; - - - -/** - * List of repeated fields within this message type. - * @private {!Array} - * @const - */ -proto.io.bisq.protobuffer.Mediator.repeatedFields_ = [2]; - - - -if (jspb.Message.GENERATE_TO_OBJECT) { -/** - * Creates an object representation of this proto. - * Field names that are reserved in JavaScript and will be renamed to pb_name. - * Optional fields that are not set will be set to undefined. - * To access a reserved field use, foo.pb_, eg, foo.pb_default. - * For the list of reserved names please see: - * net/proto2/compiler/js/internal/generator.cc#kKeyword. - * @param {boolean=} opt_includeInstance Deprecated. whether to include the - * JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @return {!Object} - */ -proto.io.bisq.protobuffer.Mediator.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Mediator.toObject(opt_includeInstance, this); -}; - - -/** - * Static version of the {@see toObject} method. - * @param {boolean|undefined} includeInstance Deprecated. Whether to include - * the JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Mediator} msg The msg instance to transform. - * @return {!Object} - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.Mediator.toObject = function(includeInstance, msg) { - var f, obj = { - nodeAddress: (f = msg.getNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - languageCodesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f, - registrationDate: jspb.Message.getFieldWithDefault(msg, 3, 0), - registrationSignature: jspb.Message.getFieldWithDefault(msg, 4, ""), - registrationPubKey: msg.getRegistrationPubKey_asB64(), - pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), + pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.haveno.protobuffer.PubKeyRing.toObject(includeInstance, f), emailAddress: jspb.Message.getFieldWithDefault(msg, 7, ""), info: jspb.Message.getFieldWithDefault(msg, 8, ""), extraDataMap: (f = msg.getExtraDataMap()) ? f.toObject(includeInstance, undefined) : [] @@ -26187,23 +21596,23 @@ proto.io.bisq.protobuffer.Mediator.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Mediator} + * @return {!proto.io.haveno.protobuffer.Arbitrator} */ -proto.io.bisq.protobuffer.Mediator.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Arbitrator.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Mediator; - return proto.io.bisq.protobuffer.Mediator.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Arbitrator; + return proto.io.haveno.protobuffer.Arbitrator.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Mediator} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Arbitrator} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Mediator} + * @return {!proto.io.haveno.protobuffer.Arbitrator} */ -proto.io.bisq.protobuffer.Mediator.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Arbitrator.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -26211,8 +21620,8 @@ proto.io.bisq.protobuffer.Mediator.deserializeBinaryFromReader = function(msg, r var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setNodeAddress(value); break; case 2: @@ -26232,8 +21641,8 @@ proto.io.bisq.protobuffer.Mediator.deserializeBinaryFromReader = function(msg, r msg.setRegistrationPubKey(value); break; case 6: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PubKeyRing; + reader.readMessage(value,proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader); msg.setPubKeyRing(value); break; case 7: @@ -26263,9 +21672,9 @@ proto.io.bisq.protobuffer.Mediator.deserializeBinaryFromReader = function(msg, r * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Mediator.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Arbitrator.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Mediator.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Arbitrator.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -26273,18 +21682,18 @@ proto.io.bisq.protobuffer.Mediator.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Mediator} message + * @param {!proto.io.haveno.protobuffer.Arbitrator} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Mediator.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Arbitrator.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getNodeAddress(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getLanguageCodesList(); @@ -26320,7 +21729,7 @@ proto.io.bisq.protobuffer.Mediator.serializeBinaryToWriter = function(message, w writer.writeMessage( 6, f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter + proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter ); } f = message.getEmailAddress(); @@ -26346,28 +21755,28 @@ proto.io.bisq.protobuffer.Mediator.serializeBinaryToWriter = function(message, w /** * optional NodeAddress node_address = 1; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.Mediator.prototype.getNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 1)); +proto.io.haveno.protobuffer.Arbitrator.prototype.getNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.Mediator} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.Arbitrator} returns this */ -proto.io.bisq.protobuffer.Mediator.prototype.setNodeAddress = function(value) { +proto.io.haveno.protobuffer.Arbitrator.prototype.setNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Mediator} returns this + * @return {!proto.io.haveno.protobuffer.Arbitrator} returns this */ -proto.io.bisq.protobuffer.Mediator.prototype.clearNodeAddress = function() { +proto.io.haveno.protobuffer.Arbitrator.prototype.clearNodeAddress = function() { return this.setNodeAddress(undefined); }; @@ -26376,7 +21785,7 @@ proto.io.bisq.protobuffer.Mediator.prototype.clearNodeAddress = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Mediator.prototype.hasNodeAddress = function() { +proto.io.haveno.protobuffer.Arbitrator.prototype.hasNodeAddress = function() { return jspb.Message.getField(this, 1) != null; }; @@ -26385,16 +21794,16 @@ proto.io.bisq.protobuffer.Mediator.prototype.hasNodeAddress = function() { * repeated string language_codes = 2; * @return {!Array} */ -proto.io.bisq.protobuffer.Mediator.prototype.getLanguageCodesList = function() { +proto.io.haveno.protobuffer.Arbitrator.prototype.getLanguageCodesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 2)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Mediator} returns this + * @return {!proto.io.haveno.protobuffer.Arbitrator} returns this */ -proto.io.bisq.protobuffer.Mediator.prototype.setLanguageCodesList = function(value) { +proto.io.haveno.protobuffer.Arbitrator.prototype.setLanguageCodesList = function(value) { return jspb.Message.setField(this, 2, value || []); }; @@ -26402,18 +21811,18 @@ proto.io.bisq.protobuffer.Mediator.prototype.setLanguageCodesList = function(val /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Mediator} returns this + * @return {!proto.io.haveno.protobuffer.Arbitrator} returns this */ -proto.io.bisq.protobuffer.Mediator.prototype.addLanguageCodes = function(value, opt_index) { +proto.io.haveno.protobuffer.Arbitrator.prototype.addLanguageCodes = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 2, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Mediator} returns this + * @return {!proto.io.haveno.protobuffer.Arbitrator} returns this */ -proto.io.bisq.protobuffer.Mediator.prototype.clearLanguageCodesList = function() { +proto.io.haveno.protobuffer.Arbitrator.prototype.clearLanguageCodesList = function() { return this.setLanguageCodesList([]); }; @@ -26422,16 +21831,16 @@ proto.io.bisq.protobuffer.Mediator.prototype.clearLanguageCodesList = function() * optional int64 registration_date = 3; * @return {number} */ -proto.io.bisq.protobuffer.Mediator.prototype.getRegistrationDate = function() { +proto.io.haveno.protobuffer.Arbitrator.prototype.getRegistrationDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Mediator} returns this + * @return {!proto.io.haveno.protobuffer.Arbitrator} returns this */ -proto.io.bisq.protobuffer.Mediator.prototype.setRegistrationDate = function(value) { +proto.io.haveno.protobuffer.Arbitrator.prototype.setRegistrationDate = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -26440,16 +21849,16 @@ proto.io.bisq.protobuffer.Mediator.prototype.setRegistrationDate = function(valu * optional string registration_signature = 4; * @return {string} */ -proto.io.bisq.protobuffer.Mediator.prototype.getRegistrationSignature = function() { +proto.io.haveno.protobuffer.Arbitrator.prototype.getRegistrationSignature = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Mediator} returns this + * @return {!proto.io.haveno.protobuffer.Arbitrator} returns this */ -proto.io.bisq.protobuffer.Mediator.prototype.setRegistrationSignature = function(value) { +proto.io.haveno.protobuffer.Arbitrator.prototype.setRegistrationSignature = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -26458,7 +21867,7 @@ proto.io.bisq.protobuffer.Mediator.prototype.setRegistrationSignature = function * optional bytes registration_pub_key = 5; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.Mediator.prototype.getRegistrationPubKey = function() { +proto.io.haveno.protobuffer.Arbitrator.prototype.getRegistrationPubKey = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; @@ -26468,7 +21877,7 @@ proto.io.bisq.protobuffer.Mediator.prototype.getRegistrationPubKey = function() * This is a type-conversion wrapper around `getRegistrationPubKey()` * @return {string} */ -proto.io.bisq.protobuffer.Mediator.prototype.getRegistrationPubKey_asB64 = function() { +proto.io.haveno.protobuffer.Arbitrator.prototype.getRegistrationPubKey_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getRegistrationPubKey())); }; @@ -26481,7 +21890,7 @@ proto.io.bisq.protobuffer.Mediator.prototype.getRegistrationPubKey_asB64 = funct * This is a type-conversion wrapper around `getRegistrationPubKey()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Mediator.prototype.getRegistrationPubKey_asU8 = function() { +proto.io.haveno.protobuffer.Arbitrator.prototype.getRegistrationPubKey_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getRegistrationPubKey())); }; @@ -26489,37 +21898,37 @@ proto.io.bisq.protobuffer.Mediator.prototype.getRegistrationPubKey_asU8 = functi /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.Mediator} returns this + * @return {!proto.io.haveno.protobuffer.Arbitrator} returns this */ -proto.io.bisq.protobuffer.Mediator.prototype.setRegistrationPubKey = function(value) { +proto.io.haveno.protobuffer.Arbitrator.prototype.setRegistrationPubKey = function(value) { return jspb.Message.setProto3BytesField(this, 5, value); }; /** * optional PubKeyRing pub_key_ring = 6; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} + * @return {?proto.io.haveno.protobuffer.PubKeyRing} */ -proto.io.bisq.protobuffer.Mediator.prototype.getPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 6)); +proto.io.haveno.protobuffer.Arbitrator.prototype.getPubKeyRing = function() { + return /** @type{?proto.io.haveno.protobuffer.PubKeyRing} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PubKeyRing, 6)); }; /** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.Mediator} returns this + * @param {?proto.io.haveno.protobuffer.PubKeyRing|undefined} value + * @return {!proto.io.haveno.protobuffer.Arbitrator} returns this */ -proto.io.bisq.protobuffer.Mediator.prototype.setPubKeyRing = function(value) { +proto.io.haveno.protobuffer.Arbitrator.prototype.setPubKeyRing = function(value) { return jspb.Message.setWrapperField(this, 6, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Mediator} returns this + * @return {!proto.io.haveno.protobuffer.Arbitrator} returns this */ -proto.io.bisq.protobuffer.Mediator.prototype.clearPubKeyRing = function() { +proto.io.haveno.protobuffer.Arbitrator.prototype.clearPubKeyRing = function() { return this.setPubKeyRing(undefined); }; @@ -26528,7 +21937,7 @@ proto.io.bisq.protobuffer.Mediator.prototype.clearPubKeyRing = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Mediator.prototype.hasPubKeyRing = function() { +proto.io.haveno.protobuffer.Arbitrator.prototype.hasPubKeyRing = function() { return jspb.Message.getField(this, 6) != null; }; @@ -26537,16 +21946,16 @@ proto.io.bisq.protobuffer.Mediator.prototype.hasPubKeyRing = function() { * optional string email_address = 7; * @return {string} */ -proto.io.bisq.protobuffer.Mediator.prototype.getEmailAddress = function() { +proto.io.haveno.protobuffer.Arbitrator.prototype.getEmailAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Mediator} returns this + * @return {!proto.io.haveno.protobuffer.Arbitrator} returns this */ -proto.io.bisq.protobuffer.Mediator.prototype.setEmailAddress = function(value) { +proto.io.haveno.protobuffer.Arbitrator.prototype.setEmailAddress = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; @@ -26555,16 +21964,16 @@ proto.io.bisq.protobuffer.Mediator.prototype.setEmailAddress = function(value) { * optional string info = 8; * @return {string} */ -proto.io.bisq.protobuffer.Mediator.prototype.getInfo = function() { +proto.io.haveno.protobuffer.Arbitrator.prototype.getInfo = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Mediator} returns this + * @return {!proto.io.haveno.protobuffer.Arbitrator} returns this */ -proto.io.bisq.protobuffer.Mediator.prototype.setInfo = function(value) { +proto.io.haveno.protobuffer.Arbitrator.prototype.setInfo = function(value) { return jspb.Message.setProto3StringField(this, 8, value); }; @@ -26575,7 +21984,7 @@ proto.io.bisq.protobuffer.Mediator.prototype.setInfo = function(value) { * empty, instead returning `undefined` * @return {!jspb.Map} */ -proto.io.bisq.protobuffer.Mediator.prototype.getExtraDataMap = function(opt_noLazyCreate) { +proto.io.haveno.protobuffer.Arbitrator.prototype.getExtraDataMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( jspb.Message.getMapField(this, 9, opt_noLazyCreate, null)); @@ -26584,9 +21993,9 @@ proto.io.bisq.protobuffer.Mediator.prototype.getExtraDataMap = function(opt_noLa /** * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.Mediator} returns this + * @return {!proto.io.haveno.protobuffer.Arbitrator} returns this */ -proto.io.bisq.protobuffer.Mediator.prototype.clearExtraDataMap = function() { +proto.io.haveno.protobuffer.Arbitrator.prototype.clearExtraDataMap = function() { this.getExtraDataMap().clear(); return this;}; @@ -26597,7 +22006,7 @@ proto.io.bisq.protobuffer.Mediator.prototype.clearExtraDataMap = function() { * @private {!Array} * @const */ -proto.io.bisq.protobuffer.RefundAgent.repeatedFields_ = [2]; +proto.io.haveno.protobuffer.Mediator.repeatedFields_ = [2]; @@ -26614,8 +22023,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RefundAgent.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RefundAgent.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.Mediator.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Mediator.toObject(opt_includeInstance, this); }; @@ -26624,18 +22033,18 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.toObject = function(opt_includeI * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RefundAgent} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.Mediator} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RefundAgent.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.Mediator.toObject = function(includeInstance, msg) { var f, obj = { - nodeAddress: (f = msg.getNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), + nodeAddress: (f = msg.getNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), languageCodesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f, registrationDate: jspb.Message.getFieldWithDefault(msg, 3, 0), registrationSignature: jspb.Message.getFieldWithDefault(msg, 4, ""), registrationPubKey: msg.getRegistrationPubKey_asB64(), - pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), + pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.haveno.protobuffer.PubKeyRing.toObject(includeInstance, f), emailAddress: jspb.Message.getFieldWithDefault(msg, 7, ""), info: jspb.Message.getFieldWithDefault(msg, 8, ""), extraDataMap: (f = msg.getExtraDataMap()) ? f.toObject(includeInstance, undefined) : [] @@ -26652,23 +22061,23 @@ proto.io.bisq.protobuffer.RefundAgent.toObject = function(includeInstance, msg) /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RefundAgent} + * @return {!proto.io.haveno.protobuffer.Mediator} */ -proto.io.bisq.protobuffer.RefundAgent.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Mediator.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RefundAgent; - return proto.io.bisq.protobuffer.RefundAgent.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Mediator; + return proto.io.haveno.protobuffer.Mediator.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RefundAgent} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Mediator} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RefundAgent} + * @return {!proto.io.haveno.protobuffer.Mediator} */ -proto.io.bisq.protobuffer.RefundAgent.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Mediator.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -26676,8 +22085,8 @@ proto.io.bisq.protobuffer.RefundAgent.deserializeBinaryFromReader = function(msg var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setNodeAddress(value); break; case 2: @@ -26697,8 +22106,8 @@ proto.io.bisq.protobuffer.RefundAgent.deserializeBinaryFromReader = function(msg msg.setRegistrationPubKey(value); break; case 6: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PubKeyRing; + reader.readMessage(value,proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader); msg.setPubKeyRing(value); break; case 7: @@ -26728,9 +22137,9 @@ proto.io.bisq.protobuffer.RefundAgent.deserializeBinaryFromReader = function(msg * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RefundAgent.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Mediator.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RefundAgent.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Mediator.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -26738,18 +22147,18 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RefundAgent} message + * @param {!proto.io.haveno.protobuffer.Mediator} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RefundAgent.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Mediator.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getNodeAddress(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getLanguageCodesList(); @@ -26785,7 +22194,7 @@ proto.io.bisq.protobuffer.RefundAgent.serializeBinaryToWriter = function(message writer.writeMessage( 6, f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter + proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter ); } f = message.getEmailAddress(); @@ -26811,28 +22220,28 @@ proto.io.bisq.protobuffer.RefundAgent.serializeBinaryToWriter = function(message /** * optional NodeAddress node_address = 1; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.RefundAgent.prototype.getNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 1)); +proto.io.haveno.protobuffer.Mediator.prototype.getNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.RefundAgent} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.Mediator} returns this */ -proto.io.bisq.protobuffer.RefundAgent.prototype.setNodeAddress = function(value) { +proto.io.haveno.protobuffer.Mediator.prototype.setNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.RefundAgent} returns this + * @return {!proto.io.haveno.protobuffer.Mediator} returns this */ -proto.io.bisq.protobuffer.RefundAgent.prototype.clearNodeAddress = function() { +proto.io.haveno.protobuffer.Mediator.prototype.clearNodeAddress = function() { return this.setNodeAddress(undefined); }; @@ -26841,7 +22250,7 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.clearNodeAddress = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.RefundAgent.prototype.hasNodeAddress = function() { +proto.io.haveno.protobuffer.Mediator.prototype.hasNodeAddress = function() { return jspb.Message.getField(this, 1) != null; }; @@ -26850,16 +22259,16 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.hasNodeAddress = function() { * repeated string language_codes = 2; * @return {!Array} */ -proto.io.bisq.protobuffer.RefundAgent.prototype.getLanguageCodesList = function() { +proto.io.haveno.protobuffer.Mediator.prototype.getLanguageCodesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 2)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.RefundAgent} returns this + * @return {!proto.io.haveno.protobuffer.Mediator} returns this */ -proto.io.bisq.protobuffer.RefundAgent.prototype.setLanguageCodesList = function(value) { +proto.io.haveno.protobuffer.Mediator.prototype.setLanguageCodesList = function(value) { return jspb.Message.setField(this, 2, value || []); }; @@ -26867,18 +22276,18 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.setLanguageCodesList = function( /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.RefundAgent} returns this + * @return {!proto.io.haveno.protobuffer.Mediator} returns this */ -proto.io.bisq.protobuffer.RefundAgent.prototype.addLanguageCodes = function(value, opt_index) { +proto.io.haveno.protobuffer.Mediator.prototype.addLanguageCodes = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 2, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.RefundAgent} returns this + * @return {!proto.io.haveno.protobuffer.Mediator} returns this */ -proto.io.bisq.protobuffer.RefundAgent.prototype.clearLanguageCodesList = function() { +proto.io.haveno.protobuffer.Mediator.prototype.clearLanguageCodesList = function() { return this.setLanguageCodesList([]); }; @@ -26887,16 +22296,16 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.clearLanguageCodesList = functio * optional int64 registration_date = 3; * @return {number} */ -proto.io.bisq.protobuffer.RefundAgent.prototype.getRegistrationDate = function() { +proto.io.haveno.protobuffer.Mediator.prototype.getRegistrationDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.RefundAgent} returns this + * @return {!proto.io.haveno.protobuffer.Mediator} returns this */ -proto.io.bisq.protobuffer.RefundAgent.prototype.setRegistrationDate = function(value) { +proto.io.haveno.protobuffer.Mediator.prototype.setRegistrationDate = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -26905,16 +22314,16 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.setRegistrationDate = function(v * optional string registration_signature = 4; * @return {string} */ -proto.io.bisq.protobuffer.RefundAgent.prototype.getRegistrationSignature = function() { +proto.io.haveno.protobuffer.Mediator.prototype.getRegistrationSignature = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.RefundAgent} returns this + * @return {!proto.io.haveno.protobuffer.Mediator} returns this */ -proto.io.bisq.protobuffer.RefundAgent.prototype.setRegistrationSignature = function(value) { +proto.io.haveno.protobuffer.Mediator.prototype.setRegistrationSignature = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -26923,7 +22332,7 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.setRegistrationSignature = funct * optional bytes registration_pub_key = 5; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.RefundAgent.prototype.getRegistrationPubKey = function() { +proto.io.haveno.protobuffer.Mediator.prototype.getRegistrationPubKey = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; @@ -26933,7 +22342,7 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.getRegistrationPubKey = function * This is a type-conversion wrapper around `getRegistrationPubKey()` * @return {string} */ -proto.io.bisq.protobuffer.RefundAgent.prototype.getRegistrationPubKey_asB64 = function() { +proto.io.haveno.protobuffer.Mediator.prototype.getRegistrationPubKey_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getRegistrationPubKey())); }; @@ -26946,7 +22355,7 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.getRegistrationPubKey_asB64 = fu * This is a type-conversion wrapper around `getRegistrationPubKey()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RefundAgent.prototype.getRegistrationPubKey_asU8 = function() { +proto.io.haveno.protobuffer.Mediator.prototype.getRegistrationPubKey_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getRegistrationPubKey())); }; @@ -26954,37 +22363,37 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.getRegistrationPubKey_asU8 = fun /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.RefundAgent} returns this + * @return {!proto.io.haveno.protobuffer.Mediator} returns this */ -proto.io.bisq.protobuffer.RefundAgent.prototype.setRegistrationPubKey = function(value) { +proto.io.haveno.protobuffer.Mediator.prototype.setRegistrationPubKey = function(value) { return jspb.Message.setProto3BytesField(this, 5, value); }; /** * optional PubKeyRing pub_key_ring = 6; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} + * @return {?proto.io.haveno.protobuffer.PubKeyRing} */ -proto.io.bisq.protobuffer.RefundAgent.prototype.getPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 6)); +proto.io.haveno.protobuffer.Mediator.prototype.getPubKeyRing = function() { + return /** @type{?proto.io.haveno.protobuffer.PubKeyRing} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PubKeyRing, 6)); }; /** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.RefundAgent} returns this + * @param {?proto.io.haveno.protobuffer.PubKeyRing|undefined} value + * @return {!proto.io.haveno.protobuffer.Mediator} returns this */ -proto.io.bisq.protobuffer.RefundAgent.prototype.setPubKeyRing = function(value) { +proto.io.haveno.protobuffer.Mediator.prototype.setPubKeyRing = function(value) { return jspb.Message.setWrapperField(this, 6, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.RefundAgent} returns this + * @return {!proto.io.haveno.protobuffer.Mediator} returns this */ -proto.io.bisq.protobuffer.RefundAgent.prototype.clearPubKeyRing = function() { +proto.io.haveno.protobuffer.Mediator.prototype.clearPubKeyRing = function() { return this.setPubKeyRing(undefined); }; @@ -26993,7 +22402,7 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.clearPubKeyRing = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.RefundAgent.prototype.hasPubKeyRing = function() { +proto.io.haveno.protobuffer.Mediator.prototype.hasPubKeyRing = function() { return jspb.Message.getField(this, 6) != null; }; @@ -27002,16 +22411,16 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.hasPubKeyRing = function() { * optional string email_address = 7; * @return {string} */ -proto.io.bisq.protobuffer.RefundAgent.prototype.getEmailAddress = function() { +proto.io.haveno.protobuffer.Mediator.prototype.getEmailAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.RefundAgent} returns this + * @return {!proto.io.haveno.protobuffer.Mediator} returns this */ -proto.io.bisq.protobuffer.RefundAgent.prototype.setEmailAddress = function(value) { +proto.io.haveno.protobuffer.Mediator.prototype.setEmailAddress = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; @@ -27020,16 +22429,16 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.setEmailAddress = function(value * optional string info = 8; * @return {string} */ -proto.io.bisq.protobuffer.RefundAgent.prototype.getInfo = function() { +proto.io.haveno.protobuffer.Mediator.prototype.getInfo = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.RefundAgent} returns this + * @return {!proto.io.haveno.protobuffer.Mediator} returns this */ -proto.io.bisq.protobuffer.RefundAgent.prototype.setInfo = function(value) { +proto.io.haveno.protobuffer.Mediator.prototype.setInfo = function(value) { return jspb.Message.setProto3StringField(this, 8, value); }; @@ -27040,7 +22449,7 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.setInfo = function(value) { * empty, instead returning `undefined` * @return {!jspb.Map} */ -proto.io.bisq.protobuffer.RefundAgent.prototype.getExtraDataMap = function(opt_noLazyCreate) { +proto.io.haveno.protobuffer.Mediator.prototype.getExtraDataMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( jspb.Message.getMapField(this, 9, opt_noLazyCreate, null)); @@ -27049,9 +22458,9 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.getExtraDataMap = function(opt_n /** * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.RefundAgent} returns this + * @return {!proto.io.haveno.protobuffer.Mediator} returns this */ -proto.io.bisq.protobuffer.RefundAgent.prototype.clearExtraDataMap = function() { +proto.io.haveno.protobuffer.Mediator.prototype.clearExtraDataMap = function() { this.getExtraDataMap().clear(); return this;}; @@ -27062,7 +22471,7 @@ proto.io.bisq.protobuffer.RefundAgent.prototype.clearExtraDataMap = function() { * @private {!Array} * @const */ -proto.io.bisq.protobuffer.Filter.repeatedFields_ = [1,2,3,7,8,9,10,11,13,15,16,17,18,21,23,24]; +proto.io.haveno.protobuffer.RefundAgent.repeatedFields_ = [2]; @@ -27079,8 +22488,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.Filter.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Filter.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RefundAgent.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RefundAgent.toObject(opt_includeInstance, this); }; @@ -27089,16 +22498,481 @@ proto.io.bisq.protobuffer.Filter.prototype.toObject = function(opt_includeInstan * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Filter} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RefundAgent} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Filter.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RefundAgent.toObject = function(includeInstance, msg) { + var f, obj = { + nodeAddress: (f = msg.getNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + languageCodesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f, + registrationDate: jspb.Message.getFieldWithDefault(msg, 3, 0), + registrationSignature: jspb.Message.getFieldWithDefault(msg, 4, ""), + registrationPubKey: msg.getRegistrationPubKey_asB64(), + pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.haveno.protobuffer.PubKeyRing.toObject(includeInstance, f), + emailAddress: jspb.Message.getFieldWithDefault(msg, 7, ""), + info: jspb.Message.getFieldWithDefault(msg, 8, ""), + extraDataMap: (f = msg.getExtraDataMap()) ? f.toObject(includeInstance, undefined) : [] + }; + + if (includeInstance) { + obj.$jspbMessageInstance = msg; + } + return obj; +}; +} + + +/** + * Deserializes binary data (in protobuf wire format). + * @param {jspb.ByteSource} bytes The bytes to deserialize. + * @return {!proto.io.haveno.protobuffer.RefundAgent} + */ +proto.io.haveno.protobuffer.RefundAgent.deserializeBinary = function(bytes) { + var reader = new jspb.BinaryReader(bytes); + var msg = new proto.io.haveno.protobuffer.RefundAgent; + return proto.io.haveno.protobuffer.RefundAgent.deserializeBinaryFromReader(msg, reader); +}; + + +/** + * Deserializes binary data (in protobuf wire format) from the + * given reader into the given message object. + * @param {!proto.io.haveno.protobuffer.RefundAgent} msg The message object to deserialize into. + * @param {!jspb.BinaryReader} reader The BinaryReader to use. + * @return {!proto.io.haveno.protobuffer.RefundAgent} + */ +proto.io.haveno.protobuffer.RefundAgent.deserializeBinaryFromReader = function(msg, reader) { + while (reader.nextField()) { + if (reader.isEndGroup()) { + break; + } + var field = reader.getFieldNumber(); + switch (field) { + case 1: + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); + msg.setNodeAddress(value); + break; + case 2: + var value = /** @type {string} */ (reader.readString()); + msg.addLanguageCodes(value); + break; + case 3: + var value = /** @type {number} */ (reader.readInt64()); + msg.setRegistrationDate(value); + break; + case 4: + var value = /** @type {string} */ (reader.readString()); + msg.setRegistrationSignature(value); + break; + case 5: + var value = /** @type {!Uint8Array} */ (reader.readBytes()); + msg.setRegistrationPubKey(value); + break; + case 6: + var value = new proto.io.haveno.protobuffer.PubKeyRing; + reader.readMessage(value,proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader); + msg.setPubKeyRing(value); + break; + case 7: + var value = /** @type {string} */ (reader.readString()); + msg.setEmailAddress(value); + break; + case 8: + var value = /** @type {string} */ (reader.readString()); + msg.setInfo(value); + break; + case 9: + var value = msg.getExtraDataMap(); + reader.readMessage(value, function(message, reader) { + jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readString, null, "", ""); + }); + break; + default: + reader.skipField(); + break; + } + } + return msg; +}; + + +/** + * Serializes the message to binary data (in protobuf wire format). + * @return {!Uint8Array} + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.serializeBinary = function() { + var writer = new jspb.BinaryWriter(); + proto.io.haveno.protobuffer.RefundAgent.serializeBinaryToWriter(this, writer); + return writer.getResultBuffer(); +}; + + +/** + * Serializes the given message to binary data (in protobuf wire + * format), writing to the given BinaryWriter. + * @param {!proto.io.haveno.protobuffer.RefundAgent} message + * @param {!jspb.BinaryWriter} writer + * @suppress {unusedLocalVariables} f is only used for nested messages + */ +proto.io.haveno.protobuffer.RefundAgent.serializeBinaryToWriter = function(message, writer) { + var f = undefined; + f = message.getNodeAddress(); + if (f != null) { + writer.writeMessage( + 1, + f, + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter + ); + } + f = message.getLanguageCodesList(); + if (f.length > 0) { + writer.writeRepeatedString( + 2, + f + ); + } + f = message.getRegistrationDate(); + if (f !== 0) { + writer.writeInt64( + 3, + f + ); + } + f = message.getRegistrationSignature(); + if (f.length > 0) { + writer.writeString( + 4, + f + ); + } + f = message.getRegistrationPubKey_asU8(); + if (f.length > 0) { + writer.writeBytes( + 5, + f + ); + } + f = message.getPubKeyRing(); + if (f != null) { + writer.writeMessage( + 6, + f, + proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter + ); + } + f = message.getEmailAddress(); + if (f.length > 0) { + writer.writeString( + 7, + f + ); + } + f = message.getInfo(); + if (f.length > 0) { + writer.writeString( + 8, + f + ); + } + f = message.getExtraDataMap(true); + if (f && f.getLength() > 0) { + f.serializeBinary(9, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeString); + } +}; + + +/** + * optional NodeAddress node_address = 1; + * @return {?proto.io.haveno.protobuffer.NodeAddress} + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.getNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 1)); +}; + + +/** + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.RefundAgent} returns this +*/ +proto.io.haveno.protobuffer.RefundAgent.prototype.setNodeAddress = function(value) { + return jspb.Message.setWrapperField(this, 1, value); +}; + + +/** + * Clears the message field making it undefined. + * @return {!proto.io.haveno.protobuffer.RefundAgent} returns this + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.clearNodeAddress = function() { + return this.setNodeAddress(undefined); +}; + + +/** + * Returns whether this field is set. + * @return {boolean} + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.hasNodeAddress = function() { + return jspb.Message.getField(this, 1) != null; +}; + + +/** + * repeated string language_codes = 2; + * @return {!Array} + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.getLanguageCodesList = function() { + return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 2)); +}; + + +/** + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.RefundAgent} returns this + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.setLanguageCodesList = function(value) { + return jspb.Message.setField(this, 2, value || []); +}; + + +/** + * @param {string} value + * @param {number=} opt_index + * @return {!proto.io.haveno.protobuffer.RefundAgent} returns this + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.addLanguageCodes = function(value, opt_index) { + return jspb.Message.addToRepeatedField(this, 2, value, opt_index); +}; + + +/** + * Clears the list making it empty but non-null. + * @return {!proto.io.haveno.protobuffer.RefundAgent} returns this + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.clearLanguageCodesList = function() { + return this.setLanguageCodesList([]); +}; + + +/** + * optional int64 registration_date = 3; + * @return {number} + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.getRegistrationDate = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); +}; + + +/** + * @param {number} value + * @return {!proto.io.haveno.protobuffer.RefundAgent} returns this + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.setRegistrationDate = function(value) { + return jspb.Message.setProto3IntField(this, 3, value); +}; + + +/** + * optional string registration_signature = 4; + * @return {string} + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.getRegistrationSignature = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.RefundAgent} returns this + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.setRegistrationSignature = function(value) { + return jspb.Message.setProto3StringField(this, 4, value); +}; + + +/** + * optional bytes registration_pub_key = 5; + * @return {!(string|Uint8Array)} + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.getRegistrationPubKey = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 5, "")); +}; + + +/** + * optional bytes registration_pub_key = 5; + * This is a type-conversion wrapper around `getRegistrationPubKey()` + * @return {string} + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.getRegistrationPubKey_asB64 = function() { + return /** @type {string} */ (jspb.Message.bytesAsB64( + this.getRegistrationPubKey())); +}; + + +/** + * optional bytes registration_pub_key = 5; + * Note that Uint8Array is not supported on all browsers. + * @see http://caniuse.com/Uint8Array + * This is a type-conversion wrapper around `getRegistrationPubKey()` + * @return {!Uint8Array} + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.getRegistrationPubKey_asU8 = function() { + return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( + this.getRegistrationPubKey())); +}; + + +/** + * @param {!(string|Uint8Array)} value + * @return {!proto.io.haveno.protobuffer.RefundAgent} returns this + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.setRegistrationPubKey = function(value) { + return jspb.Message.setProto3BytesField(this, 5, value); +}; + + +/** + * optional PubKeyRing pub_key_ring = 6; + * @return {?proto.io.haveno.protobuffer.PubKeyRing} + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.getPubKeyRing = function() { + return /** @type{?proto.io.haveno.protobuffer.PubKeyRing} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PubKeyRing, 6)); +}; + + +/** + * @param {?proto.io.haveno.protobuffer.PubKeyRing|undefined} value + * @return {!proto.io.haveno.protobuffer.RefundAgent} returns this +*/ +proto.io.haveno.protobuffer.RefundAgent.prototype.setPubKeyRing = function(value) { + return jspb.Message.setWrapperField(this, 6, value); +}; + + +/** + * Clears the message field making it undefined. + * @return {!proto.io.haveno.protobuffer.RefundAgent} returns this + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.clearPubKeyRing = function() { + return this.setPubKeyRing(undefined); +}; + + +/** + * Returns whether this field is set. + * @return {boolean} + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.hasPubKeyRing = function() { + return jspb.Message.getField(this, 6) != null; +}; + + +/** + * optional string email_address = 7; + * @return {string} + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.getEmailAddress = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.RefundAgent} returns this + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.setEmailAddress = function(value) { + return jspb.Message.setProto3StringField(this, 7, value); +}; + + +/** + * optional string info = 8; + * @return {string} + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.getInfo = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.RefundAgent} returns this + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.setInfo = function(value) { + return jspb.Message.setProto3StringField(this, 8, value); +}; + + +/** + * map extra_data = 9; + * @param {boolean=} opt_noLazyCreate Do not create the map if + * empty, instead returning `undefined` + * @return {!jspb.Map} + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.getExtraDataMap = function(opt_noLazyCreate) { + return /** @type {!jspb.Map} */ ( + jspb.Message.getMapField(this, 9, opt_noLazyCreate, + null)); +}; + + +/** + * Clears values from the map. The map will be non-null. + * @return {!proto.io.haveno.protobuffer.RefundAgent} returns this + */ +proto.io.haveno.protobuffer.RefundAgent.prototype.clearExtraDataMap = function() { + this.getExtraDataMap().clear(); + return this;}; + + + +/** + * List of repeated fields within this message type. + * @private {!Array} + * @const + */ +proto.io.haveno.protobuffer.Filter.repeatedFields_ = [1,2,3,7,8,9,10,11,13,15,16,17,18,21,23,24]; + + + +if (jspb.Message.GENERATE_TO_OBJECT) { +/** + * Creates an object representation of this proto. + * Field names that are reserved in JavaScript and will be renamed to pb_name. + * Optional fields that are not set will be set to undefined. + * To access a reserved field use, foo.pb_, eg, foo.pb_default. + * For the list of reserved names please see: + * net/proto2/compiler/js/internal/generator.cc#kKeyword. + * @param {boolean=} opt_includeInstance Deprecated. whether to include the + * JSPB instance for transitional soy proto support: + * http://goto/soy-param-migration + * @return {!Object} + */ +proto.io.haveno.protobuffer.Filter.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Filter.toObject(opt_includeInstance, this); +}; + + +/** + * Static version of the {@see toObject} method. + * @param {boolean|undefined} includeInstance Deprecated. Whether to include + * the JSPB instance for transitional soy proto support: + * http://goto/soy-param-migration + * @param {!proto.io.haveno.protobuffer.Filter} msg The msg instance to transform. + * @return {!Object} + * @suppress {unusedLocalVariables} f is only used for nested messages + */ +proto.io.haveno.protobuffer.Filter.toObject = function(includeInstance, msg) { var f, obj = { nodeAddressesBannedFromTradingList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f, bannedOfferIdsList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f, bannedPaymentAccountsList: jspb.Message.toObjectList(msg.getBannedPaymentAccountsList(), - proto.io.bisq.protobuffer.PaymentAccountFilter.toObject, includeInstance), + proto.io.haveno.protobuffer.PaymentAccountFilter.toObject, includeInstance), signatureAsBase64: jspb.Message.getFieldWithDefault(msg, 4, ""), ownerPubKeyBytes: msg.getOwnerPubKeyBytes_asB64(), extraDataMap: (f = msg.getExtraDataMap()) ? f.toObject(includeInstance, undefined) : [], @@ -27135,23 +23009,23 @@ proto.io.bisq.protobuffer.Filter.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Filter} + * @return {!proto.io.haveno.protobuffer.Filter} */ -proto.io.bisq.protobuffer.Filter.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Filter.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Filter; - return proto.io.bisq.protobuffer.Filter.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Filter; + return proto.io.haveno.protobuffer.Filter.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Filter} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Filter} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Filter} + * @return {!proto.io.haveno.protobuffer.Filter} */ -proto.io.bisq.protobuffer.Filter.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Filter.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -27167,8 +23041,8 @@ proto.io.bisq.protobuffer.Filter.deserializeBinaryFromReader = function(msg, rea msg.addBannedOfferIds(value); break; case 3: - var value = new proto.io.bisq.protobuffer.PaymentAccountFilter; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentAccountFilter.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PaymentAccountFilter; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentAccountFilter.deserializeBinaryFromReader); msg.addBannedPaymentAccounts(value); break; case 4: @@ -27278,9 +23152,9 @@ proto.io.bisq.protobuffer.Filter.deserializeBinaryFromReader = function(msg, rea * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Filter.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Filter.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Filter.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Filter.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -27288,11 +23162,11 @@ proto.io.bisq.protobuffer.Filter.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Filter} message + * @param {!proto.io.haveno.protobuffer.Filter} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Filter.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Filter.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getNodeAddressesBannedFromTradingList(); if (f.length > 0) { @@ -27313,7 +23187,7 @@ proto.io.bisq.protobuffer.Filter.serializeBinaryToWriter = function(message, wri writer.writeRepeatedMessage( 3, f, - proto.io.bisq.protobuffer.PaymentAccountFilter.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentAccountFilter.serializeBinaryToWriter ); } f = message.getSignatureAsBase64(); @@ -27481,16 +23355,16 @@ proto.io.bisq.protobuffer.Filter.serializeBinaryToWriter = function(message, wri * repeated string node_addresses_banned_from_trading = 1; * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getNodeAddressesBannedFromTradingList = function() { +proto.io.haveno.protobuffer.Filter.prototype.getNodeAddressesBannedFromTradingList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 1)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setNodeAddressesBannedFromTradingList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setNodeAddressesBannedFromTradingList = function(value) { return jspb.Message.setField(this, 1, value || []); }; @@ -27498,18 +23372,18 @@ proto.io.bisq.protobuffer.Filter.prototype.setNodeAddressesBannedFromTradingList /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.addNodeAddressesBannedFromTrading = function(value, opt_index) { +proto.io.haveno.protobuffer.Filter.prototype.addNodeAddressesBannedFromTrading = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 1, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearNodeAddressesBannedFromTradingList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearNodeAddressesBannedFromTradingList = function() { return this.setNodeAddressesBannedFromTradingList([]); }; @@ -27518,16 +23392,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearNodeAddressesBannedFromTradingLi * repeated string banned_offer_ids = 2; * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getBannedOfferIdsList = function() { +proto.io.haveno.protobuffer.Filter.prototype.getBannedOfferIdsList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 2)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setBannedOfferIdsList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setBannedOfferIdsList = function(value) { return jspb.Message.setField(this, 2, value || []); }; @@ -27535,56 +23409,56 @@ proto.io.bisq.protobuffer.Filter.prototype.setBannedOfferIdsList = function(valu /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.addBannedOfferIds = function(value, opt_index) { +proto.io.haveno.protobuffer.Filter.prototype.addBannedOfferIds = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 2, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearBannedOfferIdsList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearBannedOfferIdsList = function() { return this.setBannedOfferIdsList([]); }; /** * repeated PaymentAccountFilter banned_payment_accounts = 3; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getBannedPaymentAccountsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.PaymentAccountFilter, 3)); +proto.io.haveno.protobuffer.Filter.prototype.getBannedPaymentAccountsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.PaymentAccountFilter, 3)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setBannedPaymentAccountsList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setBannedPaymentAccountsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 3, value); }; /** - * @param {!proto.io.bisq.protobuffer.PaymentAccountFilter=} opt_value + * @param {!proto.io.haveno.protobuffer.PaymentAccountFilter=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.PaymentAccountFilter} + * @return {!proto.io.haveno.protobuffer.PaymentAccountFilter} */ -proto.io.bisq.protobuffer.Filter.prototype.addBannedPaymentAccounts = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.io.bisq.protobuffer.PaymentAccountFilter, opt_index); +proto.io.haveno.protobuffer.Filter.prototype.addBannedPaymentAccounts = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.io.haveno.protobuffer.PaymentAccountFilter, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearBannedPaymentAccountsList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearBannedPaymentAccountsList = function() { return this.setBannedPaymentAccountsList([]); }; @@ -27593,16 +23467,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearBannedPaymentAccountsList = func * optional string signature_as_base64 = 4; * @return {string} */ -proto.io.bisq.protobuffer.Filter.prototype.getSignatureAsBase64 = function() { +proto.io.haveno.protobuffer.Filter.prototype.getSignatureAsBase64 = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setSignatureAsBase64 = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setSignatureAsBase64 = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -27611,7 +23485,7 @@ proto.io.bisq.protobuffer.Filter.prototype.setSignatureAsBase64 = function(value * optional bytes owner_pub_key_bytes = 5; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.Filter.prototype.getOwnerPubKeyBytes = function() { +proto.io.haveno.protobuffer.Filter.prototype.getOwnerPubKeyBytes = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; @@ -27621,7 +23495,7 @@ proto.io.bisq.protobuffer.Filter.prototype.getOwnerPubKeyBytes = function() { * This is a type-conversion wrapper around `getOwnerPubKeyBytes()` * @return {string} */ -proto.io.bisq.protobuffer.Filter.prototype.getOwnerPubKeyBytes_asB64 = function() { +proto.io.haveno.protobuffer.Filter.prototype.getOwnerPubKeyBytes_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getOwnerPubKeyBytes())); }; @@ -27634,7 +23508,7 @@ proto.io.bisq.protobuffer.Filter.prototype.getOwnerPubKeyBytes_asB64 = function( * This is a type-conversion wrapper around `getOwnerPubKeyBytes()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getOwnerPubKeyBytes_asU8 = function() { +proto.io.haveno.protobuffer.Filter.prototype.getOwnerPubKeyBytes_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getOwnerPubKeyBytes())); }; @@ -27642,9 +23516,9 @@ proto.io.bisq.protobuffer.Filter.prototype.getOwnerPubKeyBytes_asU8 = function() /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setOwnerPubKeyBytes = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setOwnerPubKeyBytes = function(value) { return jspb.Message.setProto3BytesField(this, 5, value); }; @@ -27655,7 +23529,7 @@ proto.io.bisq.protobuffer.Filter.prototype.setOwnerPubKeyBytes = function(value) * empty, instead returning `undefined` * @return {!jspb.Map} */ -proto.io.bisq.protobuffer.Filter.prototype.getExtraDataMap = function(opt_noLazyCreate) { +proto.io.haveno.protobuffer.Filter.prototype.getExtraDataMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( jspb.Message.getMapField(this, 6, opt_noLazyCreate, null)); @@ -27664,9 +23538,9 @@ proto.io.bisq.protobuffer.Filter.prototype.getExtraDataMap = function(opt_noLazy /** * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearExtraDataMap = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearExtraDataMap = function() { this.getExtraDataMap().clear(); return this;}; @@ -27675,16 +23549,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearExtraDataMap = function() { * repeated string banned_currencies = 7; * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getBannedCurrenciesList = function() { +proto.io.haveno.protobuffer.Filter.prototype.getBannedCurrenciesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 7)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setBannedCurrenciesList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setBannedCurrenciesList = function(value) { return jspb.Message.setField(this, 7, value || []); }; @@ -27692,18 +23566,18 @@ proto.io.bisq.protobuffer.Filter.prototype.setBannedCurrenciesList = function(va /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.addBannedCurrencies = function(value, opt_index) { +proto.io.haveno.protobuffer.Filter.prototype.addBannedCurrencies = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 7, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearBannedCurrenciesList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearBannedCurrenciesList = function() { return this.setBannedCurrenciesList([]); }; @@ -27712,16 +23586,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearBannedCurrenciesList = function( * repeated string banned_payment_methods = 8; * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getBannedPaymentMethodsList = function() { +proto.io.haveno.protobuffer.Filter.prototype.getBannedPaymentMethodsList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 8)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setBannedPaymentMethodsList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setBannedPaymentMethodsList = function(value) { return jspb.Message.setField(this, 8, value || []); }; @@ -27729,18 +23603,18 @@ proto.io.bisq.protobuffer.Filter.prototype.setBannedPaymentMethodsList = functio /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.addBannedPaymentMethods = function(value, opt_index) { +proto.io.haveno.protobuffer.Filter.prototype.addBannedPaymentMethods = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 8, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearBannedPaymentMethodsList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearBannedPaymentMethodsList = function() { return this.setBannedPaymentMethodsList([]); }; @@ -27749,16 +23623,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearBannedPaymentMethodsList = funct * repeated string arbitrators = 9; * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getArbitratorsList = function() { +proto.io.haveno.protobuffer.Filter.prototype.getArbitratorsList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 9)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setArbitratorsList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setArbitratorsList = function(value) { return jspb.Message.setField(this, 9, value || []); }; @@ -27766,18 +23640,18 @@ proto.io.bisq.protobuffer.Filter.prototype.setArbitratorsList = function(value) /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.addArbitrators = function(value, opt_index) { +proto.io.haveno.protobuffer.Filter.prototype.addArbitrators = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 9, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearArbitratorsList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearArbitratorsList = function() { return this.setArbitratorsList([]); }; @@ -27786,16 +23660,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearArbitratorsList = function() { * repeated string seed_nodes = 10; * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getSeedNodesList = function() { +proto.io.haveno.protobuffer.Filter.prototype.getSeedNodesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 10)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setSeedNodesList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setSeedNodesList = function(value) { return jspb.Message.setField(this, 10, value || []); }; @@ -27803,18 +23677,18 @@ proto.io.bisq.protobuffer.Filter.prototype.setSeedNodesList = function(value) { /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.addSeedNodes = function(value, opt_index) { +proto.io.haveno.protobuffer.Filter.prototype.addSeedNodes = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 10, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearSeedNodesList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearSeedNodesList = function() { return this.setSeedNodesList([]); }; @@ -27823,16 +23697,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearSeedNodesList = function() { * repeated string price_relay_nodes = 11; * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getPriceRelayNodesList = function() { +proto.io.haveno.protobuffer.Filter.prototype.getPriceRelayNodesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 11)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setPriceRelayNodesList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setPriceRelayNodesList = function(value) { return jspb.Message.setField(this, 11, value || []); }; @@ -27840,18 +23714,18 @@ proto.io.bisq.protobuffer.Filter.prototype.setPriceRelayNodesList = function(val /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.addPriceRelayNodes = function(value, opt_index) { +proto.io.haveno.protobuffer.Filter.prototype.addPriceRelayNodes = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 11, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearPriceRelayNodesList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearPriceRelayNodesList = function() { return this.setPriceRelayNodesList([]); }; @@ -27860,16 +23734,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearPriceRelayNodesList = function() * optional bool prevent_public_btc_network = 12; * @return {boolean} */ -proto.io.bisq.protobuffer.Filter.prototype.getPreventPublicBtcNetwork = function() { +proto.io.haveno.protobuffer.Filter.prototype.getPreventPublicBtcNetwork = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 12, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setPreventPublicBtcNetwork = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setPreventPublicBtcNetwork = function(value) { return jspb.Message.setProto3BooleanField(this, 12, value); }; @@ -27878,16 +23752,16 @@ proto.io.bisq.protobuffer.Filter.prototype.setPreventPublicBtcNetwork = function * repeated string btc_nodes = 13; * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getBtcNodesList = function() { +proto.io.haveno.protobuffer.Filter.prototype.getBtcNodesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 13)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setBtcNodesList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setBtcNodesList = function(value) { return jspb.Message.setField(this, 13, value || []); }; @@ -27895,18 +23769,18 @@ proto.io.bisq.protobuffer.Filter.prototype.setBtcNodesList = function(value) { /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.addBtcNodes = function(value, opt_index) { +proto.io.haveno.protobuffer.Filter.prototype.addBtcNodes = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 13, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearBtcNodesList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearBtcNodesList = function() { return this.setBtcNodesList([]); }; @@ -27915,16 +23789,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearBtcNodesList = function() { * optional string disable_trade_below_version = 14; * @return {string} */ -proto.io.bisq.protobuffer.Filter.prototype.getDisableTradeBelowVersion = function() { +proto.io.haveno.protobuffer.Filter.prototype.getDisableTradeBelowVersion = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setDisableTradeBelowVersion = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setDisableTradeBelowVersion = function(value) { return jspb.Message.setProto3StringField(this, 14, value); }; @@ -27933,16 +23807,16 @@ proto.io.bisq.protobuffer.Filter.prototype.setDisableTradeBelowVersion = functio * repeated string mediators = 15; * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getMediatorsList = function() { +proto.io.haveno.protobuffer.Filter.prototype.getMediatorsList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 15)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setMediatorsList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setMediatorsList = function(value) { return jspb.Message.setField(this, 15, value || []); }; @@ -27950,18 +23824,18 @@ proto.io.bisq.protobuffer.Filter.prototype.setMediatorsList = function(value) { /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.addMediators = function(value, opt_index) { +proto.io.haveno.protobuffer.Filter.prototype.addMediators = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 15, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearMediatorsList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearMediatorsList = function() { return this.setMediatorsList([]); }; @@ -27970,16 +23844,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearMediatorsList = function() { * repeated string refundAgents = 16; * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getRefundagentsList = function() { +proto.io.haveno.protobuffer.Filter.prototype.getRefundagentsList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 16)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setRefundagentsList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setRefundagentsList = function(value) { return jspb.Message.setField(this, 16, value || []); }; @@ -27987,18 +23861,18 @@ proto.io.bisq.protobuffer.Filter.prototype.setRefundagentsList = function(value) /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.addRefundagents = function(value, opt_index) { +proto.io.haveno.protobuffer.Filter.prototype.addRefundagents = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 16, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearRefundagentsList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearRefundagentsList = function() { return this.setRefundagentsList([]); }; @@ -28007,16 +23881,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearRefundagentsList = function() { * repeated string bannedSignerPubKeys = 17; * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getBannedsignerpubkeysList = function() { +proto.io.haveno.protobuffer.Filter.prototype.getBannedsignerpubkeysList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 17)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setBannedsignerpubkeysList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setBannedsignerpubkeysList = function(value) { return jspb.Message.setField(this, 17, value || []); }; @@ -28024,18 +23898,18 @@ proto.io.bisq.protobuffer.Filter.prototype.setBannedsignerpubkeysList = function /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.addBannedsignerpubkeys = function(value, opt_index) { +proto.io.haveno.protobuffer.Filter.prototype.addBannedsignerpubkeys = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 17, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearBannedsignerpubkeysList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearBannedsignerpubkeysList = function() { return this.setBannedsignerpubkeysList([]); }; @@ -28044,16 +23918,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearBannedsignerpubkeysList = functi * repeated string btc_fee_receiver_addresses = 18; * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getBtcFeeReceiverAddressesList = function() { +proto.io.haveno.protobuffer.Filter.prototype.getBtcFeeReceiverAddressesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 18)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setBtcFeeReceiverAddressesList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setBtcFeeReceiverAddressesList = function(value) { return jspb.Message.setField(this, 18, value || []); }; @@ -28061,18 +23935,18 @@ proto.io.bisq.protobuffer.Filter.prototype.setBtcFeeReceiverAddressesList = func /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.addBtcFeeReceiverAddresses = function(value, opt_index) { +proto.io.haveno.protobuffer.Filter.prototype.addBtcFeeReceiverAddresses = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 18, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearBtcFeeReceiverAddressesList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearBtcFeeReceiverAddressesList = function() { return this.setBtcFeeReceiverAddressesList([]); }; @@ -28081,16 +23955,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearBtcFeeReceiverAddressesList = fu * optional int64 creation_date = 19; * @return {number} */ -proto.io.bisq.protobuffer.Filter.prototype.getCreationDate = function() { +proto.io.haveno.protobuffer.Filter.prototype.getCreationDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 19, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setCreationDate = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setCreationDate = function(value) { return jspb.Message.setProto3IntField(this, 19, value); }; @@ -28099,16 +23973,16 @@ proto.io.bisq.protobuffer.Filter.prototype.setCreationDate = function(value) { * optional string signer_pub_key_as_hex = 20; * @return {string} */ -proto.io.bisq.protobuffer.Filter.prototype.getSignerPubKeyAsHex = function() { +proto.io.haveno.protobuffer.Filter.prototype.getSignerPubKeyAsHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setSignerPubKeyAsHex = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setSignerPubKeyAsHex = function(value) { return jspb.Message.setProto3StringField(this, 20, value); }; @@ -28117,16 +23991,16 @@ proto.io.bisq.protobuffer.Filter.prototype.setSignerPubKeyAsHex = function(value * repeated string bannedPrivilegedDevPubKeys = 21; * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getBannedprivilegeddevpubkeysList = function() { +proto.io.haveno.protobuffer.Filter.prototype.getBannedprivilegeddevpubkeysList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 21)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setBannedprivilegeddevpubkeysList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setBannedprivilegeddevpubkeysList = function(value) { return jspb.Message.setField(this, 21, value || []); }; @@ -28134,18 +24008,18 @@ proto.io.bisq.protobuffer.Filter.prototype.setBannedprivilegeddevpubkeysList = f /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.addBannedprivilegeddevpubkeys = function(value, opt_index) { +proto.io.haveno.protobuffer.Filter.prototype.addBannedprivilegeddevpubkeys = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 21, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearBannedprivilegeddevpubkeysList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearBannedprivilegeddevpubkeysList = function() { return this.setBannedprivilegeddevpubkeysList([]); }; @@ -28154,16 +24028,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearBannedprivilegeddevpubkeysList = * optional bool disable_auto_conf = 22; * @return {boolean} */ -proto.io.bisq.protobuffer.Filter.prototype.getDisableAutoConf = function() { +proto.io.haveno.protobuffer.Filter.prototype.getDisableAutoConf = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 22, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setDisableAutoConf = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setDisableAutoConf = function(value) { return jspb.Message.setProto3BooleanField(this, 22, value); }; @@ -28172,16 +24046,16 @@ proto.io.bisq.protobuffer.Filter.prototype.setDisableAutoConf = function(value) * repeated string banned_auto_conf_explorers = 23; * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getBannedAutoConfExplorersList = function() { +proto.io.haveno.protobuffer.Filter.prototype.getBannedAutoConfExplorersList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 23)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setBannedAutoConfExplorersList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setBannedAutoConfExplorersList = function(value) { return jspb.Message.setField(this, 23, value || []); }; @@ -28189,18 +24063,18 @@ proto.io.bisq.protobuffer.Filter.prototype.setBannedAutoConfExplorersList = func /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.addBannedAutoConfExplorers = function(value, opt_index) { +proto.io.haveno.protobuffer.Filter.prototype.addBannedAutoConfExplorers = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 23, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearBannedAutoConfExplorersList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearBannedAutoConfExplorersList = function() { return this.setBannedAutoConfExplorersList([]); }; @@ -28209,16 +24083,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearBannedAutoConfExplorersList = fu * repeated string node_addresses_banned_from_network = 24; * @return {!Array} */ -proto.io.bisq.protobuffer.Filter.prototype.getNodeAddressesBannedFromNetworkList = function() { +proto.io.haveno.protobuffer.Filter.prototype.getNodeAddressesBannedFromNetworkList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 24)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setNodeAddressesBannedFromNetworkList = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setNodeAddressesBannedFromNetworkList = function(value) { return jspb.Message.setField(this, 24, value || []); }; @@ -28226,18 +24100,18 @@ proto.io.bisq.protobuffer.Filter.prototype.setNodeAddressesBannedFromNetworkList /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.addNodeAddressesBannedFromNetwork = function(value, opt_index) { +proto.io.haveno.protobuffer.Filter.prototype.addNodeAddressesBannedFromNetwork = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 24, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.clearNodeAddressesBannedFromNetworkList = function() { +proto.io.haveno.protobuffer.Filter.prototype.clearNodeAddressesBannedFromNetworkList = function() { return this.setNodeAddressesBannedFromNetworkList([]); }; @@ -28246,16 +24120,16 @@ proto.io.bisq.protobuffer.Filter.prototype.clearNodeAddressesBannedFromNetworkLi * optional bool disable_api = 25; * @return {boolean} */ -proto.io.bisq.protobuffer.Filter.prototype.getDisableApi = function() { +proto.io.haveno.protobuffer.Filter.prototype.getDisableApi = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 25, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setDisableApi = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setDisableApi = function(value) { return jspb.Message.setProto3BooleanField(this, 25, value); }; @@ -28264,16 +24138,16 @@ proto.io.bisq.protobuffer.Filter.prototype.setDisableApi = function(value) { * optional bool disable_mempool_validation = 26; * @return {boolean} */ -proto.io.bisq.protobuffer.Filter.prototype.getDisableMempoolValidation = function() { +proto.io.haveno.protobuffer.Filter.prototype.getDisableMempoolValidation = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 26, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.Filter} returns this + * @return {!proto.io.haveno.protobuffer.Filter} returns this */ -proto.io.bisq.protobuffer.Filter.prototype.setDisableMempoolValidation = function(value) { +proto.io.haveno.protobuffer.Filter.prototype.setDisableMempoolValidation = function(value) { return jspb.Message.setProto3BooleanField(this, 26, value); }; @@ -28294,8 +24168,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.TradeStatistics2.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.TradeStatistics3.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.TradeStatistics3.toObject(opt_includeInstance, this); }; @@ -28304,689 +24178,22 @@ proto.io.bisq.protobuffer.TradeStatistics2.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.TradeStatistics2} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.TradeStatistics3} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TradeStatistics2.toObject = function(includeInstance, msg) { - var f, obj = { - baseCurrency: jspb.Message.getFieldWithDefault(msg, 1, ""), - counterCurrency: jspb.Message.getFieldWithDefault(msg, 2, ""), - direction: jspb.Message.getFieldWithDefault(msg, 3, 0), - tradePrice: jspb.Message.getFieldWithDefault(msg, 4, 0), - tradeAmount: jspb.Message.getFieldWithDefault(msg, 5, 0), - tradeDate: jspb.Message.getFieldWithDefault(msg, 6, 0), - paymentMethodId: jspb.Message.getFieldWithDefault(msg, 7, ""), - offerDate: jspb.Message.getFieldWithDefault(msg, 8, 0), - offerUseMarketBasedPrice: jspb.Message.getBooleanFieldWithDefault(msg, 9, false), - offerMarketPriceMargin: jspb.Message.getFloatingPointFieldWithDefault(msg, 10, 0.0), - offerAmount: jspb.Message.getFieldWithDefault(msg, 11, 0), - offerMinAmount: jspb.Message.getFieldWithDefault(msg, 12, 0), - offerId: jspb.Message.getFieldWithDefault(msg, 13, ""), - depositTxId: jspb.Message.getFieldWithDefault(msg, 14, ""), - hash: msg.getHash_asB64(), - extraDataMap: (f = msg.getExtraDataMap()) ? f.toObject(includeInstance, undefined) : [], - makerDepositTxId: jspb.Message.getFieldWithDefault(msg, 100, ""), - takerDepositTxId: jspb.Message.getFieldWithDefault(msg, 101, "") - }; - - if (includeInstance) { - obj.$jspbMessageInstance = msg; - } - return obj; -}; -} - - -/** - * Deserializes binary data (in protobuf wire format). - * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} - */ -proto.io.bisq.protobuffer.TradeStatistics2.deserializeBinary = function(bytes) { - var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.TradeStatistics2; - return proto.io.bisq.protobuffer.TradeStatistics2.deserializeBinaryFromReader(msg, reader); -}; - - -/** - * Deserializes binary data (in protobuf wire format) from the - * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.TradeStatistics2} msg The message object to deserialize into. - * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} - */ -proto.io.bisq.protobuffer.TradeStatistics2.deserializeBinaryFromReader = function(msg, reader) { - while (reader.nextField()) { - if (reader.isEndGroup()) { - break; - } - var field = reader.getFieldNumber(); - switch (field) { - case 1: - var value = /** @type {string} */ (reader.readString()); - msg.setBaseCurrency(value); - break; - case 2: - var value = /** @type {string} */ (reader.readString()); - msg.setCounterCurrency(value); - break; - case 3: - var value = /** @type {!proto.io.bisq.protobuffer.OfferDirection} */ (reader.readEnum()); - msg.setDirection(value); - break; - case 4: - var value = /** @type {number} */ (reader.readInt64()); - msg.setTradePrice(value); - break; - case 5: - var value = /** @type {number} */ (reader.readInt64()); - msg.setTradeAmount(value); - break; - case 6: - var value = /** @type {number} */ (reader.readInt64()); - msg.setTradeDate(value); - break; - case 7: - var value = /** @type {string} */ (reader.readString()); - msg.setPaymentMethodId(value); - break; - case 8: - var value = /** @type {number} */ (reader.readInt64()); - msg.setOfferDate(value); - break; - case 9: - var value = /** @type {boolean} */ (reader.readBool()); - msg.setOfferUseMarketBasedPrice(value); - break; - case 10: - var value = /** @type {number} */ (reader.readDouble()); - msg.setOfferMarketPriceMargin(value); - break; - case 11: - var value = /** @type {number} */ (reader.readInt64()); - msg.setOfferAmount(value); - break; - case 12: - var value = /** @type {number} */ (reader.readInt64()); - msg.setOfferMinAmount(value); - break; - case 13: - var value = /** @type {string} */ (reader.readString()); - msg.setOfferId(value); - break; - case 14: - var value = /** @type {string} */ (reader.readString()); - msg.setDepositTxId(value); - break; - case 15: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setHash(value); - break; - case 16: - var value = msg.getExtraDataMap(); - reader.readMessage(value, function(message, reader) { - jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readString, null, "", ""); - }); - break; - case 100: - var value = /** @type {string} */ (reader.readString()); - msg.setMakerDepositTxId(value); - break; - case 101: - var value = /** @type {string} */ (reader.readString()); - msg.setTakerDepositTxId(value); - break; - default: - reader.skipField(); - break; - } - } - return msg; -}; - - -/** - * Serializes the message to binary data (in protobuf wire format). - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.serializeBinary = function() { - var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.TradeStatistics2.serializeBinaryToWriter(this, writer); - return writer.getResultBuffer(); -}; - - -/** - * Serializes the given message to binary data (in protobuf wire - * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.TradeStatistics2} message - * @param {!jspb.BinaryWriter} writer - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.TradeStatistics2.serializeBinaryToWriter = function(message, writer) { - var f = undefined; - f = message.getBaseCurrency(); - if (f.length > 0) { - writer.writeString( - 1, - f - ); - } - f = message.getCounterCurrency(); - if (f.length > 0) { - writer.writeString( - 2, - f - ); - } - f = message.getDirection(); - if (f !== 0.0) { - writer.writeEnum( - 3, - f - ); - } - f = message.getTradePrice(); - if (f !== 0) { - writer.writeInt64( - 4, - f - ); - } - f = message.getTradeAmount(); - if (f !== 0) { - writer.writeInt64( - 5, - f - ); - } - f = message.getTradeDate(); - if (f !== 0) { - writer.writeInt64( - 6, - f - ); - } - f = message.getPaymentMethodId(); - if (f.length > 0) { - writer.writeString( - 7, - f - ); - } - f = message.getOfferDate(); - if (f !== 0) { - writer.writeInt64( - 8, - f - ); - } - f = message.getOfferUseMarketBasedPrice(); - if (f) { - writer.writeBool( - 9, - f - ); - } - f = message.getOfferMarketPriceMargin(); - if (f !== 0.0) { - writer.writeDouble( - 10, - f - ); - } - f = message.getOfferAmount(); - if (f !== 0) { - writer.writeInt64( - 11, - f - ); - } - f = message.getOfferMinAmount(); - if (f !== 0) { - writer.writeInt64( - 12, - f - ); - } - f = message.getOfferId(); - if (f.length > 0) { - writer.writeString( - 13, - f - ); - } - f = message.getDepositTxId(); - if (f.length > 0) { - writer.writeString( - 14, - f - ); - } - f = message.getHash_asU8(); - if (f.length > 0) { - writer.writeBytes( - 15, - f - ); - } - f = message.getExtraDataMap(true); - if (f && f.getLength() > 0) { - f.serializeBinary(16, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeString); - } - f = message.getMakerDepositTxId(); - if (f.length > 0) { - writer.writeString( - 100, - f - ); - } - f = message.getTakerDepositTxId(); - if (f.length > 0) { - writer.writeString( - 101, - f - ); - } -}; - - -/** - * optional string base_currency = 1; - * @return {string} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getBaseCurrency = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setBaseCurrency = function(value) { - return jspb.Message.setProto3StringField(this, 1, value); -}; - - -/** - * optional string counter_currency = 2; - * @return {string} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getCounterCurrency = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setCounterCurrency = function(value) { - return jspb.Message.setProto3StringField(this, 2, value); -}; - - -/** - * optional OfferDirection direction = 3; - * @return {!proto.io.bisq.protobuffer.OfferDirection} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getDirection = function() { - return /** @type {!proto.io.bisq.protobuffer.OfferDirection} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); -}; - - -/** - * @param {!proto.io.bisq.protobuffer.OfferDirection} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setDirection = function(value) { - return jspb.Message.setProto3EnumField(this, 3, value); -}; - - -/** - * optional int64 trade_price = 4; - * @return {number} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getTradePrice = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setTradePrice = function(value) { - return jspb.Message.setProto3IntField(this, 4, value); -}; - - -/** - * optional int64 trade_amount = 5; - * @return {number} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getTradeAmount = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setTradeAmount = function(value) { - return jspb.Message.setProto3IntField(this, 5, value); -}; - - -/** - * optional int64 trade_date = 6; - * @return {number} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getTradeDate = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setTradeDate = function(value) { - return jspb.Message.setProto3IntField(this, 6, value); -}; - - -/** - * optional string payment_method_id = 7; - * @return {string} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getPaymentMethodId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setPaymentMethodId = function(value) { - return jspb.Message.setProto3StringField(this, 7, value); -}; - - -/** - * optional int64 offer_date = 8; - * @return {number} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getOfferDate = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 8, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setOfferDate = function(value) { - return jspb.Message.setProto3IntField(this, 8, value); -}; - - -/** - * optional bool offer_use_market_based_price = 9; - * @return {boolean} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getOfferUseMarketBasedPrice = function() { - return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 9, false)); -}; - - -/** - * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setOfferUseMarketBasedPrice = function(value) { - return jspb.Message.setProto3BooleanField(this, 9, value); -}; - - -/** - * optional double offer_market_price_margin = 10; - * @return {number} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getOfferMarketPriceMargin = function() { - return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 10, 0.0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setOfferMarketPriceMargin = function(value) { - return jspb.Message.setProto3FloatField(this, 10, value); -}; - - -/** - * optional int64 offer_amount = 11; - * @return {number} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getOfferAmount = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 11, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setOfferAmount = function(value) { - return jspb.Message.setProto3IntField(this, 11, value); -}; - - -/** - * optional int64 offer_min_amount = 12; - * @return {number} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getOfferMinAmount = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 12, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setOfferMinAmount = function(value) { - return jspb.Message.setProto3IntField(this, 12, value); -}; - - -/** - * optional string offer_id = 13; - * @return {string} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getOfferId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setOfferId = function(value) { - return jspb.Message.setProto3StringField(this, 13, value); -}; - - -/** - * optional string deposit_tx_id = 14; - * @return {string} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getDepositTxId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setDepositTxId = function(value) { - return jspb.Message.setProto3StringField(this, 14, value); -}; - - -/** - * optional bytes hash = 15; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getHash = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 15, "")); -}; - - -/** - * optional bytes hash = 15; - * This is a type-conversion wrapper around `getHash()` - * @return {string} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getHash_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getHash())); -}; - - -/** - * optional bytes hash = 15; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getHash()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getHash_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getHash())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setHash = function(value) { - return jspb.Message.setProto3BytesField(this, 15, value); -}; - - -/** - * map extra_data = 16; - * @param {boolean=} opt_noLazyCreate Do not create the map if - * empty, instead returning `undefined` - * @return {!jspb.Map} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getExtraDataMap = function(opt_noLazyCreate) { - return /** @type {!jspb.Map} */ ( - jspb.Message.getMapField(this, 16, opt_noLazyCreate, - null)); -}; - - -/** - * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.clearExtraDataMap = function() { - this.getExtraDataMap().clear(); - return this;}; - - -/** - * optional string maker_deposit_tx_id = 100; - * @return {string} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getMakerDepositTxId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 100, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setMakerDepositTxId = function(value) { - return jspb.Message.setProto3StringField(this, 100, value); -}; - - -/** - * optional string taker_deposit_tx_id = 101; - * @return {string} - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.getTakerDepositTxId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 101, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2.prototype.setTakerDepositTxId = function(value) { - return jspb.Message.setProto3StringField(this, 101, value); -}; - - - - - -if (jspb.Message.GENERATE_TO_OBJECT) { -/** - * Creates an object representation of this proto. - * Field names that are reserved in JavaScript and will be renamed to pb_name. - * Optional fields that are not set will be set to undefined. - * To access a reserved field use, foo.pb_, eg, foo.pb_default. - * For the list of reserved names please see: - * net/proto2/compiler/js/internal/generator.cc#kKeyword. - * @param {boolean=} opt_includeInstance Deprecated. whether to include the - * JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @return {!Object} - */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.TradeStatistics3.toObject(opt_includeInstance, this); -}; - - -/** - * Static version of the {@see toObject} method. - * @param {boolean|undefined} includeInstance Deprecated. Whether to include - * the JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.TradeStatistics3} msg The msg instance to transform. - * @return {!Object} - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.TradeStatistics3.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.TradeStatistics3.toObject = function(includeInstance, msg) { var f, obj = { currency: jspb.Message.getFieldWithDefault(msg, 1, ""), price: jspb.Message.getFieldWithDefault(msg, 2, 0), amount: jspb.Message.getFieldWithDefault(msg, 3, 0), paymentMethod: jspb.Message.getFieldWithDefault(msg, 4, ""), date: jspb.Message.getFieldWithDefault(msg, 5, 0), + arbitrator: jspb.Message.getFieldWithDefault(msg, 6, ""), hash: msg.getHash_asB64(), - extraDataMap: (f = msg.getExtraDataMap()) ? f.toObject(includeInstance, undefined) : [], - arbitrator: jspb.Message.getFieldWithDefault(msg, 100, ""), - makerDepositTxId: jspb.Message.getFieldWithDefault(msg, 101, ""), - takerDepositTxId: jspb.Message.getFieldWithDefault(msg, 102, "") + makerDepositTxId: jspb.Message.getFieldWithDefault(msg, 8, ""), + takerDepositTxId: jspb.Message.getFieldWithDefault(msg, 9, ""), + extraDataMap: (f = msg.getExtraDataMap()) ? f.toObject(includeInstance, undefined) : [] }; if (includeInstance) { @@ -29000,23 +24207,23 @@ proto.io.bisq.protobuffer.TradeStatistics3.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.TradeStatistics3} + * @return {!proto.io.haveno.protobuffer.TradeStatistics3} */ -proto.io.bisq.protobuffer.TradeStatistics3.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.TradeStatistics3.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.TradeStatistics3; - return proto.io.bisq.protobuffer.TradeStatistics3.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.TradeStatistics3; + return proto.io.haveno.protobuffer.TradeStatistics3.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.TradeStatistics3} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.TradeStatistics3} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.TradeStatistics3} + * @return {!proto.io.haveno.protobuffer.TradeStatistics3} */ -proto.io.bisq.protobuffer.TradeStatistics3.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.TradeStatistics3.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -29043,28 +24250,28 @@ proto.io.bisq.protobuffer.TradeStatistics3.deserializeBinaryFromReader = functio var value = /** @type {number} */ (reader.readInt64()); msg.setDate(value); break; - case 8: + case 6: + var value = /** @type {string} */ (reader.readString()); + msg.setArbitrator(value); + break; + case 7: var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setHash(value); break; + case 8: + var value = /** @type {string} */ (reader.readString()); + msg.setMakerDepositTxId(value); + break; case 9: + var value = /** @type {string} */ (reader.readString()); + msg.setTakerDepositTxId(value); + break; + case 10: var value = msg.getExtraDataMap(); reader.readMessage(value, function(message, reader) { jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readString, null, "", ""); }); break; - case 100: - var value = /** @type {string} */ (reader.readString()); - msg.setArbitrator(value); - break; - case 101: - var value = /** @type {string} */ (reader.readString()); - msg.setMakerDepositTxId(value); - break; - case 102: - var value = /** @type {string} */ (reader.readString()); - msg.setTakerDepositTxId(value); - break; default: reader.skipField(); break; @@ -29078,9 +24285,9 @@ proto.io.bisq.protobuffer.TradeStatistics3.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.TradeStatistics3.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.TradeStatistics3.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.TradeStatistics3.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -29088,11 +24295,11 @@ proto.io.bisq.protobuffer.TradeStatistics3.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.TradeStatistics3} message + * @param {!proto.io.haveno.protobuffer.TradeStatistics3} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TradeStatistics3.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.TradeStatistics3.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCurrency(); if (f.length > 0) { @@ -29129,38 +24336,38 @@ proto.io.bisq.protobuffer.TradeStatistics3.serializeBinaryToWriter = function(me f ); } - f = message.getHash_asU8(); - if (f.length > 0) { - writer.writeBytes( - 8, - f - ); - } - f = message.getExtraDataMap(true); - if (f && f.getLength() > 0) { - f.serializeBinary(9, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeString); - } f = message.getArbitrator(); if (f.length > 0) { writer.writeString( - 100, + 6, + f + ); + } + f = message.getHash_asU8(); + if (f.length > 0) { + writer.writeBytes( + 7, f ); } f = message.getMakerDepositTxId(); if (f.length > 0) { writer.writeString( - 101, + 8, f ); } f = message.getTakerDepositTxId(); if (f.length > 0) { writer.writeString( - 102, + 9, f ); } + f = message.getExtraDataMap(true); + if (f && f.getLength() > 0) { + f.serializeBinary(10, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeString); + } }; @@ -29168,16 +24375,16 @@ proto.io.bisq.protobuffer.TradeStatistics3.serializeBinaryToWriter = function(me * optional string currency = 1; * @return {string} */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.getCurrency = function() { +proto.io.haveno.protobuffer.TradeStatistics3.prototype.getCurrency = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics3} returns this + * @return {!proto.io.haveno.protobuffer.TradeStatistics3} returns this */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.setCurrency = function(value) { +proto.io.haveno.protobuffer.TradeStatistics3.prototype.setCurrency = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -29186,16 +24393,16 @@ proto.io.bisq.protobuffer.TradeStatistics3.prototype.setCurrency = function(valu * optional int64 price = 2; * @return {number} */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.getPrice = function() { +proto.io.haveno.protobuffer.TradeStatistics3.prototype.getPrice = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics3} returns this + * @return {!proto.io.haveno.protobuffer.TradeStatistics3} returns this */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.setPrice = function(value) { +proto.io.haveno.protobuffer.TradeStatistics3.prototype.setPrice = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -29204,16 +24411,16 @@ proto.io.bisq.protobuffer.TradeStatistics3.prototype.setPrice = function(value) * optional int64 amount = 3; * @return {number} */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.getAmount = function() { +proto.io.haveno.protobuffer.TradeStatistics3.prototype.getAmount = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics3} returns this + * @return {!proto.io.haveno.protobuffer.TradeStatistics3} returns this */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.setAmount = function(value) { +proto.io.haveno.protobuffer.TradeStatistics3.prototype.setAmount = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -29222,16 +24429,16 @@ proto.io.bisq.protobuffer.TradeStatistics3.prototype.setAmount = function(value) * optional string payment_method = 4; * @return {string} */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.getPaymentMethod = function() { +proto.io.haveno.protobuffer.TradeStatistics3.prototype.getPaymentMethod = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics3} returns this + * @return {!proto.io.haveno.protobuffer.TradeStatistics3} returns this */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.setPaymentMethod = function(value) { +proto.io.haveno.protobuffer.TradeStatistics3.prototype.setPaymentMethod = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -29240,48 +24447,66 @@ proto.io.bisq.protobuffer.TradeStatistics3.prototype.setPaymentMethod = function * optional int64 date = 5; * @return {number} */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.getDate = function() { +proto.io.haveno.protobuffer.TradeStatistics3.prototype.getDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics3} returns this + * @return {!proto.io.haveno.protobuffer.TradeStatistics3} returns this */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.setDate = function(value) { +proto.io.haveno.protobuffer.TradeStatistics3.prototype.setDate = function(value) { return jspb.Message.setProto3IntField(this, 5, value); }; /** - * optional bytes hash = 8; - * @return {!(string|Uint8Array)} + * optional string arbitrator = 6; + * @return {string} */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.getHash = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 8, "")); +proto.io.haveno.protobuffer.TradeStatistics3.prototype.getArbitrator = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** - * optional bytes hash = 8; + * @param {string} value + * @return {!proto.io.haveno.protobuffer.TradeStatistics3} returns this + */ +proto.io.haveno.protobuffer.TradeStatistics3.prototype.setArbitrator = function(value) { + return jspb.Message.setProto3StringField(this, 6, value); +}; + + +/** + * optional bytes hash = 7; + * @return {!(string|Uint8Array)} + */ +proto.io.haveno.protobuffer.TradeStatistics3.prototype.getHash = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 7, "")); +}; + + +/** + * optional bytes hash = 7; * This is a type-conversion wrapper around `getHash()` * @return {string} */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.getHash_asB64 = function() { +proto.io.haveno.protobuffer.TradeStatistics3.prototype.getHash_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getHash())); }; /** - * optional bytes hash = 8; + * optional bytes hash = 7; * Note that Uint8Array is not supported on all browsers. * @see http://caniuse.com/Uint8Array * This is a type-conversion wrapper around `getHash()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.getHash_asU8 = function() { +proto.io.haveno.protobuffer.TradeStatistics3.prototype.getHash_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getHash())); }; @@ -29289,89 +24514,71 @@ proto.io.bisq.protobuffer.TradeStatistics3.prototype.getHash_asU8 = function() { /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics3} returns this + * @return {!proto.io.haveno.protobuffer.TradeStatistics3} returns this */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.setHash = function(value) { - return jspb.Message.setProto3BytesField(this, 8, value); +proto.io.haveno.protobuffer.TradeStatistics3.prototype.setHash = function(value) { + return jspb.Message.setProto3BytesField(this, 7, value); }; /** - * map extra_data = 9; + * optional string maker_deposit_tx_id = 8; + * @return {string} + */ +proto.io.haveno.protobuffer.TradeStatistics3.prototype.getMakerDepositTxId = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.TradeStatistics3} returns this + */ +proto.io.haveno.protobuffer.TradeStatistics3.prototype.setMakerDepositTxId = function(value) { + return jspb.Message.setProto3StringField(this, 8, value); +}; + + +/** + * optional string taker_deposit_tx_id = 9; + * @return {string} + */ +proto.io.haveno.protobuffer.TradeStatistics3.prototype.getTakerDepositTxId = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.TradeStatistics3} returns this + */ +proto.io.haveno.protobuffer.TradeStatistics3.prototype.setTakerDepositTxId = function(value) { + return jspb.Message.setProto3StringField(this, 9, value); +}; + + +/** + * map extra_data = 10; * @param {boolean=} opt_noLazyCreate Do not create the map if * empty, instead returning `undefined` * @return {!jspb.Map} */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.getExtraDataMap = function(opt_noLazyCreate) { +proto.io.haveno.protobuffer.TradeStatistics3.prototype.getExtraDataMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( - jspb.Message.getMapField(this, 9, opt_noLazyCreate, + jspb.Message.getMapField(this, 10, opt_noLazyCreate, null)); }; /** * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.TradeStatistics3} returns this + * @return {!proto.io.haveno.protobuffer.TradeStatistics3} returns this */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.clearExtraDataMap = function() { +proto.io.haveno.protobuffer.TradeStatistics3.prototype.clearExtraDataMap = function() { this.getExtraDataMap().clear(); return this;}; -/** - * optional string arbitrator = 100; - * @return {string} - */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.getArbitrator = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 100, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics3} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.setArbitrator = function(value) { - return jspb.Message.setProto3StringField(this, 100, value); -}; - - -/** - * optional string maker_deposit_tx_id = 101; - * @return {string} - */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.getMakerDepositTxId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 101, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics3} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.setMakerDepositTxId = function(value) { - return jspb.Message.setProto3StringField(this, 101, value); -}; - - -/** - * optional string taker_deposit_tx_id = 102; - * @return {string} - */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.getTakerDepositTxId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 102, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics3} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics3.prototype.setTakerDepositTxId = function(value) { - return jspb.Message.setProto3StringField(this, 102, value); -}; - - @@ -29388,8 +24595,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MailboxStoragePayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MailboxStoragePayload.toObject(opt_includeInstance, this); }; @@ -29398,13 +24605,13 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MailboxStoragePayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MailboxStoragePayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MailboxStoragePayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MailboxStoragePayload.toObject = function(includeInstance, msg) { var f, obj = { - prefixedSealedAndSignedMessage: (f = msg.getPrefixedSealedAndSignedMessage()) && proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.toObject(includeInstance, f), + prefixedSealedAndSignedMessage: (f = msg.getPrefixedSealedAndSignedMessage()) && proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.toObject(includeInstance, f), senderPubKeyForAddOperationBytes: msg.getSenderPubKeyForAddOperationBytes_asB64(), ownerPubKeyBytes: msg.getOwnerPubKeyBytes_asB64(), extraDataMap: (f = msg.getExtraDataMap()) ? f.toObject(includeInstance, undefined) : [] @@ -29421,23 +24628,23 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MailboxStoragePayload} + * @return {!proto.io.haveno.protobuffer.MailboxStoragePayload} */ -proto.io.bisq.protobuffer.MailboxStoragePayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MailboxStoragePayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MailboxStoragePayload; - return proto.io.bisq.protobuffer.MailboxStoragePayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MailboxStoragePayload; + return proto.io.haveno.protobuffer.MailboxStoragePayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MailboxStoragePayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MailboxStoragePayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MailboxStoragePayload} + * @return {!proto.io.haveno.protobuffer.MailboxStoragePayload} */ -proto.io.bisq.protobuffer.MailboxStoragePayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MailboxStoragePayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -29445,8 +24652,8 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.deserializeBinaryFromReader = fu var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.deserializeBinaryFromReader); msg.setPrefixedSealedAndSignedMessage(value); break; case 2: @@ -29476,9 +24683,9 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MailboxStoragePayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MailboxStoragePayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -29486,18 +24693,18 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MailboxStoragePayload} message + * @param {!proto.io.haveno.protobuffer.MailboxStoragePayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MailboxStoragePayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MailboxStoragePayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPrefixedSealedAndSignedMessage(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage.serializeBinaryToWriter ); } f = message.getSenderPubKeyForAddOperationBytes_asU8(); @@ -29523,28 +24730,28 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.serializeBinaryToWriter = functi /** * optional PrefixedSealedAndSignedMessage prefixed_sealed_and_signed_message = 1; - * @return {?proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage} + * @return {?proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage} */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.getPrefixedSealedAndSignedMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage, 1)); +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.getPrefixedSealedAndSignedMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.PrefixedSealedAndSignedMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.MailboxStoragePayload} returns this + * @param {?proto.io.haveno.protobuffer.PrefixedSealedAndSignedMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.MailboxStoragePayload} returns this */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.setPrefixedSealedAndSignedMessage = function(value) { +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.setPrefixedSealedAndSignedMessage = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.MailboxStoragePayload} returns this + * @return {!proto.io.haveno.protobuffer.MailboxStoragePayload} returns this */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.clearPrefixedSealedAndSignedMessage = function() { +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.clearPrefixedSealedAndSignedMessage = function() { return this.setPrefixedSealedAndSignedMessage(undefined); }; @@ -29553,7 +24760,7 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.clearPrefixedSealedAnd * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.hasPrefixedSealedAndSignedMessage = function() { +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.hasPrefixedSealedAndSignedMessage = function() { return jspb.Message.getField(this, 1) != null; }; @@ -29562,7 +24769,7 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.hasPrefixedSealedAndSi * optional bytes sender_pub_key_for_add_operation_bytes = 2; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.getSenderPubKeyForAddOperationBytes = function() { +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.getSenderPubKeyForAddOperationBytes = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; @@ -29572,7 +24779,7 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.getSenderPubKeyForAddO * This is a type-conversion wrapper around `getSenderPubKeyForAddOperationBytes()` * @return {string} */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.getSenderPubKeyForAddOperationBytes_asB64 = function() { +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.getSenderPubKeyForAddOperationBytes_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getSenderPubKeyForAddOperationBytes())); }; @@ -29585,7 +24792,7 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.getSenderPubKeyForAddO * This is a type-conversion wrapper around `getSenderPubKeyForAddOperationBytes()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.getSenderPubKeyForAddOperationBytes_asU8 = function() { +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.getSenderPubKeyForAddOperationBytes_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getSenderPubKeyForAddOperationBytes())); }; @@ -29593,9 +24800,9 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.getSenderPubKeyForAddO /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.MailboxStoragePayload} returns this + * @return {!proto.io.haveno.protobuffer.MailboxStoragePayload} returns this */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.setSenderPubKeyForAddOperationBytes = function(value) { +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.setSenderPubKeyForAddOperationBytes = function(value) { return jspb.Message.setProto3BytesField(this, 2, value); }; @@ -29604,7 +24811,7 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.setSenderPubKeyForAddO * optional bytes owner_pub_key_bytes = 3; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.getOwnerPubKeyBytes = function() { +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.getOwnerPubKeyBytes = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; @@ -29614,7 +24821,7 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.getOwnerPubKeyBytes = * This is a type-conversion wrapper around `getOwnerPubKeyBytes()` * @return {string} */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.getOwnerPubKeyBytes_asB64 = function() { +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.getOwnerPubKeyBytes_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getOwnerPubKeyBytes())); }; @@ -29627,7 +24834,7 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.getOwnerPubKeyBytes_as * This is a type-conversion wrapper around `getOwnerPubKeyBytes()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.getOwnerPubKeyBytes_asU8 = function() { +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.getOwnerPubKeyBytes_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getOwnerPubKeyBytes())); }; @@ -29635,9 +24842,9 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.getOwnerPubKeyBytes_as /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.MailboxStoragePayload} returns this + * @return {!proto.io.haveno.protobuffer.MailboxStoragePayload} returns this */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.setOwnerPubKeyBytes = function(value) { +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.setOwnerPubKeyBytes = function(value) { return jspb.Message.setProto3BytesField(this, 3, value); }; @@ -29648,7 +24855,7 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.setOwnerPubKeyBytes = * empty, instead returning `undefined` * @return {!jspb.Map} */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.getExtraDataMap = function(opt_noLazyCreate) { +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.getExtraDataMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( jspb.Message.getMapField(this, 4, opt_noLazyCreate, null)); @@ -29657,9 +24864,9 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.getExtraDataMap = func /** * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.MailboxStoragePayload} returns this + * @return {!proto.io.haveno.protobuffer.MailboxStoragePayload} returns this */ -proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.clearExtraDataMap = function() { +proto.io.haveno.protobuffer.MailboxStoragePayload.prototype.clearExtraDataMap = function() { this.getExtraDataMap().clear(); return this;}; @@ -29670,7 +24877,7 @@ proto.io.bisq.protobuffer.MailboxStoragePayload.prototype.clearExtraDataMap = fu * @private {!Array} * @const */ -proto.io.bisq.protobuffer.OfferPayload.repeatedFields_ = [17,19,1003]; +proto.io.haveno.protobuffer.OfferPayload.repeatedFields_ = [17,19,1003]; @@ -29687,8 +24894,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.OfferPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.OfferPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.OfferPayload.toObject(opt_includeInstance, this); }; @@ -29697,16 +24904,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.toObject = function(opt_include * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.OfferPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.OfferPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OfferPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.OfferPayload.toObject = function(includeInstance, msg) { var f, obj = { id: jspb.Message.getFieldWithDefault(msg, 1, ""), date: jspb.Message.getFieldWithDefault(msg, 2, 0), - ownerNodeAddress: (f = msg.getOwnerNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), + ownerNodeAddress: (f = msg.getOwnerNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.haveno.protobuffer.PubKeyRing.toObject(includeInstance, f), direction: jspb.Message.getFieldWithDefault(msg, 5, 0), price: jspb.Message.getFieldWithDefault(msg, 6, 0), marketPriceMarginPct: jspb.Message.getFloatingPointFieldWithDefault(msg, 7, 0.0), @@ -29717,7 +24924,7 @@ proto.io.bisq.protobuffer.OfferPayload.toObject = function(includeInstance, msg) counterCurrencyCode: jspb.Message.getFieldWithDefault(msg, 12, ""), paymentMethodId: jspb.Message.getFieldWithDefault(msg, 13, ""), makerPaymentAccountId: jspb.Message.getFieldWithDefault(msg, 14, ""), - offerFeePaymentTxId: jspb.Message.getFieldWithDefault(msg, 15, ""), + offerFeeTxId: jspb.Message.getFieldWithDefault(msg, 15, ""), countryCode: jspb.Message.getFieldWithDefault(msg, 16, ""), acceptedCountryCodesList: (f = jspb.Message.getRepeatedField(msg, 17)) == null ? undefined : f, bankId: jspb.Message.getFieldWithDefault(msg, 18, ""), @@ -29737,8 +24944,8 @@ proto.io.bisq.protobuffer.OfferPayload.toObject = function(includeInstance, msg) hashOfChallenge: jspb.Message.getFieldWithDefault(msg, 32, ""), extraDataMap: (f = msg.getExtraDataMap()) ? f.toObject(includeInstance, undefined) : [], protocolVersion: jspb.Message.getFieldWithDefault(msg, 34, 0), - arbitratorSigner: (f = msg.getArbitratorSigner()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - arbitratorSignature: jspb.Message.getFieldWithDefault(msg, 1002, ""), + arbitratorSigner: (f = msg.getArbitratorSigner()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + arbitratorSignature: msg.getArbitratorSignature_asB64(), reserveTxKeyImagesList: (f = jspb.Message.getRepeatedField(msg, 1003)) == null ? undefined : f }; @@ -29753,23 +24960,23 @@ proto.io.bisq.protobuffer.OfferPayload.toObject = function(includeInstance, msg) /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.OfferPayload} + * @return {!proto.io.haveno.protobuffer.OfferPayload} */ -proto.io.bisq.protobuffer.OfferPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.OfferPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.OfferPayload; - return proto.io.bisq.protobuffer.OfferPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.OfferPayload; + return proto.io.haveno.protobuffer.OfferPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.OfferPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.OfferPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.OfferPayload} + * @return {!proto.io.haveno.protobuffer.OfferPayload} */ -proto.io.bisq.protobuffer.OfferPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.OfferPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -29785,17 +24992,17 @@ proto.io.bisq.protobuffer.OfferPayload.deserializeBinaryFromReader = function(ms msg.setDate(value); break; case 3: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setOwnerNodeAddress(value); break; case 4: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PubKeyRing; + reader.readMessage(value,proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader); msg.setPubKeyRing(value); break; case 5: - var value = /** @type {!proto.io.bisq.protobuffer.OfferDirection} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.OfferDirection} */ (reader.readEnum()); msg.setDirection(value); break; case 6: @@ -29836,7 +25043,7 @@ proto.io.bisq.protobuffer.OfferPayload.deserializeBinaryFromReader = function(ms break; case 15: var value = /** @type {string} */ (reader.readString()); - msg.setOfferFeePaymentTxId(value); + msg.setOfferFeeTxId(value); break; case 16: var value = /** @type {string} */ (reader.readString()); @@ -29917,12 +25124,12 @@ proto.io.bisq.protobuffer.OfferPayload.deserializeBinaryFromReader = function(ms msg.setProtocolVersion(value); break; case 1001: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setArbitratorSigner(value); break; case 1002: - var value = /** @type {string} */ (reader.readString()); + var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setArbitratorSignature(value); break; case 1003: @@ -29942,9 +25149,9 @@ proto.io.bisq.protobuffer.OfferPayload.deserializeBinaryFromReader = function(ms * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.OfferPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.OfferPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -29952,11 +25159,11 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.OfferPayload} message + * @param {!proto.io.haveno.protobuffer.OfferPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OfferPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.OfferPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getId(); if (f.length > 0) { @@ -29977,7 +25184,7 @@ proto.io.bisq.protobuffer.OfferPayload.serializeBinaryToWriter = function(messag writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getPubKeyRing(); @@ -29985,7 +25192,7 @@ proto.io.bisq.protobuffer.OfferPayload.serializeBinaryToWriter = function(messag writer.writeMessage( 4, f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter + proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter ); } f = message.getDirection(); @@ -30058,7 +25265,7 @@ proto.io.bisq.protobuffer.OfferPayload.serializeBinaryToWriter = function(messag f ); } - f = message.getOfferFeePaymentTxId(); + f = message.getOfferFeeTxId(); if (f.length > 0) { writer.writeString( 15, @@ -30200,12 +25407,12 @@ proto.io.bisq.protobuffer.OfferPayload.serializeBinaryToWriter = function(messag writer.writeMessage( 1001, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } - f = message.getArbitratorSignature(); + f = message.getArbitratorSignature_asU8(); if (f.length > 0) { - writer.writeString( + writer.writeBytes( 1002, f ); @@ -30224,16 +25431,16 @@ proto.io.bisq.protobuffer.OfferPayload.serializeBinaryToWriter = function(messag * optional string id = 1; * @return {string} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getId = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setId = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -30242,44 +25449,44 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setId = function(value) { * optional int64 date = 2; * @return {number} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getDate = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setDate = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setDate = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; /** * optional NodeAddress owner_node_address = 3; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getOwnerNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 3)); +proto.io.haveno.protobuffer.OfferPayload.prototype.getOwnerNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setOwnerNodeAddress = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setOwnerNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 3, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.clearOwnerNodeAddress = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.clearOwnerNodeAddress = function() { return this.setOwnerNodeAddress(undefined); }; @@ -30288,35 +25495,35 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.clearOwnerNodeAddress = functio * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.hasOwnerNodeAddress = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.hasOwnerNodeAddress = function() { return jspb.Message.getField(this, 3) != null; }; /** * optional PubKeyRing pub_key_ring = 4; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} + * @return {?proto.io.haveno.protobuffer.PubKeyRing} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 4)); +proto.io.haveno.protobuffer.OfferPayload.prototype.getPubKeyRing = function() { + return /** @type{?proto.io.haveno.protobuffer.PubKeyRing} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PubKeyRing, 4)); }; /** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @param {?proto.io.haveno.protobuffer.PubKeyRing|undefined} value + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setPubKeyRing = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setPubKeyRing = function(value) { return jspb.Message.setWrapperField(this, 4, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.clearPubKeyRing = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.clearPubKeyRing = function() { return this.setPubKeyRing(undefined); }; @@ -30325,25 +25532,25 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.clearPubKeyRing = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.hasPubKeyRing = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.hasPubKeyRing = function() { return jspb.Message.getField(this, 4) != null; }; /** * optional OfferDirection direction = 5; - * @return {!proto.io.bisq.protobuffer.OfferDirection} + * @return {!proto.io.haveno.protobuffer.OfferDirection} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getDirection = function() { - return /** @type {!proto.io.bisq.protobuffer.OfferDirection} */ (jspb.Message.getFieldWithDefault(this, 5, 0)); +proto.io.haveno.protobuffer.OfferPayload.prototype.getDirection = function() { + return /** @type {!proto.io.haveno.protobuffer.OfferDirection} */ (jspb.Message.getFieldWithDefault(this, 5, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.OfferDirection} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @param {!proto.io.haveno.protobuffer.OfferDirection} value + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setDirection = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setDirection = function(value) { return jspb.Message.setProto3EnumField(this, 5, value); }; @@ -30352,16 +25559,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setDirection = function(value) * optional int64 price = 6; * @return {number} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getPrice = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getPrice = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setPrice = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setPrice = function(value) { return jspb.Message.setProto3IntField(this, 6, value); }; @@ -30370,16 +25577,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setPrice = function(value) { * optional double market_price_margin_pct = 7; * @return {number} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getMarketPriceMarginPct = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getMarketPriceMarginPct = function() { return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 7, 0.0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setMarketPriceMarginPct = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setMarketPriceMarginPct = function(value) { return jspb.Message.setProto3FloatField(this, 7, value); }; @@ -30388,16 +25595,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setMarketPriceMarginPct = funct * optional bool use_market_based_price = 8; * @return {boolean} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getUseMarketBasedPrice = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getUseMarketBasedPrice = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 8, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setUseMarketBasedPrice = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setUseMarketBasedPrice = function(value) { return jspb.Message.setProto3BooleanField(this, 8, value); }; @@ -30406,16 +25613,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setUseMarketBasedPrice = functi * optional int64 amount = 9; * @return {number} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getAmount = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getAmount = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setAmount = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setAmount = function(value) { return jspb.Message.setProto3IntField(this, 9, value); }; @@ -30424,16 +25631,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setAmount = function(value) { * optional int64 min_amount = 10; * @return {number} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getMinAmount = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getMinAmount = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setMinAmount = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setMinAmount = function(value) { return jspb.Message.setProto3IntField(this, 10, value); }; @@ -30442,16 +25649,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setMinAmount = function(value) * optional string base_currency_code = 11; * @return {string} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getBaseCurrencyCode = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getBaseCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setBaseCurrencyCode = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setBaseCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 11, value); }; @@ -30460,16 +25667,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setBaseCurrencyCode = function( * optional string counter_currency_code = 12; * @return {string} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getCounterCurrencyCode = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getCounterCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setCounterCurrencyCode = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setCounterCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 12, value); }; @@ -30478,16 +25685,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setCounterCurrencyCode = functi * optional string payment_method_id = 13; * @return {string} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getPaymentMethodId = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getPaymentMethodId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setPaymentMethodId = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setPaymentMethodId = function(value) { return jspb.Message.setProto3StringField(this, 13, value); }; @@ -30496,34 +25703,34 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setPaymentMethodId = function(v * optional string maker_payment_account_id = 14; * @return {string} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getMakerPaymentAccountId = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getMakerPaymentAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setMakerPaymentAccountId = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setMakerPaymentAccountId = function(value) { return jspb.Message.setProto3StringField(this, 14, value); }; /** - * optional string offer_fee_payment_tx_id = 15; + * optional string offer_fee_tx_id = 15; * @return {string} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getOfferFeePaymentTxId = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getOfferFeeTxId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setOfferFeePaymentTxId = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setOfferFeeTxId = function(value) { return jspb.Message.setProto3StringField(this, 15, value); }; @@ -30532,16 +25739,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setOfferFeePaymentTxId = functi * optional string country_code = 16; * @return {string} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getCountryCode = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getCountryCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setCountryCode = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setCountryCode = function(value) { return jspb.Message.setProto3StringField(this, 16, value); }; @@ -30550,16 +25757,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setCountryCode = function(value * repeated string accepted_country_codes = 17; * @return {!Array} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getAcceptedCountryCodesList = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getAcceptedCountryCodesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 17)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setAcceptedCountryCodesList = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setAcceptedCountryCodesList = function(value) { return jspb.Message.setField(this, 17, value || []); }; @@ -30567,18 +25774,18 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setAcceptedCountryCodesList = f /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.addAcceptedCountryCodes = function(value, opt_index) { +proto.io.haveno.protobuffer.OfferPayload.prototype.addAcceptedCountryCodes = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 17, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.clearAcceptedCountryCodesList = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.clearAcceptedCountryCodesList = function() { return this.setAcceptedCountryCodesList([]); }; @@ -30587,16 +25794,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.clearAcceptedCountryCodesList = * optional string bank_id = 18; * @return {string} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getBankId = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getBankId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setBankId = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setBankId = function(value) { return jspb.Message.setProto3StringField(this, 18, value); }; @@ -30605,16 +25812,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setBankId = function(value) { * repeated string accepted_bank_ids = 19; * @return {!Array} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getAcceptedBankIdsList = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getAcceptedBankIdsList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 19)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setAcceptedBankIdsList = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setAcceptedBankIdsList = function(value) { return jspb.Message.setField(this, 19, value || []); }; @@ -30622,18 +25829,18 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setAcceptedBankIdsList = functi /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.addAcceptedBankIds = function(value, opt_index) { +proto.io.haveno.protobuffer.OfferPayload.prototype.addAcceptedBankIds = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 19, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.clearAcceptedBankIdsList = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.clearAcceptedBankIdsList = function() { return this.setAcceptedBankIdsList([]); }; @@ -30642,16 +25849,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.clearAcceptedBankIdsList = func * optional string version_nr = 20; * @return {string} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getVersionNr = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getVersionNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setVersionNr = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setVersionNr = function(value) { return jspb.Message.setProto3StringField(this, 20, value); }; @@ -30660,16 +25867,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setVersionNr = function(value) * optional int64 block_height_at_offer_creation = 21; * @return {number} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getBlockHeightAtOfferCreation = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getBlockHeightAtOfferCreation = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 21, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setBlockHeightAtOfferCreation = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setBlockHeightAtOfferCreation = function(value) { return jspb.Message.setProto3IntField(this, 21, value); }; @@ -30678,16 +25885,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setBlockHeightAtOfferCreation = * optional int64 maker_fee = 22; * @return {number} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getMakerFee = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getMakerFee = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 22, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setMakerFee = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setMakerFee = function(value) { return jspb.Message.setProto3IntField(this, 22, value); }; @@ -30696,16 +25903,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setMakerFee = function(value) { * optional int64 buyer_security_deposit = 23; * @return {number} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getBuyerSecurityDeposit = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getBuyerSecurityDeposit = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 23, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setBuyerSecurityDeposit = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setBuyerSecurityDeposit = function(value) { return jspb.Message.setProto3IntField(this, 23, value); }; @@ -30714,16 +25921,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setBuyerSecurityDeposit = funct * optional int64 seller_security_deposit = 24; * @return {number} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getSellerSecurityDeposit = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getSellerSecurityDeposit = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 24, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setSellerSecurityDeposit = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setSellerSecurityDeposit = function(value) { return jspb.Message.setProto3IntField(this, 24, value); }; @@ -30732,16 +25939,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setSellerSecurityDeposit = func * optional int64 max_trade_limit = 25; * @return {number} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getMaxTradeLimit = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getMaxTradeLimit = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 25, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setMaxTradeLimit = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setMaxTradeLimit = function(value) { return jspb.Message.setProto3IntField(this, 25, value); }; @@ -30750,16 +25957,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setMaxTradeLimit = function(val * optional int64 max_trade_period = 26; * @return {number} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getMaxTradePeriod = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getMaxTradePeriod = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 26, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setMaxTradePeriod = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setMaxTradePeriod = function(value) { return jspb.Message.setProto3IntField(this, 26, value); }; @@ -30768,16 +25975,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setMaxTradePeriod = function(va * optional bool use_auto_close = 27; * @return {boolean} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getUseAutoClose = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getUseAutoClose = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 27, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setUseAutoClose = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setUseAutoClose = function(value) { return jspb.Message.setProto3BooleanField(this, 27, value); }; @@ -30786,16 +25993,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setUseAutoClose = function(valu * optional bool use_re_open_after_auto_close = 28; * @return {boolean} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getUseReOpenAfterAutoClose = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getUseReOpenAfterAutoClose = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 28, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setUseReOpenAfterAutoClose = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setUseReOpenAfterAutoClose = function(value) { return jspb.Message.setProto3BooleanField(this, 28, value); }; @@ -30804,16 +26011,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setUseReOpenAfterAutoClose = fu * optional int64 lower_close_price = 29; * @return {number} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getLowerClosePrice = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getLowerClosePrice = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 29, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setLowerClosePrice = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setLowerClosePrice = function(value) { return jspb.Message.setProto3IntField(this, 29, value); }; @@ -30822,16 +26029,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setLowerClosePrice = function(v * optional int64 upper_close_price = 30; * @return {number} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getUpperClosePrice = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getUpperClosePrice = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 30, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setUpperClosePrice = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setUpperClosePrice = function(value) { return jspb.Message.setProto3IntField(this, 30, value); }; @@ -30840,16 +26047,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setUpperClosePrice = function(v * optional bool is_private_offer = 31; * @return {boolean} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getIsPrivateOffer = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getIsPrivateOffer = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 31, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setIsPrivateOffer = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setIsPrivateOffer = function(value) { return jspb.Message.setProto3BooleanField(this, 31, value); }; @@ -30858,16 +26065,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setIsPrivateOffer = function(va * optional string hash_of_challenge = 32; * @return {string} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getHashOfChallenge = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getHashOfChallenge = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 32, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setHashOfChallenge = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setHashOfChallenge = function(value) { return jspb.Message.setProto3StringField(this, 32, value); }; @@ -30878,7 +26085,7 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setHashOfChallenge = function(v * empty, instead returning `undefined` * @return {!jspb.Map} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getExtraDataMap = function(opt_noLazyCreate) { +proto.io.haveno.protobuffer.OfferPayload.prototype.getExtraDataMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( jspb.Message.getMapField(this, 33, opt_noLazyCreate, null)); @@ -30887,9 +26094,9 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.getExtraDataMap = function(opt_ /** * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.clearExtraDataMap = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.clearExtraDataMap = function() { this.getExtraDataMap().clear(); return this;}; @@ -30898,44 +26105,44 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.clearExtraDataMap = function() * optional int32 protocol_version = 34; * @return {number} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getProtocolVersion = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getProtocolVersion = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 34, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setProtocolVersion = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setProtocolVersion = function(value) { return jspb.Message.setProto3IntField(this, 34, value); }; /** * optional NodeAddress arbitrator_signer = 1001; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getArbitratorSigner = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 1001)); +proto.io.haveno.protobuffer.OfferPayload.prototype.getArbitratorSigner = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 1001)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setArbitratorSigner = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setArbitratorSigner = function(value) { return jspb.Message.setWrapperField(this, 1001, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.clearArbitratorSigner = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.clearArbitratorSigner = function() { return this.setArbitratorSigner(undefined); }; @@ -30944,26 +26151,50 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.clearArbitratorSigner = functio * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.hasArbitratorSigner = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.hasArbitratorSigner = function() { return jspb.Message.getField(this, 1001) != null; }; /** - * optional string arbitrator_signature = 1002; - * @return {string} + * optional bytes arbitrator_signature = 1002; + * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getArbitratorSignature = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1002, "")); +proto.io.haveno.protobuffer.OfferPayload.prototype.getArbitratorSignature = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 1002, "")); }; /** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * optional bytes arbitrator_signature = 1002; + * This is a type-conversion wrapper around `getArbitratorSignature()` + * @return {string} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setArbitratorSignature = function(value) { - return jspb.Message.setProto3StringField(this, 1002, value); +proto.io.haveno.protobuffer.OfferPayload.prototype.getArbitratorSignature_asB64 = function() { + return /** @type {string} */ (jspb.Message.bytesAsB64( + this.getArbitratorSignature())); +}; + + +/** + * optional bytes arbitrator_signature = 1002; + * Note that Uint8Array is not supported on all browsers. + * @see http://caniuse.com/Uint8Array + * This is a type-conversion wrapper around `getArbitratorSignature()` + * @return {!Uint8Array} + */ +proto.io.haveno.protobuffer.OfferPayload.prototype.getArbitratorSignature_asU8 = function() { + return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( + this.getArbitratorSignature())); +}; + + +/** + * @param {!(string|Uint8Array)} value + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this + */ +proto.io.haveno.protobuffer.OfferPayload.prototype.setArbitratorSignature = function(value) { + return jspb.Message.setProto3BytesField(this, 1002, value); }; @@ -30971,16 +26202,16 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setArbitratorSignature = functi * repeated string reserve_tx_key_images = 1003; * @return {!Array} */ -proto.io.bisq.protobuffer.OfferPayload.prototype.getReserveTxKeyImagesList = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.getReserveTxKeyImagesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 1003)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.setReserveTxKeyImagesList = function(value) { +proto.io.haveno.protobuffer.OfferPayload.prototype.setReserveTxKeyImagesList = function(value) { return jspb.Message.setField(this, 1003, value || []); }; @@ -30988,18 +26219,18 @@ proto.io.bisq.protobuffer.OfferPayload.prototype.setReserveTxKeyImagesList = fun /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.addReserveTxKeyImages = function(value, opt_index) { +proto.io.haveno.protobuffer.OfferPayload.prototype.addReserveTxKeyImages = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 1003, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.OfferPayload} returns this + * @return {!proto.io.haveno.protobuffer.OfferPayload} returns this */ -proto.io.bisq.protobuffer.OfferPayload.prototype.clearReserveTxKeyImagesList = function() { +proto.io.haveno.protobuffer.OfferPayload.prototype.clearReserveTxKeyImagesList = function() { return this.setReserveTxKeyImagesList([]); }; @@ -31020,8 +26251,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AccountAgeWitness.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AccountAgeWitness.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AccountAgeWitness.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AccountAgeWitness.toObject(opt_includeInstance, this); }; @@ -31030,11 +26261,11 @@ proto.io.bisq.protobuffer.AccountAgeWitness.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AccountAgeWitness} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AccountAgeWitness} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AccountAgeWitness.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AccountAgeWitness.toObject = function(includeInstance, msg) { var f, obj = { hash: msg.getHash_asB64(), date: jspb.Message.getFieldWithDefault(msg, 2, 0) @@ -31051,23 +26282,23 @@ proto.io.bisq.protobuffer.AccountAgeWitness.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AccountAgeWitness} + * @return {!proto.io.haveno.protobuffer.AccountAgeWitness} */ -proto.io.bisq.protobuffer.AccountAgeWitness.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AccountAgeWitness.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AccountAgeWitness; - return proto.io.bisq.protobuffer.AccountAgeWitness.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AccountAgeWitness; + return proto.io.haveno.protobuffer.AccountAgeWitness.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AccountAgeWitness} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AccountAgeWitness} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AccountAgeWitness} + * @return {!proto.io.haveno.protobuffer.AccountAgeWitness} */ -proto.io.bisq.protobuffer.AccountAgeWitness.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AccountAgeWitness.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -31095,9 +26326,9 @@ proto.io.bisq.protobuffer.AccountAgeWitness.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AccountAgeWitness.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AccountAgeWitness.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AccountAgeWitness.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AccountAgeWitness.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -31105,11 +26336,11 @@ proto.io.bisq.protobuffer.AccountAgeWitness.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AccountAgeWitness} message + * @param {!proto.io.haveno.protobuffer.AccountAgeWitness} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AccountAgeWitness.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AccountAgeWitness.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHash_asU8(); if (f.length > 0) { @@ -31132,7 +26363,7 @@ proto.io.bisq.protobuffer.AccountAgeWitness.serializeBinaryToWriter = function(m * optional bytes hash = 1; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.AccountAgeWitness.prototype.getHash = function() { +proto.io.haveno.protobuffer.AccountAgeWitness.prototype.getHash = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; @@ -31142,7 +26373,7 @@ proto.io.bisq.protobuffer.AccountAgeWitness.prototype.getHash = function() { * This is a type-conversion wrapper around `getHash()` * @return {string} */ -proto.io.bisq.protobuffer.AccountAgeWitness.prototype.getHash_asB64 = function() { +proto.io.haveno.protobuffer.AccountAgeWitness.prototype.getHash_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getHash())); }; @@ -31155,7 +26386,7 @@ proto.io.bisq.protobuffer.AccountAgeWitness.prototype.getHash_asB64 = function() * This is a type-conversion wrapper around `getHash()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AccountAgeWitness.prototype.getHash_asU8 = function() { +proto.io.haveno.protobuffer.AccountAgeWitness.prototype.getHash_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getHash())); }; @@ -31163,9 +26394,9 @@ proto.io.bisq.protobuffer.AccountAgeWitness.prototype.getHash_asU8 = function() /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.AccountAgeWitness} returns this + * @return {!proto.io.haveno.protobuffer.AccountAgeWitness} returns this */ -proto.io.bisq.protobuffer.AccountAgeWitness.prototype.setHash = function(value) { +proto.io.haveno.protobuffer.AccountAgeWitness.prototype.setHash = function(value) { return jspb.Message.setProto3BytesField(this, 1, value); }; @@ -31174,16 +26405,16 @@ proto.io.bisq.protobuffer.AccountAgeWitness.prototype.setHash = function(value) * optional int64 date = 2; * @return {number} */ -proto.io.bisq.protobuffer.AccountAgeWitness.prototype.getDate = function() { +proto.io.haveno.protobuffer.AccountAgeWitness.prototype.getDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.AccountAgeWitness} returns this + * @return {!proto.io.haveno.protobuffer.AccountAgeWitness} returns this */ -proto.io.bisq.protobuffer.AccountAgeWitness.prototype.setDate = function(value) { +proto.io.haveno.protobuffer.AccountAgeWitness.prototype.setDate = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -31204,8 +26435,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SignedWitness.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SignedWitness.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SignedWitness.toObject(opt_includeInstance, this); }; @@ -31214,11 +26445,11 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.toObject = function(opt_includ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SignedWitness} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SignedWitness} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignedWitness.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SignedWitness.toObject = function(includeInstance, msg) { var f, obj = { verificationMethod: jspb.Message.getFieldWithDefault(msg, 1, 0), accountAgeWitnessHash: msg.getAccountAgeWitnessHash_asB64(), @@ -31240,23 +26471,23 @@ proto.io.bisq.protobuffer.SignedWitness.toObject = function(includeInstance, msg /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SignedWitness} + * @return {!proto.io.haveno.protobuffer.SignedWitness} */ -proto.io.bisq.protobuffer.SignedWitness.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SignedWitness.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SignedWitness; - return proto.io.bisq.protobuffer.SignedWitness.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SignedWitness; + return proto.io.haveno.protobuffer.SignedWitness.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SignedWitness} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SignedWitness} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SignedWitness} + * @return {!proto.io.haveno.protobuffer.SignedWitness} */ -proto.io.bisq.protobuffer.SignedWitness.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SignedWitness.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -31264,7 +26495,7 @@ proto.io.bisq.protobuffer.SignedWitness.deserializeBinaryFromReader = function(m var field = reader.getFieldNumber(); switch (field) { case 1: - var value = /** @type {!proto.io.bisq.protobuffer.SignedWitness.VerificationMethod} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.SignedWitness.VerificationMethod} */ (reader.readEnum()); msg.setVerificationMethod(value); break; case 2: @@ -31304,9 +26535,9 @@ proto.io.bisq.protobuffer.SignedWitness.deserializeBinaryFromReader = function(m * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SignedWitness.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SignedWitness.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SignedWitness.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -31314,11 +26545,11 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SignedWitness} message + * @param {!proto.io.haveno.protobuffer.SignedWitness} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignedWitness.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SignedWitness.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getVerificationMethod(); if (f !== 0.0) { @@ -31375,7 +26606,7 @@ proto.io.bisq.protobuffer.SignedWitness.serializeBinaryToWriter = function(messa /** * @enum {number} */ -proto.io.bisq.protobuffer.SignedWitness.VerificationMethod = { +proto.io.haveno.protobuffer.SignedWitness.VerificationMethod = { PB_ERROR: 0, ARBITRATOR: 1, TRADE: 2 @@ -31383,18 +26614,18 @@ proto.io.bisq.protobuffer.SignedWitness.VerificationMethod = { /** * optional VerificationMethod verification_method = 1; - * @return {!proto.io.bisq.protobuffer.SignedWitness.VerificationMethod} + * @return {!proto.io.haveno.protobuffer.SignedWitness.VerificationMethod} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.getVerificationMethod = function() { - return /** @type {!proto.io.bisq.protobuffer.SignedWitness.VerificationMethod} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); +proto.io.haveno.protobuffer.SignedWitness.prototype.getVerificationMethod = function() { + return /** @type {!proto.io.haveno.protobuffer.SignedWitness.VerificationMethod} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.SignedWitness.VerificationMethod} value - * @return {!proto.io.bisq.protobuffer.SignedWitness} returns this + * @param {!proto.io.haveno.protobuffer.SignedWitness.VerificationMethod} value + * @return {!proto.io.haveno.protobuffer.SignedWitness} returns this */ -proto.io.bisq.protobuffer.SignedWitness.prototype.setVerificationMethod = function(value) { +proto.io.haveno.protobuffer.SignedWitness.prototype.setVerificationMethod = function(value) { return jspb.Message.setProto3EnumField(this, 1, value); }; @@ -31403,7 +26634,7 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.setVerificationMethod = functi * optional bytes account_age_witness_hash = 2; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.getAccountAgeWitnessHash = function() { +proto.io.haveno.protobuffer.SignedWitness.prototype.getAccountAgeWitnessHash = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; @@ -31413,7 +26644,7 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.getAccountAgeWitnessHash = fun * This is a type-conversion wrapper around `getAccountAgeWitnessHash()` * @return {string} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.getAccountAgeWitnessHash_asB64 = function() { +proto.io.haveno.protobuffer.SignedWitness.prototype.getAccountAgeWitnessHash_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getAccountAgeWitnessHash())); }; @@ -31426,7 +26657,7 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.getAccountAgeWitnessHash_asB64 * This is a type-conversion wrapper around `getAccountAgeWitnessHash()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.getAccountAgeWitnessHash_asU8 = function() { +proto.io.haveno.protobuffer.SignedWitness.prototype.getAccountAgeWitnessHash_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getAccountAgeWitnessHash())); }; @@ -31434,9 +26665,9 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.getAccountAgeWitnessHash_asU8 /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.SignedWitness} returns this + * @return {!proto.io.haveno.protobuffer.SignedWitness} returns this */ -proto.io.bisq.protobuffer.SignedWitness.prototype.setAccountAgeWitnessHash = function(value) { +proto.io.haveno.protobuffer.SignedWitness.prototype.setAccountAgeWitnessHash = function(value) { return jspb.Message.setProto3BytesField(this, 2, value); }; @@ -31445,7 +26676,7 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.setAccountAgeWitnessHash = fun * optional bytes signature = 3; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.getSignature = function() { +proto.io.haveno.protobuffer.SignedWitness.prototype.getSignature = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; @@ -31455,7 +26686,7 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.getSignature = function() { * This is a type-conversion wrapper around `getSignature()` * @return {string} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.getSignature_asB64 = function() { +proto.io.haveno.protobuffer.SignedWitness.prototype.getSignature_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getSignature())); }; @@ -31468,7 +26699,7 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.getSignature_asB64 = function( * This is a type-conversion wrapper around `getSignature()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.getSignature_asU8 = function() { +proto.io.haveno.protobuffer.SignedWitness.prototype.getSignature_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getSignature())); }; @@ -31476,9 +26707,9 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.getSignature_asU8 = function() /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.SignedWitness} returns this + * @return {!proto.io.haveno.protobuffer.SignedWitness} returns this */ -proto.io.bisq.protobuffer.SignedWitness.prototype.setSignature = function(value) { +proto.io.haveno.protobuffer.SignedWitness.prototype.setSignature = function(value) { return jspb.Message.setProto3BytesField(this, 3, value); }; @@ -31487,7 +26718,7 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.setSignature = function(value) * optional bytes signer_pub_key = 4; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.getSignerPubKey = function() { +proto.io.haveno.protobuffer.SignedWitness.prototype.getSignerPubKey = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; @@ -31497,7 +26728,7 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.getSignerPubKey = function() { * This is a type-conversion wrapper around `getSignerPubKey()` * @return {string} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.getSignerPubKey_asB64 = function() { +proto.io.haveno.protobuffer.SignedWitness.prototype.getSignerPubKey_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getSignerPubKey())); }; @@ -31510,7 +26741,7 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.getSignerPubKey_asB64 = functi * This is a type-conversion wrapper around `getSignerPubKey()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.getSignerPubKey_asU8 = function() { +proto.io.haveno.protobuffer.SignedWitness.prototype.getSignerPubKey_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getSignerPubKey())); }; @@ -31518,9 +26749,9 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.getSignerPubKey_asU8 = functio /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.SignedWitness} returns this + * @return {!proto.io.haveno.protobuffer.SignedWitness} returns this */ -proto.io.bisq.protobuffer.SignedWitness.prototype.setSignerPubKey = function(value) { +proto.io.haveno.protobuffer.SignedWitness.prototype.setSignerPubKey = function(value) { return jspb.Message.setProto3BytesField(this, 4, value); }; @@ -31529,7 +26760,7 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.setSignerPubKey = function(val * optional bytes witness_owner_pub_key = 5; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.getWitnessOwnerPubKey = function() { +proto.io.haveno.protobuffer.SignedWitness.prototype.getWitnessOwnerPubKey = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; @@ -31539,7 +26770,7 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.getWitnessOwnerPubKey = functi * This is a type-conversion wrapper around `getWitnessOwnerPubKey()` * @return {string} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.getWitnessOwnerPubKey_asB64 = function() { +proto.io.haveno.protobuffer.SignedWitness.prototype.getWitnessOwnerPubKey_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getWitnessOwnerPubKey())); }; @@ -31552,7 +26783,7 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.getWitnessOwnerPubKey_asB64 = * This is a type-conversion wrapper around `getWitnessOwnerPubKey()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.getWitnessOwnerPubKey_asU8 = function() { +proto.io.haveno.protobuffer.SignedWitness.prototype.getWitnessOwnerPubKey_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getWitnessOwnerPubKey())); }; @@ -31560,9 +26791,9 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.getWitnessOwnerPubKey_asU8 = f /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.SignedWitness} returns this + * @return {!proto.io.haveno.protobuffer.SignedWitness} returns this */ -proto.io.bisq.protobuffer.SignedWitness.prototype.setWitnessOwnerPubKey = function(value) { +proto.io.haveno.protobuffer.SignedWitness.prototype.setWitnessOwnerPubKey = function(value) { return jspb.Message.setProto3BytesField(this, 5, value); }; @@ -31571,16 +26802,16 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.setWitnessOwnerPubKey = functi * optional int64 date = 6; * @return {number} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.getDate = function() { +proto.io.haveno.protobuffer.SignedWitness.prototype.getDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.SignedWitness} returns this + * @return {!proto.io.haveno.protobuffer.SignedWitness} returns this */ -proto.io.bisq.protobuffer.SignedWitness.prototype.setDate = function(value) { +proto.io.haveno.protobuffer.SignedWitness.prototype.setDate = function(value) { return jspb.Message.setProto3IntField(this, 6, value); }; @@ -31589,16 +26820,16 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.setDate = function(value) { * optional int64 trade_amount = 7; * @return {number} */ -proto.io.bisq.protobuffer.SignedWitness.prototype.getTradeAmount = function() { +proto.io.haveno.protobuffer.SignedWitness.prototype.getTradeAmount = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.SignedWitness} returns this + * @return {!proto.io.haveno.protobuffer.SignedWitness} returns this */ -proto.io.bisq.protobuffer.SignedWitness.prototype.setTradeAmount = function(value) { +proto.io.haveno.protobuffer.SignedWitness.prototype.setTradeAmount = function(value) { return jspb.Message.setProto3IntField(this, 7, value); }; @@ -31609,7 +26840,7 @@ proto.io.bisq.protobuffer.SignedWitness.prototype.setTradeAmount = function(valu * @private {!Array} * @const */ -proto.io.bisq.protobuffer.Dispute.repeatedFields_ = [23]; +proto.io.haveno.protobuffer.Dispute.repeatedFields_ = [23]; @@ -31626,8 +26857,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.Dispute.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Dispute.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.Dispute.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Dispute.toObject(opt_includeInstance, this); }; @@ -31636,11 +26867,11 @@ proto.io.bisq.protobuffer.Dispute.prototype.toObject = function(opt_includeInsta * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Dispute} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.Dispute} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Dispute.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.Dispute.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), id: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -31649,25 +26880,25 @@ proto.io.bisq.protobuffer.Dispute.toObject = function(includeInstance, msg) { disputeOpenerIsBuyer: jspb.Message.getBooleanFieldWithDefault(msg, 5, false), disputeOpenerIsMaker: jspb.Message.getBooleanFieldWithDefault(msg, 6, false), openingDate: jspb.Message.getFieldWithDefault(msg, 7, 0), - traderPubKeyRing: (f = msg.getTraderPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), + traderPubKeyRing: (f = msg.getTraderPubKeyRing()) && proto.io.haveno.protobuffer.PubKeyRing.toObject(includeInstance, f), tradeDate: jspb.Message.getFieldWithDefault(msg, 9, 0), - contract: (f = msg.getContract()) && proto.io.bisq.protobuffer.Contract.toObject(includeInstance, f), + contract: (f = msg.getContract()) && proto.io.haveno.protobuffer.Contract.toObject(includeInstance, f), contractHash: msg.getContractHash_asB64(), depositTxSerialized: msg.getDepositTxSerialized_asB64(), payoutTxSerialized: msg.getPayoutTxSerialized_asB64(), depositTxId: jspb.Message.getFieldWithDefault(msg, 14, ""), payoutTxId: jspb.Message.getFieldWithDefault(msg, 15, ""), contractAsJson: jspb.Message.getFieldWithDefault(msg, 16, ""), - makerContractSignature: jspb.Message.getFieldWithDefault(msg, 17, ""), - takerContractSignature: jspb.Message.getFieldWithDefault(msg, 18, ""), - makerPaymentAccountPayload: (f = msg.getMakerPaymentAccountPayload()) && proto.io.bisq.protobuffer.PaymentAccountPayload.toObject(includeInstance, f), - takerPaymentAccountPayload: (f = msg.getTakerPaymentAccountPayload()) && proto.io.bisq.protobuffer.PaymentAccountPayload.toObject(includeInstance, f), - agentPubKeyRing: (f = msg.getAgentPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), + makerContractSignature: msg.getMakerContractSignature_asB64(), + takerContractSignature: msg.getTakerContractSignature_asB64(), + makerPaymentAccountPayload: (f = msg.getMakerPaymentAccountPayload()) && proto.io.haveno.protobuffer.PaymentAccountPayload.toObject(includeInstance, f), + takerPaymentAccountPayload: (f = msg.getTakerPaymentAccountPayload()) && proto.io.haveno.protobuffer.PaymentAccountPayload.toObject(includeInstance, f), + agentPubKeyRing: (f = msg.getAgentPubKeyRing()) && proto.io.haveno.protobuffer.PubKeyRing.toObject(includeInstance, f), isSupportTicket: jspb.Message.getBooleanFieldWithDefault(msg, 22, false), chatMessageList: jspb.Message.toObjectList(msg.getChatMessageList(), - proto.io.bisq.protobuffer.ChatMessage.toObject, includeInstance), + proto.io.haveno.protobuffer.ChatMessage.toObject, includeInstance), isClosed: jspb.Message.getBooleanFieldWithDefault(msg, 24, false), - disputeResult: (f = msg.getDisputeResult()) && proto.io.bisq.protobuffer.DisputeResult.toObject(includeInstance, f), + disputeResult: (f = msg.getDisputeResult()) && proto.io.haveno.protobuffer.DisputeResult.toObject(includeInstance, f), disputePayoutTxId: jspb.Message.getFieldWithDefault(msg, 26, ""), supportType: jspb.Message.getFieldWithDefault(msg, 27, 0), mediatorsDisputeResult: jspb.Message.getFieldWithDefault(msg, 28, ""), @@ -31689,23 +26920,23 @@ proto.io.bisq.protobuffer.Dispute.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Dispute} + * @return {!proto.io.haveno.protobuffer.Dispute} */ -proto.io.bisq.protobuffer.Dispute.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Dispute.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Dispute; - return proto.io.bisq.protobuffer.Dispute.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Dispute; + return proto.io.haveno.protobuffer.Dispute.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Dispute} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Dispute} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Dispute} + * @return {!proto.io.haveno.protobuffer.Dispute} */ -proto.io.bisq.protobuffer.Dispute.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Dispute.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -31741,8 +26972,8 @@ proto.io.bisq.protobuffer.Dispute.deserializeBinaryFromReader = function(msg, re msg.setOpeningDate(value); break; case 8: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PubKeyRing; + reader.readMessage(value,proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader); msg.setTraderPubKeyRing(value); break; case 9: @@ -31750,8 +26981,8 @@ proto.io.bisq.protobuffer.Dispute.deserializeBinaryFromReader = function(msg, re msg.setTradeDate(value); break; case 10: - var value = new proto.io.bisq.protobuffer.Contract; - reader.readMessage(value,proto.io.bisq.protobuffer.Contract.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Contract; + reader.readMessage(value,proto.io.haveno.protobuffer.Contract.deserializeBinaryFromReader); msg.setContract(value); break; case 11: @@ -31779,26 +27010,26 @@ proto.io.bisq.protobuffer.Dispute.deserializeBinaryFromReader = function(msg, re msg.setContractAsJson(value); break; case 17: - var value = /** @type {string} */ (reader.readString()); + var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setMakerContractSignature(value); break; case 18: - var value = /** @type {string} */ (reader.readString()); + var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setTakerContractSignature(value); break; case 19: - var value = new proto.io.bisq.protobuffer.PaymentAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PaymentAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader); msg.setMakerPaymentAccountPayload(value); break; case 20: - var value = new proto.io.bisq.protobuffer.PaymentAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PaymentAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader); msg.setTakerPaymentAccountPayload(value); break; case 21: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PubKeyRing; + reader.readMessage(value,proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader); msg.setAgentPubKeyRing(value); break; case 22: @@ -31806,8 +27037,8 @@ proto.io.bisq.protobuffer.Dispute.deserializeBinaryFromReader = function(msg, re msg.setIsSupportTicket(value); break; case 23: - var value = new proto.io.bisq.protobuffer.ChatMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.ChatMessage.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.ChatMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.ChatMessage.deserializeBinaryFromReader); msg.addChatMessage(value); break; case 24: @@ -31815,8 +27046,8 @@ proto.io.bisq.protobuffer.Dispute.deserializeBinaryFromReader = function(msg, re msg.setIsClosed(value); break; case 25: - var value = new proto.io.bisq.protobuffer.DisputeResult; - reader.readMessage(value,proto.io.bisq.protobuffer.DisputeResult.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.DisputeResult; + reader.readMessage(value,proto.io.haveno.protobuffer.DisputeResult.deserializeBinaryFromReader); msg.setDisputeResult(value); break; case 26: @@ -31824,7 +27055,7 @@ proto.io.bisq.protobuffer.Dispute.deserializeBinaryFromReader = function(msg, re msg.setDisputePayoutTxId(value); break; case 27: - var value = /** @type {!proto.io.bisq.protobuffer.SupportType} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.SupportType} */ (reader.readEnum()); msg.setSupportType(value); break; case 28: @@ -31840,7 +27071,7 @@ proto.io.bisq.protobuffer.Dispute.deserializeBinaryFromReader = function(msg, re msg.setDonationAddressOfDelayedPayoutTx(value); break; case 31: - var value = /** @type {!proto.io.bisq.protobuffer.Dispute.State} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.Dispute.State} */ (reader.readEnum()); msg.setState(value); break; case 32: @@ -31866,9 +27097,9 @@ proto.io.bisq.protobuffer.Dispute.deserializeBinaryFromReader = function(msg, re * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Dispute.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Dispute.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Dispute.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Dispute.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -31876,11 +27107,11 @@ proto.io.bisq.protobuffer.Dispute.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Dispute} message + * @param {!proto.io.haveno.protobuffer.Dispute} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Dispute.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Dispute.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -31936,7 +27167,7 @@ proto.io.bisq.protobuffer.Dispute.serializeBinaryToWriter = function(message, wr writer.writeMessage( 8, f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter + proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter ); } f = message.getTradeDate(); @@ -31951,7 +27182,7 @@ proto.io.bisq.protobuffer.Dispute.serializeBinaryToWriter = function(message, wr writer.writeMessage( 10, f, - proto.io.bisq.protobuffer.Contract.serializeBinaryToWriter + proto.io.haveno.protobuffer.Contract.serializeBinaryToWriter ); } f = message.getContractHash_asU8(); @@ -31996,16 +27227,16 @@ proto.io.bisq.protobuffer.Dispute.serializeBinaryToWriter = function(message, wr f ); } - f = message.getMakerContractSignature(); + f = message.getMakerContractSignature_asU8(); if (f.length > 0) { - writer.writeString( + writer.writeBytes( 17, f ); } - f = message.getTakerContractSignature(); + f = message.getTakerContractSignature_asU8(); if (f.length > 0) { - writer.writeString( + writer.writeBytes( 18, f ); @@ -32015,7 +27246,7 @@ proto.io.bisq.protobuffer.Dispute.serializeBinaryToWriter = function(message, wr writer.writeMessage( 19, f, - proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentAccountPayload.serializeBinaryToWriter ); } f = message.getTakerPaymentAccountPayload(); @@ -32023,7 +27254,7 @@ proto.io.bisq.protobuffer.Dispute.serializeBinaryToWriter = function(message, wr writer.writeMessage( 20, f, - proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentAccountPayload.serializeBinaryToWriter ); } f = message.getAgentPubKeyRing(); @@ -32031,7 +27262,7 @@ proto.io.bisq.protobuffer.Dispute.serializeBinaryToWriter = function(message, wr writer.writeMessage( 21, f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter + proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter ); } f = message.getIsSupportTicket(); @@ -32046,7 +27277,7 @@ proto.io.bisq.protobuffer.Dispute.serializeBinaryToWriter = function(message, wr writer.writeRepeatedMessage( 23, f, - proto.io.bisq.protobuffer.ChatMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.ChatMessage.serializeBinaryToWriter ); } f = message.getIsClosed(); @@ -32061,7 +27292,7 @@ proto.io.bisq.protobuffer.Dispute.serializeBinaryToWriter = function(message, wr writer.writeMessage( 25, f, - proto.io.bisq.protobuffer.DisputeResult.serializeBinaryToWriter + proto.io.haveno.protobuffer.DisputeResult.serializeBinaryToWriter ); } f = message.getDisputePayoutTxId(); @@ -32123,7 +27354,7 @@ proto.io.bisq.protobuffer.Dispute.serializeBinaryToWriter = function(message, wr /** * @enum {number} */ -proto.io.bisq.protobuffer.Dispute.State = { +proto.io.haveno.protobuffer.Dispute.State = { NEEDS_UPGRADE: 0, NEW: 1, OPEN: 2, @@ -32135,16 +27366,16 @@ proto.io.bisq.protobuffer.Dispute.State = { * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.Dispute.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -32153,16 +27384,16 @@ proto.io.bisq.protobuffer.Dispute.prototype.setTradeId = function(value) { * optional string id = 2; * @return {string} */ -proto.io.bisq.protobuffer.Dispute.prototype.getId = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setId = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setId = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -32171,16 +27402,16 @@ proto.io.bisq.protobuffer.Dispute.prototype.setId = function(value) { * optional int32 trader_id = 3; * @return {number} */ -proto.io.bisq.protobuffer.Dispute.prototype.getTraderId = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getTraderId = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setTraderId = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setTraderId = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -32189,16 +27420,16 @@ proto.io.bisq.protobuffer.Dispute.prototype.setTraderId = function(value) { * optional bool is_opener = 4; * @return {boolean} */ -proto.io.bisq.protobuffer.Dispute.prototype.getIsOpener = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getIsOpener = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setIsOpener = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setIsOpener = function(value) { return jspb.Message.setProto3BooleanField(this, 4, value); }; @@ -32207,16 +27438,16 @@ proto.io.bisq.protobuffer.Dispute.prototype.setIsOpener = function(value) { * optional bool dispute_opener_is_buyer = 5; * @return {boolean} */ -proto.io.bisq.protobuffer.Dispute.prototype.getDisputeOpenerIsBuyer = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getDisputeOpenerIsBuyer = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setDisputeOpenerIsBuyer = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setDisputeOpenerIsBuyer = function(value) { return jspb.Message.setProto3BooleanField(this, 5, value); }; @@ -32225,16 +27456,16 @@ proto.io.bisq.protobuffer.Dispute.prototype.setDisputeOpenerIsBuyer = function(v * optional bool dispute_opener_is_maker = 6; * @return {boolean} */ -proto.io.bisq.protobuffer.Dispute.prototype.getDisputeOpenerIsMaker = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getDisputeOpenerIsMaker = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setDisputeOpenerIsMaker = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setDisputeOpenerIsMaker = function(value) { return jspb.Message.setProto3BooleanField(this, 6, value); }; @@ -32243,44 +27474,44 @@ proto.io.bisq.protobuffer.Dispute.prototype.setDisputeOpenerIsMaker = function(v * optional int64 opening_date = 7; * @return {number} */ -proto.io.bisq.protobuffer.Dispute.prototype.getOpeningDate = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getOpeningDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setOpeningDate = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setOpeningDate = function(value) { return jspb.Message.setProto3IntField(this, 7, value); }; /** * optional PubKeyRing trader_pub_key_ring = 8; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} + * @return {?proto.io.haveno.protobuffer.PubKeyRing} */ -proto.io.bisq.protobuffer.Dispute.prototype.getTraderPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 8)); +proto.io.haveno.protobuffer.Dispute.prototype.getTraderPubKeyRing = function() { + return /** @type{?proto.io.haveno.protobuffer.PubKeyRing} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PubKeyRing, 8)); }; /** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @param {?proto.io.haveno.protobuffer.PubKeyRing|undefined} value + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setTraderPubKeyRing = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setTraderPubKeyRing = function(value) { return jspb.Message.setWrapperField(this, 8, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.clearTraderPubKeyRing = function() { +proto.io.haveno.protobuffer.Dispute.prototype.clearTraderPubKeyRing = function() { return this.setTraderPubKeyRing(undefined); }; @@ -32289,7 +27520,7 @@ proto.io.bisq.protobuffer.Dispute.prototype.clearTraderPubKeyRing = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Dispute.prototype.hasTraderPubKeyRing = function() { +proto.io.haveno.protobuffer.Dispute.prototype.hasTraderPubKeyRing = function() { return jspb.Message.getField(this, 8) != null; }; @@ -32298,44 +27529,44 @@ proto.io.bisq.protobuffer.Dispute.prototype.hasTraderPubKeyRing = function() { * optional int64 trade_date = 9; * @return {number} */ -proto.io.bisq.protobuffer.Dispute.prototype.getTradeDate = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getTradeDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setTradeDate = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setTradeDate = function(value) { return jspb.Message.setProto3IntField(this, 9, value); }; /** * optional Contract contract = 10; - * @return {?proto.io.bisq.protobuffer.Contract} + * @return {?proto.io.haveno.protobuffer.Contract} */ -proto.io.bisq.protobuffer.Dispute.prototype.getContract = function() { - return /** @type{?proto.io.bisq.protobuffer.Contract} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Contract, 10)); +proto.io.haveno.protobuffer.Dispute.prototype.getContract = function() { + return /** @type{?proto.io.haveno.protobuffer.Contract} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Contract, 10)); }; /** - * @param {?proto.io.bisq.protobuffer.Contract|undefined} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @param {?proto.io.haveno.protobuffer.Contract|undefined} value + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setContract = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setContract = function(value) { return jspb.Message.setWrapperField(this, 10, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.clearContract = function() { +proto.io.haveno.protobuffer.Dispute.prototype.clearContract = function() { return this.setContract(undefined); }; @@ -32344,7 +27575,7 @@ proto.io.bisq.protobuffer.Dispute.prototype.clearContract = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Dispute.prototype.hasContract = function() { +proto.io.haveno.protobuffer.Dispute.prototype.hasContract = function() { return jspb.Message.getField(this, 10) != null; }; @@ -32353,7 +27584,7 @@ proto.io.bisq.protobuffer.Dispute.prototype.hasContract = function() { * optional bytes contract_hash = 11; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.Dispute.prototype.getContractHash = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getContractHash = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 11, "")); }; @@ -32363,7 +27594,7 @@ proto.io.bisq.protobuffer.Dispute.prototype.getContractHash = function() { * This is a type-conversion wrapper around `getContractHash()` * @return {string} */ -proto.io.bisq.protobuffer.Dispute.prototype.getContractHash_asB64 = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getContractHash_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getContractHash())); }; @@ -32376,7 +27607,7 @@ proto.io.bisq.protobuffer.Dispute.prototype.getContractHash_asB64 = function() { * This is a type-conversion wrapper around `getContractHash()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Dispute.prototype.getContractHash_asU8 = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getContractHash_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getContractHash())); }; @@ -32384,9 +27615,9 @@ proto.io.bisq.protobuffer.Dispute.prototype.getContractHash_asU8 = function() { /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setContractHash = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setContractHash = function(value) { return jspb.Message.setProto3BytesField(this, 11, value); }; @@ -32395,7 +27626,7 @@ proto.io.bisq.protobuffer.Dispute.prototype.setContractHash = function(value) { * optional bytes deposit_tx_serialized = 12; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.Dispute.prototype.getDepositTxSerialized = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getDepositTxSerialized = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 12, "")); }; @@ -32405,7 +27636,7 @@ proto.io.bisq.protobuffer.Dispute.prototype.getDepositTxSerialized = function() * This is a type-conversion wrapper around `getDepositTxSerialized()` * @return {string} */ -proto.io.bisq.protobuffer.Dispute.prototype.getDepositTxSerialized_asB64 = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getDepositTxSerialized_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getDepositTxSerialized())); }; @@ -32418,7 +27649,7 @@ proto.io.bisq.protobuffer.Dispute.prototype.getDepositTxSerialized_asB64 = funct * This is a type-conversion wrapper around `getDepositTxSerialized()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Dispute.prototype.getDepositTxSerialized_asU8 = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getDepositTxSerialized_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getDepositTxSerialized())); }; @@ -32426,9 +27657,9 @@ proto.io.bisq.protobuffer.Dispute.prototype.getDepositTxSerialized_asU8 = functi /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setDepositTxSerialized = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setDepositTxSerialized = function(value) { return jspb.Message.setProto3BytesField(this, 12, value); }; @@ -32437,7 +27668,7 @@ proto.io.bisq.protobuffer.Dispute.prototype.setDepositTxSerialized = function(va * optional bytes payout_tx_serialized = 13; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.Dispute.prototype.getPayoutTxSerialized = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getPayoutTxSerialized = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 13, "")); }; @@ -32447,7 +27678,7 @@ proto.io.bisq.protobuffer.Dispute.prototype.getPayoutTxSerialized = function() { * This is a type-conversion wrapper around `getPayoutTxSerialized()` * @return {string} */ -proto.io.bisq.protobuffer.Dispute.prototype.getPayoutTxSerialized_asB64 = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getPayoutTxSerialized_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getPayoutTxSerialized())); }; @@ -32460,7 +27691,7 @@ proto.io.bisq.protobuffer.Dispute.prototype.getPayoutTxSerialized_asB64 = functi * This is a type-conversion wrapper around `getPayoutTxSerialized()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Dispute.prototype.getPayoutTxSerialized_asU8 = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getPayoutTxSerialized_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getPayoutTxSerialized())); }; @@ -32468,9 +27699,9 @@ proto.io.bisq.protobuffer.Dispute.prototype.getPayoutTxSerialized_asU8 = functio /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setPayoutTxSerialized = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setPayoutTxSerialized = function(value) { return jspb.Message.setProto3BytesField(this, 13, value); }; @@ -32479,16 +27710,16 @@ proto.io.bisq.protobuffer.Dispute.prototype.setPayoutTxSerialized = function(val * optional string deposit_tx_id = 14; * @return {string} */ -proto.io.bisq.protobuffer.Dispute.prototype.getDepositTxId = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getDepositTxId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setDepositTxId = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setDepositTxId = function(value) { return jspb.Message.setProto3StringField(this, 14, value); }; @@ -32497,16 +27728,16 @@ proto.io.bisq.protobuffer.Dispute.prototype.setDepositTxId = function(value) { * optional string payout_tx_id = 15; * @return {string} */ -proto.io.bisq.protobuffer.Dispute.prototype.getPayoutTxId = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getPayoutTxId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setPayoutTxId = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setPayoutTxId = function(value) { return jspb.Message.setProto3StringField(this, 15, value); }; @@ -32515,80 +27746,128 @@ proto.io.bisq.protobuffer.Dispute.prototype.setPayoutTxId = function(value) { * optional string contract_as_json = 16; * @return {string} */ -proto.io.bisq.protobuffer.Dispute.prototype.getContractAsJson = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getContractAsJson = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setContractAsJson = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setContractAsJson = function(value) { return jspb.Message.setProto3StringField(this, 16, value); }; /** - * optional string maker_contract_signature = 17; + * optional bytes maker_contract_signature = 17; + * @return {!(string|Uint8Array)} + */ +proto.io.haveno.protobuffer.Dispute.prototype.getMakerContractSignature = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 17, "")); +}; + + +/** + * optional bytes maker_contract_signature = 17; + * This is a type-conversion wrapper around `getMakerContractSignature()` * @return {string} */ -proto.io.bisq.protobuffer.Dispute.prototype.getMakerContractSignature = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, "")); +proto.io.haveno.protobuffer.Dispute.prototype.getMakerContractSignature_asB64 = function() { + return /** @type {string} */ (jspb.Message.bytesAsB64( + this.getMakerContractSignature())); }; /** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * optional bytes maker_contract_signature = 17; + * Note that Uint8Array is not supported on all browsers. + * @see http://caniuse.com/Uint8Array + * This is a type-conversion wrapper around `getMakerContractSignature()` + * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Dispute.prototype.setMakerContractSignature = function(value) { - return jspb.Message.setProto3StringField(this, 17, value); +proto.io.haveno.protobuffer.Dispute.prototype.getMakerContractSignature_asU8 = function() { + return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( + this.getMakerContractSignature())); }; /** - * optional string taker_contract_signature = 18; + * @param {!(string|Uint8Array)} value + * @return {!proto.io.haveno.protobuffer.Dispute} returns this + */ +proto.io.haveno.protobuffer.Dispute.prototype.setMakerContractSignature = function(value) { + return jspb.Message.setProto3BytesField(this, 17, value); +}; + + +/** + * optional bytes taker_contract_signature = 18; + * @return {!(string|Uint8Array)} + */ +proto.io.haveno.protobuffer.Dispute.prototype.getTakerContractSignature = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 18, "")); +}; + + +/** + * optional bytes taker_contract_signature = 18; + * This is a type-conversion wrapper around `getTakerContractSignature()` * @return {string} */ -proto.io.bisq.protobuffer.Dispute.prototype.getTakerContractSignature = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, "")); +proto.io.haveno.protobuffer.Dispute.prototype.getTakerContractSignature_asB64 = function() { + return /** @type {string} */ (jspb.Message.bytesAsB64( + this.getTakerContractSignature())); }; /** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * optional bytes taker_contract_signature = 18; + * Note that Uint8Array is not supported on all browsers. + * @see http://caniuse.com/Uint8Array + * This is a type-conversion wrapper around `getTakerContractSignature()` + * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Dispute.prototype.setTakerContractSignature = function(value) { - return jspb.Message.setProto3StringField(this, 18, value); +proto.io.haveno.protobuffer.Dispute.prototype.getTakerContractSignature_asU8 = function() { + return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( + this.getTakerContractSignature())); +}; + + +/** + * @param {!(string|Uint8Array)} value + * @return {!proto.io.haveno.protobuffer.Dispute} returns this + */ +proto.io.haveno.protobuffer.Dispute.prototype.setTakerContractSignature = function(value) { + return jspb.Message.setProto3BytesField(this, 18, value); }; /** * optional PaymentAccountPayload maker_payment_account_payload = 19; - * @return {?proto.io.bisq.protobuffer.PaymentAccountPayload} + * @return {?proto.io.haveno.protobuffer.PaymentAccountPayload} */ -proto.io.bisq.protobuffer.Dispute.prototype.getMakerPaymentAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentAccountPayload, 19)); +proto.io.haveno.protobuffer.Dispute.prototype.getMakerPaymentAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaymentAccountPayload, 19)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setMakerPaymentAccountPayload = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setMakerPaymentAccountPayload = function(value) { return jspb.Message.setWrapperField(this, 19, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.clearMakerPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.Dispute.prototype.clearMakerPaymentAccountPayload = function() { return this.setMakerPaymentAccountPayload(undefined); }; @@ -32597,35 +27876,35 @@ proto.io.bisq.protobuffer.Dispute.prototype.clearMakerPaymentAccountPayload = fu * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Dispute.prototype.hasMakerPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.Dispute.prototype.hasMakerPaymentAccountPayload = function() { return jspb.Message.getField(this, 19) != null; }; /** * optional PaymentAccountPayload taker_payment_account_payload = 20; - * @return {?proto.io.bisq.protobuffer.PaymentAccountPayload} + * @return {?proto.io.haveno.protobuffer.PaymentAccountPayload} */ -proto.io.bisq.protobuffer.Dispute.prototype.getTakerPaymentAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentAccountPayload, 20)); +proto.io.haveno.protobuffer.Dispute.prototype.getTakerPaymentAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaymentAccountPayload, 20)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setTakerPaymentAccountPayload = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setTakerPaymentAccountPayload = function(value) { return jspb.Message.setWrapperField(this, 20, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.clearTakerPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.Dispute.prototype.clearTakerPaymentAccountPayload = function() { return this.setTakerPaymentAccountPayload(undefined); }; @@ -32634,35 +27913,35 @@ proto.io.bisq.protobuffer.Dispute.prototype.clearTakerPaymentAccountPayload = fu * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Dispute.prototype.hasTakerPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.Dispute.prototype.hasTakerPaymentAccountPayload = function() { return jspb.Message.getField(this, 20) != null; }; /** * optional PubKeyRing agent_pub_key_ring = 21; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} + * @return {?proto.io.haveno.protobuffer.PubKeyRing} */ -proto.io.bisq.protobuffer.Dispute.prototype.getAgentPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 21)); +proto.io.haveno.protobuffer.Dispute.prototype.getAgentPubKeyRing = function() { + return /** @type{?proto.io.haveno.protobuffer.PubKeyRing} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PubKeyRing, 21)); }; /** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @param {?proto.io.haveno.protobuffer.PubKeyRing|undefined} value + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setAgentPubKeyRing = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setAgentPubKeyRing = function(value) { return jspb.Message.setWrapperField(this, 21, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.clearAgentPubKeyRing = function() { +proto.io.haveno.protobuffer.Dispute.prototype.clearAgentPubKeyRing = function() { return this.setAgentPubKeyRing(undefined); }; @@ -32671,7 +27950,7 @@ proto.io.bisq.protobuffer.Dispute.prototype.clearAgentPubKeyRing = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Dispute.prototype.hasAgentPubKeyRing = function() { +proto.io.haveno.protobuffer.Dispute.prototype.hasAgentPubKeyRing = function() { return jspb.Message.getField(this, 21) != null; }; @@ -32680,54 +27959,54 @@ proto.io.bisq.protobuffer.Dispute.prototype.hasAgentPubKeyRing = function() { * optional bool is_support_ticket = 22; * @return {boolean} */ -proto.io.bisq.protobuffer.Dispute.prototype.getIsSupportTicket = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getIsSupportTicket = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 22, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setIsSupportTicket = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setIsSupportTicket = function(value) { return jspb.Message.setProto3BooleanField(this, 22, value); }; /** * repeated ChatMessage chat_message = 23; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.Dispute.prototype.getChatMessageList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.ChatMessage, 23)); +proto.io.haveno.protobuffer.Dispute.prototype.getChatMessageList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.ChatMessage, 23)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setChatMessageList = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setChatMessageList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 23, value); }; /** - * @param {!proto.io.bisq.protobuffer.ChatMessage=} opt_value + * @param {!proto.io.haveno.protobuffer.ChatMessage=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.ChatMessage} + * @return {!proto.io.haveno.protobuffer.ChatMessage} */ -proto.io.bisq.protobuffer.Dispute.prototype.addChatMessage = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 23, opt_value, proto.io.bisq.protobuffer.ChatMessage, opt_index); +proto.io.haveno.protobuffer.Dispute.prototype.addChatMessage = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 23, opt_value, proto.io.haveno.protobuffer.ChatMessage, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.clearChatMessageList = function() { +proto.io.haveno.protobuffer.Dispute.prototype.clearChatMessageList = function() { return this.setChatMessageList([]); }; @@ -32736,44 +28015,44 @@ proto.io.bisq.protobuffer.Dispute.prototype.clearChatMessageList = function() { * optional bool is_closed = 24; * @return {boolean} */ -proto.io.bisq.protobuffer.Dispute.prototype.getIsClosed = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getIsClosed = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 24, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setIsClosed = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setIsClosed = function(value) { return jspb.Message.setProto3BooleanField(this, 24, value); }; /** * optional DisputeResult dispute_result = 25; - * @return {?proto.io.bisq.protobuffer.DisputeResult} + * @return {?proto.io.haveno.protobuffer.DisputeResult} */ -proto.io.bisq.protobuffer.Dispute.prototype.getDisputeResult = function() { - return /** @type{?proto.io.bisq.protobuffer.DisputeResult} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.DisputeResult, 25)); +proto.io.haveno.protobuffer.Dispute.prototype.getDisputeResult = function() { + return /** @type{?proto.io.haveno.protobuffer.DisputeResult} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.DisputeResult, 25)); }; /** - * @param {?proto.io.bisq.protobuffer.DisputeResult|undefined} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @param {?proto.io.haveno.protobuffer.DisputeResult|undefined} value + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setDisputeResult = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setDisputeResult = function(value) { return jspb.Message.setWrapperField(this, 25, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.clearDisputeResult = function() { +proto.io.haveno.protobuffer.Dispute.prototype.clearDisputeResult = function() { return this.setDisputeResult(undefined); }; @@ -32782,7 +28061,7 @@ proto.io.bisq.protobuffer.Dispute.prototype.clearDisputeResult = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Dispute.prototype.hasDisputeResult = function() { +proto.io.haveno.protobuffer.Dispute.prototype.hasDisputeResult = function() { return jspb.Message.getField(this, 25) != null; }; @@ -32791,34 +28070,34 @@ proto.io.bisq.protobuffer.Dispute.prototype.hasDisputeResult = function() { * optional string dispute_payout_tx_id = 26; * @return {string} */ -proto.io.bisq.protobuffer.Dispute.prototype.getDisputePayoutTxId = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getDisputePayoutTxId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 26, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setDisputePayoutTxId = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setDisputePayoutTxId = function(value) { return jspb.Message.setProto3StringField(this, 26, value); }; /** * optional SupportType support_type = 27; - * @return {!proto.io.bisq.protobuffer.SupportType} + * @return {!proto.io.haveno.protobuffer.SupportType} */ -proto.io.bisq.protobuffer.Dispute.prototype.getSupportType = function() { - return /** @type {!proto.io.bisq.protobuffer.SupportType} */ (jspb.Message.getFieldWithDefault(this, 27, 0)); +proto.io.haveno.protobuffer.Dispute.prototype.getSupportType = function() { + return /** @type {!proto.io.haveno.protobuffer.SupportType} */ (jspb.Message.getFieldWithDefault(this, 27, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.SupportType} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @param {!proto.io.haveno.protobuffer.SupportType} value + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setSupportType = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setSupportType = function(value) { return jspb.Message.setProto3EnumField(this, 27, value); }; @@ -32827,16 +28106,16 @@ proto.io.bisq.protobuffer.Dispute.prototype.setSupportType = function(value) { * optional string mediators_dispute_result = 28; * @return {string} */ -proto.io.bisq.protobuffer.Dispute.prototype.getMediatorsDisputeResult = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getMediatorsDisputeResult = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 28, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setMediatorsDisputeResult = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setMediatorsDisputeResult = function(value) { return jspb.Message.setProto3StringField(this, 28, value); }; @@ -32845,16 +28124,16 @@ proto.io.bisq.protobuffer.Dispute.prototype.setMediatorsDisputeResult = function * optional string delayed_payout_tx_id = 29; * @return {string} */ -proto.io.bisq.protobuffer.Dispute.prototype.getDelayedPayoutTxId = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getDelayedPayoutTxId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 29, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setDelayedPayoutTxId = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setDelayedPayoutTxId = function(value) { return jspb.Message.setProto3StringField(this, 29, value); }; @@ -32863,34 +28142,34 @@ proto.io.bisq.protobuffer.Dispute.prototype.setDelayedPayoutTxId = function(valu * optional string donation_address_of_delayed_payout_tx = 30; * @return {string} */ -proto.io.bisq.protobuffer.Dispute.prototype.getDonationAddressOfDelayedPayoutTx = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getDonationAddressOfDelayedPayoutTx = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 30, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setDonationAddressOfDelayedPayoutTx = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setDonationAddressOfDelayedPayoutTx = function(value) { return jspb.Message.setProto3StringField(this, 30, value); }; /** * optional State state = 31; - * @return {!proto.io.bisq.protobuffer.Dispute.State} + * @return {!proto.io.haveno.protobuffer.Dispute.State} */ -proto.io.bisq.protobuffer.Dispute.prototype.getState = function() { - return /** @type {!proto.io.bisq.protobuffer.Dispute.State} */ (jspb.Message.getFieldWithDefault(this, 31, 0)); +proto.io.haveno.protobuffer.Dispute.prototype.getState = function() { + return /** @type {!proto.io.haveno.protobuffer.Dispute.State} */ (jspb.Message.getFieldWithDefault(this, 31, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.Dispute.State} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @param {!proto.io.haveno.protobuffer.Dispute.State} value + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setState = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setState = function(value) { return jspb.Message.setProto3EnumField(this, 31, value); }; @@ -32899,16 +28178,16 @@ proto.io.bisq.protobuffer.Dispute.prototype.setState = function(value) { * optional int64 trade_period_end = 32; * @return {number} */ -proto.io.bisq.protobuffer.Dispute.prototype.getTradePeriodEnd = function() { +proto.io.haveno.protobuffer.Dispute.prototype.getTradePeriodEnd = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 32, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.setTradePeriodEnd = function(value) { +proto.io.haveno.protobuffer.Dispute.prototype.setTradePeriodEnd = function(value) { return jspb.Message.setProto3IntField(this, 32, value); }; @@ -32919,7 +28198,7 @@ proto.io.bisq.protobuffer.Dispute.prototype.setTradePeriodEnd = function(value) * empty, instead returning `undefined` * @return {!jspb.Map} */ -proto.io.bisq.protobuffer.Dispute.prototype.getExtraDataMap = function(opt_noLazyCreate) { +proto.io.haveno.protobuffer.Dispute.prototype.getExtraDataMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( jspb.Message.getMapField(this, 33, opt_noLazyCreate, null)); @@ -32928,9 +28207,9 @@ proto.io.bisq.protobuffer.Dispute.prototype.getExtraDataMap = function(opt_noLaz /** * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.Dispute} returns this + * @return {!proto.io.haveno.protobuffer.Dispute} returns this */ -proto.io.bisq.protobuffer.Dispute.prototype.clearExtraDataMap = function() { +proto.io.haveno.protobuffer.Dispute.prototype.clearExtraDataMap = function() { this.getExtraDataMap().clear(); return this;}; @@ -32951,8 +28230,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.Attachment.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Attachment.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.Attachment.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Attachment.toObject(opt_includeInstance, this); }; @@ -32961,11 +28240,11 @@ proto.io.bisq.protobuffer.Attachment.prototype.toObject = function(opt_includeIn * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Attachment} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.Attachment} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Attachment.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.Attachment.toObject = function(includeInstance, msg) { var f, obj = { fileName: jspb.Message.getFieldWithDefault(msg, 1, ""), bytes: msg.getBytes_asB64() @@ -32982,23 +28261,23 @@ proto.io.bisq.protobuffer.Attachment.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Attachment} + * @return {!proto.io.haveno.protobuffer.Attachment} */ -proto.io.bisq.protobuffer.Attachment.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Attachment.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Attachment; - return proto.io.bisq.protobuffer.Attachment.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Attachment; + return proto.io.haveno.protobuffer.Attachment.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Attachment} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Attachment} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Attachment} + * @return {!proto.io.haveno.protobuffer.Attachment} */ -proto.io.bisq.protobuffer.Attachment.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Attachment.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -33026,9 +28305,9 @@ proto.io.bisq.protobuffer.Attachment.deserializeBinaryFromReader = function(msg, * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Attachment.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Attachment.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Attachment.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Attachment.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -33036,11 +28315,11 @@ proto.io.bisq.protobuffer.Attachment.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Attachment} message + * @param {!proto.io.haveno.protobuffer.Attachment} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Attachment.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Attachment.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getFileName(); if (f.length > 0) { @@ -33063,16 +28342,16 @@ proto.io.bisq.protobuffer.Attachment.serializeBinaryToWriter = function(message, * optional string file_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.Attachment.prototype.getFileName = function() { +proto.io.haveno.protobuffer.Attachment.prototype.getFileName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Attachment} returns this + * @return {!proto.io.haveno.protobuffer.Attachment} returns this */ -proto.io.bisq.protobuffer.Attachment.prototype.setFileName = function(value) { +proto.io.haveno.protobuffer.Attachment.prototype.setFileName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -33081,7 +28360,7 @@ proto.io.bisq.protobuffer.Attachment.prototype.setFileName = function(value) { * optional bytes bytes = 2; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.Attachment.prototype.getBytes = function() { +proto.io.haveno.protobuffer.Attachment.prototype.getBytes = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; @@ -33091,7 +28370,7 @@ proto.io.bisq.protobuffer.Attachment.prototype.getBytes = function() { * This is a type-conversion wrapper around `getBytes()` * @return {string} */ -proto.io.bisq.protobuffer.Attachment.prototype.getBytes_asB64 = function() { +proto.io.haveno.protobuffer.Attachment.prototype.getBytes_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getBytes())); }; @@ -33104,7 +28383,7 @@ proto.io.bisq.protobuffer.Attachment.prototype.getBytes_asB64 = function() { * This is a type-conversion wrapper around `getBytes()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Attachment.prototype.getBytes_asU8 = function() { +proto.io.haveno.protobuffer.Attachment.prototype.getBytes_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getBytes())); }; @@ -33112,9 +28391,9 @@ proto.io.bisq.protobuffer.Attachment.prototype.getBytes_asU8 = function() { /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.Attachment} returns this + * @return {!proto.io.haveno.protobuffer.Attachment} returns this */ -proto.io.bisq.protobuffer.Attachment.prototype.setBytes = function(value) { +proto.io.haveno.protobuffer.Attachment.prototype.setBytes = function(value) { return jspb.Message.setProto3BytesField(this, 2, value); }; @@ -33135,8 +28414,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.DisputeResult.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.DisputeResult.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.DisputeResult.toObject(opt_includeInstance, this); }; @@ -33145,11 +28424,11 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.toObject = function(opt_includ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.DisputeResult} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.DisputeResult} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DisputeResult.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.DisputeResult.toObject = function(includeInstance, msg) { var f, obj = { tradeId: jspb.Message.getFieldWithDefault(msg, 1, ""), traderId: jspb.Message.getFieldWithDefault(msg, 2, 0), @@ -33159,7 +28438,7 @@ proto.io.bisq.protobuffer.DisputeResult.toObject = function(includeInstance, msg idVerification: jspb.Message.getBooleanFieldWithDefault(msg, 6, false), screenCast: jspb.Message.getBooleanFieldWithDefault(msg, 7, false), summaryNotes: jspb.Message.getFieldWithDefault(msg, 8, ""), - chatMessage: (f = msg.getChatMessage()) && proto.io.bisq.protobuffer.ChatMessage.toObject(includeInstance, f), + chatMessage: (f = msg.getChatMessage()) && proto.io.haveno.protobuffer.ChatMessage.toObject(includeInstance, f), arbitratorSignature: msg.getArbitratorSignature_asB64(), buyerPayoutAmount: jspb.Message.getFieldWithDefault(msg, 11, 0), sellerPayoutAmount: jspb.Message.getFieldWithDefault(msg, 12, 0), @@ -33179,23 +28458,23 @@ proto.io.bisq.protobuffer.DisputeResult.toObject = function(includeInstance, msg /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.DisputeResult} + * @return {!proto.io.haveno.protobuffer.DisputeResult} */ -proto.io.bisq.protobuffer.DisputeResult.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.DisputeResult.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.DisputeResult; - return proto.io.bisq.protobuffer.DisputeResult.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.DisputeResult; + return proto.io.haveno.protobuffer.DisputeResult.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.DisputeResult} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.DisputeResult} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.DisputeResult} + * @return {!proto.io.haveno.protobuffer.DisputeResult} */ -proto.io.bisq.protobuffer.DisputeResult.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.DisputeResult.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -33211,7 +28490,7 @@ proto.io.bisq.protobuffer.DisputeResult.deserializeBinaryFromReader = function(m msg.setTraderId(value); break; case 3: - var value = /** @type {!proto.io.bisq.protobuffer.DisputeResult.Winner} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.DisputeResult.Winner} */ (reader.readEnum()); msg.setWinner(value); break; case 4: @@ -33235,8 +28514,8 @@ proto.io.bisq.protobuffer.DisputeResult.deserializeBinaryFromReader = function(m msg.setSummaryNotes(value); break; case 9: - var value = new proto.io.bisq.protobuffer.ChatMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.ChatMessage.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.ChatMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.ChatMessage.deserializeBinaryFromReader); msg.setChatMessage(value); break; case 10: @@ -33276,9 +28555,9 @@ proto.io.bisq.protobuffer.DisputeResult.deserializeBinaryFromReader = function(m * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.DisputeResult.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.DisputeResult.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -33286,11 +28565,11 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.DisputeResult} message + * @param {!proto.io.haveno.protobuffer.DisputeResult} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DisputeResult.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.DisputeResult.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradeId(); if (f.length > 0) { @@ -33353,7 +28632,7 @@ proto.io.bisq.protobuffer.DisputeResult.serializeBinaryToWriter = function(messa writer.writeMessage( 9, f, - proto.io.bisq.protobuffer.ChatMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.ChatMessage.serializeBinaryToWriter ); } f = message.getArbitratorSignature_asU8(); @@ -33404,7 +28683,7 @@ proto.io.bisq.protobuffer.DisputeResult.serializeBinaryToWriter = function(messa /** * @enum {number} */ -proto.io.bisq.protobuffer.DisputeResult.Winner = { +proto.io.haveno.protobuffer.DisputeResult.Winner = { PB_ERROR_WINNER: 0, BUYER: 1, SELLER: 2 @@ -33413,7 +28692,7 @@ proto.io.bisq.protobuffer.DisputeResult.Winner = { /** * @enum {number} */ -proto.io.bisq.protobuffer.DisputeResult.Reason = { +proto.io.haveno.protobuffer.DisputeResult.Reason = { PB_ERROR_REASON: 0, OTHER: 1, BUG: 2, @@ -33433,16 +28712,16 @@ proto.io.bisq.protobuffer.DisputeResult.Reason = { * optional string trade_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getTradeId = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getTradeId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.setTradeId = function(value) { +proto.io.haveno.protobuffer.DisputeResult.prototype.setTradeId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -33451,34 +28730,34 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.setTradeId = function(value) { * optional int32 trader_id = 2; * @return {number} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getTraderId = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getTraderId = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.setTraderId = function(value) { +proto.io.haveno.protobuffer.DisputeResult.prototype.setTraderId = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; /** * optional Winner winner = 3; - * @return {!proto.io.bisq.protobuffer.DisputeResult.Winner} + * @return {!proto.io.haveno.protobuffer.DisputeResult.Winner} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getWinner = function() { - return /** @type {!proto.io.bisq.protobuffer.DisputeResult.Winner} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); +proto.io.haveno.protobuffer.DisputeResult.prototype.getWinner = function() { + return /** @type {!proto.io.haveno.protobuffer.DisputeResult.Winner} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.DisputeResult.Winner} value - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @param {!proto.io.haveno.protobuffer.DisputeResult.Winner} value + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.setWinner = function(value) { +proto.io.haveno.protobuffer.DisputeResult.prototype.setWinner = function(value) { return jspb.Message.setProto3EnumField(this, 3, value); }; @@ -33487,16 +28766,16 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.setWinner = function(value) { * optional int32 reason_ordinal = 4; * @return {number} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getReasonOrdinal = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getReasonOrdinal = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.setReasonOrdinal = function(value) { +proto.io.haveno.protobuffer.DisputeResult.prototype.setReasonOrdinal = function(value) { return jspb.Message.setProto3IntField(this, 4, value); }; @@ -33505,16 +28784,16 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.setReasonOrdinal = function(va * optional bool tamper_proof_evidence = 5; * @return {boolean} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getTamperProofEvidence = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getTamperProofEvidence = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.setTamperProofEvidence = function(value) { +proto.io.haveno.protobuffer.DisputeResult.prototype.setTamperProofEvidence = function(value) { return jspb.Message.setProto3BooleanField(this, 5, value); }; @@ -33523,16 +28802,16 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.setTamperProofEvidence = funct * optional bool id_verification = 6; * @return {boolean} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getIdVerification = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getIdVerification = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.setIdVerification = function(value) { +proto.io.haveno.protobuffer.DisputeResult.prototype.setIdVerification = function(value) { return jspb.Message.setProto3BooleanField(this, 6, value); }; @@ -33541,16 +28820,16 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.setIdVerification = function(v * optional bool screen_cast = 7; * @return {boolean} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getScreenCast = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getScreenCast = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 7, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.setScreenCast = function(value) { +proto.io.haveno.protobuffer.DisputeResult.prototype.setScreenCast = function(value) { return jspb.Message.setProto3BooleanField(this, 7, value); }; @@ -33559,44 +28838,44 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.setScreenCast = function(value * optional string summary_notes = 8; * @return {string} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getSummaryNotes = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getSummaryNotes = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.setSummaryNotes = function(value) { +proto.io.haveno.protobuffer.DisputeResult.prototype.setSummaryNotes = function(value) { return jspb.Message.setProto3StringField(this, 8, value); }; /** * optional ChatMessage chat_message = 9; - * @return {?proto.io.bisq.protobuffer.ChatMessage} + * @return {?proto.io.haveno.protobuffer.ChatMessage} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getChatMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.ChatMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ChatMessage, 9)); +proto.io.haveno.protobuffer.DisputeResult.prototype.getChatMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.ChatMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ChatMessage, 9)); }; /** - * @param {?proto.io.bisq.protobuffer.ChatMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @param {?proto.io.haveno.protobuffer.ChatMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.setChatMessage = function(value) { +proto.io.haveno.protobuffer.DisputeResult.prototype.setChatMessage = function(value) { return jspb.Message.setWrapperField(this, 9, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.clearChatMessage = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.clearChatMessage = function() { return this.setChatMessage(undefined); }; @@ -33605,7 +28884,7 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.clearChatMessage = function() * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.hasChatMessage = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.hasChatMessage = function() { return jspb.Message.getField(this, 9) != null; }; @@ -33614,7 +28893,7 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.hasChatMessage = function() { * optional bytes arbitrator_signature = 10; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getArbitratorSignature = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getArbitratorSignature = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 10, "")); }; @@ -33624,7 +28903,7 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.getArbitratorSignature = funct * This is a type-conversion wrapper around `getArbitratorSignature()` * @return {string} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getArbitratorSignature_asB64 = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getArbitratorSignature_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getArbitratorSignature())); }; @@ -33637,7 +28916,7 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.getArbitratorSignature_asB64 = * This is a type-conversion wrapper around `getArbitratorSignature()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getArbitratorSignature_asU8 = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getArbitratorSignature_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getArbitratorSignature())); }; @@ -33645,9 +28924,9 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.getArbitratorSignature_asU8 = /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.setArbitratorSignature = function(value) { +proto.io.haveno.protobuffer.DisputeResult.prototype.setArbitratorSignature = function(value) { return jspb.Message.setProto3BytesField(this, 10, value); }; @@ -33656,16 +28935,16 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.setArbitratorSignature = funct * optional int64 buyer_payout_amount = 11; * @return {number} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getBuyerPayoutAmount = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getBuyerPayoutAmount = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 11, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.setBuyerPayoutAmount = function(value) { +proto.io.haveno.protobuffer.DisputeResult.prototype.setBuyerPayoutAmount = function(value) { return jspb.Message.setProto3IntField(this, 11, value); }; @@ -33674,16 +28953,16 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.setBuyerPayoutAmount = functio * optional int64 seller_payout_amount = 12; * @return {number} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getSellerPayoutAmount = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getSellerPayoutAmount = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 12, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.setSellerPayoutAmount = function(value) { +proto.io.haveno.protobuffer.DisputeResult.prototype.setSellerPayoutAmount = function(value) { return jspb.Message.setProto3IntField(this, 12, value); }; @@ -33692,7 +28971,7 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.setSellerPayoutAmount = functi * optional bytes arbitrator_pub_key = 13; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getArbitratorPubKey = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getArbitratorPubKey = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 13, "")); }; @@ -33702,7 +28981,7 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.getArbitratorPubKey = function * This is a type-conversion wrapper around `getArbitratorPubKey()` * @return {string} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getArbitratorPubKey_asB64 = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getArbitratorPubKey_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getArbitratorPubKey())); }; @@ -33715,7 +28994,7 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.getArbitratorPubKey_asB64 = fu * This is a type-conversion wrapper around `getArbitratorPubKey()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getArbitratorPubKey_asU8 = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getArbitratorPubKey_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getArbitratorPubKey())); }; @@ -33723,9 +29002,9 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.getArbitratorPubKey_asU8 = fun /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.setArbitratorPubKey = function(value) { +proto.io.haveno.protobuffer.DisputeResult.prototype.setArbitratorPubKey = function(value) { return jspb.Message.setProto3BytesField(this, 13, value); }; @@ -33734,16 +29013,16 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.setArbitratorPubKey = function * optional int64 close_date = 14; * @return {number} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getCloseDate = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getCloseDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 14, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.setCloseDate = function(value) { +proto.io.haveno.protobuffer.DisputeResult.prototype.setCloseDate = function(value) { return jspb.Message.setProto3IntField(this, 14, value); }; @@ -33752,16 +29031,16 @@ proto.io.bisq.protobuffer.DisputeResult.prototype.setCloseDate = function(value) * optional bool is_loser_publisher = 15; * @return {boolean} */ -proto.io.bisq.protobuffer.DisputeResult.prototype.getIsLoserPublisher = function() { +proto.io.haveno.protobuffer.DisputeResult.prototype.getIsLoserPublisher = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 15, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.DisputeResult} returns this + * @return {!proto.io.haveno.protobuffer.DisputeResult} returns this */ -proto.io.bisq.protobuffer.DisputeResult.prototype.setIsLoserPublisher = function(value) { +proto.io.haveno.protobuffer.DisputeResult.prototype.setIsLoserPublisher = function(value) { return jspb.Message.setProto3BooleanField(this, 15, value); }; @@ -33782,8 +29061,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.Contract.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Contract.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.Contract.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Contract.toObject(opt_includeInstance, this); }; @@ -33792,32 +29071,31 @@ proto.io.bisq.protobuffer.Contract.prototype.toObject = function(opt_includeInst * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Contract} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.Contract} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Contract.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.Contract.toObject = function(includeInstance, msg) { var f, obj = { - offerPayload: (f = msg.getOfferPayload()) && proto.io.bisq.protobuffer.OfferPayload.toObject(includeInstance, f), + offerPayload: (f = msg.getOfferPayload()) && proto.io.haveno.protobuffer.OfferPayload.toObject(includeInstance, f), tradeAmount: jspb.Message.getFieldWithDefault(msg, 2, 0), tradePrice: jspb.Message.getFieldWithDefault(msg, 3, 0), - isBuyerMakerAndSellerTaker: jspb.Message.getBooleanFieldWithDefault(msg, 6, false), - makerAccountId: jspb.Message.getFieldWithDefault(msg, 7, ""), - takerAccountId: jspb.Message.getFieldWithDefault(msg, 8, ""), - makerPaymentMethodId: jspb.Message.getFieldWithDefault(msg, 9, ""), - takerPaymentMethodId: jspb.Message.getFieldWithDefault(msg, 10, ""), + arbitratorNodeAddress: (f = msg.getArbitratorNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + isBuyerMakerAndSellerTaker: jspb.Message.getBooleanFieldWithDefault(msg, 5, false), + makerAccountId: jspb.Message.getFieldWithDefault(msg, 6, ""), + takerAccountId: jspb.Message.getFieldWithDefault(msg, 7, ""), + makerPaymentMethodId: jspb.Message.getFieldWithDefault(msg, 8, ""), + takerPaymentMethodId: jspb.Message.getFieldWithDefault(msg, 9, ""), makerPaymentAccountPayloadHash: msg.getMakerPaymentAccountPayloadHash_asB64(), takerPaymentAccountPayloadHash: msg.getTakerPaymentAccountPayloadHash_asB64(), - makerPubKeyRing: (f = msg.getMakerPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), - takerPubKeyRing: (f = msg.getTakerPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), - buyerNodeAddress: (f = msg.getBuyerNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - sellerNodeAddress: (f = msg.getSellerNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - makerPayoutAddressString: jspb.Message.getFieldWithDefault(msg, 17, ""), - takerPayoutAddressString: jspb.Message.getFieldWithDefault(msg, 18, ""), - arbitratorNodeAddress: (f = msg.getArbitratorNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - lockTime: jspb.Message.getFieldWithDefault(msg, 20, 0), - makerDepositTxHash: jspb.Message.getFieldWithDefault(msg, 21, ""), - takerDepositTxHash: jspb.Message.getFieldWithDefault(msg, 22, "") + makerPubKeyRing: (f = msg.getMakerPubKeyRing()) && proto.io.haveno.protobuffer.PubKeyRing.toObject(includeInstance, f), + takerPubKeyRing: (f = msg.getTakerPubKeyRing()) && proto.io.haveno.protobuffer.PubKeyRing.toObject(includeInstance, f), + buyerNodeAddress: (f = msg.getBuyerNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + sellerNodeAddress: (f = msg.getSellerNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + makerPayoutAddressString: jspb.Message.getFieldWithDefault(msg, 16, ""), + takerPayoutAddressString: jspb.Message.getFieldWithDefault(msg, 17, ""), + makerDepositTxHash: jspb.Message.getFieldWithDefault(msg, 18, ""), + takerDepositTxHash: jspb.Message.getFieldWithDefault(msg, 19, "") }; if (includeInstance) { @@ -33831,23 +29109,23 @@ proto.io.bisq.protobuffer.Contract.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Contract} + * @return {!proto.io.haveno.protobuffer.Contract} */ -proto.io.bisq.protobuffer.Contract.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Contract.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Contract; - return proto.io.bisq.protobuffer.Contract.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Contract; + return proto.io.haveno.protobuffer.Contract.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Contract} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Contract} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Contract} + * @return {!proto.io.haveno.protobuffer.Contract} */ -proto.io.bisq.protobuffer.Contract.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Contract.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -33855,8 +29133,8 @@ proto.io.bisq.protobuffer.Contract.deserializeBinaryFromReader = function(msg, r var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.OfferPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.OfferPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.OfferPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.OfferPayload.deserializeBinaryFromReader); msg.setOfferPayload(value); break; case 2: @@ -33867,76 +29145,72 @@ proto.io.bisq.protobuffer.Contract.deserializeBinaryFromReader = function(msg, r var value = /** @type {number} */ (reader.readInt64()); msg.setTradePrice(value); break; - case 6: + case 4: + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); + msg.setArbitratorNodeAddress(value); + break; + case 5: var value = /** @type {boolean} */ (reader.readBool()); msg.setIsBuyerMakerAndSellerTaker(value); break; - case 7: + case 6: var value = /** @type {string} */ (reader.readString()); msg.setMakerAccountId(value); break; - case 8: + case 7: var value = /** @type {string} */ (reader.readString()); msg.setTakerAccountId(value); break; - case 9: + case 8: var value = /** @type {string} */ (reader.readString()); msg.setMakerPaymentMethodId(value); break; - case 10: + case 9: var value = /** @type {string} */ (reader.readString()); msg.setTakerPaymentMethodId(value); break; - case 11: + case 10: var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setMakerPaymentAccountPayloadHash(value); break; - case 12: + case 11: var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setTakerPaymentAccountPayloadHash(value); break; - case 13: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); + case 12: + var value = new proto.io.haveno.protobuffer.PubKeyRing; + reader.readMessage(value,proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader); msg.setMakerPubKeyRing(value); break; - case 14: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); + case 13: + var value = new proto.io.haveno.protobuffer.PubKeyRing; + reader.readMessage(value,proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader); msg.setTakerPubKeyRing(value); break; - case 15: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + case 14: + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setBuyerNodeAddress(value); break; - case 16: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + case 15: + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSellerNodeAddress(value); break; - case 17: + case 16: var value = /** @type {string} */ (reader.readString()); msg.setMakerPayoutAddressString(value); break; - case 18: + case 17: var value = /** @type {string} */ (reader.readString()); msg.setTakerPayoutAddressString(value); break; - case 19: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.setArbitratorNodeAddress(value); - break; - case 20: - var value = /** @type {number} */ (reader.readInt64()); - msg.setLockTime(value); - break; - case 21: + case 18: var value = /** @type {string} */ (reader.readString()); msg.setMakerDepositTxHash(value); break; - case 22: + case 19: var value = /** @type {string} */ (reader.readString()); msg.setTakerDepositTxHash(value); break; @@ -33953,9 +29227,9 @@ proto.io.bisq.protobuffer.Contract.deserializeBinaryFromReader = function(msg, r * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Contract.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Contract.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Contract.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Contract.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -33963,18 +29237,18 @@ proto.io.bisq.protobuffer.Contract.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Contract} message + * @param {!proto.io.haveno.protobuffer.Contract} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Contract.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Contract.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOfferPayload(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.OfferPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.OfferPayload.serializeBinaryToWriter ); } f = message.getTradeAmount(); @@ -33991,127 +29265,120 @@ proto.io.bisq.protobuffer.Contract.serializeBinaryToWriter = function(message, w f ); } + f = message.getArbitratorNodeAddress(); + if (f != null) { + writer.writeMessage( + 4, + f, + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter + ); + } f = message.getIsBuyerMakerAndSellerTaker(); if (f) { writer.writeBool( - 6, + 5, f ); } f = message.getMakerAccountId(); if (f.length > 0) { writer.writeString( - 7, + 6, f ); } f = message.getTakerAccountId(); if (f.length > 0) { writer.writeString( - 8, + 7, f ); } f = message.getMakerPaymentMethodId(); if (f.length > 0) { writer.writeString( - 9, + 8, f ); } f = message.getTakerPaymentMethodId(); if (f.length > 0) { writer.writeString( - 10, + 9, f ); } f = message.getMakerPaymentAccountPayloadHash_asU8(); if (f.length > 0) { writer.writeBytes( - 11, + 10, f ); } f = message.getTakerPaymentAccountPayloadHash_asU8(); if (f.length > 0) { writer.writeBytes( - 12, + 11, f ); } f = message.getMakerPubKeyRing(); if (f != null) { writer.writeMessage( - 13, + 12, f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter + proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter ); } f = message.getTakerPubKeyRing(); if (f != null) { writer.writeMessage( - 14, + 13, f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter + proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter ); } f = message.getBuyerNodeAddress(); if (f != null) { writer.writeMessage( - 15, + 14, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getSellerNodeAddress(); if (f != null) { writer.writeMessage( - 16, + 15, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getMakerPayoutAddressString(); if (f.length > 0) { writer.writeString( - 17, + 16, f ); } f = message.getTakerPayoutAddressString(); if (f.length > 0) { writer.writeString( - 18, - f - ); - } - f = message.getArbitratorNodeAddress(); - if (f != null) { - writer.writeMessage( - 19, - f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter - ); - } - f = message.getLockTime(); - if (f !== 0) { - writer.writeInt64( - 20, + 17, f ); } f = message.getMakerDepositTxHash(); if (f.length > 0) { writer.writeString( - 21, + 18, f ); } f = message.getTakerDepositTxHash(); if (f.length > 0) { writer.writeString( - 22, + 19, f ); } @@ -34120,28 +29387,28 @@ proto.io.bisq.protobuffer.Contract.serializeBinaryToWriter = function(message, w /** * optional OfferPayload offer_payload = 1; - * @return {?proto.io.bisq.protobuffer.OfferPayload} + * @return {?proto.io.haveno.protobuffer.OfferPayload} */ -proto.io.bisq.protobuffer.Contract.prototype.getOfferPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.OfferPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.OfferPayload, 1)); +proto.io.haveno.protobuffer.Contract.prototype.getOfferPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.OfferPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.OfferPayload, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.OfferPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this + * @param {?proto.io.haveno.protobuffer.OfferPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.Contract} returns this */ -proto.io.bisq.protobuffer.Contract.prototype.setOfferPayload = function(value) { +proto.io.haveno.protobuffer.Contract.prototype.setOfferPayload = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Contract} returns this + * @return {!proto.io.haveno.protobuffer.Contract} returns this */ -proto.io.bisq.protobuffer.Contract.prototype.clearOfferPayload = function() { +proto.io.haveno.protobuffer.Contract.prototype.clearOfferPayload = function() { return this.setOfferPayload(undefined); }; @@ -34150,7 +29417,7 @@ proto.io.bisq.protobuffer.Contract.prototype.clearOfferPayload = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Contract.prototype.hasOfferPayload = function() { +proto.io.haveno.protobuffer.Contract.prototype.hasOfferPayload = function() { return jspb.Message.getField(this, 1) != null; }; @@ -34159,16 +29426,16 @@ proto.io.bisq.protobuffer.Contract.prototype.hasOfferPayload = function() { * optional int64 trade_amount = 2; * @return {number} */ -proto.io.bisq.protobuffer.Contract.prototype.getTradeAmount = function() { +proto.io.haveno.protobuffer.Contract.prototype.getTradeAmount = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this + * @return {!proto.io.haveno.protobuffer.Contract} returns this */ -proto.io.bisq.protobuffer.Contract.prototype.setTradeAmount = function(value) { +proto.io.haveno.protobuffer.Contract.prototype.setTradeAmount = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -34177,402 +29444,44 @@ proto.io.bisq.protobuffer.Contract.prototype.setTradeAmount = function(value) { * optional int64 trade_price = 3; * @return {number} */ -proto.io.bisq.protobuffer.Contract.prototype.getTradePrice = function() { +proto.io.haveno.protobuffer.Contract.prototype.getTradePrice = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this + * @return {!proto.io.haveno.protobuffer.Contract} returns this */ -proto.io.bisq.protobuffer.Contract.prototype.setTradePrice = function(value) { +proto.io.haveno.protobuffer.Contract.prototype.setTradePrice = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; /** - * optional bool is_buyer_maker_and_seller_taker = 6; - * @return {boolean} + * optional NodeAddress arbitrator_node_address = 4; + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.Contract.prototype.getIsBuyerMakerAndSellerTaker = function() { - return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false)); +proto.io.haveno.protobuffer.Contract.prototype.getArbitratorNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 4)); }; /** - * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this - */ -proto.io.bisq.protobuffer.Contract.prototype.setIsBuyerMakerAndSellerTaker = function(value) { - return jspb.Message.setProto3BooleanField(this, 6, value); -}; - - -/** - * optional string maker_account_id = 7; - * @return {string} - */ -proto.io.bisq.protobuffer.Contract.prototype.getMakerAccountId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this - */ -proto.io.bisq.protobuffer.Contract.prototype.setMakerAccountId = function(value) { - return jspb.Message.setProto3StringField(this, 7, value); -}; - - -/** - * optional string taker_account_id = 8; - * @return {string} - */ -proto.io.bisq.protobuffer.Contract.prototype.getTakerAccountId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this - */ -proto.io.bisq.protobuffer.Contract.prototype.setTakerAccountId = function(value) { - return jspb.Message.setProto3StringField(this, 8, value); -}; - - -/** - * optional string maker_payment_method_id = 9; - * @return {string} - */ -proto.io.bisq.protobuffer.Contract.prototype.getMakerPaymentMethodId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this - */ -proto.io.bisq.protobuffer.Contract.prototype.setMakerPaymentMethodId = function(value) { - return jspb.Message.setProto3StringField(this, 9, value); -}; - - -/** - * optional string taker_payment_method_id = 10; - * @return {string} - */ -proto.io.bisq.protobuffer.Contract.prototype.getTakerPaymentMethodId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this - */ -proto.io.bisq.protobuffer.Contract.prototype.setTakerPaymentMethodId = function(value) { - return jspb.Message.setProto3StringField(this, 10, value); -}; - - -/** - * optional bytes maker_payment_account_payload_hash = 11; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.Contract.prototype.getMakerPaymentAccountPayloadHash = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 11, "")); -}; - - -/** - * optional bytes maker_payment_account_payload_hash = 11; - * This is a type-conversion wrapper around `getMakerPaymentAccountPayloadHash()` - * @return {string} - */ -proto.io.bisq.protobuffer.Contract.prototype.getMakerPaymentAccountPayloadHash_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getMakerPaymentAccountPayloadHash())); -}; - - -/** - * optional bytes maker_payment_account_payload_hash = 11; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getMakerPaymentAccountPayloadHash()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.Contract.prototype.getMakerPaymentAccountPayloadHash_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getMakerPaymentAccountPayloadHash())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this - */ -proto.io.bisq.protobuffer.Contract.prototype.setMakerPaymentAccountPayloadHash = function(value) { - return jspb.Message.setProto3BytesField(this, 11, value); -}; - - -/** - * optional bytes taker_payment_account_payload_hash = 12; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.Contract.prototype.getTakerPaymentAccountPayloadHash = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 12, "")); -}; - - -/** - * optional bytes taker_payment_account_payload_hash = 12; - * This is a type-conversion wrapper around `getTakerPaymentAccountPayloadHash()` - * @return {string} - */ -proto.io.bisq.protobuffer.Contract.prototype.getTakerPaymentAccountPayloadHash_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getTakerPaymentAccountPayloadHash())); -}; - - -/** - * optional bytes taker_payment_account_payload_hash = 12; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getTakerPaymentAccountPayloadHash()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.Contract.prototype.getTakerPaymentAccountPayloadHash_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getTakerPaymentAccountPayloadHash())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this - */ -proto.io.bisq.protobuffer.Contract.prototype.setTakerPaymentAccountPayloadHash = function(value) { - return jspb.Message.setProto3BytesField(this, 12, value); -}; - - -/** - * optional PubKeyRing maker_pub_key_ring = 13; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} - */ -proto.io.bisq.protobuffer.Contract.prototype.getMakerPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 13)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.Contract} returns this */ -proto.io.bisq.protobuffer.Contract.prototype.setMakerPubKeyRing = function(value) { - return jspb.Message.setWrapperField(this, 13, value); +proto.io.haveno.protobuffer.Contract.prototype.setArbitratorNodeAddress = function(value) { + return jspb.Message.setWrapperField(this, 4, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Contract} returns this + * @return {!proto.io.haveno.protobuffer.Contract} returns this */ -proto.io.bisq.protobuffer.Contract.prototype.clearMakerPubKeyRing = function() { - return this.setMakerPubKeyRing(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.Contract.prototype.hasMakerPubKeyRing = function() { - return jspb.Message.getField(this, 13) != null; -}; - - -/** - * optional PubKeyRing taker_pub_key_ring = 14; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} - */ -proto.io.bisq.protobuffer.Contract.prototype.getTakerPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 14)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this -*/ -proto.io.bisq.protobuffer.Contract.prototype.setTakerPubKeyRing = function(value) { - return jspb.Message.setWrapperField(this, 14, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Contract} returns this - */ -proto.io.bisq.protobuffer.Contract.prototype.clearTakerPubKeyRing = function() { - return this.setTakerPubKeyRing(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.Contract.prototype.hasTakerPubKeyRing = function() { - return jspb.Message.getField(this, 14) != null; -}; - - -/** - * optional NodeAddress buyer_node_address = 15; - * @return {?proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.Contract.prototype.getBuyerNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 15)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this -*/ -proto.io.bisq.protobuffer.Contract.prototype.setBuyerNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 15, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Contract} returns this - */ -proto.io.bisq.protobuffer.Contract.prototype.clearBuyerNodeAddress = function() { - return this.setBuyerNodeAddress(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.Contract.prototype.hasBuyerNodeAddress = function() { - return jspb.Message.getField(this, 15) != null; -}; - - -/** - * optional NodeAddress seller_node_address = 16; - * @return {?proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.Contract.prototype.getSellerNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 16)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this -*/ -proto.io.bisq.protobuffer.Contract.prototype.setSellerNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 16, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Contract} returns this - */ -proto.io.bisq.protobuffer.Contract.prototype.clearSellerNodeAddress = function() { - return this.setSellerNodeAddress(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.Contract.prototype.hasSellerNodeAddress = function() { - return jspb.Message.getField(this, 16) != null; -}; - - -/** - * optional string maker_payout_address_string = 17; - * @return {string} - */ -proto.io.bisq.protobuffer.Contract.prototype.getMakerPayoutAddressString = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this - */ -proto.io.bisq.protobuffer.Contract.prototype.setMakerPayoutAddressString = function(value) { - return jspb.Message.setProto3StringField(this, 17, value); -}; - - -/** - * optional string taker_payout_address_string = 18; - * @return {string} - */ -proto.io.bisq.protobuffer.Contract.prototype.getTakerPayoutAddressString = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this - */ -proto.io.bisq.protobuffer.Contract.prototype.setTakerPayoutAddressString = function(value) { - return jspb.Message.setProto3StringField(this, 18, value); -}; - - -/** - * optional NodeAddress arbitrator_node_address = 19; - * @return {?proto.io.bisq.protobuffer.NodeAddress} - */ -proto.io.bisq.protobuffer.Contract.prototype.getArbitratorNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 19)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this -*/ -proto.io.bisq.protobuffer.Contract.prototype.setArbitratorNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 19, value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Contract} returns this - */ -proto.io.bisq.protobuffer.Contract.prototype.clearArbitratorNodeAddress = function() { +proto.io.haveno.protobuffer.Contract.prototype.clearArbitratorNodeAddress = function() { return this.setArbitratorNodeAddress(undefined); }; @@ -34581,62 +29490,402 @@ proto.io.bisq.protobuffer.Contract.prototype.clearArbitratorNodeAddress = functi * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Contract.prototype.hasArbitratorNodeAddress = function() { - return jspb.Message.getField(this, 19) != null; +proto.io.haveno.protobuffer.Contract.prototype.hasArbitratorNodeAddress = function() { + return jspb.Message.getField(this, 4) != null; }; /** - * optional int64 lock_time = 20; - * @return {number} + * optional bool is_buyer_maker_and_seller_taker = 5; + * @return {boolean} */ -proto.io.bisq.protobuffer.Contract.prototype.getLockTime = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 20, 0)); +proto.io.haveno.protobuffer.Contract.prototype.getIsBuyerMakerAndSellerTaker = function() { + return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false)); }; /** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this + * @param {boolean} value + * @return {!proto.io.haveno.protobuffer.Contract} returns this */ -proto.io.bisq.protobuffer.Contract.prototype.setLockTime = function(value) { - return jspb.Message.setProto3IntField(this, 20, value); +proto.io.haveno.protobuffer.Contract.prototype.setIsBuyerMakerAndSellerTaker = function(value) { + return jspb.Message.setProto3BooleanField(this, 5, value); }; /** - * optional string maker_deposit_tx_hash = 21; + * optional string maker_account_id = 6; * @return {string} */ -proto.io.bisq.protobuffer.Contract.prototype.getMakerDepositTxHash = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 21, "")); +proto.io.haveno.protobuffer.Contract.prototype.getMakerAccountId = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this + * @return {!proto.io.haveno.protobuffer.Contract} returns this */ -proto.io.bisq.protobuffer.Contract.prototype.setMakerDepositTxHash = function(value) { - return jspb.Message.setProto3StringField(this, 21, value); +proto.io.haveno.protobuffer.Contract.prototype.setMakerAccountId = function(value) { + return jspb.Message.setProto3StringField(this, 6, value); }; /** - * optional string taker_deposit_tx_hash = 22; + * optional string taker_account_id = 7; * @return {string} */ -proto.io.bisq.protobuffer.Contract.prototype.getTakerDepositTxHash = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 22, "")); +proto.io.haveno.protobuffer.Contract.prototype.getTakerAccountId = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Contract} returns this + * @return {!proto.io.haveno.protobuffer.Contract} returns this */ -proto.io.bisq.protobuffer.Contract.prototype.setTakerDepositTxHash = function(value) { - return jspb.Message.setProto3StringField(this, 22, value); +proto.io.haveno.protobuffer.Contract.prototype.setTakerAccountId = function(value) { + return jspb.Message.setProto3StringField(this, 7, value); +}; + + +/** + * optional string maker_payment_method_id = 8; + * @return {string} + */ +proto.io.haveno.protobuffer.Contract.prototype.getMakerPaymentMethodId = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.Contract} returns this + */ +proto.io.haveno.protobuffer.Contract.prototype.setMakerPaymentMethodId = function(value) { + return jspb.Message.setProto3StringField(this, 8, value); +}; + + +/** + * optional string taker_payment_method_id = 9; + * @return {string} + */ +proto.io.haveno.protobuffer.Contract.prototype.getTakerPaymentMethodId = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.Contract} returns this + */ +proto.io.haveno.protobuffer.Contract.prototype.setTakerPaymentMethodId = function(value) { + return jspb.Message.setProto3StringField(this, 9, value); +}; + + +/** + * optional bytes maker_payment_account_payload_hash = 10; + * @return {!(string|Uint8Array)} + */ +proto.io.haveno.protobuffer.Contract.prototype.getMakerPaymentAccountPayloadHash = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 10, "")); +}; + + +/** + * optional bytes maker_payment_account_payload_hash = 10; + * This is a type-conversion wrapper around `getMakerPaymentAccountPayloadHash()` + * @return {string} + */ +proto.io.haveno.protobuffer.Contract.prototype.getMakerPaymentAccountPayloadHash_asB64 = function() { + return /** @type {string} */ (jspb.Message.bytesAsB64( + this.getMakerPaymentAccountPayloadHash())); +}; + + +/** + * optional bytes maker_payment_account_payload_hash = 10; + * Note that Uint8Array is not supported on all browsers. + * @see http://caniuse.com/Uint8Array + * This is a type-conversion wrapper around `getMakerPaymentAccountPayloadHash()` + * @return {!Uint8Array} + */ +proto.io.haveno.protobuffer.Contract.prototype.getMakerPaymentAccountPayloadHash_asU8 = function() { + return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( + this.getMakerPaymentAccountPayloadHash())); +}; + + +/** + * @param {!(string|Uint8Array)} value + * @return {!proto.io.haveno.protobuffer.Contract} returns this + */ +proto.io.haveno.protobuffer.Contract.prototype.setMakerPaymentAccountPayloadHash = function(value) { + return jspb.Message.setProto3BytesField(this, 10, value); +}; + + +/** + * optional bytes taker_payment_account_payload_hash = 11; + * @return {!(string|Uint8Array)} + */ +proto.io.haveno.protobuffer.Contract.prototype.getTakerPaymentAccountPayloadHash = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 11, "")); +}; + + +/** + * optional bytes taker_payment_account_payload_hash = 11; + * This is a type-conversion wrapper around `getTakerPaymentAccountPayloadHash()` + * @return {string} + */ +proto.io.haveno.protobuffer.Contract.prototype.getTakerPaymentAccountPayloadHash_asB64 = function() { + return /** @type {string} */ (jspb.Message.bytesAsB64( + this.getTakerPaymentAccountPayloadHash())); +}; + + +/** + * optional bytes taker_payment_account_payload_hash = 11; + * Note that Uint8Array is not supported on all browsers. + * @see http://caniuse.com/Uint8Array + * This is a type-conversion wrapper around `getTakerPaymentAccountPayloadHash()` + * @return {!Uint8Array} + */ +proto.io.haveno.protobuffer.Contract.prototype.getTakerPaymentAccountPayloadHash_asU8 = function() { + return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( + this.getTakerPaymentAccountPayloadHash())); +}; + + +/** + * @param {!(string|Uint8Array)} value + * @return {!proto.io.haveno.protobuffer.Contract} returns this + */ +proto.io.haveno.protobuffer.Contract.prototype.setTakerPaymentAccountPayloadHash = function(value) { + return jspb.Message.setProto3BytesField(this, 11, value); +}; + + +/** + * optional PubKeyRing maker_pub_key_ring = 12; + * @return {?proto.io.haveno.protobuffer.PubKeyRing} + */ +proto.io.haveno.protobuffer.Contract.prototype.getMakerPubKeyRing = function() { + return /** @type{?proto.io.haveno.protobuffer.PubKeyRing} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PubKeyRing, 12)); +}; + + +/** + * @param {?proto.io.haveno.protobuffer.PubKeyRing|undefined} value + * @return {!proto.io.haveno.protobuffer.Contract} returns this +*/ +proto.io.haveno.protobuffer.Contract.prototype.setMakerPubKeyRing = function(value) { + return jspb.Message.setWrapperField(this, 12, value); +}; + + +/** + * Clears the message field making it undefined. + * @return {!proto.io.haveno.protobuffer.Contract} returns this + */ +proto.io.haveno.protobuffer.Contract.prototype.clearMakerPubKeyRing = function() { + return this.setMakerPubKeyRing(undefined); +}; + + +/** + * Returns whether this field is set. + * @return {boolean} + */ +proto.io.haveno.protobuffer.Contract.prototype.hasMakerPubKeyRing = function() { + return jspb.Message.getField(this, 12) != null; +}; + + +/** + * optional PubKeyRing taker_pub_key_ring = 13; + * @return {?proto.io.haveno.protobuffer.PubKeyRing} + */ +proto.io.haveno.protobuffer.Contract.prototype.getTakerPubKeyRing = function() { + return /** @type{?proto.io.haveno.protobuffer.PubKeyRing} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PubKeyRing, 13)); +}; + + +/** + * @param {?proto.io.haveno.protobuffer.PubKeyRing|undefined} value + * @return {!proto.io.haveno.protobuffer.Contract} returns this +*/ +proto.io.haveno.protobuffer.Contract.prototype.setTakerPubKeyRing = function(value) { + return jspb.Message.setWrapperField(this, 13, value); +}; + + +/** + * Clears the message field making it undefined. + * @return {!proto.io.haveno.protobuffer.Contract} returns this + */ +proto.io.haveno.protobuffer.Contract.prototype.clearTakerPubKeyRing = function() { + return this.setTakerPubKeyRing(undefined); +}; + + +/** + * Returns whether this field is set. + * @return {boolean} + */ +proto.io.haveno.protobuffer.Contract.prototype.hasTakerPubKeyRing = function() { + return jspb.Message.getField(this, 13) != null; +}; + + +/** + * optional NodeAddress buyer_node_address = 14; + * @return {?proto.io.haveno.protobuffer.NodeAddress} + */ +proto.io.haveno.protobuffer.Contract.prototype.getBuyerNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 14)); +}; + + +/** + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.Contract} returns this +*/ +proto.io.haveno.protobuffer.Contract.prototype.setBuyerNodeAddress = function(value) { + return jspb.Message.setWrapperField(this, 14, value); +}; + + +/** + * Clears the message field making it undefined. + * @return {!proto.io.haveno.protobuffer.Contract} returns this + */ +proto.io.haveno.protobuffer.Contract.prototype.clearBuyerNodeAddress = function() { + return this.setBuyerNodeAddress(undefined); +}; + + +/** + * Returns whether this field is set. + * @return {boolean} + */ +proto.io.haveno.protobuffer.Contract.prototype.hasBuyerNodeAddress = function() { + return jspb.Message.getField(this, 14) != null; +}; + + +/** + * optional NodeAddress seller_node_address = 15; + * @return {?proto.io.haveno.protobuffer.NodeAddress} + */ +proto.io.haveno.protobuffer.Contract.prototype.getSellerNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 15)); +}; + + +/** + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.Contract} returns this +*/ +proto.io.haveno.protobuffer.Contract.prototype.setSellerNodeAddress = function(value) { + return jspb.Message.setWrapperField(this, 15, value); +}; + + +/** + * Clears the message field making it undefined. + * @return {!proto.io.haveno.protobuffer.Contract} returns this + */ +proto.io.haveno.protobuffer.Contract.prototype.clearSellerNodeAddress = function() { + return this.setSellerNodeAddress(undefined); +}; + + +/** + * Returns whether this field is set. + * @return {boolean} + */ +proto.io.haveno.protobuffer.Contract.prototype.hasSellerNodeAddress = function() { + return jspb.Message.getField(this, 15) != null; +}; + + +/** + * optional string maker_payout_address_string = 16; + * @return {string} + */ +proto.io.haveno.protobuffer.Contract.prototype.getMakerPayoutAddressString = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.Contract} returns this + */ +proto.io.haveno.protobuffer.Contract.prototype.setMakerPayoutAddressString = function(value) { + return jspb.Message.setProto3StringField(this, 16, value); +}; + + +/** + * optional string taker_payout_address_string = 17; + * @return {string} + */ +proto.io.haveno.protobuffer.Contract.prototype.getTakerPayoutAddressString = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.Contract} returns this + */ +proto.io.haveno.protobuffer.Contract.prototype.setTakerPayoutAddressString = function(value) { + return jspb.Message.setProto3StringField(this, 17, value); +}; + + +/** + * optional string maker_deposit_tx_hash = 18; + * @return {string} + */ +proto.io.haveno.protobuffer.Contract.prototype.getMakerDepositTxHash = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.Contract} returns this + */ +proto.io.haveno.protobuffer.Contract.prototype.setMakerDepositTxHash = function(value) { + return jspb.Message.setProto3StringField(this, 18, value); +}; + + +/** + * optional string taker_deposit_tx_hash = 19; + * @return {string} + */ +proto.io.haveno.protobuffer.Contract.prototype.getTakerDepositTxHash = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.Contract} returns this + */ +proto.io.haveno.protobuffer.Contract.prototype.setTakerDepositTxHash = function(value) { + return jspb.Message.setProto3StringField(this, 19, value); }; @@ -34656,8 +29905,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RawTransactionInput.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RawTransactionInput.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RawTransactionInput.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RawTransactionInput.toObject(opt_includeInstance, this); }; @@ -34666,11 +29915,11 @@ proto.io.bisq.protobuffer.RawTransactionInput.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RawTransactionInput} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RawTransactionInput} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RawTransactionInput.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RawTransactionInput.toObject = function(includeInstance, msg) { var f, obj = { index: jspb.Message.getFieldWithDefault(msg, 1, 0), parentTransaction: msg.getParentTransaction_asB64(), @@ -34688,23 +29937,23 @@ proto.io.bisq.protobuffer.RawTransactionInput.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RawTransactionInput} + * @return {!proto.io.haveno.protobuffer.RawTransactionInput} */ -proto.io.bisq.protobuffer.RawTransactionInput.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RawTransactionInput.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RawTransactionInput; - return proto.io.bisq.protobuffer.RawTransactionInput.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RawTransactionInput; + return proto.io.haveno.protobuffer.RawTransactionInput.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RawTransactionInput} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RawTransactionInput} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RawTransactionInput} + * @return {!proto.io.haveno.protobuffer.RawTransactionInput} */ -proto.io.bisq.protobuffer.RawTransactionInput.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RawTransactionInput.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -34736,9 +29985,9 @@ proto.io.bisq.protobuffer.RawTransactionInput.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RawTransactionInput.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RawTransactionInput.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RawTransactionInput.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RawTransactionInput.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -34746,11 +29995,11 @@ proto.io.bisq.protobuffer.RawTransactionInput.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RawTransactionInput} message + * @param {!proto.io.haveno.protobuffer.RawTransactionInput} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RawTransactionInput.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RawTransactionInput.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getIndex(); if (f !== 0) { @@ -34780,16 +30029,16 @@ proto.io.bisq.protobuffer.RawTransactionInput.serializeBinaryToWriter = function * optional int64 index = 1; * @return {number} */ -proto.io.bisq.protobuffer.RawTransactionInput.prototype.getIndex = function() { +proto.io.haveno.protobuffer.RawTransactionInput.prototype.getIndex = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.RawTransactionInput} returns this + * @return {!proto.io.haveno.protobuffer.RawTransactionInput} returns this */ -proto.io.bisq.protobuffer.RawTransactionInput.prototype.setIndex = function(value) { +proto.io.haveno.protobuffer.RawTransactionInput.prototype.setIndex = function(value) { return jspb.Message.setProto3IntField(this, 1, value); }; @@ -34798,7 +30047,7 @@ proto.io.bisq.protobuffer.RawTransactionInput.prototype.setIndex = function(valu * optional bytes parent_transaction = 2; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.RawTransactionInput.prototype.getParentTransaction = function() { +proto.io.haveno.protobuffer.RawTransactionInput.prototype.getParentTransaction = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; @@ -34808,7 +30057,7 @@ proto.io.bisq.protobuffer.RawTransactionInput.prototype.getParentTransaction = f * This is a type-conversion wrapper around `getParentTransaction()` * @return {string} */ -proto.io.bisq.protobuffer.RawTransactionInput.prototype.getParentTransaction_asB64 = function() { +proto.io.haveno.protobuffer.RawTransactionInput.prototype.getParentTransaction_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getParentTransaction())); }; @@ -34821,7 +30070,7 @@ proto.io.bisq.protobuffer.RawTransactionInput.prototype.getParentTransaction_asB * This is a type-conversion wrapper around `getParentTransaction()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RawTransactionInput.prototype.getParentTransaction_asU8 = function() { +proto.io.haveno.protobuffer.RawTransactionInput.prototype.getParentTransaction_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getParentTransaction())); }; @@ -34829,9 +30078,9 @@ proto.io.bisq.protobuffer.RawTransactionInput.prototype.getParentTransaction_asU /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.RawTransactionInput} returns this + * @return {!proto.io.haveno.protobuffer.RawTransactionInput} returns this */ -proto.io.bisq.protobuffer.RawTransactionInput.prototype.setParentTransaction = function(value) { +proto.io.haveno.protobuffer.RawTransactionInput.prototype.setParentTransaction = function(value) { return jspb.Message.setProto3BytesField(this, 2, value); }; @@ -34840,16 +30089,16 @@ proto.io.bisq.protobuffer.RawTransactionInput.prototype.setParentTransaction = f * optional int64 value = 3; * @return {number} */ -proto.io.bisq.protobuffer.RawTransactionInput.prototype.getValue = function() { +proto.io.haveno.protobuffer.RawTransactionInput.prototype.getValue = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.RawTransactionInput} returns this + * @return {!proto.io.haveno.protobuffer.RawTransactionInput} returns this */ -proto.io.bisq.protobuffer.RawTransactionInput.prototype.setValue = function(value) { +proto.io.haveno.protobuffer.RawTransactionInput.prototype.setValue = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -34863,24 +30112,24 @@ proto.io.bisq.protobuffer.RawTransactionInput.prototype.setValue = function(valu * @private {!Array>} * @const */ -proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_ = [[4,5,6,7,8,9,10,11,12,13,14,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39]]; +proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_ = [[5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39]]; /** * @enum {number} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.MessageCase = { +proto.io.haveno.protobuffer.PaymentAccountPayload.MessageCase = { MESSAGE_NOT_SET: 0, - ALI_PAY_ACCOUNT_PAYLOAD: 4, - CHASE_QUICK_PAY_ACCOUNT_PAYLOAD: 5, - CLEAR_XCHANGE_ACCOUNT_PAYLOAD: 6, - COUNTRY_BASED_PAYMENT_ACCOUNT_PAYLOAD: 7, - CRYPTO_CURRENCY_ACCOUNT_PAYLOAD: 8, - FASTER_PAYMENTS_ACCOUNT_PAYLOAD: 9, - INTERAC_E_TRANSFER_ACCOUNT_PAYLOAD: 10, - O_K_PAY_ACCOUNT_PAYLOAD: 11, - PERFECT_MONEY_ACCOUNT_PAYLOAD: 12, - SWISH_ACCOUNT_PAYLOAD: 13, - U_S_POSTAL_MONEY_ORDER_ACCOUNT_PAYLOAD: 14, + ALI_PAY_ACCOUNT_PAYLOAD: 5, + CHASE_QUICK_PAY_ACCOUNT_PAYLOAD: 6, + ZELLE_ACCOUNT_PAYLOAD: 7, + COUNTRY_BASED_PAYMENT_ACCOUNT_PAYLOAD: 8, + CRYPTO_CURRENCY_ACCOUNT_PAYLOAD: 9, + FASTER_PAYMENTS_ACCOUNT_PAYLOAD: 10, + INTERAC_E_TRANSFER_ACCOUNT_PAYLOAD: 11, + O_K_PAY_ACCOUNT_PAYLOAD: 12, + PERFECT_MONEY_ACCOUNT_PAYLOAD: 13, + SWISH_ACCOUNT_PAYLOAD: 14, + U_S_POSTAL_MONEY_ORDER_ACCOUNT_PAYLOAD: 15, UPHOLD_ACCOUNT_PAYLOAD: 16, CASH_APP_ACCOUNT_PAYLOAD: 17, MONEY_BEAM_ACCOUNT_PAYLOAD: 18, @@ -34908,10 +30157,10 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.MessageCase = { }; /** - * @return {proto.io.bisq.protobuffer.PaymentAccountPayload.MessageCase} + * @return {proto.io.haveno.protobuffer.PaymentAccountPayload.MessageCase} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getMessageCase = function() { - return /** @type {proto.io.bisq.protobuffer.PaymentAccountPayload.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0])); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getMessageCase = function() { + return /** @type {proto.io.haveno.protobuffer.PaymentAccountPayload.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0])); }; @@ -34929,8 +30178,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PaymentAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PaymentAccountPayload.toObject(opt_includeInstance, this); }; @@ -34939,51 +30188,51 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PaymentAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PaymentAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PaymentAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { id: jspb.Message.getFieldWithDefault(msg, 1, ""), paymentMethodId: jspb.Message.getFieldWithDefault(msg, 2, ""), maxTradePeriod: jspb.Message.getFieldWithDefault(msg, 3, 0), - aliPayAccountPayload: (f = msg.getAliPayAccountPayload()) && proto.io.bisq.protobuffer.AliPayAccountPayload.toObject(includeInstance, f), - chaseQuickPayAccountPayload: (f = msg.getChaseQuickPayAccountPayload()) && proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.toObject(includeInstance, f), - clearXchangeAccountPayload: (f = msg.getClearXchangeAccountPayload()) && proto.io.bisq.protobuffer.ClearXchangeAccountPayload.toObject(includeInstance, f), - countryBasedPaymentAccountPayload: (f = msg.getCountryBasedPaymentAccountPayload()) && proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.toObject(includeInstance, f), - cryptoCurrencyAccountPayload: (f = msg.getCryptoCurrencyAccountPayload()) && proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.toObject(includeInstance, f), - fasterPaymentsAccountPayload: (f = msg.getFasterPaymentsAccountPayload()) && proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.toObject(includeInstance, f), - interacETransferAccountPayload: (f = msg.getInteracETransferAccountPayload()) && proto.io.bisq.protobuffer.InteracETransferAccountPayload.toObject(includeInstance, f), - oKPayAccountPayload: (f = msg.getOKPayAccountPayload()) && proto.io.bisq.protobuffer.OKPayAccountPayload.toObject(includeInstance, f), - perfectMoneyAccountPayload: (f = msg.getPerfectMoneyAccountPayload()) && proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.toObject(includeInstance, f), - swishAccountPayload: (f = msg.getSwishAccountPayload()) && proto.io.bisq.protobuffer.SwishAccountPayload.toObject(includeInstance, f), - uSPostalMoneyOrderAccountPayload: (f = msg.getUSPostalMoneyOrderAccountPayload()) && proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.toObject(includeInstance, f), - upholdAccountPayload: (f = msg.getUpholdAccountPayload()) && proto.io.bisq.protobuffer.UpholdAccountPayload.toObject(includeInstance, f), - cashAppAccountPayload: (f = msg.getCashAppAccountPayload()) && proto.io.bisq.protobuffer.CashAppAccountPayload.toObject(includeInstance, f), - moneyBeamAccountPayload: (f = msg.getMoneyBeamAccountPayload()) && proto.io.bisq.protobuffer.MoneyBeamAccountPayload.toObject(includeInstance, f), - venmoAccountPayload: (f = msg.getVenmoAccountPayload()) && proto.io.bisq.protobuffer.VenmoAccountPayload.toObject(includeInstance, f), - popmoneyAccountPayload: (f = msg.getPopmoneyAccountPayload()) && proto.io.bisq.protobuffer.PopmoneyAccountPayload.toObject(includeInstance, f), - revolutAccountPayload: (f = msg.getRevolutAccountPayload()) && proto.io.bisq.protobuffer.RevolutAccountPayload.toObject(includeInstance, f), - weChatPayAccountPayload: (f = msg.getWeChatPayAccountPayload()) && proto.io.bisq.protobuffer.WeChatPayAccountPayload.toObject(includeInstance, f), - moneyGramAccountPayload: (f = msg.getMoneyGramAccountPayload()) && proto.io.bisq.protobuffer.MoneyGramAccountPayload.toObject(includeInstance, f), - halCashAccountPayload: (f = msg.getHalCashAccountPayload()) && proto.io.bisq.protobuffer.HalCashAccountPayload.toObject(includeInstance, f), - promptPayAccountPayload: (f = msg.getPromptPayAccountPayload()) && proto.io.bisq.protobuffer.PromptPayAccountPayload.toObject(includeInstance, f), - advancedCashAccountPayload: (f = msg.getAdvancedCashAccountPayload()) && proto.io.bisq.protobuffer.AdvancedCashAccountPayload.toObject(includeInstance, f), - instantCryptoCurrencyAccountPayload: (f = msg.getInstantCryptoCurrencyAccountPayload()) && proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.toObject(includeInstance, f), - japanBankAccountPayload: (f = msg.getJapanBankAccountPayload()) && proto.io.bisq.protobuffer.JapanBankAccountPayload.toObject(includeInstance, f), - transferwiseAccountPayload: (f = msg.getTransferwiseAccountPayload()) && proto.io.bisq.protobuffer.TransferwiseAccountPayload.toObject(includeInstance, f), - australiaPayidPayload: (f = msg.getAustraliaPayidPayload()) && proto.io.bisq.protobuffer.AustraliaPayidPayload.toObject(includeInstance, f), - amazonGiftCardAccountPayload: (f = msg.getAmazonGiftCardAccountPayload()) && proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.toObject(includeInstance, f), - cashByMailAccountPayload: (f = msg.getCashByMailAccountPayload()) && proto.io.bisq.protobuffer.CashByMailAccountPayload.toObject(includeInstance, f), - capitualAccountPayload: (f = msg.getCapitualAccountPayload()) && proto.io.bisq.protobuffer.CapitualAccountPayload.toObject(includeInstance, f), - payseraAccountPayload: (f = msg.getPayseraAccountPayload()) && proto.io.bisq.protobuffer.PayseraAccountPayload.toObject(includeInstance, f), - paxumAccountPayload: (f = msg.getPaxumAccountPayload()) && proto.io.bisq.protobuffer.PaxumAccountPayload.toObject(includeInstance, f), - swiftAccountPayload: (f = msg.getSwiftAccountPayload()) && proto.io.bisq.protobuffer.SwiftAccountPayload.toObject(includeInstance, f), - celPayAccountPayload: (f = msg.getCelPayAccountPayload()) && proto.io.bisq.protobuffer.CelPayAccountPayload.toObject(includeInstance, f), - moneseAccountPayload: (f = msg.getMoneseAccountPayload()) && proto.io.bisq.protobuffer.MoneseAccountPayload.toObject(includeInstance, f), - verseAccountPayload: (f = msg.getVerseAccountPayload()) && proto.io.bisq.protobuffer.VerseAccountPayload.toObject(includeInstance, f), - excludeFromJsonDataMap: (f = msg.getExcludeFromJsonDataMap()) ? f.toObject(includeInstance, undefined) : [] + excludeFromJsonDataMap: (f = msg.getExcludeFromJsonDataMap()) ? f.toObject(includeInstance, undefined) : [], + aliPayAccountPayload: (f = msg.getAliPayAccountPayload()) && proto.io.haveno.protobuffer.AliPayAccountPayload.toObject(includeInstance, f), + chaseQuickPayAccountPayload: (f = msg.getChaseQuickPayAccountPayload()) && proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.toObject(includeInstance, f), + zelleAccountPayload: (f = msg.getZelleAccountPayload()) && proto.io.haveno.protobuffer.ZelleAccountPayload.toObject(includeInstance, f), + countryBasedPaymentAccountPayload: (f = msg.getCountryBasedPaymentAccountPayload()) && proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.toObject(includeInstance, f), + cryptoCurrencyAccountPayload: (f = msg.getCryptoCurrencyAccountPayload()) && proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload.toObject(includeInstance, f), + fasterPaymentsAccountPayload: (f = msg.getFasterPaymentsAccountPayload()) && proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.toObject(includeInstance, f), + interacETransferAccountPayload: (f = msg.getInteracETransferAccountPayload()) && proto.io.haveno.protobuffer.InteracETransferAccountPayload.toObject(includeInstance, f), + oKPayAccountPayload: (f = msg.getOKPayAccountPayload()) && proto.io.haveno.protobuffer.OKPayAccountPayload.toObject(includeInstance, f), + perfectMoneyAccountPayload: (f = msg.getPerfectMoneyAccountPayload()) && proto.io.haveno.protobuffer.PerfectMoneyAccountPayload.toObject(includeInstance, f), + swishAccountPayload: (f = msg.getSwishAccountPayload()) && proto.io.haveno.protobuffer.SwishAccountPayload.toObject(includeInstance, f), + uSPostalMoneyOrderAccountPayload: (f = msg.getUSPostalMoneyOrderAccountPayload()) && proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.toObject(includeInstance, f), + upholdAccountPayload: (f = msg.getUpholdAccountPayload()) && proto.io.haveno.protobuffer.UpholdAccountPayload.toObject(includeInstance, f), + cashAppAccountPayload: (f = msg.getCashAppAccountPayload()) && proto.io.haveno.protobuffer.CashAppAccountPayload.toObject(includeInstance, f), + moneyBeamAccountPayload: (f = msg.getMoneyBeamAccountPayload()) && proto.io.haveno.protobuffer.MoneyBeamAccountPayload.toObject(includeInstance, f), + venmoAccountPayload: (f = msg.getVenmoAccountPayload()) && proto.io.haveno.protobuffer.VenmoAccountPayload.toObject(includeInstance, f), + popmoneyAccountPayload: (f = msg.getPopmoneyAccountPayload()) && proto.io.haveno.protobuffer.PopmoneyAccountPayload.toObject(includeInstance, f), + revolutAccountPayload: (f = msg.getRevolutAccountPayload()) && proto.io.haveno.protobuffer.RevolutAccountPayload.toObject(includeInstance, f), + weChatPayAccountPayload: (f = msg.getWeChatPayAccountPayload()) && proto.io.haveno.protobuffer.WeChatPayAccountPayload.toObject(includeInstance, f), + moneyGramAccountPayload: (f = msg.getMoneyGramAccountPayload()) && proto.io.haveno.protobuffer.MoneyGramAccountPayload.toObject(includeInstance, f), + halCashAccountPayload: (f = msg.getHalCashAccountPayload()) && proto.io.haveno.protobuffer.HalCashAccountPayload.toObject(includeInstance, f), + promptPayAccountPayload: (f = msg.getPromptPayAccountPayload()) && proto.io.haveno.protobuffer.PromptPayAccountPayload.toObject(includeInstance, f), + advancedCashAccountPayload: (f = msg.getAdvancedCashAccountPayload()) && proto.io.haveno.protobuffer.AdvancedCashAccountPayload.toObject(includeInstance, f), + instantCryptoCurrencyAccountPayload: (f = msg.getInstantCryptoCurrencyAccountPayload()) && proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload.toObject(includeInstance, f), + japanBankAccountPayload: (f = msg.getJapanBankAccountPayload()) && proto.io.haveno.protobuffer.JapanBankAccountPayload.toObject(includeInstance, f), + transferwiseAccountPayload: (f = msg.getTransferwiseAccountPayload()) && proto.io.haveno.protobuffer.TransferwiseAccountPayload.toObject(includeInstance, f), + australiaPayidPayload: (f = msg.getAustraliaPayidPayload()) && proto.io.haveno.protobuffer.AustraliaPayidPayload.toObject(includeInstance, f), + amazonGiftCardAccountPayload: (f = msg.getAmazonGiftCardAccountPayload()) && proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.toObject(includeInstance, f), + cashByMailAccountPayload: (f = msg.getCashByMailAccountPayload()) && proto.io.haveno.protobuffer.CashByMailAccountPayload.toObject(includeInstance, f), + capitualAccountPayload: (f = msg.getCapitualAccountPayload()) && proto.io.haveno.protobuffer.CapitualAccountPayload.toObject(includeInstance, f), + payseraAccountPayload: (f = msg.getPayseraAccountPayload()) && proto.io.haveno.protobuffer.PayseraAccountPayload.toObject(includeInstance, f), + paxumAccountPayload: (f = msg.getPaxumAccountPayload()) && proto.io.haveno.protobuffer.PaxumAccountPayload.toObject(includeInstance, f), + swiftAccountPayload: (f = msg.getSwiftAccountPayload()) && proto.io.haveno.protobuffer.SwiftAccountPayload.toObject(includeInstance, f), + celPayAccountPayload: (f = msg.getCelPayAccountPayload()) && proto.io.haveno.protobuffer.CelPayAccountPayload.toObject(includeInstance, f), + moneseAccountPayload: (f = msg.getMoneseAccountPayload()) && proto.io.haveno.protobuffer.MoneseAccountPayload.toObject(includeInstance, f), + verseAccountPayload: (f = msg.getVerseAccountPayload()) && proto.io.haveno.protobuffer.VerseAccountPayload.toObject(includeInstance, f) }; if (includeInstance) { @@ -34997,23 +30246,23 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PaymentAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PaymentAccountPayload; - return proto.io.bisq.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PaymentAccountPayload; + return proto.io.haveno.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PaymentAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PaymentAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -35033,186 +30282,186 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader = fu msg.setMaxTradePeriod(value); break; case 4: - var value = new proto.io.bisq.protobuffer.AliPayAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.AliPayAccountPayload.deserializeBinaryFromReader); - msg.setAliPayAccountPayload(value); - break; - case 5: - var value = new proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.deserializeBinaryFromReader); - msg.setChaseQuickPayAccountPayload(value); - break; - case 6: - var value = new proto.io.bisq.protobuffer.ClearXchangeAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.ClearXchangeAccountPayload.deserializeBinaryFromReader); - msg.setClearXchangeAccountPayload(value); - break; - case 7: - var value = new proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.deserializeBinaryFromReader); - msg.setCountryBasedPaymentAccountPayload(value); - break; - case 8: - var value = new proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.deserializeBinaryFromReader); - msg.setCryptoCurrencyAccountPayload(value); - break; - case 9: - var value = new proto.io.bisq.protobuffer.FasterPaymentsAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.deserializeBinaryFromReader); - msg.setFasterPaymentsAccountPayload(value); - break; - case 10: - var value = new proto.io.bisq.protobuffer.InteracETransferAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.InteracETransferAccountPayload.deserializeBinaryFromReader); - msg.setInteracETransferAccountPayload(value); - break; - case 11: - var value = new proto.io.bisq.protobuffer.OKPayAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.OKPayAccountPayload.deserializeBinaryFromReader); - msg.setOKPayAccountPayload(value); - break; - case 12: - var value = new proto.io.bisq.protobuffer.PerfectMoneyAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.deserializeBinaryFromReader); - msg.setPerfectMoneyAccountPayload(value); - break; - case 13: - var value = new proto.io.bisq.protobuffer.SwishAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.SwishAccountPayload.deserializeBinaryFromReader); - msg.setSwishAccountPayload(value); - break; - case 14: - var value = new proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.deserializeBinaryFromReader); - msg.setUSPostalMoneyOrderAccountPayload(value); - break; - case 16: - var value = new proto.io.bisq.protobuffer.UpholdAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.UpholdAccountPayload.deserializeBinaryFromReader); - msg.setUpholdAccountPayload(value); - break; - case 17: - var value = new proto.io.bisq.protobuffer.CashAppAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.CashAppAccountPayload.deserializeBinaryFromReader); - msg.setCashAppAccountPayload(value); - break; - case 18: - var value = new proto.io.bisq.protobuffer.MoneyBeamAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.MoneyBeamAccountPayload.deserializeBinaryFromReader); - msg.setMoneyBeamAccountPayload(value); - break; - case 19: - var value = new proto.io.bisq.protobuffer.VenmoAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.VenmoAccountPayload.deserializeBinaryFromReader); - msg.setVenmoAccountPayload(value); - break; - case 20: - var value = new proto.io.bisq.protobuffer.PopmoneyAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PopmoneyAccountPayload.deserializeBinaryFromReader); - msg.setPopmoneyAccountPayload(value); - break; - case 21: - var value = new proto.io.bisq.protobuffer.RevolutAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.RevolutAccountPayload.deserializeBinaryFromReader); - msg.setRevolutAccountPayload(value); - break; - case 22: - var value = new proto.io.bisq.protobuffer.WeChatPayAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.WeChatPayAccountPayload.deserializeBinaryFromReader); - msg.setWeChatPayAccountPayload(value); - break; - case 23: - var value = new proto.io.bisq.protobuffer.MoneyGramAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.MoneyGramAccountPayload.deserializeBinaryFromReader); - msg.setMoneyGramAccountPayload(value); - break; - case 24: - var value = new proto.io.bisq.protobuffer.HalCashAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.HalCashAccountPayload.deserializeBinaryFromReader); - msg.setHalCashAccountPayload(value); - break; - case 25: - var value = new proto.io.bisq.protobuffer.PromptPayAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PromptPayAccountPayload.deserializeBinaryFromReader); - msg.setPromptPayAccountPayload(value); - break; - case 26: - var value = new proto.io.bisq.protobuffer.AdvancedCashAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.AdvancedCashAccountPayload.deserializeBinaryFromReader); - msg.setAdvancedCashAccountPayload(value); - break; - case 27: - var value = new proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.deserializeBinaryFromReader); - msg.setInstantCryptoCurrencyAccountPayload(value); - break; - case 28: - var value = new proto.io.bisq.protobuffer.JapanBankAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.JapanBankAccountPayload.deserializeBinaryFromReader); - msg.setJapanBankAccountPayload(value); - break; - case 29: - var value = new proto.io.bisq.protobuffer.TransferwiseAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.TransferwiseAccountPayload.deserializeBinaryFromReader); - msg.setTransferwiseAccountPayload(value); - break; - case 30: - var value = new proto.io.bisq.protobuffer.AustraliaPayidPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.AustraliaPayidPayload.deserializeBinaryFromReader); - msg.setAustraliaPayidPayload(value); - break; - case 31: - var value = new proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.deserializeBinaryFromReader); - msg.setAmazonGiftCardAccountPayload(value); - break; - case 32: - var value = new proto.io.bisq.protobuffer.CashByMailAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.CashByMailAccountPayload.deserializeBinaryFromReader); - msg.setCashByMailAccountPayload(value); - break; - case 33: - var value = new proto.io.bisq.protobuffer.CapitualAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.CapitualAccountPayload.deserializeBinaryFromReader); - msg.setCapitualAccountPayload(value); - break; - case 34: - var value = new proto.io.bisq.protobuffer.PayseraAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PayseraAccountPayload.deserializeBinaryFromReader); - msg.setPayseraAccountPayload(value); - break; - case 35: - var value = new proto.io.bisq.protobuffer.PaxumAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PaxumAccountPayload.deserializeBinaryFromReader); - msg.setPaxumAccountPayload(value); - break; - case 36: - var value = new proto.io.bisq.protobuffer.SwiftAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.SwiftAccountPayload.deserializeBinaryFromReader); - msg.setSwiftAccountPayload(value); - break; - case 37: - var value = new proto.io.bisq.protobuffer.CelPayAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.CelPayAccountPayload.deserializeBinaryFromReader); - msg.setCelPayAccountPayload(value); - break; - case 38: - var value = new proto.io.bisq.protobuffer.MoneseAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.MoneseAccountPayload.deserializeBinaryFromReader); - msg.setMoneseAccountPayload(value); - break; - case 39: - var value = new proto.io.bisq.protobuffer.VerseAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.VerseAccountPayload.deserializeBinaryFromReader); - msg.setVerseAccountPayload(value); - break; - case 15: var value = msg.getExcludeFromJsonDataMap(); reader.readMessage(value, function(message, reader) { jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readString, null, "", ""); }); break; + case 5: + var value = new proto.io.haveno.protobuffer.AliPayAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.AliPayAccountPayload.deserializeBinaryFromReader); + msg.setAliPayAccountPayload(value); + break; + case 6: + var value = new proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.deserializeBinaryFromReader); + msg.setChaseQuickPayAccountPayload(value); + break; + case 7: + var value = new proto.io.haveno.protobuffer.ZelleAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.ZelleAccountPayload.deserializeBinaryFromReader); + msg.setZelleAccountPayload(value); + break; + case 8: + var value = new proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.deserializeBinaryFromReader); + msg.setCountryBasedPaymentAccountPayload(value); + break; + case 9: + var value = new proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload.deserializeBinaryFromReader); + msg.setCryptoCurrencyAccountPayload(value); + break; + case 10: + var value = new proto.io.haveno.protobuffer.FasterPaymentsAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.deserializeBinaryFromReader); + msg.setFasterPaymentsAccountPayload(value); + break; + case 11: + var value = new proto.io.haveno.protobuffer.InteracETransferAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.InteracETransferAccountPayload.deserializeBinaryFromReader); + msg.setInteracETransferAccountPayload(value); + break; + case 12: + var value = new proto.io.haveno.protobuffer.OKPayAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.OKPayAccountPayload.deserializeBinaryFromReader); + msg.setOKPayAccountPayload(value); + break; + case 13: + var value = new proto.io.haveno.protobuffer.PerfectMoneyAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.PerfectMoneyAccountPayload.deserializeBinaryFromReader); + msg.setPerfectMoneyAccountPayload(value); + break; + case 14: + var value = new proto.io.haveno.protobuffer.SwishAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.SwishAccountPayload.deserializeBinaryFromReader); + msg.setSwishAccountPayload(value); + break; + case 15: + var value = new proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.deserializeBinaryFromReader); + msg.setUSPostalMoneyOrderAccountPayload(value); + break; + case 16: + var value = new proto.io.haveno.protobuffer.UpholdAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.UpholdAccountPayload.deserializeBinaryFromReader); + msg.setUpholdAccountPayload(value); + break; + case 17: + var value = new proto.io.haveno.protobuffer.CashAppAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.CashAppAccountPayload.deserializeBinaryFromReader); + msg.setCashAppAccountPayload(value); + break; + case 18: + var value = new proto.io.haveno.protobuffer.MoneyBeamAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.MoneyBeamAccountPayload.deserializeBinaryFromReader); + msg.setMoneyBeamAccountPayload(value); + break; + case 19: + var value = new proto.io.haveno.protobuffer.VenmoAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.VenmoAccountPayload.deserializeBinaryFromReader); + msg.setVenmoAccountPayload(value); + break; + case 20: + var value = new proto.io.haveno.protobuffer.PopmoneyAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.PopmoneyAccountPayload.deserializeBinaryFromReader); + msg.setPopmoneyAccountPayload(value); + break; + case 21: + var value = new proto.io.haveno.protobuffer.RevolutAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.RevolutAccountPayload.deserializeBinaryFromReader); + msg.setRevolutAccountPayload(value); + break; + case 22: + var value = new proto.io.haveno.protobuffer.WeChatPayAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.WeChatPayAccountPayload.deserializeBinaryFromReader); + msg.setWeChatPayAccountPayload(value); + break; + case 23: + var value = new proto.io.haveno.protobuffer.MoneyGramAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.MoneyGramAccountPayload.deserializeBinaryFromReader); + msg.setMoneyGramAccountPayload(value); + break; + case 24: + var value = new proto.io.haveno.protobuffer.HalCashAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.HalCashAccountPayload.deserializeBinaryFromReader); + msg.setHalCashAccountPayload(value); + break; + case 25: + var value = new proto.io.haveno.protobuffer.PromptPayAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.PromptPayAccountPayload.deserializeBinaryFromReader); + msg.setPromptPayAccountPayload(value); + break; + case 26: + var value = new proto.io.haveno.protobuffer.AdvancedCashAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.AdvancedCashAccountPayload.deserializeBinaryFromReader); + msg.setAdvancedCashAccountPayload(value); + break; + case 27: + var value = new proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload.deserializeBinaryFromReader); + msg.setInstantCryptoCurrencyAccountPayload(value); + break; + case 28: + var value = new proto.io.haveno.protobuffer.JapanBankAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.JapanBankAccountPayload.deserializeBinaryFromReader); + msg.setJapanBankAccountPayload(value); + break; + case 29: + var value = new proto.io.haveno.protobuffer.TransferwiseAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.TransferwiseAccountPayload.deserializeBinaryFromReader); + msg.setTransferwiseAccountPayload(value); + break; + case 30: + var value = new proto.io.haveno.protobuffer.AustraliaPayidPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.AustraliaPayidPayload.deserializeBinaryFromReader); + msg.setAustraliaPayidPayload(value); + break; + case 31: + var value = new proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.deserializeBinaryFromReader); + msg.setAmazonGiftCardAccountPayload(value); + break; + case 32: + var value = new proto.io.haveno.protobuffer.CashByMailAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.CashByMailAccountPayload.deserializeBinaryFromReader); + msg.setCashByMailAccountPayload(value); + break; + case 33: + var value = new proto.io.haveno.protobuffer.CapitualAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.CapitualAccountPayload.deserializeBinaryFromReader); + msg.setCapitualAccountPayload(value); + break; + case 34: + var value = new proto.io.haveno.protobuffer.PayseraAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.PayseraAccountPayload.deserializeBinaryFromReader); + msg.setPayseraAccountPayload(value); + break; + case 35: + var value = new proto.io.haveno.protobuffer.PaxumAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.PaxumAccountPayload.deserializeBinaryFromReader); + msg.setPaxumAccountPayload(value); + break; + case 36: + var value = new proto.io.haveno.protobuffer.SwiftAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.SwiftAccountPayload.deserializeBinaryFromReader); + msg.setSwiftAccountPayload(value); + break; + case 37: + var value = new proto.io.haveno.protobuffer.CelPayAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.CelPayAccountPayload.deserializeBinaryFromReader); + msg.setCelPayAccountPayload(value); + break; + case 38: + var value = new proto.io.haveno.protobuffer.MoneseAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.MoneseAccountPayload.deserializeBinaryFromReader); + msg.setMoneseAccountPayload(value); + break; + case 39: + var value = new proto.io.haveno.protobuffer.VerseAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.VerseAccountPayload.deserializeBinaryFromReader); + msg.setVerseAccountPayload(value); + break; default: reader.skipField(); break; @@ -35226,9 +30475,9 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PaymentAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -35236,11 +30485,11 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PaymentAccountPayload} message + * @param {!proto.io.haveno.protobuffer.PaymentAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getId(); if (f.length > 0) { @@ -35263,92 +30512,96 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi f ); } + f = message.getExcludeFromJsonDataMap(true); + if (f && f.getLength() > 0) { + f.serializeBinary(4, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeString); + } f = message.getAliPayAccountPayload(); if (f != null) { writer.writeMessage( - 4, + 5, f, - proto.io.bisq.protobuffer.AliPayAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.AliPayAccountPayload.serializeBinaryToWriter ); } f = message.getChaseQuickPayAccountPayload(); - if (f != null) { - writer.writeMessage( - 5, - f, - proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.serializeBinaryToWriter - ); - } - f = message.getClearXchangeAccountPayload(); if (f != null) { writer.writeMessage( 6, f, - proto.io.bisq.protobuffer.ClearXchangeAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.serializeBinaryToWriter + ); + } + f = message.getZelleAccountPayload(); + if (f != null) { + writer.writeMessage( + 7, + f, + proto.io.haveno.protobuffer.ZelleAccountPayload.serializeBinaryToWriter ); } f = message.getCountryBasedPaymentAccountPayload(); if (f != null) { writer.writeMessage( - 7, + 8, f, - proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWriter ); } f = message.getCryptoCurrencyAccountPayload(); if (f != null) { writer.writeMessage( - 8, + 9, f, - proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload.serializeBinaryToWriter ); } f = message.getFasterPaymentsAccountPayload(); if (f != null) { writer.writeMessage( - 9, + 10, f, - proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.serializeBinaryToWriter ); } f = message.getInteracETransferAccountPayload(); if (f != null) { writer.writeMessage( - 10, + 11, f, - proto.io.bisq.protobuffer.InteracETransferAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.InteracETransferAccountPayload.serializeBinaryToWriter ); } f = message.getOKPayAccountPayload(); if (f != null) { writer.writeMessage( - 11, + 12, f, - proto.io.bisq.protobuffer.OKPayAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.OKPayAccountPayload.serializeBinaryToWriter ); } f = message.getPerfectMoneyAccountPayload(); if (f != null) { writer.writeMessage( - 12, + 13, f, - proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.PerfectMoneyAccountPayload.serializeBinaryToWriter ); } f = message.getSwishAccountPayload(); if (f != null) { writer.writeMessage( - 13, + 14, f, - proto.io.bisq.protobuffer.SwishAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.SwishAccountPayload.serializeBinaryToWriter ); } f = message.getUSPostalMoneyOrderAccountPayload(); if (f != null) { writer.writeMessage( - 14, + 15, f, - proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.serializeBinaryToWriter ); } f = message.getUpholdAccountPayload(); @@ -35356,7 +30609,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 16, f, - proto.io.bisq.protobuffer.UpholdAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.UpholdAccountPayload.serializeBinaryToWriter ); } f = message.getCashAppAccountPayload(); @@ -35364,7 +30617,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 17, f, - proto.io.bisq.protobuffer.CashAppAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.CashAppAccountPayload.serializeBinaryToWriter ); } f = message.getMoneyBeamAccountPayload(); @@ -35372,7 +30625,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 18, f, - proto.io.bisq.protobuffer.MoneyBeamAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.MoneyBeamAccountPayload.serializeBinaryToWriter ); } f = message.getVenmoAccountPayload(); @@ -35380,7 +30633,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 19, f, - proto.io.bisq.protobuffer.VenmoAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.VenmoAccountPayload.serializeBinaryToWriter ); } f = message.getPopmoneyAccountPayload(); @@ -35388,7 +30641,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 20, f, - proto.io.bisq.protobuffer.PopmoneyAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.PopmoneyAccountPayload.serializeBinaryToWriter ); } f = message.getRevolutAccountPayload(); @@ -35396,7 +30649,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 21, f, - proto.io.bisq.protobuffer.RevolutAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.RevolutAccountPayload.serializeBinaryToWriter ); } f = message.getWeChatPayAccountPayload(); @@ -35404,7 +30657,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 22, f, - proto.io.bisq.protobuffer.WeChatPayAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.WeChatPayAccountPayload.serializeBinaryToWriter ); } f = message.getMoneyGramAccountPayload(); @@ -35412,7 +30665,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 23, f, - proto.io.bisq.protobuffer.MoneyGramAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.MoneyGramAccountPayload.serializeBinaryToWriter ); } f = message.getHalCashAccountPayload(); @@ -35420,7 +30673,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 24, f, - proto.io.bisq.protobuffer.HalCashAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.HalCashAccountPayload.serializeBinaryToWriter ); } f = message.getPromptPayAccountPayload(); @@ -35428,7 +30681,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 25, f, - proto.io.bisq.protobuffer.PromptPayAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.PromptPayAccountPayload.serializeBinaryToWriter ); } f = message.getAdvancedCashAccountPayload(); @@ -35436,7 +30689,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 26, f, - proto.io.bisq.protobuffer.AdvancedCashAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.AdvancedCashAccountPayload.serializeBinaryToWriter ); } f = message.getInstantCryptoCurrencyAccountPayload(); @@ -35444,7 +30697,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 27, f, - proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload.serializeBinaryToWriter ); } f = message.getJapanBankAccountPayload(); @@ -35452,7 +30705,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 28, f, - proto.io.bisq.protobuffer.JapanBankAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.JapanBankAccountPayload.serializeBinaryToWriter ); } f = message.getTransferwiseAccountPayload(); @@ -35460,7 +30713,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 29, f, - proto.io.bisq.protobuffer.TransferwiseAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.TransferwiseAccountPayload.serializeBinaryToWriter ); } f = message.getAustraliaPayidPayload(); @@ -35468,7 +30721,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 30, f, - proto.io.bisq.protobuffer.AustraliaPayidPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.AustraliaPayidPayload.serializeBinaryToWriter ); } f = message.getAmazonGiftCardAccountPayload(); @@ -35476,7 +30729,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 31, f, - proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.serializeBinaryToWriter ); } f = message.getCashByMailAccountPayload(); @@ -35484,7 +30737,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 32, f, - proto.io.bisq.protobuffer.CashByMailAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.CashByMailAccountPayload.serializeBinaryToWriter ); } f = message.getCapitualAccountPayload(); @@ -35492,7 +30745,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 33, f, - proto.io.bisq.protobuffer.CapitualAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.CapitualAccountPayload.serializeBinaryToWriter ); } f = message.getPayseraAccountPayload(); @@ -35500,7 +30753,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 34, f, - proto.io.bisq.protobuffer.PayseraAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.PayseraAccountPayload.serializeBinaryToWriter ); } f = message.getPaxumAccountPayload(); @@ -35508,7 +30761,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 35, f, - proto.io.bisq.protobuffer.PaxumAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaxumAccountPayload.serializeBinaryToWriter ); } f = message.getSwiftAccountPayload(); @@ -35516,7 +30769,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 36, f, - proto.io.bisq.protobuffer.SwiftAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.SwiftAccountPayload.serializeBinaryToWriter ); } f = message.getCelPayAccountPayload(); @@ -35524,7 +30777,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 37, f, - proto.io.bisq.protobuffer.CelPayAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.CelPayAccountPayload.serializeBinaryToWriter ); } f = message.getMoneseAccountPayload(); @@ -35532,7 +30785,7 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 38, f, - proto.io.bisq.protobuffer.MoneseAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.MoneseAccountPayload.serializeBinaryToWriter ); } f = message.getVerseAccountPayload(); @@ -35540,13 +30793,9 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi writer.writeMessage( 39, f, - proto.io.bisq.protobuffer.VerseAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.VerseAccountPayload.serializeBinaryToWriter ); } - f = message.getExcludeFromJsonDataMap(true); - if (f && f.getLength() > 0) { - f.serializeBinary(15, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeString); - } }; @@ -35554,16 +30803,16 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter = functi * optional string id = 1; * @return {string} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getId = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setId = function(value) { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -35572,16 +30821,16 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setId = function(value * optional string payment_method_id = 2; * @return {string} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getPaymentMethodId = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getPaymentMethodId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setPaymentMethodId = function(value) { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setPaymentMethodId = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -35590,44 +30839,66 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setPaymentMethodId = f * optional int64 max_trade_period = 3; * @return {number} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getMaxTradePeriod = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getMaxTradePeriod = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setMaxTradePeriod = function(value) { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setMaxTradePeriod = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; /** - * optional AliPayAccountPayload ali_pay_account_payload = 4; - * @return {?proto.io.bisq.protobuffer.AliPayAccountPayload} + * map exclude_from_json_data = 4; + * @param {boolean=} opt_noLazyCreate Do not create the map if + * empty, instead returning `undefined` + * @return {!jspb.Map} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getAliPayAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.AliPayAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AliPayAccountPayload, 4)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getExcludeFromJsonDataMap = function(opt_noLazyCreate) { + return /** @type {!jspb.Map} */ ( + jspb.Message.getMapField(this, 4, opt_noLazyCreate, + null)); }; /** - * @param {?proto.io.bisq.protobuffer.AliPayAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * Clears values from the map. The map will be non-null. + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this + */ +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearExcludeFromJsonDataMap = function() { + this.getExcludeFromJsonDataMap().clear(); + return this;}; + + +/** + * optional AliPayAccountPayload ali_pay_account_payload = 5; + * @return {?proto.io.haveno.protobuffer.AliPayAccountPayload} + */ +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getAliPayAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.AliPayAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AliPayAccountPayload, 5)); +}; + + +/** + * @param {?proto.io.haveno.protobuffer.AliPayAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setAliPayAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 4, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setAliPayAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 5, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearAliPayAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearAliPayAccountPayload = function() { return this.setAliPayAccountPayload(undefined); }; @@ -35636,35 +30907,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearAliPayAccountPayl * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasAliPayAccountPayload = function() { - return jspb.Message.getField(this, 4) != null; +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasAliPayAccountPayload = function() { + return jspb.Message.getField(this, 5) != null; }; /** - * optional ChaseQuickPayAccountPayload chase_quick_pay_account_payload = 5; - * @return {?proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload} + * optional ChaseQuickPayAccountPayload chase_quick_pay_account_payload = 6; + * @return {?proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getChaseQuickPayAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload, 5)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getChaseQuickPayAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload, 6)); }; /** - * @param {?proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setChaseQuickPayAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 5, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setChaseQuickPayAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 6, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearChaseQuickPayAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearChaseQuickPayAccountPayload = function() { return this.setChaseQuickPayAccountPayload(undefined); }; @@ -35673,36 +30944,36 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearChaseQuickPayAcco * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasChaseQuickPayAccountPayload = function() { - return jspb.Message.getField(this, 5) != null; +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasChaseQuickPayAccountPayload = function() { + return jspb.Message.getField(this, 6) != null; }; /** - * optional ClearXchangeAccountPayload clear_xchange_account_payload = 6; - * @return {?proto.io.bisq.protobuffer.ClearXchangeAccountPayload} + * optional ZelleAccountPayload zelle_account_payload = 7; + * @return {?proto.io.haveno.protobuffer.ZelleAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getClearXchangeAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.ClearXchangeAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ClearXchangeAccountPayload, 6)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getZelleAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.ZelleAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ZelleAccountPayload, 7)); }; /** - * @param {?proto.io.bisq.protobuffer.ClearXchangeAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.ZelleAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setClearXchangeAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 6, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setZelleAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 7, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearClearXchangeAccountPayload = function() { - return this.setClearXchangeAccountPayload(undefined); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearZelleAccountPayload = function() { + return this.setZelleAccountPayload(undefined); }; @@ -35710,35 +30981,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearClearXchangeAccou * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasClearXchangeAccountPayload = function() { - return jspb.Message.getField(this, 6) != null; +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasZelleAccountPayload = function() { + return jspb.Message.getField(this, 7) != null; }; /** - * optional CountryBasedPaymentAccountPayload country_based_payment_account_payload = 7; - * @return {?proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} + * optional CountryBasedPaymentAccountPayload country_based_payment_account_payload = 8; + * @return {?proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getCountryBasedPaymentAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload, 7)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getCountryBasedPaymentAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload, 8)); }; /** - * @param {?proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setCountryBasedPaymentAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 7, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setCountryBasedPaymentAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 8, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearCountryBasedPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearCountryBasedPaymentAccountPayload = function() { return this.setCountryBasedPaymentAccountPayload(undefined); }; @@ -35747,35 +31018,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearCountryBasedPayme * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasCountryBasedPaymentAccountPayload = function() { - return jspb.Message.getField(this, 7) != null; +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasCountryBasedPaymentAccountPayload = function() { + return jspb.Message.getField(this, 8) != null; }; /** - * optional CryptoCurrencyAccountPayload crypto_currency_account_payload = 8; - * @return {?proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload} + * optional CryptoCurrencyAccountPayload crypto_currency_account_payload = 9; + * @return {?proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getCryptoCurrencyAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload, 8)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getCryptoCurrencyAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload, 9)); }; /** - * @param {?proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setCryptoCurrencyAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 8, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setCryptoCurrencyAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 9, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearCryptoCurrencyAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearCryptoCurrencyAccountPayload = function() { return this.setCryptoCurrencyAccountPayload(undefined); }; @@ -35784,35 +31055,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearCryptoCurrencyAcc * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasCryptoCurrencyAccountPayload = function() { - return jspb.Message.getField(this, 8) != null; +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasCryptoCurrencyAccountPayload = function() { + return jspb.Message.getField(this, 9) != null; }; /** - * optional FasterPaymentsAccountPayload faster_payments_account_payload = 9; - * @return {?proto.io.bisq.protobuffer.FasterPaymentsAccountPayload} + * optional FasterPaymentsAccountPayload faster_payments_account_payload = 10; + * @return {?proto.io.haveno.protobuffer.FasterPaymentsAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getFasterPaymentsAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.FasterPaymentsAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.FasterPaymentsAccountPayload, 9)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getFasterPaymentsAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.FasterPaymentsAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.FasterPaymentsAccountPayload, 10)); }; /** - * @param {?proto.io.bisq.protobuffer.FasterPaymentsAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.FasterPaymentsAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setFasterPaymentsAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 9, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setFasterPaymentsAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 10, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearFasterPaymentsAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearFasterPaymentsAccountPayload = function() { return this.setFasterPaymentsAccountPayload(undefined); }; @@ -35821,35 +31092,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearFasterPaymentsAcc * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasFasterPaymentsAccountPayload = function() { - return jspb.Message.getField(this, 9) != null; +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasFasterPaymentsAccountPayload = function() { + return jspb.Message.getField(this, 10) != null; }; /** - * optional InteracETransferAccountPayload interac_e_transfer_account_payload = 10; - * @return {?proto.io.bisq.protobuffer.InteracETransferAccountPayload} + * optional InteracETransferAccountPayload interac_e_transfer_account_payload = 11; + * @return {?proto.io.haveno.protobuffer.InteracETransferAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getInteracETransferAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.InteracETransferAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.InteracETransferAccountPayload, 10)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getInteracETransferAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.InteracETransferAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.InteracETransferAccountPayload, 11)); }; /** - * @param {?proto.io.bisq.protobuffer.InteracETransferAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.InteracETransferAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setInteracETransferAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 10, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setInteracETransferAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 11, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearInteracETransferAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearInteracETransferAccountPayload = function() { return this.setInteracETransferAccountPayload(undefined); }; @@ -35858,35 +31129,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearInteracETransferA * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasInteracETransferAccountPayload = function() { - return jspb.Message.getField(this, 10) != null; +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasInteracETransferAccountPayload = function() { + return jspb.Message.getField(this, 11) != null; }; /** - * optional OKPayAccountPayload o_k_pay_account_payload = 11; - * @return {?proto.io.bisq.protobuffer.OKPayAccountPayload} + * optional OKPayAccountPayload o_k_pay_account_payload = 12; + * @return {?proto.io.haveno.protobuffer.OKPayAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getOKPayAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.OKPayAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.OKPayAccountPayload, 11)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getOKPayAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.OKPayAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.OKPayAccountPayload, 12)); }; /** - * @param {?proto.io.bisq.protobuffer.OKPayAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.OKPayAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setOKPayAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 11, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setOKPayAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 12, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearOKPayAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearOKPayAccountPayload = function() { return this.setOKPayAccountPayload(undefined); }; @@ -35895,35 +31166,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearOKPayAccountPaylo * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasOKPayAccountPayload = function() { - return jspb.Message.getField(this, 11) != null; +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasOKPayAccountPayload = function() { + return jspb.Message.getField(this, 12) != null; }; /** - * optional PerfectMoneyAccountPayload perfect_money_account_payload = 12; - * @return {?proto.io.bisq.protobuffer.PerfectMoneyAccountPayload} + * optional PerfectMoneyAccountPayload perfect_money_account_payload = 13; + * @return {?proto.io.haveno.protobuffer.PerfectMoneyAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getPerfectMoneyAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PerfectMoneyAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PerfectMoneyAccountPayload, 12)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getPerfectMoneyAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PerfectMoneyAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PerfectMoneyAccountPayload, 13)); }; /** - * @param {?proto.io.bisq.protobuffer.PerfectMoneyAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.PerfectMoneyAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setPerfectMoneyAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 12, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setPerfectMoneyAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 13, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearPerfectMoneyAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearPerfectMoneyAccountPayload = function() { return this.setPerfectMoneyAccountPayload(undefined); }; @@ -35932,35 +31203,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearPerfectMoneyAccou * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasPerfectMoneyAccountPayload = function() { - return jspb.Message.getField(this, 12) != null; +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasPerfectMoneyAccountPayload = function() { + return jspb.Message.getField(this, 13) != null; }; /** - * optional SwishAccountPayload swish_account_payload = 13; - * @return {?proto.io.bisq.protobuffer.SwishAccountPayload} + * optional SwishAccountPayload swish_account_payload = 14; + * @return {?proto.io.haveno.protobuffer.SwishAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getSwishAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.SwishAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SwishAccountPayload, 13)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getSwishAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.SwishAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SwishAccountPayload, 14)); }; /** - * @param {?proto.io.bisq.protobuffer.SwishAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.SwishAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setSwishAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 13, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setSwishAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 14, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearSwishAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearSwishAccountPayload = function() { return this.setSwishAccountPayload(undefined); }; @@ -35969,35 +31240,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearSwishAccountPaylo * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasSwishAccountPayload = function() { - return jspb.Message.getField(this, 13) != null; +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasSwishAccountPayload = function() { + return jspb.Message.getField(this, 14) != null; }; /** - * optional USPostalMoneyOrderAccountPayload u_s_postal_money_order_account_payload = 14; - * @return {?proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload} + * optional USPostalMoneyOrderAccountPayload u_s_postal_money_order_account_payload = 15; + * @return {?proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getUSPostalMoneyOrderAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload, 14)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getUSPostalMoneyOrderAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload, 15)); }; /** - * @param {?proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setUSPostalMoneyOrderAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 14, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setUSPostalMoneyOrderAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 15, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearUSPostalMoneyOrderAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearUSPostalMoneyOrderAccountPayload = function() { return this.setUSPostalMoneyOrderAccountPayload(undefined); }; @@ -36006,35 +31277,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearUSPostalMoneyOrde * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasUSPostalMoneyOrderAccountPayload = function() { - return jspb.Message.getField(this, 14) != null; +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasUSPostalMoneyOrderAccountPayload = function() { + return jspb.Message.getField(this, 15) != null; }; /** * optional UpholdAccountPayload uphold_account_payload = 16; - * @return {?proto.io.bisq.protobuffer.UpholdAccountPayload} + * @return {?proto.io.haveno.protobuffer.UpholdAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getUpholdAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.UpholdAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.UpholdAccountPayload, 16)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getUpholdAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.UpholdAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.UpholdAccountPayload, 16)); }; /** - * @param {?proto.io.bisq.protobuffer.UpholdAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.UpholdAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setUpholdAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 16, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setUpholdAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 16, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearUpholdAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearUpholdAccountPayload = function() { return this.setUpholdAccountPayload(undefined); }; @@ -36043,35 +31314,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearUpholdAccountPayl * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasUpholdAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasUpholdAccountPayload = function() { return jspb.Message.getField(this, 16) != null; }; /** * optional CashAppAccountPayload cash_app_account_payload = 17; - * @return {?proto.io.bisq.protobuffer.CashAppAccountPayload} + * @return {?proto.io.haveno.protobuffer.CashAppAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getCashAppAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.CashAppAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.CashAppAccountPayload, 17)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getCashAppAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.CashAppAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.CashAppAccountPayload, 17)); }; /** - * @param {?proto.io.bisq.protobuffer.CashAppAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.CashAppAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setCashAppAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 17, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setCashAppAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 17, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearCashAppAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearCashAppAccountPayload = function() { return this.setCashAppAccountPayload(undefined); }; @@ -36080,35 +31351,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearCashAppAccountPay * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasCashAppAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasCashAppAccountPayload = function() { return jspb.Message.getField(this, 17) != null; }; /** * optional MoneyBeamAccountPayload money_beam_account_payload = 18; - * @return {?proto.io.bisq.protobuffer.MoneyBeamAccountPayload} + * @return {?proto.io.haveno.protobuffer.MoneyBeamAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getMoneyBeamAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.MoneyBeamAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.MoneyBeamAccountPayload, 18)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getMoneyBeamAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.MoneyBeamAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.MoneyBeamAccountPayload, 18)); }; /** - * @param {?proto.io.bisq.protobuffer.MoneyBeamAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.MoneyBeamAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setMoneyBeamAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 18, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setMoneyBeamAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 18, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearMoneyBeamAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearMoneyBeamAccountPayload = function() { return this.setMoneyBeamAccountPayload(undefined); }; @@ -36117,35 +31388,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearMoneyBeamAccountP * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasMoneyBeamAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasMoneyBeamAccountPayload = function() { return jspb.Message.getField(this, 18) != null; }; /** * optional VenmoAccountPayload venmo_account_payload = 19; - * @return {?proto.io.bisq.protobuffer.VenmoAccountPayload} + * @return {?proto.io.haveno.protobuffer.VenmoAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getVenmoAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.VenmoAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.VenmoAccountPayload, 19)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getVenmoAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.VenmoAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.VenmoAccountPayload, 19)); }; /** - * @param {?proto.io.bisq.protobuffer.VenmoAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.VenmoAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setVenmoAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 19, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setVenmoAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 19, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearVenmoAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearVenmoAccountPayload = function() { return this.setVenmoAccountPayload(undefined); }; @@ -36154,35 +31425,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearVenmoAccountPaylo * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasVenmoAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasVenmoAccountPayload = function() { return jspb.Message.getField(this, 19) != null; }; /** * optional PopmoneyAccountPayload popmoney_account_payload = 20; - * @return {?proto.io.bisq.protobuffer.PopmoneyAccountPayload} + * @return {?proto.io.haveno.protobuffer.PopmoneyAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getPopmoneyAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PopmoneyAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PopmoneyAccountPayload, 20)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getPopmoneyAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PopmoneyAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PopmoneyAccountPayload, 20)); }; /** - * @param {?proto.io.bisq.protobuffer.PopmoneyAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.PopmoneyAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setPopmoneyAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 20, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setPopmoneyAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 20, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearPopmoneyAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearPopmoneyAccountPayload = function() { return this.setPopmoneyAccountPayload(undefined); }; @@ -36191,35 +31462,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearPopmoneyAccountPa * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasPopmoneyAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasPopmoneyAccountPayload = function() { return jspb.Message.getField(this, 20) != null; }; /** * optional RevolutAccountPayload revolut_account_payload = 21; - * @return {?proto.io.bisq.protobuffer.RevolutAccountPayload} + * @return {?proto.io.haveno.protobuffer.RevolutAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getRevolutAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.RevolutAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.RevolutAccountPayload, 21)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getRevolutAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.RevolutAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.RevolutAccountPayload, 21)); }; /** - * @param {?proto.io.bisq.protobuffer.RevolutAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.RevolutAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setRevolutAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 21, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setRevolutAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 21, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearRevolutAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearRevolutAccountPayload = function() { return this.setRevolutAccountPayload(undefined); }; @@ -36228,35 +31499,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearRevolutAccountPay * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasRevolutAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasRevolutAccountPayload = function() { return jspb.Message.getField(this, 21) != null; }; /** * optional WeChatPayAccountPayload we_chat_pay_account_payload = 22; - * @return {?proto.io.bisq.protobuffer.WeChatPayAccountPayload} + * @return {?proto.io.haveno.protobuffer.WeChatPayAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getWeChatPayAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.WeChatPayAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.WeChatPayAccountPayload, 22)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getWeChatPayAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.WeChatPayAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.WeChatPayAccountPayload, 22)); }; /** - * @param {?proto.io.bisq.protobuffer.WeChatPayAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.WeChatPayAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setWeChatPayAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 22, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setWeChatPayAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 22, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearWeChatPayAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearWeChatPayAccountPayload = function() { return this.setWeChatPayAccountPayload(undefined); }; @@ -36265,35 +31536,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearWeChatPayAccountP * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasWeChatPayAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasWeChatPayAccountPayload = function() { return jspb.Message.getField(this, 22) != null; }; /** * optional MoneyGramAccountPayload money_gram_account_payload = 23; - * @return {?proto.io.bisq.protobuffer.MoneyGramAccountPayload} + * @return {?proto.io.haveno.protobuffer.MoneyGramAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getMoneyGramAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.MoneyGramAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.MoneyGramAccountPayload, 23)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getMoneyGramAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.MoneyGramAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.MoneyGramAccountPayload, 23)); }; /** - * @param {?proto.io.bisq.protobuffer.MoneyGramAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.MoneyGramAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setMoneyGramAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 23, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setMoneyGramAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 23, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearMoneyGramAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearMoneyGramAccountPayload = function() { return this.setMoneyGramAccountPayload(undefined); }; @@ -36302,35 +31573,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearMoneyGramAccountP * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasMoneyGramAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasMoneyGramAccountPayload = function() { return jspb.Message.getField(this, 23) != null; }; /** * optional HalCashAccountPayload hal_cash_account_payload = 24; - * @return {?proto.io.bisq.protobuffer.HalCashAccountPayload} + * @return {?proto.io.haveno.protobuffer.HalCashAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getHalCashAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.HalCashAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.HalCashAccountPayload, 24)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getHalCashAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.HalCashAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.HalCashAccountPayload, 24)); }; /** - * @param {?proto.io.bisq.protobuffer.HalCashAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.HalCashAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setHalCashAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 24, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setHalCashAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 24, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearHalCashAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearHalCashAccountPayload = function() { return this.setHalCashAccountPayload(undefined); }; @@ -36339,35 +31610,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearHalCashAccountPay * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasHalCashAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasHalCashAccountPayload = function() { return jspb.Message.getField(this, 24) != null; }; /** * optional PromptPayAccountPayload prompt_pay_account_payload = 25; - * @return {?proto.io.bisq.protobuffer.PromptPayAccountPayload} + * @return {?proto.io.haveno.protobuffer.PromptPayAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getPromptPayAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PromptPayAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PromptPayAccountPayload, 25)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getPromptPayAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PromptPayAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PromptPayAccountPayload, 25)); }; /** - * @param {?proto.io.bisq.protobuffer.PromptPayAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.PromptPayAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setPromptPayAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 25, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setPromptPayAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 25, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearPromptPayAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearPromptPayAccountPayload = function() { return this.setPromptPayAccountPayload(undefined); }; @@ -36376,35 +31647,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearPromptPayAccountP * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasPromptPayAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasPromptPayAccountPayload = function() { return jspb.Message.getField(this, 25) != null; }; /** * optional AdvancedCashAccountPayload advanced_cash_account_payload = 26; - * @return {?proto.io.bisq.protobuffer.AdvancedCashAccountPayload} + * @return {?proto.io.haveno.protobuffer.AdvancedCashAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getAdvancedCashAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.AdvancedCashAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AdvancedCashAccountPayload, 26)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getAdvancedCashAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.AdvancedCashAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AdvancedCashAccountPayload, 26)); }; /** - * @param {?proto.io.bisq.protobuffer.AdvancedCashAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.AdvancedCashAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setAdvancedCashAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 26, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setAdvancedCashAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 26, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearAdvancedCashAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearAdvancedCashAccountPayload = function() { return this.setAdvancedCashAccountPayload(undefined); }; @@ -36413,35 +31684,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearAdvancedCashAccou * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasAdvancedCashAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasAdvancedCashAccountPayload = function() { return jspb.Message.getField(this, 26) != null; }; /** * optional InstantCryptoCurrencyAccountPayload instant_crypto_currency_account_payload = 27; - * @return {?proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload} + * @return {?proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getInstantCryptoCurrencyAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload, 27)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getInstantCryptoCurrencyAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload, 27)); }; /** - * @param {?proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setInstantCryptoCurrencyAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 27, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setInstantCryptoCurrencyAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 27, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearInstantCryptoCurrencyAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearInstantCryptoCurrencyAccountPayload = function() { return this.setInstantCryptoCurrencyAccountPayload(undefined); }; @@ -36450,35 +31721,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearInstantCryptoCurr * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasInstantCryptoCurrencyAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasInstantCryptoCurrencyAccountPayload = function() { return jspb.Message.getField(this, 27) != null; }; /** * optional JapanBankAccountPayload japan_bank_account_payload = 28; - * @return {?proto.io.bisq.protobuffer.JapanBankAccountPayload} + * @return {?proto.io.haveno.protobuffer.JapanBankAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getJapanBankAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.JapanBankAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.JapanBankAccountPayload, 28)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getJapanBankAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.JapanBankAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.JapanBankAccountPayload, 28)); }; /** - * @param {?proto.io.bisq.protobuffer.JapanBankAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.JapanBankAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setJapanBankAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 28, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setJapanBankAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 28, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearJapanBankAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearJapanBankAccountPayload = function() { return this.setJapanBankAccountPayload(undefined); }; @@ -36487,35 +31758,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearJapanBankAccountP * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasJapanBankAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasJapanBankAccountPayload = function() { return jspb.Message.getField(this, 28) != null; }; /** * optional TransferwiseAccountPayload Transferwise_account_payload = 29; - * @return {?proto.io.bisq.protobuffer.TransferwiseAccountPayload} + * @return {?proto.io.haveno.protobuffer.TransferwiseAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getTransferwiseAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.TransferwiseAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TransferwiseAccountPayload, 29)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getTransferwiseAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.TransferwiseAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.TransferwiseAccountPayload, 29)); }; /** - * @param {?proto.io.bisq.protobuffer.TransferwiseAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.TransferwiseAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setTransferwiseAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 29, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setTransferwiseAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 29, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearTransferwiseAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearTransferwiseAccountPayload = function() { return this.setTransferwiseAccountPayload(undefined); }; @@ -36524,35 +31795,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearTransferwiseAccou * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasTransferwiseAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasTransferwiseAccountPayload = function() { return jspb.Message.getField(this, 29) != null; }; /** * optional AustraliaPayidPayload australia_payid_payload = 30; - * @return {?proto.io.bisq.protobuffer.AustraliaPayidPayload} + * @return {?proto.io.haveno.protobuffer.AustraliaPayidPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getAustraliaPayidPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.AustraliaPayidPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AustraliaPayidPayload, 30)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getAustraliaPayidPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.AustraliaPayidPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AustraliaPayidPayload, 30)); }; /** - * @param {?proto.io.bisq.protobuffer.AustraliaPayidPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.AustraliaPayidPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setAustraliaPayidPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 30, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setAustraliaPayidPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 30, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearAustraliaPayidPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearAustraliaPayidPayload = function() { return this.setAustraliaPayidPayload(undefined); }; @@ -36561,35 +31832,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearAustraliaPayidPay * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasAustraliaPayidPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasAustraliaPayidPayload = function() { return jspb.Message.getField(this, 30) != null; }; /** * optional AmazonGiftCardAccountPayload amazon_gift_card_account_payload = 31; - * @return {?proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload} + * @return {?proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getAmazonGiftCardAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload, 31)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getAmazonGiftCardAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload, 31)); }; /** - * @param {?proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setAmazonGiftCardAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 31, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setAmazonGiftCardAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 31, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearAmazonGiftCardAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearAmazonGiftCardAccountPayload = function() { return this.setAmazonGiftCardAccountPayload(undefined); }; @@ -36598,35 +31869,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearAmazonGiftCardAcc * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasAmazonGiftCardAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasAmazonGiftCardAccountPayload = function() { return jspb.Message.getField(this, 31) != null; }; /** * optional CashByMailAccountPayload cash_by_mail_account_payload = 32; - * @return {?proto.io.bisq.protobuffer.CashByMailAccountPayload} + * @return {?proto.io.haveno.protobuffer.CashByMailAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getCashByMailAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.CashByMailAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.CashByMailAccountPayload, 32)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getCashByMailAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.CashByMailAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.CashByMailAccountPayload, 32)); }; /** - * @param {?proto.io.bisq.protobuffer.CashByMailAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.CashByMailAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setCashByMailAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 32, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setCashByMailAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 32, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearCashByMailAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearCashByMailAccountPayload = function() { return this.setCashByMailAccountPayload(undefined); }; @@ -36635,35 +31906,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearCashByMailAccount * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasCashByMailAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasCashByMailAccountPayload = function() { return jspb.Message.getField(this, 32) != null; }; /** * optional CapitualAccountPayload capitual_account_payload = 33; - * @return {?proto.io.bisq.protobuffer.CapitualAccountPayload} + * @return {?proto.io.haveno.protobuffer.CapitualAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getCapitualAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.CapitualAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.CapitualAccountPayload, 33)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getCapitualAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.CapitualAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.CapitualAccountPayload, 33)); }; /** - * @param {?proto.io.bisq.protobuffer.CapitualAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.CapitualAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setCapitualAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 33, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setCapitualAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 33, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearCapitualAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearCapitualAccountPayload = function() { return this.setCapitualAccountPayload(undefined); }; @@ -36672,35 +31943,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearCapitualAccountPa * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasCapitualAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasCapitualAccountPayload = function() { return jspb.Message.getField(this, 33) != null; }; /** * optional PayseraAccountPayload Paysera_account_payload = 34; - * @return {?proto.io.bisq.protobuffer.PayseraAccountPayload} + * @return {?proto.io.haveno.protobuffer.PayseraAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getPayseraAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PayseraAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PayseraAccountPayload, 34)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getPayseraAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PayseraAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PayseraAccountPayload, 34)); }; /** - * @param {?proto.io.bisq.protobuffer.PayseraAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.PayseraAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setPayseraAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 34, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setPayseraAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 34, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearPayseraAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearPayseraAccountPayload = function() { return this.setPayseraAccountPayload(undefined); }; @@ -36709,35 +31980,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearPayseraAccountPay * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasPayseraAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasPayseraAccountPayload = function() { return jspb.Message.getField(this, 34) != null; }; /** * optional PaxumAccountPayload Paxum_account_payload = 35; - * @return {?proto.io.bisq.protobuffer.PaxumAccountPayload} + * @return {?proto.io.haveno.protobuffer.PaxumAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getPaxumAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PaxumAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaxumAccountPayload, 35)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getPaxumAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PaxumAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaxumAccountPayload, 35)); }; /** - * @param {?proto.io.bisq.protobuffer.PaxumAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.PaxumAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setPaxumAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 35, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setPaxumAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 35, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearPaxumAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearPaxumAccountPayload = function() { return this.setPaxumAccountPayload(undefined); }; @@ -36746,35 +32017,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearPaxumAccountPaylo * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasPaxumAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasPaxumAccountPayload = function() { return jspb.Message.getField(this, 35) != null; }; /** * optional SwiftAccountPayload swift_account_payload = 36; - * @return {?proto.io.bisq.protobuffer.SwiftAccountPayload} + * @return {?proto.io.haveno.protobuffer.SwiftAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getSwiftAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.SwiftAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SwiftAccountPayload, 36)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getSwiftAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.SwiftAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SwiftAccountPayload, 36)); }; /** - * @param {?proto.io.bisq.protobuffer.SwiftAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.SwiftAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setSwiftAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 36, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setSwiftAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 36, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearSwiftAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearSwiftAccountPayload = function() { return this.setSwiftAccountPayload(undefined); }; @@ -36783,35 +32054,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearSwiftAccountPaylo * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasSwiftAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasSwiftAccountPayload = function() { return jspb.Message.getField(this, 36) != null; }; /** * optional CelPayAccountPayload cel_pay_account_payload = 37; - * @return {?proto.io.bisq.protobuffer.CelPayAccountPayload} + * @return {?proto.io.haveno.protobuffer.CelPayAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getCelPayAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.CelPayAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.CelPayAccountPayload, 37)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getCelPayAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.CelPayAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.CelPayAccountPayload, 37)); }; /** - * @param {?proto.io.bisq.protobuffer.CelPayAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.CelPayAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setCelPayAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 37, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setCelPayAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 37, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearCelPayAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearCelPayAccountPayload = function() { return this.setCelPayAccountPayload(undefined); }; @@ -36820,35 +32091,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearCelPayAccountPayl * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasCelPayAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasCelPayAccountPayload = function() { return jspb.Message.getField(this, 37) != null; }; /** * optional MoneseAccountPayload monese_account_payload = 38; - * @return {?proto.io.bisq.protobuffer.MoneseAccountPayload} + * @return {?proto.io.haveno.protobuffer.MoneseAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getMoneseAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.MoneseAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.MoneseAccountPayload, 38)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getMoneseAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.MoneseAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.MoneseAccountPayload, 38)); }; /** - * @param {?proto.io.bisq.protobuffer.MoneseAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.MoneseAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setMoneseAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 38, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setMoneseAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 38, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearMoneseAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearMoneseAccountPayload = function() { return this.setMoneseAccountPayload(undefined); }; @@ -36857,35 +32128,35 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearMoneseAccountPayl * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasMoneseAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasMoneseAccountPayload = function() { return jspb.Message.getField(this, 38) != null; }; /** * optional VerseAccountPayload verse_account_payload = 39; - * @return {?proto.io.bisq.protobuffer.VerseAccountPayload} + * @return {?proto.io.haveno.protobuffer.VerseAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getVerseAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.VerseAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.VerseAccountPayload, 39)); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.getVerseAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.VerseAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.VerseAccountPayload, 39)); }; /** - * @param {?proto.io.bisq.protobuffer.VerseAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.VerseAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.setVerseAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 39, proto.io.bisq.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.setVerseAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 39, proto.io.haveno.protobuffer.PaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearVerseAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.clearVerseAccountPayload = function() { return this.setVerseAccountPayload(undefined); }; @@ -36894,33 +32165,11 @@ proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearVerseAccountPaylo * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.hasVerseAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccountPayload.prototype.hasVerseAccountPayload = function() { return jspb.Message.getField(this, 39) != null; }; -/** - * map exclude_from_json_data = 15; - * @param {boolean=} opt_noLazyCreate Do not create the map if - * empty, instead returning `undefined` - * @return {!jspb.Map} - */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.getExcludeFromJsonDataMap = function(opt_noLazyCreate) { - return /** @type {!jspb.Map} */ ( - jspb.Message.getMapField(this, 15, opt_noLazyCreate, - null)); -}; - - -/** - * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.PaymentAccountPayload} returns this - */ -proto.io.bisq.protobuffer.PaymentAccountPayload.prototype.clearExcludeFromJsonDataMap = function() { - this.getExcludeFromJsonDataMap().clear(); - return this;}; - - @@ -36937,8 +32186,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AliPayAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AliPayAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AliPayAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AliPayAccountPayload.toObject(opt_includeInstance, this); }; @@ -36947,11 +32196,11 @@ proto.io.bisq.protobuffer.AliPayAccountPayload.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AliPayAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AliPayAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AliPayAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AliPayAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { accountNr: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -36967,23 +32216,23 @@ proto.io.bisq.protobuffer.AliPayAccountPayload.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AliPayAccountPayload} + * @return {!proto.io.haveno.protobuffer.AliPayAccountPayload} */ -proto.io.bisq.protobuffer.AliPayAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AliPayAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AliPayAccountPayload; - return proto.io.bisq.protobuffer.AliPayAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AliPayAccountPayload; + return proto.io.haveno.protobuffer.AliPayAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AliPayAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AliPayAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AliPayAccountPayload} + * @return {!proto.io.haveno.protobuffer.AliPayAccountPayload} */ -proto.io.bisq.protobuffer.AliPayAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AliPayAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -37007,9 +32256,9 @@ proto.io.bisq.protobuffer.AliPayAccountPayload.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AliPayAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AliPayAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AliPayAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AliPayAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -37017,11 +32266,11 @@ proto.io.bisq.protobuffer.AliPayAccountPayload.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AliPayAccountPayload} message + * @param {!proto.io.haveno.protobuffer.AliPayAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AliPayAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AliPayAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccountNr(); if (f.length > 0) { @@ -37037,16 +32286,16 @@ proto.io.bisq.protobuffer.AliPayAccountPayload.serializeBinaryToWriter = functio * optional string account_nr = 1; * @return {string} */ -proto.io.bisq.protobuffer.AliPayAccountPayload.prototype.getAccountNr = function() { +proto.io.haveno.protobuffer.AliPayAccountPayload.prototype.getAccountNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AliPayAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.AliPayAccountPayload} returns this */ -proto.io.bisq.protobuffer.AliPayAccountPayload.prototype.setAccountNr = function(value) { +proto.io.haveno.protobuffer.AliPayAccountPayload.prototype.setAccountNr = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -37067,8 +32316,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.WeChatPayAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.WeChatPayAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.WeChatPayAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.WeChatPayAccountPayload.toObject(opt_includeInstance, this); }; @@ -37077,11 +32326,11 @@ proto.io.bisq.protobuffer.WeChatPayAccountPayload.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.WeChatPayAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.WeChatPayAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.WeChatPayAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.WeChatPayAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { accountNr: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -37097,23 +32346,23 @@ proto.io.bisq.protobuffer.WeChatPayAccountPayload.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.WeChatPayAccountPayload} + * @return {!proto.io.haveno.protobuffer.WeChatPayAccountPayload} */ -proto.io.bisq.protobuffer.WeChatPayAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.WeChatPayAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.WeChatPayAccountPayload; - return proto.io.bisq.protobuffer.WeChatPayAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.WeChatPayAccountPayload; + return proto.io.haveno.protobuffer.WeChatPayAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.WeChatPayAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.WeChatPayAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.WeChatPayAccountPayload} + * @return {!proto.io.haveno.protobuffer.WeChatPayAccountPayload} */ -proto.io.bisq.protobuffer.WeChatPayAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.WeChatPayAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -37137,9 +32386,9 @@ proto.io.bisq.protobuffer.WeChatPayAccountPayload.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.WeChatPayAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.WeChatPayAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.WeChatPayAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.WeChatPayAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -37147,11 +32396,11 @@ proto.io.bisq.protobuffer.WeChatPayAccountPayload.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.WeChatPayAccountPayload} message + * @param {!proto.io.haveno.protobuffer.WeChatPayAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.WeChatPayAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.WeChatPayAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccountNr(); if (f.length > 0) { @@ -37167,16 +32416,16 @@ proto.io.bisq.protobuffer.WeChatPayAccountPayload.serializeBinaryToWriter = func * optional string account_nr = 1; * @return {string} */ -proto.io.bisq.protobuffer.WeChatPayAccountPayload.prototype.getAccountNr = function() { +proto.io.haveno.protobuffer.WeChatPayAccountPayload.prototype.getAccountNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.WeChatPayAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.WeChatPayAccountPayload} returns this */ -proto.io.bisq.protobuffer.WeChatPayAccountPayload.prototype.setAccountNr = function(value) { +proto.io.haveno.protobuffer.WeChatPayAccountPayload.prototype.setAccountNr = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -37197,8 +32446,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.toObject(opt_includeInstance, this); }; @@ -37207,11 +32456,11 @@ proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.prototype.toObject = funct * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { email: jspb.Message.getFieldWithDefault(msg, 1, ""), holderName: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -37228,23 +32477,23 @@ proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.toObject = function(includ /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload} + * @return {!proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload} */ -proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload; - return proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload; + return proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload} + * @return {!proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload} */ -proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -37272,9 +32521,9 @@ proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.deserializeBinaryFromReade * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -37282,11 +32531,11 @@ proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload} message + * @param {!proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getEmail(); if (f.length > 0) { @@ -37309,16 +32558,16 @@ proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.serializeBinaryToWriter = * optional string email = 1; * @return {string} */ -proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.prototype.getEmail = function() { +proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.prototype.getEmail = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload} returns this */ -proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.prototype.setEmail = function(value) { +proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.prototype.setEmail = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -37327,16 +32576,16 @@ proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.prototype.setEmail = funct * optional string holder_name = 2; * @return {string} */ -proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload} returns this */ -proto.io.bisq.protobuffer.ChaseQuickPayAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.ChaseQuickPayAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -37357,8 +32606,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ClearXchangeAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ClearXchangeAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ZelleAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ZelleAccountPayload.toObject(opt_includeInstance, this); }; @@ -37367,11 +32616,11 @@ proto.io.bisq.protobuffer.ClearXchangeAccountPayload.prototype.toObject = functi * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ClearXchangeAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ZelleAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ClearXchangeAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ZelleAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { holderName: jspb.Message.getFieldWithDefault(msg, 1, ""), emailOrMobileNr: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -37388,23 +32637,23 @@ proto.io.bisq.protobuffer.ClearXchangeAccountPayload.toObject = function(include /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ClearXchangeAccountPayload} + * @return {!proto.io.haveno.protobuffer.ZelleAccountPayload} */ -proto.io.bisq.protobuffer.ClearXchangeAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ZelleAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ClearXchangeAccountPayload; - return proto.io.bisq.protobuffer.ClearXchangeAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ZelleAccountPayload; + return proto.io.haveno.protobuffer.ZelleAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ClearXchangeAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ZelleAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ClearXchangeAccountPayload} + * @return {!proto.io.haveno.protobuffer.ZelleAccountPayload} */ -proto.io.bisq.protobuffer.ClearXchangeAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ZelleAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -37432,9 +32681,9 @@ proto.io.bisq.protobuffer.ClearXchangeAccountPayload.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ClearXchangeAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ZelleAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ClearXchangeAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ZelleAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -37442,11 +32691,11 @@ proto.io.bisq.protobuffer.ClearXchangeAccountPayload.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ClearXchangeAccountPayload} message + * @param {!proto.io.haveno.protobuffer.ZelleAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ClearXchangeAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ZelleAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHolderName(); if (f.length > 0) { @@ -37469,16 +32718,16 @@ proto.io.bisq.protobuffer.ClearXchangeAccountPayload.serializeBinaryToWriter = f * optional string holder_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.ClearXchangeAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.ZelleAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ClearXchangeAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.ZelleAccountPayload} returns this */ -proto.io.bisq.protobuffer.ClearXchangeAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.ZelleAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -37487,16 +32736,16 @@ proto.io.bisq.protobuffer.ClearXchangeAccountPayload.prototype.setHolderName = f * optional string email_or_mobile_nr = 2; * @return {string} */ -proto.io.bisq.protobuffer.ClearXchangeAccountPayload.prototype.getEmailOrMobileNr = function() { +proto.io.haveno.protobuffer.ZelleAccountPayload.prototype.getEmailOrMobileNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ClearXchangeAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.ZelleAccountPayload} returns this */ -proto.io.bisq.protobuffer.ClearXchangeAccountPayload.prototype.setEmailOrMobileNr = function(value) { +proto.io.haveno.protobuffer.ZelleAccountPayload.prototype.setEmailOrMobileNr = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -37507,7 +32756,7 @@ proto.io.bisq.protobuffer.ClearXchangeAccountPayload.prototype.setEmailOrMobileN * @private {!Array} * @const */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.repeatedFields_ = [2]; +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.repeatedFields_ = [2]; /** * Oneof group definitions for this message. Each group defines the field @@ -37517,12 +32766,12 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.repeatedFields_ = [2 * @private {!Array>} * @const */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_ = [[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19]]; +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_ = [[3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19]]; /** * @enum {number} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.MessageCase = { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.MessageCase = { MESSAGE_NOT_SET: 0, BANK_ACCOUNT_PAYLOAD: 3, CASH_DEPOSIT_ACCOUNT_PAYLOAD: 4, @@ -37544,10 +32793,10 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.MessageCase = { }; /** - * @return {proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.MessageCase} + * @return {proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.MessageCase} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getMessageCase = function() { - return /** @type {proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0])); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getMessageCase = function() { + return /** @type {proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0])); }; @@ -37565,8 +32814,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.toObject(opt_includeInstance, this); }; @@ -37575,31 +32824,31 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.toObject = * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { countryCode: jspb.Message.getFieldWithDefault(msg, 1, ""), acceptedCountryCodesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f, - bankAccountPayload: (f = msg.getBankAccountPayload()) && proto.io.bisq.protobuffer.BankAccountPayload.toObject(includeInstance, f), - cashDepositAccountPayload: (f = msg.getCashDepositAccountPayload()) && proto.io.bisq.protobuffer.CashDepositAccountPayload.toObject(includeInstance, f), - sepaAccountPayload: (f = msg.getSepaAccountPayload()) && proto.io.bisq.protobuffer.SepaAccountPayload.toObject(includeInstance, f), - westernUnionAccountPayload: (f = msg.getWesternUnionAccountPayload()) && proto.io.bisq.protobuffer.WesternUnionAccountPayload.toObject(includeInstance, f), - sepaInstantAccountPayload: (f = msg.getSepaInstantAccountPayload()) && proto.io.bisq.protobuffer.SepaInstantAccountPayload.toObject(includeInstance, f), - f2fAccountPayload: (f = msg.getF2fAccountPayload()) && proto.io.bisq.protobuffer.F2FAccountPayload.toObject(includeInstance, f), - upiAccountPayload: (f = msg.getUpiAccountPayload()) && proto.io.bisq.protobuffer.UpiAccountPayload.toObject(includeInstance, f), - paytmAccountPayload: (f = msg.getPaytmAccountPayload()) && proto.io.bisq.protobuffer.PaytmAccountPayload.toObject(includeInstance, f), - ifscBasedAccountPayload: (f = msg.getIfscBasedAccountPayload()) && proto.io.bisq.protobuffer.IfscBasedAccountPayload.toObject(includeInstance, f), - nequiAccountPayload: (f = msg.getNequiAccountPayload()) && proto.io.bisq.protobuffer.NequiAccountPayload.toObject(includeInstance, f), - bizumAccountPayload: (f = msg.getBizumAccountPayload()) && proto.io.bisq.protobuffer.BizumAccountPayload.toObject(includeInstance, f), - pixAccountPayload: (f = msg.getPixAccountPayload()) && proto.io.bisq.protobuffer.PixAccountPayload.toObject(includeInstance, f), - satispayAccountPayload: (f = msg.getSatispayAccountPayload()) && proto.io.bisq.protobuffer.SatispayAccountPayload.toObject(includeInstance, f), - strikeAccountPayload: (f = msg.getStrikeAccountPayload()) && proto.io.bisq.protobuffer.StrikeAccountPayload.toObject(includeInstance, f), - tikkieAccountPayload: (f = msg.getTikkieAccountPayload()) && proto.io.bisq.protobuffer.TikkieAccountPayload.toObject(includeInstance, f), - transferwiseUsdAccountPayload: (f = msg.getTransferwiseUsdAccountPayload()) && proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.toObject(includeInstance, f), - swiftAccountPayload: (f = msg.getSwiftAccountPayload()) && proto.io.bisq.protobuffer.SwiftAccountPayload.toObject(includeInstance, f) + bankAccountPayload: (f = msg.getBankAccountPayload()) && proto.io.haveno.protobuffer.BankAccountPayload.toObject(includeInstance, f), + cashDepositAccountPayload: (f = msg.getCashDepositAccountPayload()) && proto.io.haveno.protobuffer.CashDepositAccountPayload.toObject(includeInstance, f), + sepaAccountPayload: (f = msg.getSepaAccountPayload()) && proto.io.haveno.protobuffer.SepaAccountPayload.toObject(includeInstance, f), + westernUnionAccountPayload: (f = msg.getWesternUnionAccountPayload()) && proto.io.haveno.protobuffer.WesternUnionAccountPayload.toObject(includeInstance, f), + sepaInstantAccountPayload: (f = msg.getSepaInstantAccountPayload()) && proto.io.haveno.protobuffer.SepaInstantAccountPayload.toObject(includeInstance, f), + f2fAccountPayload: (f = msg.getF2fAccountPayload()) && proto.io.haveno.protobuffer.F2FAccountPayload.toObject(includeInstance, f), + upiAccountPayload: (f = msg.getUpiAccountPayload()) && proto.io.haveno.protobuffer.UpiAccountPayload.toObject(includeInstance, f), + paytmAccountPayload: (f = msg.getPaytmAccountPayload()) && proto.io.haveno.protobuffer.PaytmAccountPayload.toObject(includeInstance, f), + ifscBasedAccountPayload: (f = msg.getIfscBasedAccountPayload()) && proto.io.haveno.protobuffer.IfscBasedAccountPayload.toObject(includeInstance, f), + nequiAccountPayload: (f = msg.getNequiAccountPayload()) && proto.io.haveno.protobuffer.NequiAccountPayload.toObject(includeInstance, f), + bizumAccountPayload: (f = msg.getBizumAccountPayload()) && proto.io.haveno.protobuffer.BizumAccountPayload.toObject(includeInstance, f), + pixAccountPayload: (f = msg.getPixAccountPayload()) && proto.io.haveno.protobuffer.PixAccountPayload.toObject(includeInstance, f), + satispayAccountPayload: (f = msg.getSatispayAccountPayload()) && proto.io.haveno.protobuffer.SatispayAccountPayload.toObject(includeInstance, f), + strikeAccountPayload: (f = msg.getStrikeAccountPayload()) && proto.io.haveno.protobuffer.StrikeAccountPayload.toObject(includeInstance, f), + tikkieAccountPayload: (f = msg.getTikkieAccountPayload()) && proto.io.haveno.protobuffer.TikkieAccountPayload.toObject(includeInstance, f), + transferwiseUsdAccountPayload: (f = msg.getTransferwiseUsdAccountPayload()) && proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.toObject(includeInstance, f), + swiftAccountPayload: (f = msg.getSwiftAccountPayload()) && proto.io.haveno.protobuffer.SwiftAccountPayload.toObject(includeInstance, f) }; if (includeInstance) { @@ -37613,23 +32862,23 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.toObject = function( /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload; - return proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload; + return proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -37645,88 +32894,88 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.deserializeBinaryFro msg.addAcceptedCountryCodes(value); break; case 3: - var value = new proto.io.bisq.protobuffer.BankAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.BankAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.BankAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.BankAccountPayload.deserializeBinaryFromReader); msg.setBankAccountPayload(value); break; case 4: - var value = new proto.io.bisq.protobuffer.CashDepositAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.CashDepositAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.CashDepositAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.CashDepositAccountPayload.deserializeBinaryFromReader); msg.setCashDepositAccountPayload(value); break; case 5: - var value = new proto.io.bisq.protobuffer.SepaAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.SepaAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SepaAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.SepaAccountPayload.deserializeBinaryFromReader); msg.setSepaAccountPayload(value); break; case 6: - var value = new proto.io.bisq.protobuffer.WesternUnionAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.WesternUnionAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.WesternUnionAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.WesternUnionAccountPayload.deserializeBinaryFromReader); msg.setWesternUnionAccountPayload(value); break; case 7: - var value = new proto.io.bisq.protobuffer.SepaInstantAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.SepaInstantAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SepaInstantAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.SepaInstantAccountPayload.deserializeBinaryFromReader); msg.setSepaInstantAccountPayload(value); break; case 8: - var value = new proto.io.bisq.protobuffer.F2FAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.F2FAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.F2FAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.F2FAccountPayload.deserializeBinaryFromReader); msg.setF2fAccountPayload(value); break; case 9: - var value = new proto.io.bisq.protobuffer.UpiAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.UpiAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.UpiAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.UpiAccountPayload.deserializeBinaryFromReader); msg.setUpiAccountPayload(value); break; case 10: - var value = new proto.io.bisq.protobuffer.PaytmAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PaytmAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PaytmAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.PaytmAccountPayload.deserializeBinaryFromReader); msg.setPaytmAccountPayload(value); break; case 11: - var value = new proto.io.bisq.protobuffer.IfscBasedAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.IfscBasedAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.IfscBasedAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.IfscBasedAccountPayload.deserializeBinaryFromReader); msg.setIfscBasedAccountPayload(value); break; case 12: - var value = new proto.io.bisq.protobuffer.NequiAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.NequiAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NequiAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.NequiAccountPayload.deserializeBinaryFromReader); msg.setNequiAccountPayload(value); break; case 13: - var value = new proto.io.bisq.protobuffer.BizumAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.BizumAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.BizumAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.BizumAccountPayload.deserializeBinaryFromReader); msg.setBizumAccountPayload(value); break; case 14: - var value = new proto.io.bisq.protobuffer.PixAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PixAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PixAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.PixAccountPayload.deserializeBinaryFromReader); msg.setPixAccountPayload(value); break; case 15: - var value = new proto.io.bisq.protobuffer.SatispayAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.SatispayAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SatispayAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.SatispayAccountPayload.deserializeBinaryFromReader); msg.setSatispayAccountPayload(value); break; case 16: - var value = new proto.io.bisq.protobuffer.StrikeAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.StrikeAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.StrikeAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.StrikeAccountPayload.deserializeBinaryFromReader); msg.setStrikeAccountPayload(value); break; case 17: - var value = new proto.io.bisq.protobuffer.TikkieAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.TikkieAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.TikkieAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.TikkieAccountPayload.deserializeBinaryFromReader); msg.setTikkieAccountPayload(value); break; case 18: - var value = new proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.deserializeBinaryFromReader); msg.setTransferwiseUsdAccountPayload(value); break; case 19: - var value = new proto.io.bisq.protobuffer.SwiftAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.SwiftAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SwiftAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.SwiftAccountPayload.deserializeBinaryFromReader); msg.setSwiftAccountPayload(value); break; default: @@ -37742,9 +32991,9 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.deserializeBinaryFro * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -37752,11 +33001,11 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.serializeB /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} message + * @param {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCountryCode(); if (f.length > 0) { @@ -37777,7 +33026,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.BankAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.BankAccountPayload.serializeBinaryToWriter ); } f = message.getCashDepositAccountPayload(); @@ -37785,7 +33034,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 4, f, - proto.io.bisq.protobuffer.CashDepositAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.CashDepositAccountPayload.serializeBinaryToWriter ); } f = message.getSepaAccountPayload(); @@ -37793,7 +33042,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 5, f, - proto.io.bisq.protobuffer.SepaAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.SepaAccountPayload.serializeBinaryToWriter ); } f = message.getWesternUnionAccountPayload(); @@ -37801,7 +33050,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 6, f, - proto.io.bisq.protobuffer.WesternUnionAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.WesternUnionAccountPayload.serializeBinaryToWriter ); } f = message.getSepaInstantAccountPayload(); @@ -37809,7 +33058,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 7, f, - proto.io.bisq.protobuffer.SepaInstantAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.SepaInstantAccountPayload.serializeBinaryToWriter ); } f = message.getF2fAccountPayload(); @@ -37817,7 +33066,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 8, f, - proto.io.bisq.protobuffer.F2FAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.F2FAccountPayload.serializeBinaryToWriter ); } f = message.getUpiAccountPayload(); @@ -37825,7 +33074,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 9, f, - proto.io.bisq.protobuffer.UpiAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.UpiAccountPayload.serializeBinaryToWriter ); } f = message.getPaytmAccountPayload(); @@ -37833,7 +33082,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 10, f, - proto.io.bisq.protobuffer.PaytmAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaytmAccountPayload.serializeBinaryToWriter ); } f = message.getIfscBasedAccountPayload(); @@ -37841,7 +33090,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 11, f, - proto.io.bisq.protobuffer.IfscBasedAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.IfscBasedAccountPayload.serializeBinaryToWriter ); } f = message.getNequiAccountPayload(); @@ -37849,7 +33098,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 12, f, - proto.io.bisq.protobuffer.NequiAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.NequiAccountPayload.serializeBinaryToWriter ); } f = message.getBizumAccountPayload(); @@ -37857,7 +33106,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 13, f, - proto.io.bisq.protobuffer.BizumAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.BizumAccountPayload.serializeBinaryToWriter ); } f = message.getPixAccountPayload(); @@ -37865,7 +33114,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 14, f, - proto.io.bisq.protobuffer.PixAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.PixAccountPayload.serializeBinaryToWriter ); } f = message.getSatispayAccountPayload(); @@ -37873,7 +33122,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 15, f, - proto.io.bisq.protobuffer.SatispayAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.SatispayAccountPayload.serializeBinaryToWriter ); } f = message.getStrikeAccountPayload(); @@ -37881,7 +33130,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 16, f, - proto.io.bisq.protobuffer.StrikeAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.StrikeAccountPayload.serializeBinaryToWriter ); } f = message.getTikkieAccountPayload(); @@ -37889,7 +33138,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 17, f, - proto.io.bisq.protobuffer.TikkieAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.TikkieAccountPayload.serializeBinaryToWriter ); } f = message.getTransferwiseUsdAccountPayload(); @@ -37897,7 +33146,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 18, f, - proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.serializeBinaryToWriter ); } f = message.getSwiftAccountPayload(); @@ -37905,7 +33154,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri writer.writeMessage( 19, f, - proto.io.bisq.protobuffer.SwiftAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.SwiftAccountPayload.serializeBinaryToWriter ); } }; @@ -37915,16 +33164,16 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.serializeBinaryToWri * optional string country_code = 1; * @return {string} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getCountryCode = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getCountryCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setCountryCode = function(value) { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setCountryCode = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -37933,16 +33182,16 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setCountry * repeated string accepted_country_codes = 2; * @return {!Array} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getAcceptedCountryCodesList = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getAcceptedCountryCodesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 2)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setAcceptedCountryCodesList = function(value) { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setAcceptedCountryCodesList = function(value) { return jspb.Message.setField(this, 2, value || []); }; @@ -37950,46 +33199,46 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setAccepte /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.addAcceptedCountryCodes = function(value, opt_index) { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.addAcceptedCountryCodes = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 2, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearAcceptedCountryCodesList = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearAcceptedCountryCodesList = function() { return this.setAcceptedCountryCodesList([]); }; /** * optional BankAccountPayload bank_account_payload = 3; - * @return {?proto.io.bisq.protobuffer.BankAccountPayload} + * @return {?proto.io.haveno.protobuffer.BankAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getBankAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.BankAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.BankAccountPayload, 3)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getBankAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.BankAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.BankAccountPayload, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.BankAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.BankAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setBankAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 3, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setBankAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 3, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearBankAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearBankAccountPayload = function() { return this.setBankAccountPayload(undefined); }; @@ -37998,35 +33247,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearBankA * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasBankAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasBankAccountPayload = function() { return jspb.Message.getField(this, 3) != null; }; /** * optional CashDepositAccountPayload cash_deposit_account_payload = 4; - * @return {?proto.io.bisq.protobuffer.CashDepositAccountPayload} + * @return {?proto.io.haveno.protobuffer.CashDepositAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getCashDepositAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.CashDepositAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.CashDepositAccountPayload, 4)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getCashDepositAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.CashDepositAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.CashDepositAccountPayload, 4)); }; /** - * @param {?proto.io.bisq.protobuffer.CashDepositAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.CashDepositAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setCashDepositAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 4, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setCashDepositAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 4, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearCashDepositAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearCashDepositAccountPayload = function() { return this.setCashDepositAccountPayload(undefined); }; @@ -38035,35 +33284,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearCashD * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasCashDepositAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasCashDepositAccountPayload = function() { return jspb.Message.getField(this, 4) != null; }; /** * optional SepaAccountPayload sepa_account_payload = 5; - * @return {?proto.io.bisq.protobuffer.SepaAccountPayload} + * @return {?proto.io.haveno.protobuffer.SepaAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getSepaAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.SepaAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SepaAccountPayload, 5)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getSepaAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.SepaAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SepaAccountPayload, 5)); }; /** - * @param {?proto.io.bisq.protobuffer.SepaAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.SepaAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setSepaAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 5, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setSepaAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 5, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearSepaAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearSepaAccountPayload = function() { return this.setSepaAccountPayload(undefined); }; @@ -38072,35 +33321,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearSepaA * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasSepaAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasSepaAccountPayload = function() { return jspb.Message.getField(this, 5) != null; }; /** * optional WesternUnionAccountPayload western_union_account_payload = 6; - * @return {?proto.io.bisq.protobuffer.WesternUnionAccountPayload} + * @return {?proto.io.haveno.protobuffer.WesternUnionAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getWesternUnionAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.WesternUnionAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.WesternUnionAccountPayload, 6)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getWesternUnionAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.WesternUnionAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.WesternUnionAccountPayload, 6)); }; /** - * @param {?proto.io.bisq.protobuffer.WesternUnionAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.WesternUnionAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setWesternUnionAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 6, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setWesternUnionAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 6, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearWesternUnionAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearWesternUnionAccountPayload = function() { return this.setWesternUnionAccountPayload(undefined); }; @@ -38109,35 +33358,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearWeste * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasWesternUnionAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasWesternUnionAccountPayload = function() { return jspb.Message.getField(this, 6) != null; }; /** * optional SepaInstantAccountPayload sepa_instant_account_payload = 7; - * @return {?proto.io.bisq.protobuffer.SepaInstantAccountPayload} + * @return {?proto.io.haveno.protobuffer.SepaInstantAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getSepaInstantAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.SepaInstantAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SepaInstantAccountPayload, 7)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getSepaInstantAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.SepaInstantAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SepaInstantAccountPayload, 7)); }; /** - * @param {?proto.io.bisq.protobuffer.SepaInstantAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.SepaInstantAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setSepaInstantAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 7, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setSepaInstantAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 7, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearSepaInstantAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearSepaInstantAccountPayload = function() { return this.setSepaInstantAccountPayload(undefined); }; @@ -38146,35 +33395,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearSepaI * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasSepaInstantAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasSepaInstantAccountPayload = function() { return jspb.Message.getField(this, 7) != null; }; /** * optional F2FAccountPayload f2f_account_payload = 8; - * @return {?proto.io.bisq.protobuffer.F2FAccountPayload} + * @return {?proto.io.haveno.protobuffer.F2FAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getF2fAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.F2FAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.F2FAccountPayload, 8)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getF2fAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.F2FAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.F2FAccountPayload, 8)); }; /** - * @param {?proto.io.bisq.protobuffer.F2FAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.F2FAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setF2fAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 8, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setF2fAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 8, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearF2fAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearF2fAccountPayload = function() { return this.setF2fAccountPayload(undefined); }; @@ -38183,35 +33432,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearF2fAc * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasF2fAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasF2fAccountPayload = function() { return jspb.Message.getField(this, 8) != null; }; /** * optional UpiAccountPayload upi_account_payload = 9; - * @return {?proto.io.bisq.protobuffer.UpiAccountPayload} + * @return {?proto.io.haveno.protobuffer.UpiAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getUpiAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.UpiAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.UpiAccountPayload, 9)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getUpiAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.UpiAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.UpiAccountPayload, 9)); }; /** - * @param {?proto.io.bisq.protobuffer.UpiAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.UpiAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setUpiAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 9, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setUpiAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 9, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearUpiAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearUpiAccountPayload = function() { return this.setUpiAccountPayload(undefined); }; @@ -38220,35 +33469,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearUpiAc * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasUpiAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasUpiAccountPayload = function() { return jspb.Message.getField(this, 9) != null; }; /** * optional PaytmAccountPayload paytm_account_payload = 10; - * @return {?proto.io.bisq.protobuffer.PaytmAccountPayload} + * @return {?proto.io.haveno.protobuffer.PaytmAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getPaytmAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PaytmAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaytmAccountPayload, 10)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getPaytmAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PaytmAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaytmAccountPayload, 10)); }; /** - * @param {?proto.io.bisq.protobuffer.PaytmAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.PaytmAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setPaytmAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 10, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setPaytmAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 10, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearPaytmAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearPaytmAccountPayload = function() { return this.setPaytmAccountPayload(undefined); }; @@ -38257,35 +33506,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearPaytm * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasPaytmAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasPaytmAccountPayload = function() { return jspb.Message.getField(this, 10) != null; }; /** * optional IfscBasedAccountPayload ifsc_based_account_payload = 11; - * @return {?proto.io.bisq.protobuffer.IfscBasedAccountPayload} + * @return {?proto.io.haveno.protobuffer.IfscBasedAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getIfscBasedAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.IfscBasedAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.IfscBasedAccountPayload, 11)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getIfscBasedAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.IfscBasedAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.IfscBasedAccountPayload, 11)); }; /** - * @param {?proto.io.bisq.protobuffer.IfscBasedAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.IfscBasedAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setIfscBasedAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 11, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setIfscBasedAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 11, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearIfscBasedAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearIfscBasedAccountPayload = function() { return this.setIfscBasedAccountPayload(undefined); }; @@ -38294,35 +33543,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearIfscB * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasIfscBasedAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasIfscBasedAccountPayload = function() { return jspb.Message.getField(this, 11) != null; }; /** * optional NequiAccountPayload nequi_account_payload = 12; - * @return {?proto.io.bisq.protobuffer.NequiAccountPayload} + * @return {?proto.io.haveno.protobuffer.NequiAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getNequiAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.NequiAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NequiAccountPayload, 12)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getNequiAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.NequiAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NequiAccountPayload, 12)); }; /** - * @param {?proto.io.bisq.protobuffer.NequiAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.NequiAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setNequiAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 12, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setNequiAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 12, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearNequiAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearNequiAccountPayload = function() { return this.setNequiAccountPayload(undefined); }; @@ -38331,35 +33580,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearNequi * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasNequiAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasNequiAccountPayload = function() { return jspb.Message.getField(this, 12) != null; }; /** * optional BizumAccountPayload bizum_account_payload = 13; - * @return {?proto.io.bisq.protobuffer.BizumAccountPayload} + * @return {?proto.io.haveno.protobuffer.BizumAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getBizumAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.BizumAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.BizumAccountPayload, 13)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getBizumAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.BizumAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.BizumAccountPayload, 13)); }; /** - * @param {?proto.io.bisq.protobuffer.BizumAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.BizumAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setBizumAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 13, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setBizumAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 13, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearBizumAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearBizumAccountPayload = function() { return this.setBizumAccountPayload(undefined); }; @@ -38368,35 +33617,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearBizum * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasBizumAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasBizumAccountPayload = function() { return jspb.Message.getField(this, 13) != null; }; /** * optional PixAccountPayload pix_account_payload = 14; - * @return {?proto.io.bisq.protobuffer.PixAccountPayload} + * @return {?proto.io.haveno.protobuffer.PixAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getPixAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PixAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PixAccountPayload, 14)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getPixAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PixAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PixAccountPayload, 14)); }; /** - * @param {?proto.io.bisq.protobuffer.PixAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.PixAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setPixAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 14, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setPixAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 14, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearPixAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearPixAccountPayload = function() { return this.setPixAccountPayload(undefined); }; @@ -38405,35 +33654,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearPixAc * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasPixAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasPixAccountPayload = function() { return jspb.Message.getField(this, 14) != null; }; /** * optional SatispayAccountPayload satispay_account_payload = 15; - * @return {?proto.io.bisq.protobuffer.SatispayAccountPayload} + * @return {?proto.io.haveno.protobuffer.SatispayAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getSatispayAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.SatispayAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SatispayAccountPayload, 15)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getSatispayAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.SatispayAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SatispayAccountPayload, 15)); }; /** - * @param {?proto.io.bisq.protobuffer.SatispayAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.SatispayAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setSatispayAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 15, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setSatispayAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 15, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearSatispayAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearSatispayAccountPayload = function() { return this.setSatispayAccountPayload(undefined); }; @@ -38442,35 +33691,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearSatis * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasSatispayAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasSatispayAccountPayload = function() { return jspb.Message.getField(this, 15) != null; }; /** * optional StrikeAccountPayload strike_account_payload = 16; - * @return {?proto.io.bisq.protobuffer.StrikeAccountPayload} + * @return {?proto.io.haveno.protobuffer.StrikeAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getStrikeAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.StrikeAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.StrikeAccountPayload, 16)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getStrikeAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.StrikeAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.StrikeAccountPayload, 16)); }; /** - * @param {?proto.io.bisq.protobuffer.StrikeAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.StrikeAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setStrikeAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 16, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setStrikeAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 16, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearStrikeAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearStrikeAccountPayload = function() { return this.setStrikeAccountPayload(undefined); }; @@ -38479,35 +33728,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearStrik * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasStrikeAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasStrikeAccountPayload = function() { return jspb.Message.getField(this, 16) != null; }; /** * optional TikkieAccountPayload tikkie_account_payload = 17; - * @return {?proto.io.bisq.protobuffer.TikkieAccountPayload} + * @return {?proto.io.haveno.protobuffer.TikkieAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getTikkieAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.TikkieAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TikkieAccountPayload, 17)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getTikkieAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.TikkieAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.TikkieAccountPayload, 17)); }; /** - * @param {?proto.io.bisq.protobuffer.TikkieAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.TikkieAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setTikkieAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 17, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setTikkieAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 17, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearTikkieAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearTikkieAccountPayload = function() { return this.setTikkieAccountPayload(undefined); }; @@ -38516,35 +33765,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearTikki * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasTikkieAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasTikkieAccountPayload = function() { return jspb.Message.getField(this, 17) != null; }; /** * optional TransferwiseUsdAccountPayload transferwise_usd_account_payload = 18; - * @return {?proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload} + * @return {?proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getTransferwiseUsdAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload, 18)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getTransferwiseUsdAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload, 18)); }; /** - * @param {?proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setTransferwiseUsdAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 18, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setTransferwiseUsdAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 18, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearTransferwiseUsdAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearTransferwiseUsdAccountPayload = function() { return this.setTransferwiseUsdAccountPayload(undefined); }; @@ -38553,35 +33802,35 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearTrans * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasTransferwiseUsdAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasTransferwiseUsdAccountPayload = function() { return jspb.Message.getField(this, 18) != null; }; /** * optional SwiftAccountPayload swift_account_payload = 19; - * @return {?proto.io.bisq.protobuffer.SwiftAccountPayload} + * @return {?proto.io.haveno.protobuffer.SwiftAccountPayload} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.getSwiftAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.SwiftAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SwiftAccountPayload, 19)); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.getSwiftAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.SwiftAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SwiftAccountPayload, 19)); }; /** - * @param {?proto.io.bisq.protobuffer.SwiftAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.SwiftAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.setSwiftAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 19, proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.setSwiftAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 19, proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload} returns this */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearSwiftAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearSwiftAccountPayload = function() { return this.setSwiftAccountPayload(undefined); }; @@ -38590,7 +33839,7 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.clearSwift * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasSwiftAccountPayload = function() { +proto.io.haveno.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasSwiftAccountPayload = function() { return jspb.Message.getField(this, 19) != null; }; @@ -38604,12 +33853,12 @@ proto.io.bisq.protobuffer.CountryBasedPaymentAccountPayload.prototype.hasSwiftAc * @private {!Array>} * @const */ -proto.io.bisq.protobuffer.BankAccountPayload.oneofGroups_ = [[9,10,11,13,14]]; +proto.io.haveno.protobuffer.BankAccountPayload.oneofGroups_ = [[9,10,11,13,14]]; /** * @enum {number} */ -proto.io.bisq.protobuffer.BankAccountPayload.MessageCase = { +proto.io.haveno.protobuffer.BankAccountPayload.MessageCase = { MESSAGE_NOT_SET: 0, NATIONAL_BANK_ACCOUNT_PAYLOAD: 9, SAME_BANK_ACCONT_PAYLOAD: 10, @@ -38619,10 +33868,10 @@ proto.io.bisq.protobuffer.BankAccountPayload.MessageCase = { }; /** - * @return {proto.io.bisq.protobuffer.BankAccountPayload.MessageCase} + * @return {proto.io.haveno.protobuffer.BankAccountPayload.MessageCase} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.getMessageCase = function() { - return /** @type {proto.io.bisq.protobuffer.BankAccountPayload.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.bisq.protobuffer.BankAccountPayload.oneofGroups_[0])); +proto.io.haveno.protobuffer.BankAccountPayload.prototype.getMessageCase = function() { + return /** @type {proto.io.haveno.protobuffer.BankAccountPayload.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.haveno.protobuffer.BankAccountPayload.oneofGroups_[0])); }; @@ -38640,8 +33889,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.BankAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.BankAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.BankAccountPayload.toObject(opt_includeInstance, this); }; @@ -38650,11 +33899,11 @@ proto.io.bisq.protobuffer.BankAccountPayload.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.BankAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.BankAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BankAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.BankAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { holderName: jspb.Message.getFieldWithDefault(msg, 1, ""), bankName: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -38664,11 +33913,11 @@ proto.io.bisq.protobuffer.BankAccountPayload.toObject = function(includeInstance accountType: jspb.Message.getFieldWithDefault(msg, 6, ""), holderTaxId: jspb.Message.getFieldWithDefault(msg, 7, ""), email: jspb.Message.getFieldWithDefault(msg, 8, ""), - nationalBankAccountPayload: (f = msg.getNationalBankAccountPayload()) && proto.io.bisq.protobuffer.NationalBankAccountPayload.toObject(includeInstance, f), - sameBankAccontPayload: (f = msg.getSameBankAccontPayload()) && proto.io.bisq.protobuffer.SameBankAccountPayload.toObject(includeInstance, f), - specificBanksAccountPayload: (f = msg.getSpecificBanksAccountPayload()) && proto.io.bisq.protobuffer.SpecificBanksAccountPayload.toObject(includeInstance, f), - achTransferAccountPayload: (f = msg.getAchTransferAccountPayload()) && proto.io.bisq.protobuffer.AchTransferAccountPayload.toObject(includeInstance, f), - domesticWireTransferAccountPayload: (f = msg.getDomesticWireTransferAccountPayload()) && proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.toObject(includeInstance, f), + nationalBankAccountPayload: (f = msg.getNationalBankAccountPayload()) && proto.io.haveno.protobuffer.NationalBankAccountPayload.toObject(includeInstance, f), + sameBankAccontPayload: (f = msg.getSameBankAccontPayload()) && proto.io.haveno.protobuffer.SameBankAccountPayload.toObject(includeInstance, f), + specificBanksAccountPayload: (f = msg.getSpecificBanksAccountPayload()) && proto.io.haveno.protobuffer.SpecificBanksAccountPayload.toObject(includeInstance, f), + achTransferAccountPayload: (f = msg.getAchTransferAccountPayload()) && proto.io.haveno.protobuffer.AchTransferAccountPayload.toObject(includeInstance, f), + domesticWireTransferAccountPayload: (f = msg.getDomesticWireTransferAccountPayload()) && proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload.toObject(includeInstance, f), nationalAccountId: jspb.Message.getFieldWithDefault(msg, 12, "") }; @@ -38683,23 +33932,23 @@ proto.io.bisq.protobuffer.BankAccountPayload.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} */ -proto.io.bisq.protobuffer.BankAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.BankAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.BankAccountPayload; - return proto.io.bisq.protobuffer.BankAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.BankAccountPayload; + return proto.io.haveno.protobuffer.BankAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.BankAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.BankAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} */ -proto.io.bisq.protobuffer.BankAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.BankAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -38739,28 +33988,28 @@ proto.io.bisq.protobuffer.BankAccountPayload.deserializeBinaryFromReader = funct msg.setEmail(value); break; case 9: - var value = new proto.io.bisq.protobuffer.NationalBankAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.NationalBankAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NationalBankAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.NationalBankAccountPayload.deserializeBinaryFromReader); msg.setNationalBankAccountPayload(value); break; case 10: - var value = new proto.io.bisq.protobuffer.SameBankAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.SameBankAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SameBankAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.SameBankAccountPayload.deserializeBinaryFromReader); msg.setSameBankAccontPayload(value); break; case 11: - var value = new proto.io.bisq.protobuffer.SpecificBanksAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.SpecificBanksAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SpecificBanksAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.SpecificBanksAccountPayload.deserializeBinaryFromReader); msg.setSpecificBanksAccountPayload(value); break; case 13: - var value = new proto.io.bisq.protobuffer.AchTransferAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.AchTransferAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.AchTransferAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.AchTransferAccountPayload.deserializeBinaryFromReader); msg.setAchTransferAccountPayload(value); break; case 14: - var value = new proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload.deserializeBinaryFromReader); msg.setDomesticWireTransferAccountPayload(value); break; case 12: @@ -38780,9 +34029,9 @@ proto.io.bisq.protobuffer.BankAccountPayload.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.BankAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.BankAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -38790,11 +34039,11 @@ proto.io.bisq.protobuffer.BankAccountPayload.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.BankAccountPayload} message + * @param {!proto.io.haveno.protobuffer.BankAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BankAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.BankAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHolderName(); if (f.length > 0) { @@ -38857,7 +34106,7 @@ proto.io.bisq.protobuffer.BankAccountPayload.serializeBinaryToWriter = function( writer.writeMessage( 9, f, - proto.io.bisq.protobuffer.NationalBankAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.NationalBankAccountPayload.serializeBinaryToWriter ); } f = message.getSameBankAccontPayload(); @@ -38865,7 +34114,7 @@ proto.io.bisq.protobuffer.BankAccountPayload.serializeBinaryToWriter = function( writer.writeMessage( 10, f, - proto.io.bisq.protobuffer.SameBankAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.SameBankAccountPayload.serializeBinaryToWriter ); } f = message.getSpecificBanksAccountPayload(); @@ -38873,7 +34122,7 @@ proto.io.bisq.protobuffer.BankAccountPayload.serializeBinaryToWriter = function( writer.writeMessage( 11, f, - proto.io.bisq.protobuffer.SpecificBanksAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.SpecificBanksAccountPayload.serializeBinaryToWriter ); } f = message.getAchTransferAccountPayload(); @@ -38881,7 +34130,7 @@ proto.io.bisq.protobuffer.BankAccountPayload.serializeBinaryToWriter = function( writer.writeMessage( 13, f, - proto.io.bisq.protobuffer.AchTransferAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.AchTransferAccountPayload.serializeBinaryToWriter ); } f = message.getDomesticWireTransferAccountPayload(); @@ -38889,7 +34138,7 @@ proto.io.bisq.protobuffer.BankAccountPayload.serializeBinaryToWriter = function( writer.writeMessage( 14, f, - proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload.serializeBinaryToWriter ); } f = message.getNationalAccountId(); @@ -38906,16 +34155,16 @@ proto.io.bisq.protobuffer.BankAccountPayload.serializeBinaryToWriter = function( * optional string holder_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -38924,16 +34173,16 @@ proto.io.bisq.protobuffer.BankAccountPayload.prototype.setHolderName = function( * optional string bank_name = 2; * @return {string} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.getBankName = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.getBankName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.setBankName = function(value) { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.setBankName = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -38942,16 +34191,16 @@ proto.io.bisq.protobuffer.BankAccountPayload.prototype.setBankName = function(va * optional string bank_id = 3; * @return {string} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.getBankId = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.getBankId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.setBankId = function(value) { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.setBankId = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -38960,16 +34209,16 @@ proto.io.bisq.protobuffer.BankAccountPayload.prototype.setBankId = function(valu * optional string branch_id = 4; * @return {string} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.getBranchId = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.getBranchId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.setBranchId = function(value) { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.setBranchId = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -38978,16 +34227,16 @@ proto.io.bisq.protobuffer.BankAccountPayload.prototype.setBranchId = function(va * optional string account_nr = 5; * @return {string} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.getAccountNr = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.getAccountNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.setAccountNr = function(value) { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.setAccountNr = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; @@ -38996,16 +34245,16 @@ proto.io.bisq.protobuffer.BankAccountPayload.prototype.setAccountNr = function(v * optional string account_type = 6; * @return {string} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.getAccountType = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.getAccountType = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.setAccountType = function(value) { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.setAccountType = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; @@ -39014,16 +34263,16 @@ proto.io.bisq.protobuffer.BankAccountPayload.prototype.setAccountType = function * optional string holder_tax_id = 7; * @return {string} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.getHolderTaxId = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.getHolderTaxId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.setHolderTaxId = function(value) { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.setHolderTaxId = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; @@ -39032,44 +34281,44 @@ proto.io.bisq.protobuffer.BankAccountPayload.prototype.setHolderTaxId = function * optional string email = 8; * @return {string} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.getEmail = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.getEmail = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.setEmail = function(value) { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.setEmail = function(value) { return jspb.Message.setProto3StringField(this, 8, value); }; /** * optional NationalBankAccountPayload national_bank_account_payload = 9; - * @return {?proto.io.bisq.protobuffer.NationalBankAccountPayload} + * @return {?proto.io.haveno.protobuffer.NationalBankAccountPayload} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.getNationalBankAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.NationalBankAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NationalBankAccountPayload, 9)); +proto.io.haveno.protobuffer.BankAccountPayload.prototype.getNationalBankAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.NationalBankAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NationalBankAccountPayload, 9)); }; /** - * @param {?proto.io.bisq.protobuffer.NationalBankAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.NationalBankAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.setNationalBankAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 9, proto.io.bisq.protobuffer.BankAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.BankAccountPayload.prototype.setNationalBankAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 9, proto.io.haveno.protobuffer.BankAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.clearNationalBankAccountPayload = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.clearNationalBankAccountPayload = function() { return this.setNationalBankAccountPayload(undefined); }; @@ -39078,35 +34327,35 @@ proto.io.bisq.protobuffer.BankAccountPayload.prototype.clearNationalBankAccountP * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.hasNationalBankAccountPayload = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.hasNationalBankAccountPayload = function() { return jspb.Message.getField(this, 9) != null; }; /** * optional SameBankAccountPayload same_bank_accont_payload = 10; - * @return {?proto.io.bisq.protobuffer.SameBankAccountPayload} + * @return {?proto.io.haveno.protobuffer.SameBankAccountPayload} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.getSameBankAccontPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.SameBankAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SameBankAccountPayload, 10)); +proto.io.haveno.protobuffer.BankAccountPayload.prototype.getSameBankAccontPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.SameBankAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SameBankAccountPayload, 10)); }; /** - * @param {?proto.io.bisq.protobuffer.SameBankAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.SameBankAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.setSameBankAccontPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 10, proto.io.bisq.protobuffer.BankAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.BankAccountPayload.prototype.setSameBankAccontPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 10, proto.io.haveno.protobuffer.BankAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.clearSameBankAccontPayload = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.clearSameBankAccontPayload = function() { return this.setSameBankAccontPayload(undefined); }; @@ -39115,35 +34364,35 @@ proto.io.bisq.protobuffer.BankAccountPayload.prototype.clearSameBankAccontPayloa * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.hasSameBankAccontPayload = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.hasSameBankAccontPayload = function() { return jspb.Message.getField(this, 10) != null; }; /** * optional SpecificBanksAccountPayload specific_banks_account_payload = 11; - * @return {?proto.io.bisq.protobuffer.SpecificBanksAccountPayload} + * @return {?proto.io.haveno.protobuffer.SpecificBanksAccountPayload} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.getSpecificBanksAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.SpecificBanksAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SpecificBanksAccountPayload, 11)); +proto.io.haveno.protobuffer.BankAccountPayload.prototype.getSpecificBanksAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.SpecificBanksAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SpecificBanksAccountPayload, 11)); }; /** - * @param {?proto.io.bisq.protobuffer.SpecificBanksAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.SpecificBanksAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.setSpecificBanksAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 11, proto.io.bisq.protobuffer.BankAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.BankAccountPayload.prototype.setSpecificBanksAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 11, proto.io.haveno.protobuffer.BankAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.clearSpecificBanksAccountPayload = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.clearSpecificBanksAccountPayload = function() { return this.setSpecificBanksAccountPayload(undefined); }; @@ -39152,35 +34401,35 @@ proto.io.bisq.protobuffer.BankAccountPayload.prototype.clearSpecificBanksAccount * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.hasSpecificBanksAccountPayload = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.hasSpecificBanksAccountPayload = function() { return jspb.Message.getField(this, 11) != null; }; /** * optional AchTransferAccountPayload ach_transfer_account_payload = 13; - * @return {?proto.io.bisq.protobuffer.AchTransferAccountPayload} + * @return {?proto.io.haveno.protobuffer.AchTransferAccountPayload} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.getAchTransferAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.AchTransferAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AchTransferAccountPayload, 13)); +proto.io.haveno.protobuffer.BankAccountPayload.prototype.getAchTransferAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.AchTransferAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AchTransferAccountPayload, 13)); }; /** - * @param {?proto.io.bisq.protobuffer.AchTransferAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.AchTransferAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.setAchTransferAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 13, proto.io.bisq.protobuffer.BankAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.BankAccountPayload.prototype.setAchTransferAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 13, proto.io.haveno.protobuffer.BankAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.clearAchTransferAccountPayload = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.clearAchTransferAccountPayload = function() { return this.setAchTransferAccountPayload(undefined); }; @@ -39189,35 +34438,35 @@ proto.io.bisq.protobuffer.BankAccountPayload.prototype.clearAchTransferAccountPa * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.hasAchTransferAccountPayload = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.hasAchTransferAccountPayload = function() { return jspb.Message.getField(this, 13) != null; }; /** * optional DomesticWireTransferAccountPayload domestic_wire_transfer_account_payload = 14; - * @return {?proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload} + * @return {?proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.getDomesticWireTransferAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload, 14)); +proto.io.haveno.protobuffer.BankAccountPayload.prototype.getDomesticWireTransferAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload, 14)); }; /** - * @param {?proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.setDomesticWireTransferAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 14, proto.io.bisq.protobuffer.BankAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.BankAccountPayload.prototype.setDomesticWireTransferAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 14, proto.io.haveno.protobuffer.BankAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.clearDomesticWireTransferAccountPayload = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.clearDomesticWireTransferAccountPayload = function() { return this.setDomesticWireTransferAccountPayload(undefined); }; @@ -39226,7 +34475,7 @@ proto.io.bisq.protobuffer.BankAccountPayload.prototype.clearDomesticWireTransfer * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.hasDomesticWireTransferAccountPayload = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.hasDomesticWireTransferAccountPayload = function() { return jspb.Message.getField(this, 14) != null; }; @@ -39235,16 +34484,16 @@ proto.io.bisq.protobuffer.BankAccountPayload.prototype.hasDomesticWireTransferAc * optional string national_account_id = 12; * @return {string} */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.getNationalAccountId = function() { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.getNationalAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.BankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.BankAccountPayload} returns this */ -proto.io.bisq.protobuffer.BankAccountPayload.prototype.setNationalAccountId = function(value) { +proto.io.haveno.protobuffer.BankAccountPayload.prototype.setNationalAccountId = function(value) { return jspb.Message.setProto3StringField(this, 12, value); }; @@ -39265,8 +34514,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AchTransferAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AchTransferAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AchTransferAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AchTransferAccountPayload.toObject(opt_includeInstance, this); }; @@ -39275,11 +34524,11 @@ proto.io.bisq.protobuffer.AchTransferAccountPayload.prototype.toObject = functio * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AchTransferAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AchTransferAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AchTransferAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AchTransferAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { holderAddress: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -39295,23 +34544,23 @@ proto.io.bisq.protobuffer.AchTransferAccountPayload.toObject = function(includeI /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AchTransferAccountPayload} + * @return {!proto.io.haveno.protobuffer.AchTransferAccountPayload} */ -proto.io.bisq.protobuffer.AchTransferAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AchTransferAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AchTransferAccountPayload; - return proto.io.bisq.protobuffer.AchTransferAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AchTransferAccountPayload; + return proto.io.haveno.protobuffer.AchTransferAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AchTransferAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AchTransferAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AchTransferAccountPayload} + * @return {!proto.io.haveno.protobuffer.AchTransferAccountPayload} */ -proto.io.bisq.protobuffer.AchTransferAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AchTransferAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -39335,9 +34584,9 @@ proto.io.bisq.protobuffer.AchTransferAccountPayload.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AchTransferAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AchTransferAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AchTransferAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AchTransferAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -39345,11 +34594,11 @@ proto.io.bisq.protobuffer.AchTransferAccountPayload.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AchTransferAccountPayload} message + * @param {!proto.io.haveno.protobuffer.AchTransferAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AchTransferAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AchTransferAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHolderAddress(); if (f.length > 0) { @@ -39365,16 +34614,16 @@ proto.io.bisq.protobuffer.AchTransferAccountPayload.serializeBinaryToWriter = fu * optional string holder_address = 1; * @return {string} */ -proto.io.bisq.protobuffer.AchTransferAccountPayload.prototype.getHolderAddress = function() { +proto.io.haveno.protobuffer.AchTransferAccountPayload.prototype.getHolderAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AchTransferAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.AchTransferAccountPayload} returns this */ -proto.io.bisq.protobuffer.AchTransferAccountPayload.prototype.setHolderAddress = function(value) { +proto.io.haveno.protobuffer.AchTransferAccountPayload.prototype.setHolderAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -39395,8 +34644,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload.toObject(opt_includeInstance, this); }; @@ -39405,11 +34654,11 @@ proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.prototype.toObject * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { holderAddress: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -39425,23 +34674,23 @@ proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.toObject = function /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload} + * @return {!proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload} */ -proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload; - return proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload; + return proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload} + * @return {!proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload} */ -proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -39465,9 +34714,9 @@ proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.deserializeBinaryFr * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -39475,11 +34724,11 @@ proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.prototype.serialize /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload} message + * @param {!proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHolderAddress(); if (f.length > 0) { @@ -39495,16 +34744,16 @@ proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.serializeBinaryToWr * optional string holder_address = 1; * @return {string} */ -proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.prototype.getHolderAddress = function() { +proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload.prototype.getHolderAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload} returns this */ -proto.io.bisq.protobuffer.DomesticWireTransferAccountPayload.prototype.setHolderAddress = function(value) { +proto.io.haveno.protobuffer.DomesticWireTransferAccountPayload.prototype.setHolderAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -39525,8 +34774,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.NationalBankAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.NationalBankAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.NationalBankAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.NationalBankAccountPayload.toObject(opt_includeInstance, this); }; @@ -39535,11 +34784,11 @@ proto.io.bisq.protobuffer.NationalBankAccountPayload.prototype.toObject = functi * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.NationalBankAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.NationalBankAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.NationalBankAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.NationalBankAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -39555,23 +34804,23 @@ proto.io.bisq.protobuffer.NationalBankAccountPayload.toObject = function(include /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.NationalBankAccountPayload} + * @return {!proto.io.haveno.protobuffer.NationalBankAccountPayload} */ -proto.io.bisq.protobuffer.NationalBankAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.NationalBankAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.NationalBankAccountPayload; - return proto.io.bisq.protobuffer.NationalBankAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.NationalBankAccountPayload; + return proto.io.haveno.protobuffer.NationalBankAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.NationalBankAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.NationalBankAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.NationalBankAccountPayload} + * @return {!proto.io.haveno.protobuffer.NationalBankAccountPayload} */ -proto.io.bisq.protobuffer.NationalBankAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.NationalBankAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -39591,9 +34840,9 @@ proto.io.bisq.protobuffer.NationalBankAccountPayload.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.NationalBankAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.NationalBankAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.NationalBankAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.NationalBankAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -39601,11 +34850,11 @@ proto.io.bisq.protobuffer.NationalBankAccountPayload.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.NationalBankAccountPayload} message + * @param {!proto.io.haveno.protobuffer.NationalBankAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.NationalBankAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.NationalBankAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -39626,8 +34875,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SameBankAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SameBankAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SameBankAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SameBankAccountPayload.toObject(opt_includeInstance, this); }; @@ -39636,11 +34885,11 @@ proto.io.bisq.protobuffer.SameBankAccountPayload.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SameBankAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SameBankAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SameBankAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SameBankAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -39656,23 +34905,23 @@ proto.io.bisq.protobuffer.SameBankAccountPayload.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SameBankAccountPayload} + * @return {!proto.io.haveno.protobuffer.SameBankAccountPayload} */ -proto.io.bisq.protobuffer.SameBankAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SameBankAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SameBankAccountPayload; - return proto.io.bisq.protobuffer.SameBankAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SameBankAccountPayload; + return proto.io.haveno.protobuffer.SameBankAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SameBankAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SameBankAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SameBankAccountPayload} + * @return {!proto.io.haveno.protobuffer.SameBankAccountPayload} */ -proto.io.bisq.protobuffer.SameBankAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SameBankAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -39692,9 +34941,9 @@ proto.io.bisq.protobuffer.SameBankAccountPayload.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SameBankAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SameBankAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SameBankAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SameBankAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -39702,11 +34951,11 @@ proto.io.bisq.protobuffer.SameBankAccountPayload.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SameBankAccountPayload} message + * @param {!proto.io.haveno.protobuffer.SameBankAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SameBankAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SameBankAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -39727,8 +34976,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.JapanBankAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.JapanBankAccountPayload.toObject(opt_includeInstance, this); }; @@ -39737,11 +34986,11 @@ proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.JapanBankAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.JapanBankAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.JapanBankAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { bankName: jspb.Message.getFieldWithDefault(msg, 1, ""), bankCode: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -39763,23 +35012,23 @@ proto.io.bisq.protobuffer.JapanBankAccountPayload.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.JapanBankAccountPayload} + * @return {!proto.io.haveno.protobuffer.JapanBankAccountPayload} */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.JapanBankAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.JapanBankAccountPayload; - return proto.io.bisq.protobuffer.JapanBankAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.JapanBankAccountPayload; + return proto.io.haveno.protobuffer.JapanBankAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.JapanBankAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.JapanBankAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.JapanBankAccountPayload} + * @return {!proto.io.haveno.protobuffer.JapanBankAccountPayload} */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.JapanBankAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -39827,9 +35076,9 @@ proto.io.bisq.protobuffer.JapanBankAccountPayload.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.JapanBankAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.JapanBankAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -39837,11 +35086,11 @@ proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.JapanBankAccountPayload} message + * @param {!proto.io.haveno.protobuffer.JapanBankAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.JapanBankAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getBankName(); if (f.length > 0) { @@ -39899,16 +35148,16 @@ proto.io.bisq.protobuffer.JapanBankAccountPayload.serializeBinaryToWriter = func * optional string bank_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.getBankName = function() { +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.getBankName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.JapanBankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.JapanBankAccountPayload} returns this */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.setBankName = function(value) { +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.setBankName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -39917,16 +35166,16 @@ proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.setBankName = functi * optional string bank_code = 2; * @return {string} */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.getBankCode = function() { +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.getBankCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.JapanBankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.JapanBankAccountPayload} returns this */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.setBankCode = function(value) { +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.setBankCode = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -39935,16 +35184,16 @@ proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.setBankCode = functi * optional string bank_branch_name = 3; * @return {string} */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.getBankBranchName = function() { +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.getBankBranchName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.JapanBankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.JapanBankAccountPayload} returns this */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.setBankBranchName = function(value) { +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.setBankBranchName = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -39953,16 +35202,16 @@ proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.setBankBranchName = * optional string bank_branch_code = 4; * @return {string} */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.getBankBranchCode = function() { +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.getBankBranchCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.JapanBankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.JapanBankAccountPayload} returns this */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.setBankBranchCode = function(value) { +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.setBankBranchCode = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -39971,16 +35220,16 @@ proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.setBankBranchCode = * optional string bank_account_type = 5; * @return {string} */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.getBankAccountType = function() { +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.getBankAccountType = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.JapanBankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.JapanBankAccountPayload} returns this */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.setBankAccountType = function(value) { +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.setBankAccountType = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; @@ -39989,16 +35238,16 @@ proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.setBankAccountType = * optional string bank_account_name = 6; * @return {string} */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.getBankAccountName = function() { +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.getBankAccountName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.JapanBankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.JapanBankAccountPayload} returns this */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.setBankAccountName = function(value) { +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.setBankAccountName = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; @@ -40007,16 +35256,16 @@ proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.setBankAccountName = * optional string bank_account_number = 7; * @return {string} */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.getBankAccountNumber = function() { +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.getBankAccountNumber = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.JapanBankAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.JapanBankAccountPayload} returns this */ -proto.io.bisq.protobuffer.JapanBankAccountPayload.prototype.setBankAccountNumber = function(value) { +proto.io.haveno.protobuffer.JapanBankAccountPayload.prototype.setBankAccountNumber = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; @@ -40037,8 +35286,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AustraliaPayidPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AustraliaPayidPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AustraliaPayidPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AustraliaPayidPayload.toObject(opt_includeInstance, this); }; @@ -40047,11 +35296,11 @@ proto.io.bisq.protobuffer.AustraliaPayidPayload.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AustraliaPayidPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AustraliaPayidPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AustraliaPayidPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AustraliaPayidPayload.toObject = function(includeInstance, msg) { var f, obj = { bankAccountName: jspb.Message.getFieldWithDefault(msg, 1, ""), payid: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -40068,23 +35317,23 @@ proto.io.bisq.protobuffer.AustraliaPayidPayload.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AustraliaPayidPayload} + * @return {!proto.io.haveno.protobuffer.AustraliaPayidPayload} */ -proto.io.bisq.protobuffer.AustraliaPayidPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AustraliaPayidPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AustraliaPayidPayload; - return proto.io.bisq.protobuffer.AustraliaPayidPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AustraliaPayidPayload; + return proto.io.haveno.protobuffer.AustraliaPayidPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AustraliaPayidPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AustraliaPayidPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AustraliaPayidPayload} + * @return {!proto.io.haveno.protobuffer.AustraliaPayidPayload} */ -proto.io.bisq.protobuffer.AustraliaPayidPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AustraliaPayidPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -40112,9 +35361,9 @@ proto.io.bisq.protobuffer.AustraliaPayidPayload.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AustraliaPayidPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AustraliaPayidPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AustraliaPayidPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AustraliaPayidPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -40122,11 +35371,11 @@ proto.io.bisq.protobuffer.AustraliaPayidPayload.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AustraliaPayidPayload} message + * @param {!proto.io.haveno.protobuffer.AustraliaPayidPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AustraliaPayidPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AustraliaPayidPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getBankAccountName(); if (f.length > 0) { @@ -40149,16 +35398,16 @@ proto.io.bisq.protobuffer.AustraliaPayidPayload.serializeBinaryToWriter = functi * optional string bank_account_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.AustraliaPayidPayload.prototype.getBankAccountName = function() { +proto.io.haveno.protobuffer.AustraliaPayidPayload.prototype.getBankAccountName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AustraliaPayidPayload} returns this + * @return {!proto.io.haveno.protobuffer.AustraliaPayidPayload} returns this */ -proto.io.bisq.protobuffer.AustraliaPayidPayload.prototype.setBankAccountName = function(value) { +proto.io.haveno.protobuffer.AustraliaPayidPayload.prototype.setBankAccountName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -40167,16 +35416,16 @@ proto.io.bisq.protobuffer.AustraliaPayidPayload.prototype.setBankAccountName = f * optional string payid = 2; * @return {string} */ -proto.io.bisq.protobuffer.AustraliaPayidPayload.prototype.getPayid = function() { +proto.io.haveno.protobuffer.AustraliaPayidPayload.prototype.getPayid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AustraliaPayidPayload} returns this + * @return {!proto.io.haveno.protobuffer.AustraliaPayidPayload} returns this */ -proto.io.bisq.protobuffer.AustraliaPayidPayload.prototype.setPayid = function(value) { +proto.io.haveno.protobuffer.AustraliaPayidPayload.prototype.setPayid = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -40187,7 +35436,7 @@ proto.io.bisq.protobuffer.AustraliaPayidPayload.prototype.setPayid = function(va * @private {!Array} * @const */ -proto.io.bisq.protobuffer.SpecificBanksAccountPayload.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.SpecificBanksAccountPayload.repeatedFields_ = [1]; @@ -40204,8 +35453,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SpecificBanksAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SpecificBanksAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SpecificBanksAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SpecificBanksAccountPayload.toObject(opt_includeInstance, this); }; @@ -40214,11 +35463,11 @@ proto.io.bisq.protobuffer.SpecificBanksAccountPayload.prototype.toObject = funct * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SpecificBanksAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SpecificBanksAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SpecificBanksAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SpecificBanksAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { acceptedBanksList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f }; @@ -40234,23 +35483,23 @@ proto.io.bisq.protobuffer.SpecificBanksAccountPayload.toObject = function(includ /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SpecificBanksAccountPayload} + * @return {!proto.io.haveno.protobuffer.SpecificBanksAccountPayload} */ -proto.io.bisq.protobuffer.SpecificBanksAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SpecificBanksAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SpecificBanksAccountPayload; - return proto.io.bisq.protobuffer.SpecificBanksAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SpecificBanksAccountPayload; + return proto.io.haveno.protobuffer.SpecificBanksAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SpecificBanksAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SpecificBanksAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SpecificBanksAccountPayload} + * @return {!proto.io.haveno.protobuffer.SpecificBanksAccountPayload} */ -proto.io.bisq.protobuffer.SpecificBanksAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SpecificBanksAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -40274,9 +35523,9 @@ proto.io.bisq.protobuffer.SpecificBanksAccountPayload.deserializeBinaryFromReade * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SpecificBanksAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SpecificBanksAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SpecificBanksAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SpecificBanksAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -40284,11 +35533,11 @@ proto.io.bisq.protobuffer.SpecificBanksAccountPayload.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SpecificBanksAccountPayload} message + * @param {!proto.io.haveno.protobuffer.SpecificBanksAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SpecificBanksAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SpecificBanksAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAcceptedBanksList(); if (f.length > 0) { @@ -40304,16 +35553,16 @@ proto.io.bisq.protobuffer.SpecificBanksAccountPayload.serializeBinaryToWriter = * repeated string accepted_banks = 1; * @return {!Array} */ -proto.io.bisq.protobuffer.SpecificBanksAccountPayload.prototype.getAcceptedBanksList = function() { +proto.io.haveno.protobuffer.SpecificBanksAccountPayload.prototype.getAcceptedBanksList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 1)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.SpecificBanksAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SpecificBanksAccountPayload} returns this */ -proto.io.bisq.protobuffer.SpecificBanksAccountPayload.prototype.setAcceptedBanksList = function(value) { +proto.io.haveno.protobuffer.SpecificBanksAccountPayload.prototype.setAcceptedBanksList = function(value) { return jspb.Message.setField(this, 1, value || []); }; @@ -40321,18 +35570,18 @@ proto.io.bisq.protobuffer.SpecificBanksAccountPayload.prototype.setAcceptedBanks /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.SpecificBanksAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SpecificBanksAccountPayload} returns this */ -proto.io.bisq.protobuffer.SpecificBanksAccountPayload.prototype.addAcceptedBanks = function(value, opt_index) { +proto.io.haveno.protobuffer.SpecificBanksAccountPayload.prototype.addAcceptedBanks = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 1, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.SpecificBanksAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SpecificBanksAccountPayload} returns this */ -proto.io.bisq.protobuffer.SpecificBanksAccountPayload.prototype.clearAcceptedBanksList = function() { +proto.io.haveno.protobuffer.SpecificBanksAccountPayload.prototype.clearAcceptedBanksList = function() { return this.setAcceptedBanksList([]); }; @@ -40353,8 +35602,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CashDepositAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CashDepositAccountPayload.toObject(opt_includeInstance, this); }; @@ -40363,11 +35612,11 @@ proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.toObject = functio * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CashDepositAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CashDepositAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CashDepositAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { holderName: jspb.Message.getFieldWithDefault(msg, 1, ""), holderEmail: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -40392,23 +35641,23 @@ proto.io.bisq.protobuffer.CashDepositAccountPayload.toObject = function(includeI /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CashDepositAccountPayload} + * @return {!proto.io.haveno.protobuffer.CashDepositAccountPayload} */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CashDepositAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CashDepositAccountPayload; - return proto.io.bisq.protobuffer.CashDepositAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CashDepositAccountPayload; + return proto.io.haveno.protobuffer.CashDepositAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CashDepositAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CashDepositAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CashDepositAccountPayload} + * @return {!proto.io.haveno.protobuffer.CashDepositAccountPayload} */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CashDepositAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -40468,9 +35717,9 @@ proto.io.bisq.protobuffer.CashDepositAccountPayload.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CashDepositAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CashDepositAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -40478,11 +35727,11 @@ proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CashDepositAccountPayload} message + * @param {!proto.io.haveno.protobuffer.CashDepositAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CashDepositAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHolderName(); if (f.length > 0) { @@ -40561,16 +35810,16 @@ proto.io.bisq.protobuffer.CashDepositAccountPayload.serializeBinaryToWriter = fu * optional string holder_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CashDepositAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CashDepositAccountPayload} returns this */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -40579,16 +35828,16 @@ proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setHolderName = fu * optional string holder_email = 2; * @return {string} */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.getHolderEmail = function() { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.getHolderEmail = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CashDepositAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CashDepositAccountPayload} returns this */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setHolderEmail = function(value) { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.setHolderEmail = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -40597,16 +35846,16 @@ proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setHolderEmail = f * optional string bank_name = 3; * @return {string} */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.getBankName = function() { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.getBankName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CashDepositAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CashDepositAccountPayload} returns this */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setBankName = function(value) { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.setBankName = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -40615,16 +35864,16 @@ proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setBankName = func * optional string bank_id = 4; * @return {string} */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.getBankId = function() { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.getBankId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CashDepositAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CashDepositAccountPayload} returns this */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setBankId = function(value) { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.setBankId = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -40633,16 +35882,16 @@ proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setBankId = functi * optional string branch_id = 5; * @return {string} */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.getBranchId = function() { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.getBranchId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CashDepositAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CashDepositAccountPayload} returns this */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setBranchId = function(value) { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.setBranchId = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; @@ -40651,16 +35900,16 @@ proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setBranchId = func * optional string account_nr = 6; * @return {string} */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.getAccountNr = function() { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.getAccountNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CashDepositAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CashDepositAccountPayload} returns this */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setAccountNr = function(value) { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.setAccountNr = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; @@ -40669,16 +35918,16 @@ proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setAccountNr = fun * optional string account_type = 7; * @return {string} */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.getAccountType = function() { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.getAccountType = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CashDepositAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CashDepositAccountPayload} returns this */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setAccountType = function(value) { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.setAccountType = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; @@ -40687,16 +35936,16 @@ proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setAccountType = f * optional string requirements = 8; * @return {string} */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.getRequirements = function() { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.getRequirements = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CashDepositAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CashDepositAccountPayload} returns this */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setRequirements = function(value) { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.setRequirements = function(value) { return jspb.Message.setProto3StringField(this, 8, value); }; @@ -40705,16 +35954,16 @@ proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setRequirements = * optional string holder_tax_id = 9; * @return {string} */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.getHolderTaxId = function() { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.getHolderTaxId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CashDepositAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CashDepositAccountPayload} returns this */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setHolderTaxId = function(value) { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.setHolderTaxId = function(value) { return jspb.Message.setProto3StringField(this, 9, value); }; @@ -40723,16 +35972,16 @@ proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setHolderTaxId = f * optional string national_account_id = 10; * @return {string} */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.getNationalAccountId = function() { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.getNationalAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CashDepositAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CashDepositAccountPayload} returns this */ -proto.io.bisq.protobuffer.CashDepositAccountPayload.prototype.setNationalAccountId = function(value) { +proto.io.haveno.protobuffer.CashDepositAccountPayload.prototype.setNationalAccountId = function(value) { return jspb.Message.setProto3StringField(this, 10, value); }; @@ -40753,8 +36002,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MoneyGramAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MoneyGramAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MoneyGramAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MoneyGramAccountPayload.toObject(opt_includeInstance, this); }; @@ -40763,11 +36012,11 @@ proto.io.bisq.protobuffer.MoneyGramAccountPayload.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MoneyGramAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MoneyGramAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MoneyGramAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MoneyGramAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { holderName: jspb.Message.getFieldWithDefault(msg, 1, ""), countryCode: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -40786,23 +36035,23 @@ proto.io.bisq.protobuffer.MoneyGramAccountPayload.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MoneyGramAccountPayload} + * @return {!proto.io.haveno.protobuffer.MoneyGramAccountPayload} */ -proto.io.bisq.protobuffer.MoneyGramAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MoneyGramAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MoneyGramAccountPayload; - return proto.io.bisq.protobuffer.MoneyGramAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MoneyGramAccountPayload; + return proto.io.haveno.protobuffer.MoneyGramAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MoneyGramAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MoneyGramAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MoneyGramAccountPayload} + * @return {!proto.io.haveno.protobuffer.MoneyGramAccountPayload} */ -proto.io.bisq.protobuffer.MoneyGramAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MoneyGramAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -40838,9 +36087,9 @@ proto.io.bisq.protobuffer.MoneyGramAccountPayload.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MoneyGramAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MoneyGramAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MoneyGramAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MoneyGramAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -40848,11 +36097,11 @@ proto.io.bisq.protobuffer.MoneyGramAccountPayload.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MoneyGramAccountPayload} message + * @param {!proto.io.haveno.protobuffer.MoneyGramAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MoneyGramAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MoneyGramAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHolderName(); if (f.length > 0) { @@ -40889,16 +36138,16 @@ proto.io.bisq.protobuffer.MoneyGramAccountPayload.serializeBinaryToWriter = func * optional string holder_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.MoneyGramAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.MoneyGramAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MoneyGramAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.MoneyGramAccountPayload} returns this */ -proto.io.bisq.protobuffer.MoneyGramAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.MoneyGramAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -40907,16 +36156,16 @@ proto.io.bisq.protobuffer.MoneyGramAccountPayload.prototype.setHolderName = func * optional string country_code = 2; * @return {string} */ -proto.io.bisq.protobuffer.MoneyGramAccountPayload.prototype.getCountryCode = function() { +proto.io.haveno.protobuffer.MoneyGramAccountPayload.prototype.getCountryCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MoneyGramAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.MoneyGramAccountPayload} returns this */ -proto.io.bisq.protobuffer.MoneyGramAccountPayload.prototype.setCountryCode = function(value) { +proto.io.haveno.protobuffer.MoneyGramAccountPayload.prototype.setCountryCode = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -40925,16 +36174,16 @@ proto.io.bisq.protobuffer.MoneyGramAccountPayload.prototype.setCountryCode = fun * optional string state = 3; * @return {string} */ -proto.io.bisq.protobuffer.MoneyGramAccountPayload.prototype.getState = function() { +proto.io.haveno.protobuffer.MoneyGramAccountPayload.prototype.getState = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MoneyGramAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.MoneyGramAccountPayload} returns this */ -proto.io.bisq.protobuffer.MoneyGramAccountPayload.prototype.setState = function(value) { +proto.io.haveno.protobuffer.MoneyGramAccountPayload.prototype.setState = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -40943,16 +36192,16 @@ proto.io.bisq.protobuffer.MoneyGramAccountPayload.prototype.setState = function( * optional string email = 4; * @return {string} */ -proto.io.bisq.protobuffer.MoneyGramAccountPayload.prototype.getEmail = function() { +proto.io.haveno.protobuffer.MoneyGramAccountPayload.prototype.getEmail = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MoneyGramAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.MoneyGramAccountPayload} returns this */ -proto.io.bisq.protobuffer.MoneyGramAccountPayload.prototype.setEmail = function(value) { +proto.io.haveno.protobuffer.MoneyGramAccountPayload.prototype.setEmail = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -40973,8 +36222,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.HalCashAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.HalCashAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.HalCashAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.HalCashAccountPayload.toObject(opt_includeInstance, this); }; @@ -40983,11 +36232,11 @@ proto.io.bisq.protobuffer.HalCashAccountPayload.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.HalCashAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.HalCashAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.HalCashAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.HalCashAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { mobileNr: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -41003,23 +36252,23 @@ proto.io.bisq.protobuffer.HalCashAccountPayload.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.HalCashAccountPayload} + * @return {!proto.io.haveno.protobuffer.HalCashAccountPayload} */ -proto.io.bisq.protobuffer.HalCashAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.HalCashAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.HalCashAccountPayload; - return proto.io.bisq.protobuffer.HalCashAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.HalCashAccountPayload; + return proto.io.haveno.protobuffer.HalCashAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.HalCashAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.HalCashAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.HalCashAccountPayload} + * @return {!proto.io.haveno.protobuffer.HalCashAccountPayload} */ -proto.io.bisq.protobuffer.HalCashAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.HalCashAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -41043,9 +36292,9 @@ proto.io.bisq.protobuffer.HalCashAccountPayload.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.HalCashAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.HalCashAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.HalCashAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.HalCashAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -41053,11 +36302,11 @@ proto.io.bisq.protobuffer.HalCashAccountPayload.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.HalCashAccountPayload} message + * @param {!proto.io.haveno.protobuffer.HalCashAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.HalCashAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.HalCashAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMobileNr(); if (f.length > 0) { @@ -41073,16 +36322,16 @@ proto.io.bisq.protobuffer.HalCashAccountPayload.serializeBinaryToWriter = functi * optional string mobile_nr = 1; * @return {string} */ -proto.io.bisq.protobuffer.HalCashAccountPayload.prototype.getMobileNr = function() { +proto.io.haveno.protobuffer.HalCashAccountPayload.prototype.getMobileNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.HalCashAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.HalCashAccountPayload} returns this */ -proto.io.bisq.protobuffer.HalCashAccountPayload.prototype.setMobileNr = function(value) { +proto.io.haveno.protobuffer.HalCashAccountPayload.prototype.setMobileNr = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -41103,8 +36352,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.WesternUnionAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.WesternUnionAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.WesternUnionAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.WesternUnionAccountPayload.toObject(opt_includeInstance, this); }; @@ -41113,11 +36362,11 @@ proto.io.bisq.protobuffer.WesternUnionAccountPayload.prototype.toObject = functi * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.WesternUnionAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.WesternUnionAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.WesternUnionAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.WesternUnionAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { holderName: jspb.Message.getFieldWithDefault(msg, 1, ""), city: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -41136,23 +36385,23 @@ proto.io.bisq.protobuffer.WesternUnionAccountPayload.toObject = function(include /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.WesternUnionAccountPayload} + * @return {!proto.io.haveno.protobuffer.WesternUnionAccountPayload} */ -proto.io.bisq.protobuffer.WesternUnionAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.WesternUnionAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.WesternUnionAccountPayload; - return proto.io.bisq.protobuffer.WesternUnionAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.WesternUnionAccountPayload; + return proto.io.haveno.protobuffer.WesternUnionAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.WesternUnionAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.WesternUnionAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.WesternUnionAccountPayload} + * @return {!proto.io.haveno.protobuffer.WesternUnionAccountPayload} */ -proto.io.bisq.protobuffer.WesternUnionAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.WesternUnionAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -41188,9 +36437,9 @@ proto.io.bisq.protobuffer.WesternUnionAccountPayload.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.WesternUnionAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.WesternUnionAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.WesternUnionAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.WesternUnionAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -41198,11 +36447,11 @@ proto.io.bisq.protobuffer.WesternUnionAccountPayload.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.WesternUnionAccountPayload} message + * @param {!proto.io.haveno.protobuffer.WesternUnionAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.WesternUnionAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.WesternUnionAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHolderName(); if (f.length > 0) { @@ -41239,16 +36488,16 @@ proto.io.bisq.protobuffer.WesternUnionAccountPayload.serializeBinaryToWriter = f * optional string holder_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.WesternUnionAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.WesternUnionAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.WesternUnionAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.WesternUnionAccountPayload} returns this */ -proto.io.bisq.protobuffer.WesternUnionAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.WesternUnionAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -41257,16 +36506,16 @@ proto.io.bisq.protobuffer.WesternUnionAccountPayload.prototype.setHolderName = f * optional string city = 2; * @return {string} */ -proto.io.bisq.protobuffer.WesternUnionAccountPayload.prototype.getCity = function() { +proto.io.haveno.protobuffer.WesternUnionAccountPayload.prototype.getCity = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.WesternUnionAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.WesternUnionAccountPayload} returns this */ -proto.io.bisq.protobuffer.WesternUnionAccountPayload.prototype.setCity = function(value) { +proto.io.haveno.protobuffer.WesternUnionAccountPayload.prototype.setCity = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -41275,16 +36524,16 @@ proto.io.bisq.protobuffer.WesternUnionAccountPayload.prototype.setCity = functio * optional string state = 3; * @return {string} */ -proto.io.bisq.protobuffer.WesternUnionAccountPayload.prototype.getState = function() { +proto.io.haveno.protobuffer.WesternUnionAccountPayload.prototype.getState = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.WesternUnionAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.WesternUnionAccountPayload} returns this */ -proto.io.bisq.protobuffer.WesternUnionAccountPayload.prototype.setState = function(value) { +proto.io.haveno.protobuffer.WesternUnionAccountPayload.prototype.setState = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -41293,16 +36542,16 @@ proto.io.bisq.protobuffer.WesternUnionAccountPayload.prototype.setState = functi * optional string email = 4; * @return {string} */ -proto.io.bisq.protobuffer.WesternUnionAccountPayload.prototype.getEmail = function() { +proto.io.haveno.protobuffer.WesternUnionAccountPayload.prototype.getEmail = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.WesternUnionAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.WesternUnionAccountPayload} returns this */ -proto.io.bisq.protobuffer.WesternUnionAccountPayload.prototype.setEmail = function(value) { +proto.io.haveno.protobuffer.WesternUnionAccountPayload.prototype.setEmail = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -41323,8 +36572,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.toObject(opt_includeInstance, this); }; @@ -41333,11 +36582,11 @@ proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.prototype.toObject = func * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { emailOrMobileNr: jspb.Message.getFieldWithDefault(msg, 1, ""), countryCode: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -41354,23 +36603,23 @@ proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.toObject = function(inclu /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload} + * @return {!proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload} */ -proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload; - return proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload; + return proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload} + * @return {!proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload} */ -proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -41398,9 +36647,9 @@ proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.deserializeBinaryFromRead * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -41408,11 +36657,11 @@ proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload} message + * @param {!proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getEmailOrMobileNr(); if (f.length > 0) { @@ -41435,16 +36684,16 @@ proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.serializeBinaryToWriter = * optional string email_or_mobile_nr = 1; * @return {string} */ -proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.prototype.getEmailOrMobileNr = function() { +proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.prototype.getEmailOrMobileNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload} returns this */ -proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.prototype.setEmailOrMobileNr = function(value) { +proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.prototype.setEmailOrMobileNr = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -41453,16 +36702,16 @@ proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.prototype.setEmailOrMobil * optional string country_code = 2; * @return {string} */ -proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.prototype.getCountryCode = function() { +proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.prototype.getCountryCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload} returns this */ -proto.io.bisq.protobuffer.AmazonGiftCardAccountPayload.prototype.setCountryCode = function(value) { +proto.io.haveno.protobuffer.AmazonGiftCardAccountPayload.prototype.setCountryCode = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -41483,8 +36732,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SepaAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SepaAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SepaAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SepaAccountPayload.toObject(opt_includeInstance, this); }; @@ -41493,11 +36742,11 @@ proto.io.bisq.protobuffer.SepaAccountPayload.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SepaAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SepaAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SepaAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SepaAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { holderName: jspb.Message.getFieldWithDefault(msg, 1, ""), iban: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -41516,23 +36765,23 @@ proto.io.bisq.protobuffer.SepaAccountPayload.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SepaAccountPayload} + * @return {!proto.io.haveno.protobuffer.SepaAccountPayload} */ -proto.io.bisq.protobuffer.SepaAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SepaAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SepaAccountPayload; - return proto.io.bisq.protobuffer.SepaAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SepaAccountPayload; + return proto.io.haveno.protobuffer.SepaAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SepaAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SepaAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SepaAccountPayload} + * @return {!proto.io.haveno.protobuffer.SepaAccountPayload} */ -proto.io.bisq.protobuffer.SepaAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SepaAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -41568,9 +36817,9 @@ proto.io.bisq.protobuffer.SepaAccountPayload.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SepaAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SepaAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SepaAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SepaAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -41578,11 +36827,11 @@ proto.io.bisq.protobuffer.SepaAccountPayload.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SepaAccountPayload} message + * @param {!proto.io.haveno.protobuffer.SepaAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SepaAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SepaAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHolderName(); if (f.length > 0) { @@ -41619,16 +36868,16 @@ proto.io.bisq.protobuffer.SepaAccountPayload.serializeBinaryToWriter = function( * optional string holder_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.SepaAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.SepaAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SepaAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SepaAccountPayload} returns this */ -proto.io.bisq.protobuffer.SepaAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.SepaAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -41637,16 +36886,16 @@ proto.io.bisq.protobuffer.SepaAccountPayload.prototype.setHolderName = function( * optional string iban = 2; * @return {string} */ -proto.io.bisq.protobuffer.SepaAccountPayload.prototype.getIban = function() { +proto.io.haveno.protobuffer.SepaAccountPayload.prototype.getIban = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SepaAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SepaAccountPayload} returns this */ -proto.io.bisq.protobuffer.SepaAccountPayload.prototype.setIban = function(value) { +proto.io.haveno.protobuffer.SepaAccountPayload.prototype.setIban = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -41655,16 +36904,16 @@ proto.io.bisq.protobuffer.SepaAccountPayload.prototype.setIban = function(value) * optional string bic = 3; * @return {string} */ -proto.io.bisq.protobuffer.SepaAccountPayload.prototype.getBic = function() { +proto.io.haveno.protobuffer.SepaAccountPayload.prototype.getBic = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SepaAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SepaAccountPayload} returns this */ -proto.io.bisq.protobuffer.SepaAccountPayload.prototype.setBic = function(value) { +proto.io.haveno.protobuffer.SepaAccountPayload.prototype.setBic = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -41673,16 +36922,16 @@ proto.io.bisq.protobuffer.SepaAccountPayload.prototype.setBic = function(value) * optional string email = 4; * @return {string} */ -proto.io.bisq.protobuffer.SepaAccountPayload.prototype.getEmail = function() { +proto.io.haveno.protobuffer.SepaAccountPayload.prototype.getEmail = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SepaAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SepaAccountPayload} returns this */ -proto.io.bisq.protobuffer.SepaAccountPayload.prototype.setEmail = function(value) { +proto.io.haveno.protobuffer.SepaAccountPayload.prototype.setEmail = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -41703,8 +36952,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SepaInstantAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SepaInstantAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SepaInstantAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SepaInstantAccountPayload.toObject(opt_includeInstance, this); }; @@ -41713,11 +36962,11 @@ proto.io.bisq.protobuffer.SepaInstantAccountPayload.prototype.toObject = functio * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SepaInstantAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SepaInstantAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SepaInstantAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SepaInstantAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { holderName: jspb.Message.getFieldWithDefault(msg, 1, ""), iban: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -41735,23 +36984,23 @@ proto.io.bisq.protobuffer.SepaInstantAccountPayload.toObject = function(includeI /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SepaInstantAccountPayload} + * @return {!proto.io.haveno.protobuffer.SepaInstantAccountPayload} */ -proto.io.bisq.protobuffer.SepaInstantAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SepaInstantAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SepaInstantAccountPayload; - return proto.io.bisq.protobuffer.SepaInstantAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SepaInstantAccountPayload; + return proto.io.haveno.protobuffer.SepaInstantAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SepaInstantAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SepaInstantAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SepaInstantAccountPayload} + * @return {!proto.io.haveno.protobuffer.SepaInstantAccountPayload} */ -proto.io.bisq.protobuffer.SepaInstantAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SepaInstantAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -41783,9 +37032,9 @@ proto.io.bisq.protobuffer.SepaInstantAccountPayload.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SepaInstantAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SepaInstantAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SepaInstantAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SepaInstantAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -41793,11 +37042,11 @@ proto.io.bisq.protobuffer.SepaInstantAccountPayload.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SepaInstantAccountPayload} message + * @param {!proto.io.haveno.protobuffer.SepaInstantAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SepaInstantAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SepaInstantAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHolderName(); if (f.length > 0) { @@ -41827,16 +37076,16 @@ proto.io.bisq.protobuffer.SepaInstantAccountPayload.serializeBinaryToWriter = fu * optional string holder_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.SepaInstantAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.SepaInstantAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SepaInstantAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SepaInstantAccountPayload} returns this */ -proto.io.bisq.protobuffer.SepaInstantAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.SepaInstantAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -41845,16 +37094,16 @@ proto.io.bisq.protobuffer.SepaInstantAccountPayload.prototype.setHolderName = fu * optional string iban = 2; * @return {string} */ -proto.io.bisq.protobuffer.SepaInstantAccountPayload.prototype.getIban = function() { +proto.io.haveno.protobuffer.SepaInstantAccountPayload.prototype.getIban = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SepaInstantAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SepaInstantAccountPayload} returns this */ -proto.io.bisq.protobuffer.SepaInstantAccountPayload.prototype.setIban = function(value) { +proto.io.haveno.protobuffer.SepaInstantAccountPayload.prototype.setIban = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -41863,16 +37112,16 @@ proto.io.bisq.protobuffer.SepaInstantAccountPayload.prototype.setIban = function * optional string bic = 3; * @return {string} */ -proto.io.bisq.protobuffer.SepaInstantAccountPayload.prototype.getBic = function() { +proto.io.haveno.protobuffer.SepaInstantAccountPayload.prototype.getBic = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SepaInstantAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SepaInstantAccountPayload} returns this */ -proto.io.bisq.protobuffer.SepaInstantAccountPayload.prototype.setBic = function(value) { +proto.io.haveno.protobuffer.SepaInstantAccountPayload.prototype.setBic = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -41893,8 +37142,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload.toObject(opt_includeInstance, this); }; @@ -41903,11 +37152,11 @@ proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.prototype.toObject = func * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { address: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -41923,23 +37172,23 @@ proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.toObject = function(inclu /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload} + * @return {!proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload} */ -proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload; - return proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload; + return proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload} + * @return {!proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload} */ -proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -41963,9 +37212,9 @@ proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.deserializeBinaryFromRead * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -41973,11 +37222,11 @@ proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload} message + * @param {!proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAddress(); if (f.length > 0) { @@ -41993,16 +37242,16 @@ proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.serializeBinaryToWriter = * optional string address = 1; * @return {string} */ -proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.prototype.getAddress = function() { +proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload.prototype.getAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload} returns this */ -proto.io.bisq.protobuffer.CryptoCurrencyAccountPayload.prototype.setAddress = function(value) { +proto.io.haveno.protobuffer.CryptoCurrencyAccountPayload.prototype.setAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -42023,8 +37272,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload.toObject(opt_includeInstance, this); }; @@ -42033,11 +37282,11 @@ proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.prototype.toObject * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { address: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -42053,23 +37302,23 @@ proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.toObject = functio /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload} + * @return {!proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload} */ -proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload; - return proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload; + return proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload} + * @return {!proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload} */ -proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -42093,9 +37342,9 @@ proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.deserializeBinaryF * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -42103,11 +37352,11 @@ proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.prototype.serializ /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload} message + * @param {!proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAddress(); if (f.length > 0) { @@ -42123,16 +37372,16 @@ proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.serializeBinaryToW * optional string address = 1; * @return {string} */ -proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.prototype.getAddress = function() { +proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload.prototype.getAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload} returns this */ -proto.io.bisq.protobuffer.InstantCryptoCurrencyAccountPayload.prototype.setAddress = function(value) { +proto.io.haveno.protobuffer.InstantCryptoCurrencyAccountPayload.prototype.setAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -42153,8 +37402,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.toObject(opt_includeInstance, this); }; @@ -42163,11 +37412,11 @@ proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.prototype.toObject = func * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.FasterPaymentsAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.FasterPaymentsAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { holderName: jspb.Message.getFieldWithDefault(msg, 1, ""), sortCode: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -42185,23 +37434,23 @@ proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.toObject = function(inclu /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.FasterPaymentsAccountPayload} + * @return {!proto.io.haveno.protobuffer.FasterPaymentsAccountPayload} */ -proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.FasterPaymentsAccountPayload; - return proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.FasterPaymentsAccountPayload; + return proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.FasterPaymentsAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.FasterPaymentsAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.FasterPaymentsAccountPayload} + * @return {!proto.io.haveno.protobuffer.FasterPaymentsAccountPayload} */ -proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -42233,9 +37482,9 @@ proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.deserializeBinaryFromRead * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -42243,11 +37492,11 @@ proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.prototype.serializeBinary /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.FasterPaymentsAccountPayload} message + * @param {!proto.io.haveno.protobuffer.FasterPaymentsAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHolderName(); if (f.length > 0) { @@ -42277,16 +37526,16 @@ proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.serializeBinaryToWriter = * optional string holder_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.FasterPaymentsAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.FasterPaymentsAccountPayload} returns this */ -proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -42295,16 +37544,16 @@ proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.prototype.setHolderName = * optional string sort_code = 2; * @return {string} */ -proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.prototype.getSortCode = function() { +proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.prototype.getSortCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.FasterPaymentsAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.FasterPaymentsAccountPayload} returns this */ -proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.prototype.setSortCode = function(value) { +proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.prototype.setSortCode = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -42313,16 +37562,16 @@ proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.prototype.setSortCode = f * optional string account_nr = 3; * @return {string} */ -proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.prototype.getAccountNr = function() { +proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.prototype.getAccountNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.FasterPaymentsAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.FasterPaymentsAccountPayload} returns this */ -proto.io.bisq.protobuffer.FasterPaymentsAccountPayload.prototype.setAccountNr = function(value) { +proto.io.haveno.protobuffer.FasterPaymentsAccountPayload.prototype.setAccountNr = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -42343,8 +37592,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.InteracETransferAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.InteracETransferAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.InteracETransferAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.InteracETransferAccountPayload.toObject(opt_includeInstance, this); }; @@ -42353,11 +37602,11 @@ proto.io.bisq.protobuffer.InteracETransferAccountPayload.prototype.toObject = fu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.InteracETransferAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.InteracETransferAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.InteracETransferAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.InteracETransferAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { email: jspb.Message.getFieldWithDefault(msg, 1, ""), holderName: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -42376,23 +37625,23 @@ proto.io.bisq.protobuffer.InteracETransferAccountPayload.toObject = function(inc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.InteracETransferAccountPayload} + * @return {!proto.io.haveno.protobuffer.InteracETransferAccountPayload} */ -proto.io.bisq.protobuffer.InteracETransferAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.InteracETransferAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.InteracETransferAccountPayload; - return proto.io.bisq.protobuffer.InteracETransferAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.InteracETransferAccountPayload; + return proto.io.haveno.protobuffer.InteracETransferAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.InteracETransferAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.InteracETransferAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.InteracETransferAccountPayload} + * @return {!proto.io.haveno.protobuffer.InteracETransferAccountPayload} */ -proto.io.bisq.protobuffer.InteracETransferAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.InteracETransferAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -42428,9 +37677,9 @@ proto.io.bisq.protobuffer.InteracETransferAccountPayload.deserializeBinaryFromRe * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.InteracETransferAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.InteracETransferAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.InteracETransferAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.InteracETransferAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -42438,11 +37687,11 @@ proto.io.bisq.protobuffer.InteracETransferAccountPayload.prototype.serializeBina /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.InteracETransferAccountPayload} message + * @param {!proto.io.haveno.protobuffer.InteracETransferAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.InteracETransferAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.InteracETransferAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getEmail(); if (f.length > 0) { @@ -42479,16 +37728,16 @@ proto.io.bisq.protobuffer.InteracETransferAccountPayload.serializeBinaryToWriter * optional string email = 1; * @return {string} */ -proto.io.bisq.protobuffer.InteracETransferAccountPayload.prototype.getEmail = function() { +proto.io.haveno.protobuffer.InteracETransferAccountPayload.prototype.getEmail = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InteracETransferAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.InteracETransferAccountPayload} returns this */ -proto.io.bisq.protobuffer.InteracETransferAccountPayload.prototype.setEmail = function(value) { +proto.io.haveno.protobuffer.InteracETransferAccountPayload.prototype.setEmail = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -42497,16 +37746,16 @@ proto.io.bisq.protobuffer.InteracETransferAccountPayload.prototype.setEmail = fu * optional string holder_name = 2; * @return {string} */ -proto.io.bisq.protobuffer.InteracETransferAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.InteracETransferAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InteracETransferAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.InteracETransferAccountPayload} returns this */ -proto.io.bisq.protobuffer.InteracETransferAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.InteracETransferAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -42515,16 +37764,16 @@ proto.io.bisq.protobuffer.InteracETransferAccountPayload.prototype.setHolderName * optional string question = 3; * @return {string} */ -proto.io.bisq.protobuffer.InteracETransferAccountPayload.prototype.getQuestion = function() { +proto.io.haveno.protobuffer.InteracETransferAccountPayload.prototype.getQuestion = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InteracETransferAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.InteracETransferAccountPayload} returns this */ -proto.io.bisq.protobuffer.InteracETransferAccountPayload.prototype.setQuestion = function(value) { +proto.io.haveno.protobuffer.InteracETransferAccountPayload.prototype.setQuestion = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -42533,16 +37782,16 @@ proto.io.bisq.protobuffer.InteracETransferAccountPayload.prototype.setQuestion = * optional string answer = 4; * @return {string} */ -proto.io.bisq.protobuffer.InteracETransferAccountPayload.prototype.getAnswer = function() { +proto.io.haveno.protobuffer.InteracETransferAccountPayload.prototype.getAnswer = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.InteracETransferAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.InteracETransferAccountPayload} returns this */ -proto.io.bisq.protobuffer.InteracETransferAccountPayload.prototype.setAnswer = function(value) { +proto.io.haveno.protobuffer.InteracETransferAccountPayload.prototype.setAnswer = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -42563,8 +37812,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.OKPayAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.OKPayAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.OKPayAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.OKPayAccountPayload.toObject(opt_includeInstance, this); }; @@ -42573,11 +37822,11 @@ proto.io.bisq.protobuffer.OKPayAccountPayload.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.OKPayAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.OKPayAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OKPayAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.OKPayAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { accountNr: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -42593,23 +37842,23 @@ proto.io.bisq.protobuffer.OKPayAccountPayload.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.OKPayAccountPayload} + * @return {!proto.io.haveno.protobuffer.OKPayAccountPayload} */ -proto.io.bisq.protobuffer.OKPayAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.OKPayAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.OKPayAccountPayload; - return proto.io.bisq.protobuffer.OKPayAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.OKPayAccountPayload; + return proto.io.haveno.protobuffer.OKPayAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.OKPayAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.OKPayAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.OKPayAccountPayload} + * @return {!proto.io.haveno.protobuffer.OKPayAccountPayload} */ -proto.io.bisq.protobuffer.OKPayAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.OKPayAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -42633,9 +37882,9 @@ proto.io.bisq.protobuffer.OKPayAccountPayload.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.OKPayAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.OKPayAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.OKPayAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.OKPayAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -42643,11 +37892,11 @@ proto.io.bisq.protobuffer.OKPayAccountPayload.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.OKPayAccountPayload} message + * @param {!proto.io.haveno.protobuffer.OKPayAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OKPayAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.OKPayAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccountNr(); if (f.length > 0) { @@ -42663,16 +37912,16 @@ proto.io.bisq.protobuffer.OKPayAccountPayload.serializeBinaryToWriter = function * optional string account_nr = 1; * @return {string} */ -proto.io.bisq.protobuffer.OKPayAccountPayload.prototype.getAccountNr = function() { +proto.io.haveno.protobuffer.OKPayAccountPayload.prototype.getAccountNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OKPayAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.OKPayAccountPayload} returns this */ -proto.io.bisq.protobuffer.OKPayAccountPayload.prototype.setAccountNr = function(value) { +proto.io.haveno.protobuffer.OKPayAccountPayload.prototype.setAccountNr = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -42693,8 +37942,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.UpholdAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.UpholdAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.UpholdAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.UpholdAccountPayload.toObject(opt_includeInstance, this); }; @@ -42703,11 +37952,11 @@ proto.io.bisq.protobuffer.UpholdAccountPayload.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.UpholdAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.UpholdAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UpholdAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.UpholdAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { accountId: jspb.Message.getFieldWithDefault(msg, 1, ""), accountOwner: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -42724,23 +37973,23 @@ proto.io.bisq.protobuffer.UpholdAccountPayload.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.UpholdAccountPayload} + * @return {!proto.io.haveno.protobuffer.UpholdAccountPayload} */ -proto.io.bisq.protobuffer.UpholdAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.UpholdAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.UpholdAccountPayload; - return proto.io.bisq.protobuffer.UpholdAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.UpholdAccountPayload; + return proto.io.haveno.protobuffer.UpholdAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.UpholdAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.UpholdAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.UpholdAccountPayload} + * @return {!proto.io.haveno.protobuffer.UpholdAccountPayload} */ -proto.io.bisq.protobuffer.UpholdAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.UpholdAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -42768,9 +38017,9 @@ proto.io.bisq.protobuffer.UpholdAccountPayload.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.UpholdAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.UpholdAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.UpholdAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.UpholdAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -42778,11 +38027,11 @@ proto.io.bisq.protobuffer.UpholdAccountPayload.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.UpholdAccountPayload} message + * @param {!proto.io.haveno.protobuffer.UpholdAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UpholdAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.UpholdAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccountId(); if (f.length > 0) { @@ -42805,16 +38054,16 @@ proto.io.bisq.protobuffer.UpholdAccountPayload.serializeBinaryToWriter = functio * optional string account_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.UpholdAccountPayload.prototype.getAccountId = function() { +proto.io.haveno.protobuffer.UpholdAccountPayload.prototype.getAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.UpholdAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.UpholdAccountPayload} returns this */ -proto.io.bisq.protobuffer.UpholdAccountPayload.prototype.setAccountId = function(value) { +proto.io.haveno.protobuffer.UpholdAccountPayload.prototype.setAccountId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -42823,16 +38072,16 @@ proto.io.bisq.protobuffer.UpholdAccountPayload.prototype.setAccountId = function * optional string account_owner = 2; * @return {string} */ -proto.io.bisq.protobuffer.UpholdAccountPayload.prototype.getAccountOwner = function() { +proto.io.haveno.protobuffer.UpholdAccountPayload.prototype.getAccountOwner = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.UpholdAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.UpholdAccountPayload} returns this */ -proto.io.bisq.protobuffer.UpholdAccountPayload.prototype.setAccountOwner = function(value) { +proto.io.haveno.protobuffer.UpholdAccountPayload.prototype.setAccountOwner = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -42853,8 +38102,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CashAppAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CashAppAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CashAppAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CashAppAccountPayload.toObject(opt_includeInstance, this); }; @@ -42863,11 +38112,11 @@ proto.io.bisq.protobuffer.CashAppAccountPayload.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CashAppAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CashAppAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CashAppAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CashAppAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { cashTag: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -42883,23 +38132,23 @@ proto.io.bisq.protobuffer.CashAppAccountPayload.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CashAppAccountPayload} + * @return {!proto.io.haveno.protobuffer.CashAppAccountPayload} */ -proto.io.bisq.protobuffer.CashAppAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CashAppAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CashAppAccountPayload; - return proto.io.bisq.protobuffer.CashAppAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CashAppAccountPayload; + return proto.io.haveno.protobuffer.CashAppAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CashAppAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CashAppAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CashAppAccountPayload} + * @return {!proto.io.haveno.protobuffer.CashAppAccountPayload} */ -proto.io.bisq.protobuffer.CashAppAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CashAppAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -42923,9 +38172,9 @@ proto.io.bisq.protobuffer.CashAppAccountPayload.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CashAppAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CashAppAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CashAppAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CashAppAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -42933,11 +38182,11 @@ proto.io.bisq.protobuffer.CashAppAccountPayload.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CashAppAccountPayload} message + * @param {!proto.io.haveno.protobuffer.CashAppAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CashAppAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CashAppAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCashTag(); if (f.length > 0) { @@ -42953,16 +38202,16 @@ proto.io.bisq.protobuffer.CashAppAccountPayload.serializeBinaryToWriter = functi * optional string cash_tag = 1; * @return {string} */ -proto.io.bisq.protobuffer.CashAppAccountPayload.prototype.getCashTag = function() { +proto.io.haveno.protobuffer.CashAppAccountPayload.prototype.getCashTag = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CashAppAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CashAppAccountPayload} returns this */ -proto.io.bisq.protobuffer.CashAppAccountPayload.prototype.setCashTag = function(value) { +proto.io.haveno.protobuffer.CashAppAccountPayload.prototype.setCashTag = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -42983,8 +38232,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MoneyBeamAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MoneyBeamAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MoneyBeamAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MoneyBeamAccountPayload.toObject(opt_includeInstance, this); }; @@ -42993,11 +38242,11 @@ proto.io.bisq.protobuffer.MoneyBeamAccountPayload.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MoneyBeamAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MoneyBeamAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MoneyBeamAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MoneyBeamAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { accountId: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -43013,23 +38262,23 @@ proto.io.bisq.protobuffer.MoneyBeamAccountPayload.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MoneyBeamAccountPayload} + * @return {!proto.io.haveno.protobuffer.MoneyBeamAccountPayload} */ -proto.io.bisq.protobuffer.MoneyBeamAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MoneyBeamAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MoneyBeamAccountPayload; - return proto.io.bisq.protobuffer.MoneyBeamAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MoneyBeamAccountPayload; + return proto.io.haveno.protobuffer.MoneyBeamAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MoneyBeamAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MoneyBeamAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MoneyBeamAccountPayload} + * @return {!proto.io.haveno.protobuffer.MoneyBeamAccountPayload} */ -proto.io.bisq.protobuffer.MoneyBeamAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MoneyBeamAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -43053,9 +38302,9 @@ proto.io.bisq.protobuffer.MoneyBeamAccountPayload.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MoneyBeamAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MoneyBeamAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MoneyBeamAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MoneyBeamAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -43063,11 +38312,11 @@ proto.io.bisq.protobuffer.MoneyBeamAccountPayload.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MoneyBeamAccountPayload} message + * @param {!proto.io.haveno.protobuffer.MoneyBeamAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MoneyBeamAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MoneyBeamAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccountId(); if (f.length > 0) { @@ -43083,16 +38332,16 @@ proto.io.bisq.protobuffer.MoneyBeamAccountPayload.serializeBinaryToWriter = func * optional string account_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.MoneyBeamAccountPayload.prototype.getAccountId = function() { +proto.io.haveno.protobuffer.MoneyBeamAccountPayload.prototype.getAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MoneyBeamAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.MoneyBeamAccountPayload} returns this */ -proto.io.bisq.protobuffer.MoneyBeamAccountPayload.prototype.setAccountId = function(value) { +proto.io.haveno.protobuffer.MoneyBeamAccountPayload.prototype.setAccountId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -43113,8 +38362,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.VenmoAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.VenmoAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.VenmoAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.VenmoAccountPayload.toObject(opt_includeInstance, this); }; @@ -43123,11 +38372,11 @@ proto.io.bisq.protobuffer.VenmoAccountPayload.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.VenmoAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.VenmoAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.VenmoAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.VenmoAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { venmoUserName: jspb.Message.getFieldWithDefault(msg, 1, ""), holderName: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -43144,23 +38393,23 @@ proto.io.bisq.protobuffer.VenmoAccountPayload.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.VenmoAccountPayload} + * @return {!proto.io.haveno.protobuffer.VenmoAccountPayload} */ -proto.io.bisq.protobuffer.VenmoAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.VenmoAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.VenmoAccountPayload; - return proto.io.bisq.protobuffer.VenmoAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.VenmoAccountPayload; + return proto.io.haveno.protobuffer.VenmoAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.VenmoAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.VenmoAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.VenmoAccountPayload} + * @return {!proto.io.haveno.protobuffer.VenmoAccountPayload} */ -proto.io.bisq.protobuffer.VenmoAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.VenmoAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -43188,9 +38437,9 @@ proto.io.bisq.protobuffer.VenmoAccountPayload.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.VenmoAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.VenmoAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.VenmoAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.VenmoAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -43198,11 +38447,11 @@ proto.io.bisq.protobuffer.VenmoAccountPayload.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.VenmoAccountPayload} message + * @param {!proto.io.haveno.protobuffer.VenmoAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.VenmoAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.VenmoAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getVenmoUserName(); if (f.length > 0) { @@ -43225,16 +38474,16 @@ proto.io.bisq.protobuffer.VenmoAccountPayload.serializeBinaryToWriter = function * optional string venmo_user_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.VenmoAccountPayload.prototype.getVenmoUserName = function() { +proto.io.haveno.protobuffer.VenmoAccountPayload.prototype.getVenmoUserName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.VenmoAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.VenmoAccountPayload} returns this */ -proto.io.bisq.protobuffer.VenmoAccountPayload.prototype.setVenmoUserName = function(value) { +proto.io.haveno.protobuffer.VenmoAccountPayload.prototype.setVenmoUserName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -43243,16 +38492,16 @@ proto.io.bisq.protobuffer.VenmoAccountPayload.prototype.setVenmoUserName = funct * optional string holder_name = 2; * @return {string} */ -proto.io.bisq.protobuffer.VenmoAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.VenmoAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.VenmoAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.VenmoAccountPayload} returns this */ -proto.io.bisq.protobuffer.VenmoAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.VenmoAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -43273,8 +38522,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PopmoneyAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PopmoneyAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PopmoneyAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PopmoneyAccountPayload.toObject(opt_includeInstance, this); }; @@ -43283,11 +38532,11 @@ proto.io.bisq.protobuffer.PopmoneyAccountPayload.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PopmoneyAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PopmoneyAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PopmoneyAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PopmoneyAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { accountId: jspb.Message.getFieldWithDefault(msg, 1, ""), holderName: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -43304,23 +38553,23 @@ proto.io.bisq.protobuffer.PopmoneyAccountPayload.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PopmoneyAccountPayload} + * @return {!proto.io.haveno.protobuffer.PopmoneyAccountPayload} */ -proto.io.bisq.protobuffer.PopmoneyAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PopmoneyAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PopmoneyAccountPayload; - return proto.io.bisq.protobuffer.PopmoneyAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PopmoneyAccountPayload; + return proto.io.haveno.protobuffer.PopmoneyAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PopmoneyAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PopmoneyAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PopmoneyAccountPayload} + * @return {!proto.io.haveno.protobuffer.PopmoneyAccountPayload} */ -proto.io.bisq.protobuffer.PopmoneyAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PopmoneyAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -43348,9 +38597,9 @@ proto.io.bisq.protobuffer.PopmoneyAccountPayload.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PopmoneyAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PopmoneyAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PopmoneyAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PopmoneyAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -43358,11 +38607,11 @@ proto.io.bisq.protobuffer.PopmoneyAccountPayload.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PopmoneyAccountPayload} message + * @param {!proto.io.haveno.protobuffer.PopmoneyAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PopmoneyAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PopmoneyAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccountId(); if (f.length > 0) { @@ -43385,16 +38634,16 @@ proto.io.bisq.protobuffer.PopmoneyAccountPayload.serializeBinaryToWriter = funct * optional string account_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.PopmoneyAccountPayload.prototype.getAccountId = function() { +proto.io.haveno.protobuffer.PopmoneyAccountPayload.prototype.getAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PopmoneyAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PopmoneyAccountPayload} returns this */ -proto.io.bisq.protobuffer.PopmoneyAccountPayload.prototype.setAccountId = function(value) { +proto.io.haveno.protobuffer.PopmoneyAccountPayload.prototype.setAccountId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -43403,16 +38652,16 @@ proto.io.bisq.protobuffer.PopmoneyAccountPayload.prototype.setAccountId = functi * optional string holder_name = 2; * @return {string} */ -proto.io.bisq.protobuffer.PopmoneyAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.PopmoneyAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PopmoneyAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PopmoneyAccountPayload} returns this */ -proto.io.bisq.protobuffer.PopmoneyAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.PopmoneyAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -43433,8 +38682,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RevolutAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RevolutAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RevolutAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RevolutAccountPayload.toObject(opt_includeInstance, this); }; @@ -43443,11 +38692,11 @@ proto.io.bisq.protobuffer.RevolutAccountPayload.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RevolutAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RevolutAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RevolutAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RevolutAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { accountId: jspb.Message.getFieldWithDefault(msg, 1, ""), userName: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -43464,23 +38713,23 @@ proto.io.bisq.protobuffer.RevolutAccountPayload.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RevolutAccountPayload} + * @return {!proto.io.haveno.protobuffer.RevolutAccountPayload} */ -proto.io.bisq.protobuffer.RevolutAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RevolutAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RevolutAccountPayload; - return proto.io.bisq.protobuffer.RevolutAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RevolutAccountPayload; + return proto.io.haveno.protobuffer.RevolutAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RevolutAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RevolutAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RevolutAccountPayload} + * @return {!proto.io.haveno.protobuffer.RevolutAccountPayload} */ -proto.io.bisq.protobuffer.RevolutAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RevolutAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -43508,9 +38757,9 @@ proto.io.bisq.protobuffer.RevolutAccountPayload.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RevolutAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RevolutAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RevolutAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RevolutAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -43518,11 +38767,11 @@ proto.io.bisq.protobuffer.RevolutAccountPayload.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RevolutAccountPayload} message + * @param {!proto.io.haveno.protobuffer.RevolutAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RevolutAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RevolutAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccountId(); if (f.length > 0) { @@ -43545,16 +38794,16 @@ proto.io.bisq.protobuffer.RevolutAccountPayload.serializeBinaryToWriter = functi * optional string account_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.RevolutAccountPayload.prototype.getAccountId = function() { +proto.io.haveno.protobuffer.RevolutAccountPayload.prototype.getAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.RevolutAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.RevolutAccountPayload} returns this */ -proto.io.bisq.protobuffer.RevolutAccountPayload.prototype.setAccountId = function(value) { +proto.io.haveno.protobuffer.RevolutAccountPayload.prototype.setAccountId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -43563,16 +38812,16 @@ proto.io.bisq.protobuffer.RevolutAccountPayload.prototype.setAccountId = functio * optional string user_name = 2; * @return {string} */ -proto.io.bisq.protobuffer.RevolutAccountPayload.prototype.getUserName = function() { +proto.io.haveno.protobuffer.RevolutAccountPayload.prototype.getUserName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.RevolutAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.RevolutAccountPayload} returns this */ -proto.io.bisq.protobuffer.RevolutAccountPayload.prototype.setUserName = function(value) { +proto.io.haveno.protobuffer.RevolutAccountPayload.prototype.setUserName = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -43593,8 +38842,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PerfectMoneyAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PerfectMoneyAccountPayload.toObject(opt_includeInstance, this); }; @@ -43603,11 +38852,11 @@ proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.prototype.toObject = functi * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PerfectMoneyAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PerfectMoneyAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PerfectMoneyAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { accountNr: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -43623,23 +38872,23 @@ proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.toObject = function(include /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PerfectMoneyAccountPayload} + * @return {!proto.io.haveno.protobuffer.PerfectMoneyAccountPayload} */ -proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PerfectMoneyAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PerfectMoneyAccountPayload; - return proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PerfectMoneyAccountPayload; + return proto.io.haveno.protobuffer.PerfectMoneyAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PerfectMoneyAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PerfectMoneyAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PerfectMoneyAccountPayload} + * @return {!proto.io.haveno.protobuffer.PerfectMoneyAccountPayload} */ -proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PerfectMoneyAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -43663,9 +38912,9 @@ proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PerfectMoneyAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PerfectMoneyAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -43673,11 +38922,11 @@ proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PerfectMoneyAccountPayload} message + * @param {!proto.io.haveno.protobuffer.PerfectMoneyAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PerfectMoneyAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccountNr(); if (f.length > 0) { @@ -43693,16 +38942,16 @@ proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.serializeBinaryToWriter = f * optional string account_nr = 1; * @return {string} */ -proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.prototype.getAccountNr = function() { +proto.io.haveno.protobuffer.PerfectMoneyAccountPayload.prototype.getAccountNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PerfectMoneyAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PerfectMoneyAccountPayload} returns this */ -proto.io.bisq.protobuffer.PerfectMoneyAccountPayload.prototype.setAccountNr = function(value) { +proto.io.haveno.protobuffer.PerfectMoneyAccountPayload.prototype.setAccountNr = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -43723,8 +38972,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SwishAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SwishAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SwishAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SwishAccountPayload.toObject(opt_includeInstance, this); }; @@ -43733,11 +38982,11 @@ proto.io.bisq.protobuffer.SwishAccountPayload.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SwishAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SwishAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SwishAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SwishAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { mobileNr: jspb.Message.getFieldWithDefault(msg, 1, ""), holderName: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -43754,23 +39003,23 @@ proto.io.bisq.protobuffer.SwishAccountPayload.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SwishAccountPayload} + * @return {!proto.io.haveno.protobuffer.SwishAccountPayload} */ -proto.io.bisq.protobuffer.SwishAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SwishAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SwishAccountPayload; - return proto.io.bisq.protobuffer.SwishAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SwishAccountPayload; + return proto.io.haveno.protobuffer.SwishAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SwishAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SwishAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SwishAccountPayload} + * @return {!proto.io.haveno.protobuffer.SwishAccountPayload} */ -proto.io.bisq.protobuffer.SwishAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SwishAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -43798,9 +39047,9 @@ proto.io.bisq.protobuffer.SwishAccountPayload.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SwishAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SwishAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SwishAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SwishAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -43808,11 +39057,11 @@ proto.io.bisq.protobuffer.SwishAccountPayload.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SwishAccountPayload} message + * @param {!proto.io.haveno.protobuffer.SwishAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SwishAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SwishAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMobileNr(); if (f.length > 0) { @@ -43835,16 +39084,16 @@ proto.io.bisq.protobuffer.SwishAccountPayload.serializeBinaryToWriter = function * optional string mobile_nr = 1; * @return {string} */ -proto.io.bisq.protobuffer.SwishAccountPayload.prototype.getMobileNr = function() { +proto.io.haveno.protobuffer.SwishAccountPayload.prototype.getMobileNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwishAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwishAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwishAccountPayload.prototype.setMobileNr = function(value) { +proto.io.haveno.protobuffer.SwishAccountPayload.prototype.setMobileNr = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -43853,16 +39102,16 @@ proto.io.bisq.protobuffer.SwishAccountPayload.prototype.setMobileNr = function(v * optional string holder_name = 2; * @return {string} */ -proto.io.bisq.protobuffer.SwishAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.SwishAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwishAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwishAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwishAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.SwishAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -43883,8 +39132,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.toObject(opt_includeInstance, this); }; @@ -43893,11 +39142,11 @@ proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.prototype.toObject = * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { postalAddress: jspb.Message.getFieldWithDefault(msg, 1, ""), holderName: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -43914,23 +39163,23 @@ proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.toObject = function(i /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload} + * @return {!proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload} */ -proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload; - return proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload; + return proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload} + * @return {!proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload} */ -proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -43958,9 +39207,9 @@ proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.deserializeBinaryFrom * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -43968,11 +39217,11 @@ proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.prototype.serializeBi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload} message + * @param {!proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPostalAddress(); if (f.length > 0) { @@ -43995,16 +39244,16 @@ proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.serializeBinaryToWrit * optional string postal_address = 1; * @return {string} */ -proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.prototype.getPostalAddress = function() { +proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.prototype.getPostalAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload} returns this */ -proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.prototype.setPostalAddress = function(value) { +proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.prototype.setPostalAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -44013,16 +39262,16 @@ proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.prototype.setPostalAd * optional string holder_name = 2; * @return {string} */ -proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload} returns this */ -proto.io.bisq.protobuffer.USPostalMoneyOrderAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.USPostalMoneyOrderAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -44043,8 +39292,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.F2FAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.F2FAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.F2FAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.F2FAccountPayload.toObject(opt_includeInstance, this); }; @@ -44053,11 +39302,11 @@ proto.io.bisq.protobuffer.F2FAccountPayload.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.F2FAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.F2FAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.F2FAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.F2FAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { contact: jspb.Message.getFieldWithDefault(msg, 1, ""), city: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -44075,23 +39324,23 @@ proto.io.bisq.protobuffer.F2FAccountPayload.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.F2FAccountPayload} + * @return {!proto.io.haveno.protobuffer.F2FAccountPayload} */ -proto.io.bisq.protobuffer.F2FAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.F2FAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.F2FAccountPayload; - return proto.io.bisq.protobuffer.F2FAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.F2FAccountPayload; + return proto.io.haveno.protobuffer.F2FAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.F2FAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.F2FAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.F2FAccountPayload} + * @return {!proto.io.haveno.protobuffer.F2FAccountPayload} */ -proto.io.bisq.protobuffer.F2FAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.F2FAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -44123,9 +39372,9 @@ proto.io.bisq.protobuffer.F2FAccountPayload.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.F2FAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.F2FAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.F2FAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.F2FAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -44133,11 +39382,11 @@ proto.io.bisq.protobuffer.F2FAccountPayload.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.F2FAccountPayload} message + * @param {!proto.io.haveno.protobuffer.F2FAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.F2FAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.F2FAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getContact(); if (f.length > 0) { @@ -44167,16 +39416,16 @@ proto.io.bisq.protobuffer.F2FAccountPayload.serializeBinaryToWriter = function(m * optional string contact = 1; * @return {string} */ -proto.io.bisq.protobuffer.F2FAccountPayload.prototype.getContact = function() { +proto.io.haveno.protobuffer.F2FAccountPayload.prototype.getContact = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.F2FAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.F2FAccountPayload} returns this */ -proto.io.bisq.protobuffer.F2FAccountPayload.prototype.setContact = function(value) { +proto.io.haveno.protobuffer.F2FAccountPayload.prototype.setContact = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -44185,16 +39434,16 @@ proto.io.bisq.protobuffer.F2FAccountPayload.prototype.setContact = function(valu * optional string city = 2; * @return {string} */ -proto.io.bisq.protobuffer.F2FAccountPayload.prototype.getCity = function() { +proto.io.haveno.protobuffer.F2FAccountPayload.prototype.getCity = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.F2FAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.F2FAccountPayload} returns this */ -proto.io.bisq.protobuffer.F2FAccountPayload.prototype.setCity = function(value) { +proto.io.haveno.protobuffer.F2FAccountPayload.prototype.setCity = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -44203,16 +39452,16 @@ proto.io.bisq.protobuffer.F2FAccountPayload.prototype.setCity = function(value) * optional string extra_info = 3; * @return {string} */ -proto.io.bisq.protobuffer.F2FAccountPayload.prototype.getExtraInfo = function() { +proto.io.haveno.protobuffer.F2FAccountPayload.prototype.getExtraInfo = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.F2FAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.F2FAccountPayload} returns this */ -proto.io.bisq.protobuffer.F2FAccountPayload.prototype.setExtraInfo = function(value) { +proto.io.haveno.protobuffer.F2FAccountPayload.prototype.setExtraInfo = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -44226,12 +39475,12 @@ proto.io.bisq.protobuffer.F2FAccountPayload.prototype.setExtraInfo = function(va * @private {!Array>} * @const */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.oneofGroups_ = [[4,5,6]]; +proto.io.haveno.protobuffer.IfscBasedAccountPayload.oneofGroups_ = [[4,5,6]]; /** * @enum {number} */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.MessageCase = { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.MessageCase = { MESSAGE_NOT_SET: 0, NEFT_ACCOUNT_PAYLOAD: 4, RTGS_ACCOUNT_PAYLOAD: 5, @@ -44239,10 +39488,10 @@ proto.io.bisq.protobuffer.IfscBasedAccountPayload.MessageCase = { }; /** - * @return {proto.io.bisq.protobuffer.IfscBasedAccountPayload.MessageCase} + * @return {proto.io.haveno.protobuffer.IfscBasedAccountPayload.MessageCase} */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.getMessageCase = function() { - return /** @type {proto.io.bisq.protobuffer.IfscBasedAccountPayload.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.bisq.protobuffer.IfscBasedAccountPayload.oneofGroups_[0])); +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.getMessageCase = function() { + return /** @type {proto.io.haveno.protobuffer.IfscBasedAccountPayload.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.haveno.protobuffer.IfscBasedAccountPayload.oneofGroups_[0])); }; @@ -44260,8 +39509,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.IfscBasedAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.IfscBasedAccountPayload.toObject(opt_includeInstance, this); }; @@ -44270,18 +39519,18 @@ proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.IfscBasedAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.IfscBasedAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { holderName: jspb.Message.getFieldWithDefault(msg, 1, ""), accountNr: jspb.Message.getFieldWithDefault(msg, 2, ""), ifsc: jspb.Message.getFieldWithDefault(msg, 3, ""), - neftAccountPayload: (f = msg.getNeftAccountPayload()) && proto.io.bisq.protobuffer.NeftAccountPayload.toObject(includeInstance, f), - rtgsAccountPayload: (f = msg.getRtgsAccountPayload()) && proto.io.bisq.protobuffer.RtgsAccountPayload.toObject(includeInstance, f), - impsAccountPayload: (f = msg.getImpsAccountPayload()) && proto.io.bisq.protobuffer.ImpsAccountPayload.toObject(includeInstance, f) + neftAccountPayload: (f = msg.getNeftAccountPayload()) && proto.io.haveno.protobuffer.NeftAccountPayload.toObject(includeInstance, f), + rtgsAccountPayload: (f = msg.getRtgsAccountPayload()) && proto.io.haveno.protobuffer.RtgsAccountPayload.toObject(includeInstance, f), + impsAccountPayload: (f = msg.getImpsAccountPayload()) && proto.io.haveno.protobuffer.ImpsAccountPayload.toObject(includeInstance, f) }; if (includeInstance) { @@ -44295,23 +39544,23 @@ proto.io.bisq.protobuffer.IfscBasedAccountPayload.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.IfscBasedAccountPayload} + * @return {!proto.io.haveno.protobuffer.IfscBasedAccountPayload} */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.IfscBasedAccountPayload; - return proto.io.bisq.protobuffer.IfscBasedAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.IfscBasedAccountPayload; + return proto.io.haveno.protobuffer.IfscBasedAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.IfscBasedAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.IfscBasedAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.IfscBasedAccountPayload} + * @return {!proto.io.haveno.protobuffer.IfscBasedAccountPayload} */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -44331,18 +39580,18 @@ proto.io.bisq.protobuffer.IfscBasedAccountPayload.deserializeBinaryFromReader = msg.setIfsc(value); break; case 4: - var value = new proto.io.bisq.protobuffer.NeftAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.NeftAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NeftAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.NeftAccountPayload.deserializeBinaryFromReader); msg.setNeftAccountPayload(value); break; case 5: - var value = new proto.io.bisq.protobuffer.RtgsAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.RtgsAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.RtgsAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.RtgsAccountPayload.deserializeBinaryFromReader); msg.setRtgsAccountPayload(value); break; case 6: - var value = new proto.io.bisq.protobuffer.ImpsAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.ImpsAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.ImpsAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.ImpsAccountPayload.deserializeBinaryFromReader); msg.setImpsAccountPayload(value); break; default: @@ -44358,9 +39607,9 @@ proto.io.bisq.protobuffer.IfscBasedAccountPayload.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.IfscBasedAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.IfscBasedAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -44368,11 +39617,11 @@ proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.IfscBasedAccountPayload} message + * @param {!proto.io.haveno.protobuffer.IfscBasedAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHolderName(); if (f.length > 0) { @@ -44400,7 +39649,7 @@ proto.io.bisq.protobuffer.IfscBasedAccountPayload.serializeBinaryToWriter = func writer.writeMessage( 4, f, - proto.io.bisq.protobuffer.NeftAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.NeftAccountPayload.serializeBinaryToWriter ); } f = message.getRtgsAccountPayload(); @@ -44408,7 +39657,7 @@ proto.io.bisq.protobuffer.IfscBasedAccountPayload.serializeBinaryToWriter = func writer.writeMessage( 5, f, - proto.io.bisq.protobuffer.RtgsAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.RtgsAccountPayload.serializeBinaryToWriter ); } f = message.getImpsAccountPayload(); @@ -44416,7 +39665,7 @@ proto.io.bisq.protobuffer.IfscBasedAccountPayload.serializeBinaryToWriter = func writer.writeMessage( 6, f, - proto.io.bisq.protobuffer.ImpsAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.ImpsAccountPayload.serializeBinaryToWriter ); } }; @@ -44426,16 +39675,16 @@ proto.io.bisq.protobuffer.IfscBasedAccountPayload.serializeBinaryToWriter = func * optional string holder_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.IfscBasedAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.IfscBasedAccountPayload} returns this */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -44444,16 +39693,16 @@ proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.setHolderName = func * optional string account_nr = 2; * @return {string} */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.getAccountNr = function() { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.getAccountNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.IfscBasedAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.IfscBasedAccountPayload} returns this */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.setAccountNr = function(value) { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.setAccountNr = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -44462,44 +39711,44 @@ proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.setAccountNr = funct * optional string ifsc = 3; * @return {string} */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.getIfsc = function() { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.getIfsc = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.IfscBasedAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.IfscBasedAccountPayload} returns this */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.setIfsc = function(value) { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.setIfsc = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; /** * optional NeftAccountPayload neft_account_payload = 4; - * @return {?proto.io.bisq.protobuffer.NeftAccountPayload} + * @return {?proto.io.haveno.protobuffer.NeftAccountPayload} */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.getNeftAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.NeftAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NeftAccountPayload, 4)); +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.getNeftAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.NeftAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NeftAccountPayload, 4)); }; /** - * @param {?proto.io.bisq.protobuffer.NeftAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.IfscBasedAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.NeftAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.IfscBasedAccountPayload} returns this */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.setNeftAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 4, proto.io.bisq.protobuffer.IfscBasedAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.setNeftAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 4, proto.io.haveno.protobuffer.IfscBasedAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.IfscBasedAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.IfscBasedAccountPayload} returns this */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.clearNeftAccountPayload = function() { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.clearNeftAccountPayload = function() { return this.setNeftAccountPayload(undefined); }; @@ -44508,35 +39757,35 @@ proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.clearNeftAccountPayl * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.hasNeftAccountPayload = function() { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.hasNeftAccountPayload = function() { return jspb.Message.getField(this, 4) != null; }; /** * optional RtgsAccountPayload rtgs_account_payload = 5; - * @return {?proto.io.bisq.protobuffer.RtgsAccountPayload} + * @return {?proto.io.haveno.protobuffer.RtgsAccountPayload} */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.getRtgsAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.RtgsAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.RtgsAccountPayload, 5)); +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.getRtgsAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.RtgsAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.RtgsAccountPayload, 5)); }; /** - * @param {?proto.io.bisq.protobuffer.RtgsAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.IfscBasedAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.RtgsAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.IfscBasedAccountPayload} returns this */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.setRtgsAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 5, proto.io.bisq.protobuffer.IfscBasedAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.setRtgsAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 5, proto.io.haveno.protobuffer.IfscBasedAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.IfscBasedAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.IfscBasedAccountPayload} returns this */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.clearRtgsAccountPayload = function() { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.clearRtgsAccountPayload = function() { return this.setRtgsAccountPayload(undefined); }; @@ -44545,35 +39794,35 @@ proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.clearRtgsAccountPayl * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.hasRtgsAccountPayload = function() { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.hasRtgsAccountPayload = function() { return jspb.Message.getField(this, 5) != null; }; /** * optional ImpsAccountPayload imps_account_payload = 6; - * @return {?proto.io.bisq.protobuffer.ImpsAccountPayload} + * @return {?proto.io.haveno.protobuffer.ImpsAccountPayload} */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.getImpsAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.ImpsAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ImpsAccountPayload, 6)); +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.getImpsAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.ImpsAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ImpsAccountPayload, 6)); }; /** - * @param {?proto.io.bisq.protobuffer.ImpsAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.IfscBasedAccountPayload} returns this + * @param {?proto.io.haveno.protobuffer.ImpsAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.IfscBasedAccountPayload} returns this */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.setImpsAccountPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 6, proto.io.bisq.protobuffer.IfscBasedAccountPayload.oneofGroups_[0], value); +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.setImpsAccountPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 6, proto.io.haveno.protobuffer.IfscBasedAccountPayload.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.IfscBasedAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.IfscBasedAccountPayload} returns this */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.clearImpsAccountPayload = function() { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.clearImpsAccountPayload = function() { return this.setImpsAccountPayload(undefined); }; @@ -44582,7 +39831,7 @@ proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.clearImpsAccountPayl * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.IfscBasedAccountPayload.prototype.hasImpsAccountPayload = function() { +proto.io.haveno.protobuffer.IfscBasedAccountPayload.prototype.hasImpsAccountPayload = function() { return jspb.Message.getField(this, 6) != null; }; @@ -44603,8 +39852,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.NeftAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.NeftAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.NeftAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.NeftAccountPayload.toObject(opt_includeInstance, this); }; @@ -44613,11 +39862,11 @@ proto.io.bisq.protobuffer.NeftAccountPayload.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.NeftAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.NeftAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.NeftAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.NeftAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -44633,23 +39882,23 @@ proto.io.bisq.protobuffer.NeftAccountPayload.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.NeftAccountPayload} + * @return {!proto.io.haveno.protobuffer.NeftAccountPayload} */ -proto.io.bisq.protobuffer.NeftAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.NeftAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.NeftAccountPayload; - return proto.io.bisq.protobuffer.NeftAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.NeftAccountPayload; + return proto.io.haveno.protobuffer.NeftAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.NeftAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.NeftAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.NeftAccountPayload} + * @return {!proto.io.haveno.protobuffer.NeftAccountPayload} */ -proto.io.bisq.protobuffer.NeftAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.NeftAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -44669,9 +39918,9 @@ proto.io.bisq.protobuffer.NeftAccountPayload.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.NeftAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.NeftAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.NeftAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.NeftAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -44679,11 +39928,11 @@ proto.io.bisq.protobuffer.NeftAccountPayload.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.NeftAccountPayload} message + * @param {!proto.io.haveno.protobuffer.NeftAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.NeftAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.NeftAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -44704,8 +39953,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RtgsAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RtgsAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RtgsAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RtgsAccountPayload.toObject(opt_includeInstance, this); }; @@ -44714,11 +39963,11 @@ proto.io.bisq.protobuffer.RtgsAccountPayload.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RtgsAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RtgsAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RtgsAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RtgsAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -44734,23 +39983,23 @@ proto.io.bisq.protobuffer.RtgsAccountPayload.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RtgsAccountPayload} + * @return {!proto.io.haveno.protobuffer.RtgsAccountPayload} */ -proto.io.bisq.protobuffer.RtgsAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RtgsAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RtgsAccountPayload; - return proto.io.bisq.protobuffer.RtgsAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RtgsAccountPayload; + return proto.io.haveno.protobuffer.RtgsAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RtgsAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RtgsAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RtgsAccountPayload} + * @return {!proto.io.haveno.protobuffer.RtgsAccountPayload} */ -proto.io.bisq.protobuffer.RtgsAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RtgsAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -44770,9 +40019,9 @@ proto.io.bisq.protobuffer.RtgsAccountPayload.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RtgsAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RtgsAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RtgsAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RtgsAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -44780,11 +40029,11 @@ proto.io.bisq.protobuffer.RtgsAccountPayload.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RtgsAccountPayload} message + * @param {!proto.io.haveno.protobuffer.RtgsAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RtgsAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RtgsAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -44805,8 +40054,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ImpsAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ImpsAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ImpsAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ImpsAccountPayload.toObject(opt_includeInstance, this); }; @@ -44815,11 +40064,11 @@ proto.io.bisq.protobuffer.ImpsAccountPayload.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ImpsAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ImpsAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ImpsAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ImpsAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { }; @@ -44835,23 +40084,23 @@ proto.io.bisq.protobuffer.ImpsAccountPayload.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ImpsAccountPayload} + * @return {!proto.io.haveno.protobuffer.ImpsAccountPayload} */ -proto.io.bisq.protobuffer.ImpsAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ImpsAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ImpsAccountPayload; - return proto.io.bisq.protobuffer.ImpsAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ImpsAccountPayload; + return proto.io.haveno.protobuffer.ImpsAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ImpsAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ImpsAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ImpsAccountPayload} + * @return {!proto.io.haveno.protobuffer.ImpsAccountPayload} */ -proto.io.bisq.protobuffer.ImpsAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ImpsAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -44871,9 +40120,9 @@ proto.io.bisq.protobuffer.ImpsAccountPayload.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ImpsAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ImpsAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ImpsAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ImpsAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -44881,11 +40130,11 @@ proto.io.bisq.protobuffer.ImpsAccountPayload.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ImpsAccountPayload} message + * @param {!proto.io.haveno.protobuffer.ImpsAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ImpsAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ImpsAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; }; @@ -44906,8 +40155,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.UpiAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.UpiAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.UpiAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.UpiAccountPayload.toObject(opt_includeInstance, this); }; @@ -44916,11 +40165,11 @@ proto.io.bisq.protobuffer.UpiAccountPayload.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.UpiAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.UpiAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UpiAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.UpiAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { virtualPaymentAddress: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -44936,23 +40185,23 @@ proto.io.bisq.protobuffer.UpiAccountPayload.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.UpiAccountPayload} + * @return {!proto.io.haveno.protobuffer.UpiAccountPayload} */ -proto.io.bisq.protobuffer.UpiAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.UpiAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.UpiAccountPayload; - return proto.io.bisq.protobuffer.UpiAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.UpiAccountPayload; + return proto.io.haveno.protobuffer.UpiAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.UpiAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.UpiAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.UpiAccountPayload} + * @return {!proto.io.haveno.protobuffer.UpiAccountPayload} */ -proto.io.bisq.protobuffer.UpiAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.UpiAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -44976,9 +40225,9 @@ proto.io.bisq.protobuffer.UpiAccountPayload.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.UpiAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.UpiAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.UpiAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.UpiAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -44986,11 +40235,11 @@ proto.io.bisq.protobuffer.UpiAccountPayload.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.UpiAccountPayload} message + * @param {!proto.io.haveno.protobuffer.UpiAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UpiAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.UpiAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getVirtualPaymentAddress(); if (f.length > 0) { @@ -45006,16 +40255,16 @@ proto.io.bisq.protobuffer.UpiAccountPayload.serializeBinaryToWriter = function(m * optional string virtual_payment_address = 1; * @return {string} */ -proto.io.bisq.protobuffer.UpiAccountPayload.prototype.getVirtualPaymentAddress = function() { +proto.io.haveno.protobuffer.UpiAccountPayload.prototype.getVirtualPaymentAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.UpiAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.UpiAccountPayload} returns this */ -proto.io.bisq.protobuffer.UpiAccountPayload.prototype.setVirtualPaymentAddress = function(value) { +proto.io.haveno.protobuffer.UpiAccountPayload.prototype.setVirtualPaymentAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -45036,8 +40285,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PaytmAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PaytmAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PaytmAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PaytmAccountPayload.toObject(opt_includeInstance, this); }; @@ -45046,11 +40295,11 @@ proto.io.bisq.protobuffer.PaytmAccountPayload.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PaytmAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PaytmAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaytmAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PaytmAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { emailOrMobileNr: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -45066,23 +40315,23 @@ proto.io.bisq.protobuffer.PaytmAccountPayload.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PaytmAccountPayload} + * @return {!proto.io.haveno.protobuffer.PaytmAccountPayload} */ -proto.io.bisq.protobuffer.PaytmAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PaytmAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PaytmAccountPayload; - return proto.io.bisq.protobuffer.PaytmAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PaytmAccountPayload; + return proto.io.haveno.protobuffer.PaytmAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PaytmAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PaytmAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PaytmAccountPayload} + * @return {!proto.io.haveno.protobuffer.PaytmAccountPayload} */ -proto.io.bisq.protobuffer.PaytmAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PaytmAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -45106,9 +40355,9 @@ proto.io.bisq.protobuffer.PaytmAccountPayload.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PaytmAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PaytmAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PaytmAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PaytmAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -45116,11 +40365,11 @@ proto.io.bisq.protobuffer.PaytmAccountPayload.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PaytmAccountPayload} message + * @param {!proto.io.haveno.protobuffer.PaytmAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaytmAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PaytmAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getEmailOrMobileNr(); if (f.length > 0) { @@ -45136,16 +40385,16 @@ proto.io.bisq.protobuffer.PaytmAccountPayload.serializeBinaryToWriter = function * optional string email_or_mobile_nr = 1; * @return {string} */ -proto.io.bisq.protobuffer.PaytmAccountPayload.prototype.getEmailOrMobileNr = function() { +proto.io.haveno.protobuffer.PaytmAccountPayload.prototype.getEmailOrMobileNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaytmAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaytmAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaytmAccountPayload.prototype.setEmailOrMobileNr = function(value) { +proto.io.haveno.protobuffer.PaytmAccountPayload.prototype.setEmailOrMobileNr = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -45166,8 +40415,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CashByMailAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CashByMailAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CashByMailAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CashByMailAccountPayload.toObject(opt_includeInstance, this); }; @@ -45176,11 +40425,11 @@ proto.io.bisq.protobuffer.CashByMailAccountPayload.prototype.toObject = function * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CashByMailAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CashByMailAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CashByMailAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CashByMailAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { postalAddress: jspb.Message.getFieldWithDefault(msg, 1, ""), contact: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -45198,23 +40447,23 @@ proto.io.bisq.protobuffer.CashByMailAccountPayload.toObject = function(includeIn /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CashByMailAccountPayload} + * @return {!proto.io.haveno.protobuffer.CashByMailAccountPayload} */ -proto.io.bisq.protobuffer.CashByMailAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CashByMailAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CashByMailAccountPayload; - return proto.io.bisq.protobuffer.CashByMailAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CashByMailAccountPayload; + return proto.io.haveno.protobuffer.CashByMailAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CashByMailAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CashByMailAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CashByMailAccountPayload} + * @return {!proto.io.haveno.protobuffer.CashByMailAccountPayload} */ -proto.io.bisq.protobuffer.CashByMailAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CashByMailAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -45246,9 +40495,9 @@ proto.io.bisq.protobuffer.CashByMailAccountPayload.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CashByMailAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CashByMailAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CashByMailAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CashByMailAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -45256,11 +40505,11 @@ proto.io.bisq.protobuffer.CashByMailAccountPayload.prototype.serializeBinary = f /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CashByMailAccountPayload} message + * @param {!proto.io.haveno.protobuffer.CashByMailAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CashByMailAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CashByMailAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPostalAddress(); if (f.length > 0) { @@ -45290,16 +40539,16 @@ proto.io.bisq.protobuffer.CashByMailAccountPayload.serializeBinaryToWriter = fun * optional string postal_address = 1; * @return {string} */ -proto.io.bisq.protobuffer.CashByMailAccountPayload.prototype.getPostalAddress = function() { +proto.io.haveno.protobuffer.CashByMailAccountPayload.prototype.getPostalAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CashByMailAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CashByMailAccountPayload} returns this */ -proto.io.bisq.protobuffer.CashByMailAccountPayload.prototype.setPostalAddress = function(value) { +proto.io.haveno.protobuffer.CashByMailAccountPayload.prototype.setPostalAddress = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -45308,16 +40557,16 @@ proto.io.bisq.protobuffer.CashByMailAccountPayload.prototype.setPostalAddress = * optional string contact = 2; * @return {string} */ -proto.io.bisq.protobuffer.CashByMailAccountPayload.prototype.getContact = function() { +proto.io.haveno.protobuffer.CashByMailAccountPayload.prototype.getContact = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CashByMailAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CashByMailAccountPayload} returns this */ -proto.io.bisq.protobuffer.CashByMailAccountPayload.prototype.setContact = function(value) { +proto.io.haveno.protobuffer.CashByMailAccountPayload.prototype.setContact = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -45326,16 +40575,16 @@ proto.io.bisq.protobuffer.CashByMailAccountPayload.prototype.setContact = functi * optional string extra_info = 3; * @return {string} */ -proto.io.bisq.protobuffer.CashByMailAccountPayload.prototype.getExtraInfo = function() { +proto.io.haveno.protobuffer.CashByMailAccountPayload.prototype.getExtraInfo = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CashByMailAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CashByMailAccountPayload} returns this */ -proto.io.bisq.protobuffer.CashByMailAccountPayload.prototype.setExtraInfo = function(value) { +proto.io.haveno.protobuffer.CashByMailAccountPayload.prototype.setExtraInfo = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -45356,8 +40605,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PromptPayAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PromptPayAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PromptPayAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PromptPayAccountPayload.toObject(opt_includeInstance, this); }; @@ -45366,11 +40615,11 @@ proto.io.bisq.protobuffer.PromptPayAccountPayload.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PromptPayAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PromptPayAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PromptPayAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PromptPayAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { promptPayId: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -45386,23 +40635,23 @@ proto.io.bisq.protobuffer.PromptPayAccountPayload.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PromptPayAccountPayload} + * @return {!proto.io.haveno.protobuffer.PromptPayAccountPayload} */ -proto.io.bisq.protobuffer.PromptPayAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PromptPayAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PromptPayAccountPayload; - return proto.io.bisq.protobuffer.PromptPayAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PromptPayAccountPayload; + return proto.io.haveno.protobuffer.PromptPayAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PromptPayAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PromptPayAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PromptPayAccountPayload} + * @return {!proto.io.haveno.protobuffer.PromptPayAccountPayload} */ -proto.io.bisq.protobuffer.PromptPayAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PromptPayAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -45426,9 +40675,9 @@ proto.io.bisq.protobuffer.PromptPayAccountPayload.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PromptPayAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PromptPayAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PromptPayAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PromptPayAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -45436,11 +40685,11 @@ proto.io.bisq.protobuffer.PromptPayAccountPayload.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PromptPayAccountPayload} message + * @param {!proto.io.haveno.protobuffer.PromptPayAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PromptPayAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PromptPayAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPromptPayId(); if (f.length > 0) { @@ -45456,16 +40705,16 @@ proto.io.bisq.protobuffer.PromptPayAccountPayload.serializeBinaryToWriter = func * optional string prompt_pay_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.PromptPayAccountPayload.prototype.getPromptPayId = function() { +proto.io.haveno.protobuffer.PromptPayAccountPayload.prototype.getPromptPayId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PromptPayAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PromptPayAccountPayload} returns this */ -proto.io.bisq.protobuffer.PromptPayAccountPayload.prototype.setPromptPayId = function(value) { +proto.io.haveno.protobuffer.PromptPayAccountPayload.prototype.setPromptPayId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -45486,8 +40735,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AdvancedCashAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AdvancedCashAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AdvancedCashAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AdvancedCashAccountPayload.toObject(opt_includeInstance, this); }; @@ -45496,11 +40745,11 @@ proto.io.bisq.protobuffer.AdvancedCashAccountPayload.prototype.toObject = functi * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AdvancedCashAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AdvancedCashAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AdvancedCashAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AdvancedCashAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { accountNr: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -45516,23 +40765,23 @@ proto.io.bisq.protobuffer.AdvancedCashAccountPayload.toObject = function(include /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AdvancedCashAccountPayload} + * @return {!proto.io.haveno.protobuffer.AdvancedCashAccountPayload} */ -proto.io.bisq.protobuffer.AdvancedCashAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AdvancedCashAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AdvancedCashAccountPayload; - return proto.io.bisq.protobuffer.AdvancedCashAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AdvancedCashAccountPayload; + return proto.io.haveno.protobuffer.AdvancedCashAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AdvancedCashAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AdvancedCashAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AdvancedCashAccountPayload} + * @return {!proto.io.haveno.protobuffer.AdvancedCashAccountPayload} */ -proto.io.bisq.protobuffer.AdvancedCashAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AdvancedCashAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -45556,9 +40805,9 @@ proto.io.bisq.protobuffer.AdvancedCashAccountPayload.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AdvancedCashAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AdvancedCashAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AdvancedCashAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AdvancedCashAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -45566,11 +40815,11 @@ proto.io.bisq.protobuffer.AdvancedCashAccountPayload.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AdvancedCashAccountPayload} message + * @param {!proto.io.haveno.protobuffer.AdvancedCashAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AdvancedCashAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AdvancedCashAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccountNr(); if (f.length > 0) { @@ -45586,16 +40835,16 @@ proto.io.bisq.protobuffer.AdvancedCashAccountPayload.serializeBinaryToWriter = f * optional string account_nr = 1; * @return {string} */ -proto.io.bisq.protobuffer.AdvancedCashAccountPayload.prototype.getAccountNr = function() { +proto.io.haveno.protobuffer.AdvancedCashAccountPayload.prototype.getAccountNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AdvancedCashAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.AdvancedCashAccountPayload} returns this */ -proto.io.bisq.protobuffer.AdvancedCashAccountPayload.prototype.setAccountNr = function(value) { +proto.io.haveno.protobuffer.AdvancedCashAccountPayload.prototype.setAccountNr = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -45616,8 +40865,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.TransferwiseAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.TransferwiseAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.TransferwiseAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.TransferwiseAccountPayload.toObject(opt_includeInstance, this); }; @@ -45626,11 +40875,11 @@ proto.io.bisq.protobuffer.TransferwiseAccountPayload.prototype.toObject = functi * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.TransferwiseAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.TransferwiseAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TransferwiseAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.TransferwiseAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { email: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -45646,23 +40895,23 @@ proto.io.bisq.protobuffer.TransferwiseAccountPayload.toObject = function(include /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.TransferwiseAccountPayload} + * @return {!proto.io.haveno.protobuffer.TransferwiseAccountPayload} */ -proto.io.bisq.protobuffer.TransferwiseAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.TransferwiseAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.TransferwiseAccountPayload; - return proto.io.bisq.protobuffer.TransferwiseAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.TransferwiseAccountPayload; + return proto.io.haveno.protobuffer.TransferwiseAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.TransferwiseAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.TransferwiseAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.TransferwiseAccountPayload} + * @return {!proto.io.haveno.protobuffer.TransferwiseAccountPayload} */ -proto.io.bisq.protobuffer.TransferwiseAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.TransferwiseAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -45686,9 +40935,9 @@ proto.io.bisq.protobuffer.TransferwiseAccountPayload.deserializeBinaryFromReader * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TransferwiseAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.TransferwiseAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.TransferwiseAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.TransferwiseAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -45696,11 +40945,11 @@ proto.io.bisq.protobuffer.TransferwiseAccountPayload.prototype.serializeBinary = /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.TransferwiseAccountPayload} message + * @param {!proto.io.haveno.protobuffer.TransferwiseAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TransferwiseAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.TransferwiseAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getEmail(); if (f.length > 0) { @@ -45716,16 +40965,16 @@ proto.io.bisq.protobuffer.TransferwiseAccountPayload.serializeBinaryToWriter = f * optional string email = 1; * @return {string} */ -proto.io.bisq.protobuffer.TransferwiseAccountPayload.prototype.getEmail = function() { +proto.io.haveno.protobuffer.TransferwiseAccountPayload.prototype.getEmail = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TransferwiseAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.TransferwiseAccountPayload} returns this */ -proto.io.bisq.protobuffer.TransferwiseAccountPayload.prototype.setEmail = function(value) { +proto.io.haveno.protobuffer.TransferwiseAccountPayload.prototype.setEmail = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -45746,8 +40995,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.toObject(opt_includeInstance, this); }; @@ -45756,11 +41005,11 @@ proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.prototype.toObject = fun * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { email: jspb.Message.getFieldWithDefault(msg, 1, ""), holderName: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -45778,23 +41027,23 @@ proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.toObject = function(incl /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload} + * @return {!proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload} */ -proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload; - return proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload; + return proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload} + * @return {!proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload} */ -proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -45826,9 +41075,9 @@ proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.deserializeBinaryFromRea * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -45836,11 +41085,11 @@ proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.prototype.serializeBinar /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload} message + * @param {!proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getEmail(); if (f.length > 0) { @@ -45870,16 +41119,16 @@ proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.serializeBinaryToWriter * optional string email = 1; * @return {string} */ -proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.prototype.getEmail = function() { +proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.prototype.getEmail = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload} returns this */ -proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.prototype.setEmail = function(value) { +proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.prototype.setEmail = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -45888,16 +41137,16 @@ proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.prototype.setEmail = fun * optional string holder_name = 2; * @return {string} */ -proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload} returns this */ -proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -45906,16 +41155,16 @@ proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.prototype.setHolderName * optional string beneficiary_address = 3; * @return {string} */ -proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.prototype.getBeneficiaryAddress = function() { +proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.prototype.getBeneficiaryAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload} returns this */ -proto.io.bisq.protobuffer.TransferwiseUsdAccountPayload.prototype.setBeneficiaryAddress = function(value) { +proto.io.haveno.protobuffer.TransferwiseUsdAccountPayload.prototype.setBeneficiaryAddress = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -45936,8 +41185,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PayseraAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PayseraAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PayseraAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PayseraAccountPayload.toObject(opt_includeInstance, this); }; @@ -45946,11 +41195,11 @@ proto.io.bisq.protobuffer.PayseraAccountPayload.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PayseraAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PayseraAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PayseraAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PayseraAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { email: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -45966,23 +41215,23 @@ proto.io.bisq.protobuffer.PayseraAccountPayload.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PayseraAccountPayload} + * @return {!proto.io.haveno.protobuffer.PayseraAccountPayload} */ -proto.io.bisq.protobuffer.PayseraAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PayseraAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PayseraAccountPayload; - return proto.io.bisq.protobuffer.PayseraAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PayseraAccountPayload; + return proto.io.haveno.protobuffer.PayseraAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PayseraAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PayseraAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PayseraAccountPayload} + * @return {!proto.io.haveno.protobuffer.PayseraAccountPayload} */ -proto.io.bisq.protobuffer.PayseraAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PayseraAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -46006,9 +41255,9 @@ proto.io.bisq.protobuffer.PayseraAccountPayload.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PayseraAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PayseraAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PayseraAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PayseraAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -46016,11 +41265,11 @@ proto.io.bisq.protobuffer.PayseraAccountPayload.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PayseraAccountPayload} message + * @param {!proto.io.haveno.protobuffer.PayseraAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PayseraAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PayseraAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getEmail(); if (f.length > 0) { @@ -46036,16 +41285,16 @@ proto.io.bisq.protobuffer.PayseraAccountPayload.serializeBinaryToWriter = functi * optional string email = 1; * @return {string} */ -proto.io.bisq.protobuffer.PayseraAccountPayload.prototype.getEmail = function() { +proto.io.haveno.protobuffer.PayseraAccountPayload.prototype.getEmail = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PayseraAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PayseraAccountPayload} returns this */ -proto.io.bisq.protobuffer.PayseraAccountPayload.prototype.setEmail = function(value) { +proto.io.haveno.protobuffer.PayseraAccountPayload.prototype.setEmail = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -46066,8 +41315,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PaxumAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PaxumAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PaxumAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PaxumAccountPayload.toObject(opt_includeInstance, this); }; @@ -46076,11 +41325,11 @@ proto.io.bisq.protobuffer.PaxumAccountPayload.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PaxumAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PaxumAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaxumAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PaxumAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { email: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -46096,23 +41345,23 @@ proto.io.bisq.protobuffer.PaxumAccountPayload.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PaxumAccountPayload} + * @return {!proto.io.haveno.protobuffer.PaxumAccountPayload} */ -proto.io.bisq.protobuffer.PaxumAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PaxumAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PaxumAccountPayload; - return proto.io.bisq.protobuffer.PaxumAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PaxumAccountPayload; + return proto.io.haveno.protobuffer.PaxumAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PaxumAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PaxumAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PaxumAccountPayload} + * @return {!proto.io.haveno.protobuffer.PaxumAccountPayload} */ -proto.io.bisq.protobuffer.PaxumAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PaxumAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -46136,9 +41385,9 @@ proto.io.bisq.protobuffer.PaxumAccountPayload.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PaxumAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PaxumAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PaxumAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PaxumAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -46146,11 +41395,11 @@ proto.io.bisq.protobuffer.PaxumAccountPayload.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PaxumAccountPayload} message + * @param {!proto.io.haveno.protobuffer.PaxumAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaxumAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PaxumAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getEmail(); if (f.length > 0) { @@ -46166,16 +41415,16 @@ proto.io.bisq.protobuffer.PaxumAccountPayload.serializeBinaryToWriter = function * optional string email = 1; * @return {string} */ -proto.io.bisq.protobuffer.PaxumAccountPayload.prototype.getEmail = function() { +proto.io.haveno.protobuffer.PaxumAccountPayload.prototype.getEmail = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaxumAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PaxumAccountPayload} returns this */ -proto.io.bisq.protobuffer.PaxumAccountPayload.prototype.setEmail = function(value) { +proto.io.haveno.protobuffer.PaxumAccountPayload.prototype.setEmail = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -46196,8 +41445,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CapitualAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CapitualAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CapitualAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CapitualAccountPayload.toObject(opt_includeInstance, this); }; @@ -46206,11 +41455,11 @@ proto.io.bisq.protobuffer.CapitualAccountPayload.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CapitualAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CapitualAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CapitualAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CapitualAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { accountNr: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -46226,23 +41475,23 @@ proto.io.bisq.protobuffer.CapitualAccountPayload.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CapitualAccountPayload} + * @return {!proto.io.haveno.protobuffer.CapitualAccountPayload} */ -proto.io.bisq.protobuffer.CapitualAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CapitualAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CapitualAccountPayload; - return proto.io.bisq.protobuffer.CapitualAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CapitualAccountPayload; + return proto.io.haveno.protobuffer.CapitualAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CapitualAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CapitualAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CapitualAccountPayload} + * @return {!proto.io.haveno.protobuffer.CapitualAccountPayload} */ -proto.io.bisq.protobuffer.CapitualAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CapitualAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -46266,9 +41515,9 @@ proto.io.bisq.protobuffer.CapitualAccountPayload.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CapitualAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CapitualAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CapitualAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CapitualAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -46276,11 +41525,11 @@ proto.io.bisq.protobuffer.CapitualAccountPayload.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CapitualAccountPayload} message + * @param {!proto.io.haveno.protobuffer.CapitualAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CapitualAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CapitualAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccountNr(); if (f.length > 0) { @@ -46296,16 +41545,16 @@ proto.io.bisq.protobuffer.CapitualAccountPayload.serializeBinaryToWriter = funct * optional string account_nr = 1; * @return {string} */ -proto.io.bisq.protobuffer.CapitualAccountPayload.prototype.getAccountNr = function() { +proto.io.haveno.protobuffer.CapitualAccountPayload.prototype.getAccountNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CapitualAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CapitualAccountPayload} returns this */ -proto.io.bisq.protobuffer.CapitualAccountPayload.prototype.setAccountNr = function(value) { +proto.io.haveno.protobuffer.CapitualAccountPayload.prototype.setAccountNr = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -46326,8 +41575,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CelPayAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CelPayAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CelPayAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CelPayAccountPayload.toObject(opt_includeInstance, this); }; @@ -46336,11 +41585,11 @@ proto.io.bisq.protobuffer.CelPayAccountPayload.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CelPayAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CelPayAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CelPayAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CelPayAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { email: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -46356,23 +41605,23 @@ proto.io.bisq.protobuffer.CelPayAccountPayload.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CelPayAccountPayload} + * @return {!proto.io.haveno.protobuffer.CelPayAccountPayload} */ -proto.io.bisq.protobuffer.CelPayAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CelPayAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CelPayAccountPayload; - return proto.io.bisq.protobuffer.CelPayAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CelPayAccountPayload; + return proto.io.haveno.protobuffer.CelPayAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CelPayAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CelPayAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CelPayAccountPayload} + * @return {!proto.io.haveno.protobuffer.CelPayAccountPayload} */ -proto.io.bisq.protobuffer.CelPayAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CelPayAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -46396,9 +41645,9 @@ proto.io.bisq.protobuffer.CelPayAccountPayload.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CelPayAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CelPayAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CelPayAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CelPayAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -46406,11 +41655,11 @@ proto.io.bisq.protobuffer.CelPayAccountPayload.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CelPayAccountPayload} message + * @param {!proto.io.haveno.protobuffer.CelPayAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CelPayAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CelPayAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getEmail(); if (f.length > 0) { @@ -46426,16 +41675,16 @@ proto.io.bisq.protobuffer.CelPayAccountPayload.serializeBinaryToWriter = functio * optional string email = 1; * @return {string} */ -proto.io.bisq.protobuffer.CelPayAccountPayload.prototype.getEmail = function() { +proto.io.haveno.protobuffer.CelPayAccountPayload.prototype.getEmail = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.CelPayAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.CelPayAccountPayload} returns this */ -proto.io.bisq.protobuffer.CelPayAccountPayload.prototype.setEmail = function(value) { +proto.io.haveno.protobuffer.CelPayAccountPayload.prototype.setEmail = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -46456,8 +41705,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.NequiAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.NequiAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.NequiAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.NequiAccountPayload.toObject(opt_includeInstance, this); }; @@ -46466,11 +41715,11 @@ proto.io.bisq.protobuffer.NequiAccountPayload.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.NequiAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.NequiAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.NequiAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.NequiAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { mobileNr: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -46486,23 +41735,23 @@ proto.io.bisq.protobuffer.NequiAccountPayload.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.NequiAccountPayload} + * @return {!proto.io.haveno.protobuffer.NequiAccountPayload} */ -proto.io.bisq.protobuffer.NequiAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.NequiAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.NequiAccountPayload; - return proto.io.bisq.protobuffer.NequiAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.NequiAccountPayload; + return proto.io.haveno.protobuffer.NequiAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.NequiAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.NequiAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.NequiAccountPayload} + * @return {!proto.io.haveno.protobuffer.NequiAccountPayload} */ -proto.io.bisq.protobuffer.NequiAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.NequiAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -46526,9 +41775,9 @@ proto.io.bisq.protobuffer.NequiAccountPayload.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.NequiAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.NequiAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.NequiAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.NequiAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -46536,11 +41785,11 @@ proto.io.bisq.protobuffer.NequiAccountPayload.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.NequiAccountPayload} message + * @param {!proto.io.haveno.protobuffer.NequiAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.NequiAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.NequiAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMobileNr(); if (f.length > 0) { @@ -46556,16 +41805,16 @@ proto.io.bisq.protobuffer.NequiAccountPayload.serializeBinaryToWriter = function * optional string mobile_nr = 1; * @return {string} */ -proto.io.bisq.protobuffer.NequiAccountPayload.prototype.getMobileNr = function() { +proto.io.haveno.protobuffer.NequiAccountPayload.prototype.getMobileNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.NequiAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.NequiAccountPayload} returns this */ -proto.io.bisq.protobuffer.NequiAccountPayload.prototype.setMobileNr = function(value) { +proto.io.haveno.protobuffer.NequiAccountPayload.prototype.setMobileNr = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -46586,8 +41835,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.BizumAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.BizumAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.BizumAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.BizumAccountPayload.toObject(opt_includeInstance, this); }; @@ -46596,11 +41845,11 @@ proto.io.bisq.protobuffer.BizumAccountPayload.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.BizumAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.BizumAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BizumAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.BizumAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { mobileNr: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -46616,23 +41865,23 @@ proto.io.bisq.protobuffer.BizumAccountPayload.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.BizumAccountPayload} + * @return {!proto.io.haveno.protobuffer.BizumAccountPayload} */ -proto.io.bisq.protobuffer.BizumAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.BizumAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.BizumAccountPayload; - return proto.io.bisq.protobuffer.BizumAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.BizumAccountPayload; + return proto.io.haveno.protobuffer.BizumAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.BizumAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.BizumAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.BizumAccountPayload} + * @return {!proto.io.haveno.protobuffer.BizumAccountPayload} */ -proto.io.bisq.protobuffer.BizumAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.BizumAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -46656,9 +41905,9 @@ proto.io.bisq.protobuffer.BizumAccountPayload.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.BizumAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.BizumAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.BizumAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.BizumAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -46666,11 +41915,11 @@ proto.io.bisq.protobuffer.BizumAccountPayload.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.BizumAccountPayload} message + * @param {!proto.io.haveno.protobuffer.BizumAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BizumAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.BizumAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMobileNr(); if (f.length > 0) { @@ -46686,16 +41935,16 @@ proto.io.bisq.protobuffer.BizumAccountPayload.serializeBinaryToWriter = function * optional string mobile_nr = 1; * @return {string} */ -proto.io.bisq.protobuffer.BizumAccountPayload.prototype.getMobileNr = function() { +proto.io.haveno.protobuffer.BizumAccountPayload.prototype.getMobileNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.BizumAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.BizumAccountPayload} returns this */ -proto.io.bisq.protobuffer.BizumAccountPayload.prototype.setMobileNr = function(value) { +proto.io.haveno.protobuffer.BizumAccountPayload.prototype.setMobileNr = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -46716,8 +41965,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PixAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PixAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PixAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PixAccountPayload.toObject(opt_includeInstance, this); }; @@ -46726,11 +41975,11 @@ proto.io.bisq.protobuffer.PixAccountPayload.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PixAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PixAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PixAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PixAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { pixKey: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -46746,23 +41995,23 @@ proto.io.bisq.protobuffer.PixAccountPayload.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PixAccountPayload} + * @return {!proto.io.haveno.protobuffer.PixAccountPayload} */ -proto.io.bisq.protobuffer.PixAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PixAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PixAccountPayload; - return proto.io.bisq.protobuffer.PixAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PixAccountPayload; + return proto.io.haveno.protobuffer.PixAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PixAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PixAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PixAccountPayload} + * @return {!proto.io.haveno.protobuffer.PixAccountPayload} */ -proto.io.bisq.protobuffer.PixAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PixAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -46786,9 +42035,9 @@ proto.io.bisq.protobuffer.PixAccountPayload.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PixAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PixAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PixAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PixAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -46796,11 +42045,11 @@ proto.io.bisq.protobuffer.PixAccountPayload.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PixAccountPayload} message + * @param {!proto.io.haveno.protobuffer.PixAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PixAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PixAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPixKey(); if (f.length > 0) { @@ -46816,16 +42065,16 @@ proto.io.bisq.protobuffer.PixAccountPayload.serializeBinaryToWriter = function(m * optional string pix_key = 1; * @return {string} */ -proto.io.bisq.protobuffer.PixAccountPayload.prototype.getPixKey = function() { +proto.io.haveno.protobuffer.PixAccountPayload.prototype.getPixKey = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PixAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.PixAccountPayload} returns this */ -proto.io.bisq.protobuffer.PixAccountPayload.prototype.setPixKey = function(value) { +proto.io.haveno.protobuffer.PixAccountPayload.prototype.setPixKey = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -46846,8 +42095,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MoneseAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MoneseAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MoneseAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MoneseAccountPayload.toObject(opt_includeInstance, this); }; @@ -46856,11 +42105,11 @@ proto.io.bisq.protobuffer.MoneseAccountPayload.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MoneseAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MoneseAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MoneseAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MoneseAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { mobileNr: jspb.Message.getFieldWithDefault(msg, 1, ""), holderName: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -46877,23 +42126,23 @@ proto.io.bisq.protobuffer.MoneseAccountPayload.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MoneseAccountPayload} + * @return {!proto.io.haveno.protobuffer.MoneseAccountPayload} */ -proto.io.bisq.protobuffer.MoneseAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MoneseAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MoneseAccountPayload; - return proto.io.bisq.protobuffer.MoneseAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MoneseAccountPayload; + return proto.io.haveno.protobuffer.MoneseAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MoneseAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MoneseAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MoneseAccountPayload} + * @return {!proto.io.haveno.protobuffer.MoneseAccountPayload} */ -proto.io.bisq.protobuffer.MoneseAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MoneseAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -46921,9 +42170,9 @@ proto.io.bisq.protobuffer.MoneseAccountPayload.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MoneseAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MoneseAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MoneseAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MoneseAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -46931,11 +42180,11 @@ proto.io.bisq.protobuffer.MoneseAccountPayload.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MoneseAccountPayload} message + * @param {!proto.io.haveno.protobuffer.MoneseAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MoneseAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MoneseAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMobileNr(); if (f.length > 0) { @@ -46958,16 +42207,16 @@ proto.io.bisq.protobuffer.MoneseAccountPayload.serializeBinaryToWriter = functio * optional string mobile_nr = 1; * @return {string} */ -proto.io.bisq.protobuffer.MoneseAccountPayload.prototype.getMobileNr = function() { +proto.io.haveno.protobuffer.MoneseAccountPayload.prototype.getMobileNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MoneseAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.MoneseAccountPayload} returns this */ -proto.io.bisq.protobuffer.MoneseAccountPayload.prototype.setMobileNr = function(value) { +proto.io.haveno.protobuffer.MoneseAccountPayload.prototype.setMobileNr = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -46976,16 +42225,16 @@ proto.io.bisq.protobuffer.MoneseAccountPayload.prototype.setMobileNr = function( * optional string holder_name = 2; * @return {string} */ -proto.io.bisq.protobuffer.MoneseAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.MoneseAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MoneseAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.MoneseAccountPayload} returns this */ -proto.io.bisq.protobuffer.MoneseAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.MoneseAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -47006,8 +42255,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SatispayAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SatispayAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SatispayAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SatispayAccountPayload.toObject(opt_includeInstance, this); }; @@ -47016,11 +42265,11 @@ proto.io.bisq.protobuffer.SatispayAccountPayload.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SatispayAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SatispayAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SatispayAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SatispayAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { mobileNr: jspb.Message.getFieldWithDefault(msg, 1, ""), holderName: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -47037,23 +42286,23 @@ proto.io.bisq.protobuffer.SatispayAccountPayload.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SatispayAccountPayload} + * @return {!proto.io.haveno.protobuffer.SatispayAccountPayload} */ -proto.io.bisq.protobuffer.SatispayAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SatispayAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SatispayAccountPayload; - return proto.io.bisq.protobuffer.SatispayAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SatispayAccountPayload; + return proto.io.haveno.protobuffer.SatispayAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SatispayAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SatispayAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SatispayAccountPayload} + * @return {!proto.io.haveno.protobuffer.SatispayAccountPayload} */ -proto.io.bisq.protobuffer.SatispayAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SatispayAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -47081,9 +42330,9 @@ proto.io.bisq.protobuffer.SatispayAccountPayload.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SatispayAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SatispayAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SatispayAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SatispayAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -47091,11 +42340,11 @@ proto.io.bisq.protobuffer.SatispayAccountPayload.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SatispayAccountPayload} message + * @param {!proto.io.haveno.protobuffer.SatispayAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SatispayAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SatispayAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMobileNr(); if (f.length > 0) { @@ -47118,16 +42367,16 @@ proto.io.bisq.protobuffer.SatispayAccountPayload.serializeBinaryToWriter = funct * optional string mobile_nr = 1; * @return {string} */ -proto.io.bisq.protobuffer.SatispayAccountPayload.prototype.getMobileNr = function() { +proto.io.haveno.protobuffer.SatispayAccountPayload.prototype.getMobileNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SatispayAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SatispayAccountPayload} returns this */ -proto.io.bisq.protobuffer.SatispayAccountPayload.prototype.setMobileNr = function(value) { +proto.io.haveno.protobuffer.SatispayAccountPayload.prototype.setMobileNr = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -47136,16 +42385,16 @@ proto.io.bisq.protobuffer.SatispayAccountPayload.prototype.setMobileNr = functio * optional string holder_name = 2; * @return {string} */ -proto.io.bisq.protobuffer.SatispayAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.SatispayAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SatispayAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SatispayAccountPayload} returns this */ -proto.io.bisq.protobuffer.SatispayAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.SatispayAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -47166,8 +42415,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.StrikeAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.StrikeAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.StrikeAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.StrikeAccountPayload.toObject(opt_includeInstance, this); }; @@ -47176,11 +42425,11 @@ proto.io.bisq.protobuffer.StrikeAccountPayload.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.StrikeAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.StrikeAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StrikeAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.StrikeAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { holderName: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -47196,23 +42445,23 @@ proto.io.bisq.protobuffer.StrikeAccountPayload.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.StrikeAccountPayload} + * @return {!proto.io.haveno.protobuffer.StrikeAccountPayload} */ -proto.io.bisq.protobuffer.StrikeAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.StrikeAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.StrikeAccountPayload; - return proto.io.bisq.protobuffer.StrikeAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.StrikeAccountPayload; + return proto.io.haveno.protobuffer.StrikeAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.StrikeAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.StrikeAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.StrikeAccountPayload} + * @return {!proto.io.haveno.protobuffer.StrikeAccountPayload} */ -proto.io.bisq.protobuffer.StrikeAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.StrikeAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -47236,9 +42485,9 @@ proto.io.bisq.protobuffer.StrikeAccountPayload.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.StrikeAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.StrikeAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.StrikeAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.StrikeAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -47246,11 +42495,11 @@ proto.io.bisq.protobuffer.StrikeAccountPayload.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.StrikeAccountPayload} message + * @param {!proto.io.haveno.protobuffer.StrikeAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.StrikeAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.StrikeAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHolderName(); if (f.length > 0) { @@ -47266,16 +42515,16 @@ proto.io.bisq.protobuffer.StrikeAccountPayload.serializeBinaryToWriter = functio * optional string holder_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.StrikeAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.StrikeAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.StrikeAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.StrikeAccountPayload} returns this */ -proto.io.bisq.protobuffer.StrikeAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.StrikeAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -47296,8 +42545,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.TikkieAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.TikkieAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.TikkieAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.TikkieAccountPayload.toObject(opt_includeInstance, this); }; @@ -47306,11 +42555,11 @@ proto.io.bisq.protobuffer.TikkieAccountPayload.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.TikkieAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.TikkieAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TikkieAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.TikkieAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { iban: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -47326,23 +42575,23 @@ proto.io.bisq.protobuffer.TikkieAccountPayload.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.TikkieAccountPayload} + * @return {!proto.io.haveno.protobuffer.TikkieAccountPayload} */ -proto.io.bisq.protobuffer.TikkieAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.TikkieAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.TikkieAccountPayload; - return proto.io.bisq.protobuffer.TikkieAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.TikkieAccountPayload; + return proto.io.haveno.protobuffer.TikkieAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.TikkieAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.TikkieAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.TikkieAccountPayload} + * @return {!proto.io.haveno.protobuffer.TikkieAccountPayload} */ -proto.io.bisq.protobuffer.TikkieAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.TikkieAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -47366,9 +42615,9 @@ proto.io.bisq.protobuffer.TikkieAccountPayload.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TikkieAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.TikkieAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.TikkieAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.TikkieAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -47376,11 +42625,11 @@ proto.io.bisq.protobuffer.TikkieAccountPayload.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.TikkieAccountPayload} message + * @param {!proto.io.haveno.protobuffer.TikkieAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TikkieAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.TikkieAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getIban(); if (f.length > 0) { @@ -47396,16 +42645,16 @@ proto.io.bisq.protobuffer.TikkieAccountPayload.serializeBinaryToWriter = functio * optional string iban = 1; * @return {string} */ -proto.io.bisq.protobuffer.TikkieAccountPayload.prototype.getIban = function() { +proto.io.haveno.protobuffer.TikkieAccountPayload.prototype.getIban = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TikkieAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.TikkieAccountPayload} returns this */ -proto.io.bisq.protobuffer.TikkieAccountPayload.prototype.setIban = function(value) { +proto.io.haveno.protobuffer.TikkieAccountPayload.prototype.setIban = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -47426,8 +42675,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.VerseAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.VerseAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.VerseAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.VerseAccountPayload.toObject(opt_includeInstance, this); }; @@ -47436,11 +42685,11 @@ proto.io.bisq.protobuffer.VerseAccountPayload.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.VerseAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.VerseAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.VerseAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.VerseAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { holderName: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -47456,23 +42705,23 @@ proto.io.bisq.protobuffer.VerseAccountPayload.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.VerseAccountPayload} + * @return {!proto.io.haveno.protobuffer.VerseAccountPayload} */ -proto.io.bisq.protobuffer.VerseAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.VerseAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.VerseAccountPayload; - return proto.io.bisq.protobuffer.VerseAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.VerseAccountPayload; + return proto.io.haveno.protobuffer.VerseAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.VerseAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.VerseAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.VerseAccountPayload} + * @return {!proto.io.haveno.protobuffer.VerseAccountPayload} */ -proto.io.bisq.protobuffer.VerseAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.VerseAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -47496,9 +42745,9 @@ proto.io.bisq.protobuffer.VerseAccountPayload.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.VerseAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.VerseAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.VerseAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.VerseAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -47506,11 +42755,11 @@ proto.io.bisq.protobuffer.VerseAccountPayload.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.VerseAccountPayload} message + * @param {!proto.io.haveno.protobuffer.VerseAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.VerseAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.VerseAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getHolderName(); if (f.length > 0) { @@ -47526,16 +42775,16 @@ proto.io.bisq.protobuffer.VerseAccountPayload.serializeBinaryToWriter = function * optional string holder_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.VerseAccountPayload.prototype.getHolderName = function() { +proto.io.haveno.protobuffer.VerseAccountPayload.prototype.getHolderName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.VerseAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.VerseAccountPayload} returns this */ -proto.io.bisq.protobuffer.VerseAccountPayload.prototype.setHolderName = function(value) { +proto.io.haveno.protobuffer.VerseAccountPayload.prototype.setHolderName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -47556,8 +42805,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SwiftAccountPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SwiftAccountPayload.toObject(opt_includeInstance, this); }; @@ -47566,11 +42815,11 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SwiftAccountPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SwiftAccountPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SwiftAccountPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SwiftAccountPayload.toObject = function(includeInstance, msg) { var f, obj = { beneficiaryName: jspb.Message.getFieldWithDefault(msg, 1, ""), beneficiaryAccountNr: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -47601,23 +42850,23 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SwiftAccountPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SwiftAccountPayload; - return proto.io.bisq.protobuffer.SwiftAccountPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SwiftAccountPayload; + return proto.io.haveno.protobuffer.SwiftAccountPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SwiftAccountPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SwiftAccountPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SwiftAccountPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -47701,9 +42950,9 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SwiftAccountPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SwiftAccountPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -47711,11 +42960,11 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SwiftAccountPayload} message + * @param {!proto.io.haveno.protobuffer.SwiftAccountPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SwiftAccountPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SwiftAccountPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getBeneficiaryName(); if (f.length > 0) { @@ -47836,16 +43085,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.serializeBinaryToWriter = function * optional string beneficiary_name = 1; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getBeneficiaryName = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getBeneficiaryName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBeneficiaryName = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setBeneficiaryName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -47854,16 +43103,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBeneficiaryName = fun * optional string beneficiary_account_nr = 2; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getBeneficiaryAccountNr = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getBeneficiaryAccountNr = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBeneficiaryAccountNr = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setBeneficiaryAccountNr = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -47872,16 +43121,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBeneficiaryAccountNr * optional string beneficiary_address = 3; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getBeneficiaryAddress = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getBeneficiaryAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBeneficiaryAddress = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setBeneficiaryAddress = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -47890,16 +43139,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBeneficiaryAddress = * optional string beneficiary_city = 4; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getBeneficiaryCity = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getBeneficiaryCity = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBeneficiaryCity = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setBeneficiaryCity = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -47908,16 +43157,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBeneficiaryCity = fun * optional string beneficiary_phone = 5; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getBeneficiaryPhone = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getBeneficiaryPhone = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBeneficiaryPhone = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setBeneficiaryPhone = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; @@ -47926,16 +43175,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBeneficiaryPhone = fu * optional string special_instructions = 6; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getSpecialInstructions = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getSpecialInstructions = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setSpecialInstructions = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setSpecialInstructions = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; @@ -47944,16 +43193,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setSpecialInstructions = * optional string bank_swift_code = 7; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getBankSwiftCode = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getBankSwiftCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBankSwiftCode = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setBankSwiftCode = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; @@ -47962,16 +43211,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBankSwiftCode = funct * optional string bank_country_code = 8; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getBankCountryCode = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getBankCountryCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBankCountryCode = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setBankCountryCode = function(value) { return jspb.Message.setProto3StringField(this, 8, value); }; @@ -47980,16 +43229,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBankCountryCode = fun * optional string bank_name = 9; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getBankName = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getBankName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBankName = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setBankName = function(value) { return jspb.Message.setProto3StringField(this, 9, value); }; @@ -47998,16 +43247,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBankName = function(v * optional string bank_branch = 10; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getBankBranch = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getBankBranch = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBankBranch = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setBankBranch = function(value) { return jspb.Message.setProto3StringField(this, 10, value); }; @@ -48016,16 +43265,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBankBranch = function * optional string bank_address = 11; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getBankAddress = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getBankAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBankAddress = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setBankAddress = function(value) { return jspb.Message.setProto3StringField(this, 11, value); }; @@ -48034,16 +43283,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setBankAddress = functio * optional string intermediary_swift_code = 12; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getIntermediarySwiftCode = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getIntermediarySwiftCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setIntermediarySwiftCode = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setIntermediarySwiftCode = function(value) { return jspb.Message.setProto3StringField(this, 12, value); }; @@ -48052,16 +43301,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setIntermediarySwiftCode * optional string intermediary_country_code = 13; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getIntermediaryCountryCode = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getIntermediaryCountryCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setIntermediaryCountryCode = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setIntermediaryCountryCode = function(value) { return jspb.Message.setProto3StringField(this, 13, value); }; @@ -48070,16 +43319,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setIntermediaryCountryCo * optional string intermediary_name = 14; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getIntermediaryName = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getIntermediaryName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setIntermediaryName = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setIntermediaryName = function(value) { return jspb.Message.setProto3StringField(this, 14, value); }; @@ -48088,16 +43337,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setIntermediaryName = fu * optional string intermediary_branch = 15; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getIntermediaryBranch = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getIntermediaryBranch = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setIntermediaryBranch = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setIntermediaryBranch = function(value) { return jspb.Message.setProto3StringField(this, 15, value); }; @@ -48106,16 +43355,16 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setIntermediaryBranch = * optional string intermediary_address = 16; * @return {string} */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.getIntermediaryAddress = function() { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.getIntermediaryAddress = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SwiftAccountPayload} returns this + * @return {!proto.io.haveno.protobuffer.SwiftAccountPayload} returns this */ -proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setIntermediaryAddress = function(value) { +proto.io.haveno.protobuffer.SwiftAccountPayload.prototype.setIntermediaryAddress = function(value) { return jspb.Message.setProto3StringField(this, 16, value); }; @@ -48129,42 +43378,40 @@ proto.io.bisq.protobuffer.SwiftAccountPayload.prototype.setIntermediaryAddress = * @private {!Array>} * @const */ -proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_ = [[1,2,3,4,5,6,8,9,10,11,12,13,15,16,17,18,19,20,21,1001,1002,1003]]; +proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_ = [[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,1001,1002,1003]]; /** * @enum {number} */ -proto.io.bisq.protobuffer.PersistableEnvelope.MessageCase = { +proto.io.haveno.protobuffer.PersistableEnvelope.MessageCase = { MESSAGE_NOT_SET: 0, SEQUENCE_NUMBER_MAP: 1, - PERSISTED_ENTRY_MAP: 2, - PEER_LIST: 3, - ADDRESS_ENTRY_LIST: 4, - NAVIGATION_PATH: 5, - TRADABLE_LIST: 6, - ARBITRATION_DISPUTE_LIST: 8, - PREFERENCES_PAYLOAD: 9, - USER_PAYLOAD: 10, - PAYMENT_ACCOUNT_LIST: 11, - ACCOUNT_AGE_WITNESS_STORE: 12, - TRADE_STATISTICS2_STORE: 13, - SIGNED_WITNESS_STORE: 15, - MEDIATION_DISPUTE_LIST: 16, - REFUND_DISPUTE_LIST: 17, - TRADE_STATISTICS3_STORE: 18, - MAILBOX_MESSAGE_LIST: 19, - IGNORED_MAILBOX_MAP: 20, - REMOVED_PAYLOADS_MAP: 21, + PEER_LIST: 2, + ADDRESS_ENTRY_LIST: 3, + NAVIGATION_PATH: 4, + TRADABLE_LIST: 5, + ARBITRATION_DISPUTE_LIST: 6, + PREFERENCES_PAYLOAD: 7, + USER_PAYLOAD: 8, + PAYMENT_ACCOUNT_LIST: 9, + ACCOUNT_AGE_WITNESS_STORE: 10, + SIGNED_WITNESS_STORE: 11, + MEDIATION_DISPUTE_LIST: 12, + REFUND_DISPUTE_LIST: 13, + TRADE_STATISTICS3_STORE: 14, + MAILBOX_MESSAGE_LIST: 15, + IGNORED_MAILBOX_MAP: 16, + REMOVED_PAYLOADS_MAP: 17, XMR_ADDRESS_ENTRY_LIST: 1001, SIGNED_OFFER_LIST: 1002, ENCRYPTED_CONNECTION_LIST: 1003 }; /** - * @return {proto.io.bisq.protobuffer.PersistableEnvelope.MessageCase} + * @return {proto.io.haveno.protobuffer.PersistableEnvelope.MessageCase} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getMessageCase = function() { - return /** @type {proto.io.bisq.protobuffer.PersistableEnvelope.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0])); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getMessageCase = function() { + return /** @type {proto.io.haveno.protobuffer.PersistableEnvelope.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0])); }; @@ -48182,8 +43429,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PersistableEnvelope.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PersistableEnvelope.toObject(opt_includeInstance, this); }; @@ -48192,34 +43439,32 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PersistableEnvelope} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PersistableEnvelope} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PersistableEnvelope.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PersistableEnvelope.toObject = function(includeInstance, msg) { var f, obj = { - sequenceNumberMap: (f = msg.getSequenceNumberMap()) && proto.io.bisq.protobuffer.SequenceNumberMap.toObject(includeInstance, f), - persistedEntryMap: (f = msg.getPersistedEntryMap()) && proto.io.bisq.protobuffer.PersistedEntryMap.toObject(includeInstance, f), - peerList: (f = msg.getPeerList()) && proto.io.bisq.protobuffer.PeerList.toObject(includeInstance, f), - addressEntryList: (f = msg.getAddressEntryList()) && proto.io.bisq.protobuffer.AddressEntryList.toObject(includeInstance, f), - navigationPath: (f = msg.getNavigationPath()) && proto.io.bisq.protobuffer.NavigationPath.toObject(includeInstance, f), - tradableList: (f = msg.getTradableList()) && proto.io.bisq.protobuffer.TradableList.toObject(includeInstance, f), - arbitrationDisputeList: (f = msg.getArbitrationDisputeList()) && proto.io.bisq.protobuffer.ArbitrationDisputeList.toObject(includeInstance, f), - preferencesPayload: (f = msg.getPreferencesPayload()) && proto.io.bisq.protobuffer.PreferencesPayload.toObject(includeInstance, f), - userPayload: (f = msg.getUserPayload()) && proto.io.bisq.protobuffer.UserPayload.toObject(includeInstance, f), - paymentAccountList: (f = msg.getPaymentAccountList()) && proto.io.bisq.protobuffer.PaymentAccountList.toObject(includeInstance, f), - accountAgeWitnessStore: (f = msg.getAccountAgeWitnessStore()) && proto.io.bisq.protobuffer.AccountAgeWitnessStore.toObject(includeInstance, f), - tradeStatistics2Store: (f = msg.getTradeStatistics2Store()) && proto.io.bisq.protobuffer.TradeStatistics2Store.toObject(includeInstance, f), - signedWitnessStore: (f = msg.getSignedWitnessStore()) && proto.io.bisq.protobuffer.SignedWitnessStore.toObject(includeInstance, f), - mediationDisputeList: (f = msg.getMediationDisputeList()) && proto.io.bisq.protobuffer.MediationDisputeList.toObject(includeInstance, f), - refundDisputeList: (f = msg.getRefundDisputeList()) && proto.io.bisq.protobuffer.RefundDisputeList.toObject(includeInstance, f), - tradeStatistics3Store: (f = msg.getTradeStatistics3Store()) && proto.io.bisq.protobuffer.TradeStatistics3Store.toObject(includeInstance, f), - mailboxMessageList: (f = msg.getMailboxMessageList()) && proto.io.bisq.protobuffer.MailboxMessageList.toObject(includeInstance, f), - ignoredMailboxMap: (f = msg.getIgnoredMailboxMap()) && proto.io.bisq.protobuffer.IgnoredMailboxMap.toObject(includeInstance, f), - removedPayloadsMap: (f = msg.getRemovedPayloadsMap()) && proto.io.bisq.protobuffer.RemovedPayloadsMap.toObject(includeInstance, f), - xmrAddressEntryList: (f = msg.getXmrAddressEntryList()) && proto.io.bisq.protobuffer.XmrAddressEntryList.toObject(includeInstance, f), - signedOfferList: (f = msg.getSignedOfferList()) && proto.io.bisq.protobuffer.SignedOfferList.toObject(includeInstance, f), - encryptedConnectionList: (f = msg.getEncryptedConnectionList()) && proto.io.bisq.protobuffer.EncryptedConnectionList.toObject(includeInstance, f) + sequenceNumberMap: (f = msg.getSequenceNumberMap()) && proto.io.haveno.protobuffer.SequenceNumberMap.toObject(includeInstance, f), + peerList: (f = msg.getPeerList()) && proto.io.haveno.protobuffer.PeerList.toObject(includeInstance, f), + addressEntryList: (f = msg.getAddressEntryList()) && proto.io.haveno.protobuffer.AddressEntryList.toObject(includeInstance, f), + navigationPath: (f = msg.getNavigationPath()) && proto.io.haveno.protobuffer.NavigationPath.toObject(includeInstance, f), + tradableList: (f = msg.getTradableList()) && proto.io.haveno.protobuffer.TradableList.toObject(includeInstance, f), + arbitrationDisputeList: (f = msg.getArbitrationDisputeList()) && proto.io.haveno.protobuffer.ArbitrationDisputeList.toObject(includeInstance, f), + preferencesPayload: (f = msg.getPreferencesPayload()) && proto.io.haveno.protobuffer.PreferencesPayload.toObject(includeInstance, f), + userPayload: (f = msg.getUserPayload()) && proto.io.haveno.protobuffer.UserPayload.toObject(includeInstance, f), + paymentAccountList: (f = msg.getPaymentAccountList()) && proto.io.haveno.protobuffer.PaymentAccountList.toObject(includeInstance, f), + accountAgeWitnessStore: (f = msg.getAccountAgeWitnessStore()) && proto.io.haveno.protobuffer.AccountAgeWitnessStore.toObject(includeInstance, f), + signedWitnessStore: (f = msg.getSignedWitnessStore()) && proto.io.haveno.protobuffer.SignedWitnessStore.toObject(includeInstance, f), + mediationDisputeList: (f = msg.getMediationDisputeList()) && proto.io.haveno.protobuffer.MediationDisputeList.toObject(includeInstance, f), + refundDisputeList: (f = msg.getRefundDisputeList()) && proto.io.haveno.protobuffer.RefundDisputeList.toObject(includeInstance, f), + tradeStatistics3Store: (f = msg.getTradeStatistics3Store()) && proto.io.haveno.protobuffer.TradeStatistics3Store.toObject(includeInstance, f), + mailboxMessageList: (f = msg.getMailboxMessageList()) && proto.io.haveno.protobuffer.MailboxMessageList.toObject(includeInstance, f), + ignoredMailboxMap: (f = msg.getIgnoredMailboxMap()) && proto.io.haveno.protobuffer.IgnoredMailboxMap.toObject(includeInstance, f), + removedPayloadsMap: (f = msg.getRemovedPayloadsMap()) && proto.io.haveno.protobuffer.RemovedPayloadsMap.toObject(includeInstance, f), + xmrAddressEntryList: (f = msg.getXmrAddressEntryList()) && proto.io.haveno.protobuffer.XmrAddressEntryList.toObject(includeInstance, f), + signedOfferList: (f = msg.getSignedOfferList()) && proto.io.haveno.protobuffer.SignedOfferList.toObject(includeInstance, f), + encryptedConnectionList: (f = msg.getEncryptedConnectionList()) && proto.io.haveno.protobuffer.EncryptedConnectionList.toObject(includeInstance, f) }; if (includeInstance) { @@ -48233,23 +43478,23 @@ proto.io.bisq.protobuffer.PersistableEnvelope.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} */ -proto.io.bisq.protobuffer.PersistableEnvelope.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PersistableEnvelope.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PersistableEnvelope; - return proto.io.bisq.protobuffer.PersistableEnvelope.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PersistableEnvelope; + return proto.io.haveno.protobuffer.PersistableEnvelope.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PersistableEnvelope} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PersistableEnvelope} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} */ -proto.io.bisq.protobuffer.PersistableEnvelope.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PersistableEnvelope.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -48257,113 +43502,103 @@ proto.io.bisq.protobuffer.PersistableEnvelope.deserializeBinaryFromReader = func var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.SequenceNumberMap; - reader.readMessage(value,proto.io.bisq.protobuffer.SequenceNumberMap.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SequenceNumberMap; + reader.readMessage(value,proto.io.haveno.protobuffer.SequenceNumberMap.deserializeBinaryFromReader); msg.setSequenceNumberMap(value); break; case 2: - var value = new proto.io.bisq.protobuffer.PersistedEntryMap; - reader.readMessage(value,proto.io.bisq.protobuffer.PersistedEntryMap.deserializeBinaryFromReader); - msg.setPersistedEntryMap(value); - break; - case 3: - var value = new proto.io.bisq.protobuffer.PeerList; - reader.readMessage(value,proto.io.bisq.protobuffer.PeerList.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PeerList; + reader.readMessage(value,proto.io.haveno.protobuffer.PeerList.deserializeBinaryFromReader); msg.setPeerList(value); break; - case 4: - var value = new proto.io.bisq.protobuffer.AddressEntryList; - reader.readMessage(value,proto.io.bisq.protobuffer.AddressEntryList.deserializeBinaryFromReader); + case 3: + var value = new proto.io.haveno.protobuffer.AddressEntryList; + reader.readMessage(value,proto.io.haveno.protobuffer.AddressEntryList.deserializeBinaryFromReader); msg.setAddressEntryList(value); break; - case 5: - var value = new proto.io.bisq.protobuffer.NavigationPath; - reader.readMessage(value,proto.io.bisq.protobuffer.NavigationPath.deserializeBinaryFromReader); + case 4: + var value = new proto.io.haveno.protobuffer.NavigationPath; + reader.readMessage(value,proto.io.haveno.protobuffer.NavigationPath.deserializeBinaryFromReader); msg.setNavigationPath(value); break; - case 6: - var value = new proto.io.bisq.protobuffer.TradableList; - reader.readMessage(value,proto.io.bisq.protobuffer.TradableList.deserializeBinaryFromReader); + case 5: + var value = new proto.io.haveno.protobuffer.TradableList; + reader.readMessage(value,proto.io.haveno.protobuffer.TradableList.deserializeBinaryFromReader); msg.setTradableList(value); break; - case 8: - var value = new proto.io.bisq.protobuffer.ArbitrationDisputeList; - reader.readMessage(value,proto.io.bisq.protobuffer.ArbitrationDisputeList.deserializeBinaryFromReader); + case 6: + var value = new proto.io.haveno.protobuffer.ArbitrationDisputeList; + reader.readMessage(value,proto.io.haveno.protobuffer.ArbitrationDisputeList.deserializeBinaryFromReader); msg.setArbitrationDisputeList(value); break; - case 9: - var value = new proto.io.bisq.protobuffer.PreferencesPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PreferencesPayload.deserializeBinaryFromReader); + case 7: + var value = new proto.io.haveno.protobuffer.PreferencesPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.PreferencesPayload.deserializeBinaryFromReader); msg.setPreferencesPayload(value); break; - case 10: - var value = new proto.io.bisq.protobuffer.UserPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.UserPayload.deserializeBinaryFromReader); + case 8: + var value = new proto.io.haveno.protobuffer.UserPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.UserPayload.deserializeBinaryFromReader); msg.setUserPayload(value); break; - case 11: - var value = new proto.io.bisq.protobuffer.PaymentAccountList; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentAccountList.deserializeBinaryFromReader); + case 9: + var value = new proto.io.haveno.protobuffer.PaymentAccountList; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentAccountList.deserializeBinaryFromReader); msg.setPaymentAccountList(value); break; - case 12: - var value = new proto.io.bisq.protobuffer.AccountAgeWitnessStore; - reader.readMessage(value,proto.io.bisq.protobuffer.AccountAgeWitnessStore.deserializeBinaryFromReader); + case 10: + var value = new proto.io.haveno.protobuffer.AccountAgeWitnessStore; + reader.readMessage(value,proto.io.haveno.protobuffer.AccountAgeWitnessStore.deserializeBinaryFromReader); msg.setAccountAgeWitnessStore(value); break; - case 13: - var value = new proto.io.bisq.protobuffer.TradeStatistics2Store; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeStatistics2Store.deserializeBinaryFromReader); - msg.setTradeStatistics2Store(value); - break; - case 15: - var value = new proto.io.bisq.protobuffer.SignedWitnessStore; - reader.readMessage(value,proto.io.bisq.protobuffer.SignedWitnessStore.deserializeBinaryFromReader); + case 11: + var value = new proto.io.haveno.protobuffer.SignedWitnessStore; + reader.readMessage(value,proto.io.haveno.protobuffer.SignedWitnessStore.deserializeBinaryFromReader); msg.setSignedWitnessStore(value); break; - case 16: - var value = new proto.io.bisq.protobuffer.MediationDisputeList; - reader.readMessage(value,proto.io.bisq.protobuffer.MediationDisputeList.deserializeBinaryFromReader); + case 12: + var value = new proto.io.haveno.protobuffer.MediationDisputeList; + reader.readMessage(value,proto.io.haveno.protobuffer.MediationDisputeList.deserializeBinaryFromReader); msg.setMediationDisputeList(value); break; - case 17: - var value = new proto.io.bisq.protobuffer.RefundDisputeList; - reader.readMessage(value,proto.io.bisq.protobuffer.RefundDisputeList.deserializeBinaryFromReader); + case 13: + var value = new proto.io.haveno.protobuffer.RefundDisputeList; + reader.readMessage(value,proto.io.haveno.protobuffer.RefundDisputeList.deserializeBinaryFromReader); msg.setRefundDisputeList(value); break; - case 18: - var value = new proto.io.bisq.protobuffer.TradeStatistics3Store; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeStatistics3Store.deserializeBinaryFromReader); + case 14: + var value = new proto.io.haveno.protobuffer.TradeStatistics3Store; + reader.readMessage(value,proto.io.haveno.protobuffer.TradeStatistics3Store.deserializeBinaryFromReader); msg.setTradeStatistics3Store(value); break; - case 19: - var value = new proto.io.bisq.protobuffer.MailboxMessageList; - reader.readMessage(value,proto.io.bisq.protobuffer.MailboxMessageList.deserializeBinaryFromReader); + case 15: + var value = new proto.io.haveno.protobuffer.MailboxMessageList; + reader.readMessage(value,proto.io.haveno.protobuffer.MailboxMessageList.deserializeBinaryFromReader); msg.setMailboxMessageList(value); break; - case 20: - var value = new proto.io.bisq.protobuffer.IgnoredMailboxMap; - reader.readMessage(value,proto.io.bisq.protobuffer.IgnoredMailboxMap.deserializeBinaryFromReader); + case 16: + var value = new proto.io.haveno.protobuffer.IgnoredMailboxMap; + reader.readMessage(value,proto.io.haveno.protobuffer.IgnoredMailboxMap.deserializeBinaryFromReader); msg.setIgnoredMailboxMap(value); break; - case 21: - var value = new proto.io.bisq.protobuffer.RemovedPayloadsMap; - reader.readMessage(value,proto.io.bisq.protobuffer.RemovedPayloadsMap.deserializeBinaryFromReader); + case 17: + var value = new proto.io.haveno.protobuffer.RemovedPayloadsMap; + reader.readMessage(value,proto.io.haveno.protobuffer.RemovedPayloadsMap.deserializeBinaryFromReader); msg.setRemovedPayloadsMap(value); break; case 1001: - var value = new proto.io.bisq.protobuffer.XmrAddressEntryList; - reader.readMessage(value,proto.io.bisq.protobuffer.XmrAddressEntryList.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.XmrAddressEntryList; + reader.readMessage(value,proto.io.haveno.protobuffer.XmrAddressEntryList.deserializeBinaryFromReader); msg.setXmrAddressEntryList(value); break; case 1002: - var value = new proto.io.bisq.protobuffer.SignedOfferList; - reader.readMessage(value,proto.io.bisq.protobuffer.SignedOfferList.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SignedOfferList; + reader.readMessage(value,proto.io.haveno.protobuffer.SignedOfferList.deserializeBinaryFromReader); msg.setSignedOfferList(value); break; case 1003: - var value = new proto.io.bisq.protobuffer.EncryptedConnectionList; - reader.readMessage(value,proto.io.bisq.protobuffer.EncryptedConnectionList.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.EncryptedConnectionList; + reader.readMessage(value,proto.io.haveno.protobuffer.EncryptedConnectionList.deserializeBinaryFromReader); msg.setEncryptedConnectionList(value); break; default: @@ -48379,9 +43614,9 @@ proto.io.bisq.protobuffer.PersistableEnvelope.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PersistableEnvelope.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PersistableEnvelope.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -48389,162 +43624,146 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PersistableEnvelope} message + * @param {!proto.io.haveno.protobuffer.PersistableEnvelope} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PersistableEnvelope.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PersistableEnvelope.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getSequenceNumberMap(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.SequenceNumberMap.serializeBinaryToWriter - ); - } - f = message.getPersistedEntryMap(); - if (f != null) { - writer.writeMessage( - 2, - f, - proto.io.bisq.protobuffer.PersistedEntryMap.serializeBinaryToWriter + proto.io.haveno.protobuffer.SequenceNumberMap.serializeBinaryToWriter ); } f = message.getPeerList(); if (f != null) { writer.writeMessage( - 3, + 2, f, - proto.io.bisq.protobuffer.PeerList.serializeBinaryToWriter + proto.io.haveno.protobuffer.PeerList.serializeBinaryToWriter ); } f = message.getAddressEntryList(); if (f != null) { writer.writeMessage( - 4, + 3, f, - proto.io.bisq.protobuffer.AddressEntryList.serializeBinaryToWriter + proto.io.haveno.protobuffer.AddressEntryList.serializeBinaryToWriter ); } f = message.getNavigationPath(); if (f != null) { writer.writeMessage( - 5, + 4, f, - proto.io.bisq.protobuffer.NavigationPath.serializeBinaryToWriter + proto.io.haveno.protobuffer.NavigationPath.serializeBinaryToWriter ); } f = message.getTradableList(); if (f != null) { writer.writeMessage( - 6, + 5, f, - proto.io.bisq.protobuffer.TradableList.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradableList.serializeBinaryToWriter ); } f = message.getArbitrationDisputeList(); if (f != null) { writer.writeMessage( - 8, + 6, f, - proto.io.bisq.protobuffer.ArbitrationDisputeList.serializeBinaryToWriter + proto.io.haveno.protobuffer.ArbitrationDisputeList.serializeBinaryToWriter ); } f = message.getPreferencesPayload(); if (f != null) { writer.writeMessage( - 9, + 7, f, - proto.io.bisq.protobuffer.PreferencesPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.PreferencesPayload.serializeBinaryToWriter ); } f = message.getUserPayload(); if (f != null) { writer.writeMessage( - 10, + 8, f, - proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.UserPayload.serializeBinaryToWriter ); } f = message.getPaymentAccountList(); if (f != null) { writer.writeMessage( - 11, + 9, f, - proto.io.bisq.protobuffer.PaymentAccountList.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentAccountList.serializeBinaryToWriter ); } f = message.getAccountAgeWitnessStore(); if (f != null) { writer.writeMessage( - 12, + 10, f, - proto.io.bisq.protobuffer.AccountAgeWitnessStore.serializeBinaryToWriter - ); - } - f = message.getTradeStatistics2Store(); - if (f != null) { - writer.writeMessage( - 13, - f, - proto.io.bisq.protobuffer.TradeStatistics2Store.serializeBinaryToWriter + proto.io.haveno.protobuffer.AccountAgeWitnessStore.serializeBinaryToWriter ); } f = message.getSignedWitnessStore(); if (f != null) { writer.writeMessage( - 15, + 11, f, - proto.io.bisq.protobuffer.SignedWitnessStore.serializeBinaryToWriter + proto.io.haveno.protobuffer.SignedWitnessStore.serializeBinaryToWriter ); } f = message.getMediationDisputeList(); if (f != null) { writer.writeMessage( - 16, + 12, f, - proto.io.bisq.protobuffer.MediationDisputeList.serializeBinaryToWriter + proto.io.haveno.protobuffer.MediationDisputeList.serializeBinaryToWriter ); } f = message.getRefundDisputeList(); if (f != null) { writer.writeMessage( - 17, + 13, f, - proto.io.bisq.protobuffer.RefundDisputeList.serializeBinaryToWriter + proto.io.haveno.protobuffer.RefundDisputeList.serializeBinaryToWriter ); } f = message.getTradeStatistics3Store(); if (f != null) { writer.writeMessage( - 18, + 14, f, - proto.io.bisq.protobuffer.TradeStatistics3Store.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradeStatistics3Store.serializeBinaryToWriter ); } f = message.getMailboxMessageList(); if (f != null) { writer.writeMessage( - 19, + 15, f, - proto.io.bisq.protobuffer.MailboxMessageList.serializeBinaryToWriter + proto.io.haveno.protobuffer.MailboxMessageList.serializeBinaryToWriter ); } f = message.getIgnoredMailboxMap(); if (f != null) { writer.writeMessage( - 20, + 16, f, - proto.io.bisq.protobuffer.IgnoredMailboxMap.serializeBinaryToWriter + proto.io.haveno.protobuffer.IgnoredMailboxMap.serializeBinaryToWriter ); } f = message.getRemovedPayloadsMap(); if (f != null) { writer.writeMessage( - 21, + 17, f, - proto.io.bisq.protobuffer.RemovedPayloadsMap.serializeBinaryToWriter + proto.io.haveno.protobuffer.RemovedPayloadsMap.serializeBinaryToWriter ); } f = message.getXmrAddressEntryList(); @@ -48552,7 +43771,7 @@ proto.io.bisq.protobuffer.PersistableEnvelope.serializeBinaryToWriter = function writer.writeMessage( 1001, f, - proto.io.bisq.protobuffer.XmrAddressEntryList.serializeBinaryToWriter + proto.io.haveno.protobuffer.XmrAddressEntryList.serializeBinaryToWriter ); } f = message.getSignedOfferList(); @@ -48560,7 +43779,7 @@ proto.io.bisq.protobuffer.PersistableEnvelope.serializeBinaryToWriter = function writer.writeMessage( 1002, f, - proto.io.bisq.protobuffer.SignedOfferList.serializeBinaryToWriter + proto.io.haveno.protobuffer.SignedOfferList.serializeBinaryToWriter ); } f = message.getEncryptedConnectionList(); @@ -48568,7 +43787,7 @@ proto.io.bisq.protobuffer.PersistableEnvelope.serializeBinaryToWriter = function writer.writeMessage( 1003, f, - proto.io.bisq.protobuffer.EncryptedConnectionList.serializeBinaryToWriter + proto.io.haveno.protobuffer.EncryptedConnectionList.serializeBinaryToWriter ); } }; @@ -48576,28 +43795,28 @@ proto.io.bisq.protobuffer.PersistableEnvelope.serializeBinaryToWriter = function /** * optional SequenceNumberMap sequence_number_map = 1; - * @return {?proto.io.bisq.protobuffer.SequenceNumberMap} + * @return {?proto.io.haveno.protobuffer.SequenceNumberMap} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getSequenceNumberMap = function() { - return /** @type{?proto.io.bisq.protobuffer.SequenceNumberMap} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SequenceNumberMap, 1)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getSequenceNumberMap = function() { + return /** @type{?proto.io.haveno.protobuffer.SequenceNumberMap} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SequenceNumberMap, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.SequenceNumberMap|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.SequenceNumberMap|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setSequenceNumberMap = function(value) { - return jspb.Message.setOneofWrapperField(this, 1, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setSequenceNumberMap = function(value) { + return jspb.Message.setOneofWrapperField(this, 1, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearSequenceNumberMap = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearSequenceNumberMap = function() { return this.setSequenceNumberMap(undefined); }; @@ -48606,72 +43825,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearSequenceNumberMap = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasSequenceNumberMap = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasSequenceNumberMap = function() { return jspb.Message.getField(this, 1) != null; }; /** - * optional PersistedEntryMap persisted_entry_map = 2; - * @return {?proto.io.bisq.protobuffer.PersistedEntryMap} + * optional PeerList peer_list = 2; + * @return {?proto.io.haveno.protobuffer.PeerList} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getPersistedEntryMap = function() { - return /** @type{?proto.io.bisq.protobuffer.PersistedEntryMap} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PersistedEntryMap, 2)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getPeerList = function() { + return /** @type{?proto.io.haveno.protobuffer.PeerList} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PeerList, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.PersistedEntryMap|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.PeerList|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setPersistedEntryMap = function(value) { - return jspb.Message.setOneofWrapperField(this, 2, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setPeerList = function(value) { + return jspb.Message.setOneofWrapperField(this, 2, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearPersistedEntryMap = function() { - return this.setPersistedEntryMap(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasPersistedEntryMap = function() { - return jspb.Message.getField(this, 2) != null; -}; - - -/** - * optional PeerList peer_list = 3; - * @return {?proto.io.bisq.protobuffer.PeerList} - */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getPeerList = function() { - return /** @type{?proto.io.bisq.protobuffer.PeerList} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PeerList, 3)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.PeerList|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this -*/ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setPeerList = function(value) { - return jspb.Message.setOneofWrapperField(this, 3, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this - */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearPeerList = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearPeerList = function() { return this.setPeerList(undefined); }; @@ -48680,35 +43862,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearPeerList = function * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasPeerList = function() { - return jspb.Message.getField(this, 3) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasPeerList = function() { + return jspb.Message.getField(this, 2) != null; }; /** - * optional AddressEntryList address_entry_list = 4; - * @return {?proto.io.bisq.protobuffer.AddressEntryList} + * optional AddressEntryList address_entry_list = 3; + * @return {?proto.io.haveno.protobuffer.AddressEntryList} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getAddressEntryList = function() { - return /** @type{?proto.io.bisq.protobuffer.AddressEntryList} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AddressEntryList, 4)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getAddressEntryList = function() { + return /** @type{?proto.io.haveno.protobuffer.AddressEntryList} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AddressEntryList, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.AddressEntryList|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.AddressEntryList|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setAddressEntryList = function(value) { - return jspb.Message.setOneofWrapperField(this, 4, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setAddressEntryList = function(value) { + return jspb.Message.setOneofWrapperField(this, 3, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearAddressEntryList = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearAddressEntryList = function() { return this.setAddressEntryList(undefined); }; @@ -48717,35 +43899,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearAddressEntryList = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasAddressEntryList = function() { - return jspb.Message.getField(this, 4) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasAddressEntryList = function() { + return jspb.Message.getField(this, 3) != null; }; /** - * optional NavigationPath navigation_path = 5; - * @return {?proto.io.bisq.protobuffer.NavigationPath} + * optional NavigationPath navigation_path = 4; + * @return {?proto.io.haveno.protobuffer.NavigationPath} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getNavigationPath = function() { - return /** @type{?proto.io.bisq.protobuffer.NavigationPath} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NavigationPath, 5)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getNavigationPath = function() { + return /** @type{?proto.io.haveno.protobuffer.NavigationPath} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NavigationPath, 4)); }; /** - * @param {?proto.io.bisq.protobuffer.NavigationPath|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.NavigationPath|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setNavigationPath = function(value) { - return jspb.Message.setOneofWrapperField(this, 5, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setNavigationPath = function(value) { + return jspb.Message.setOneofWrapperField(this, 4, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearNavigationPath = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearNavigationPath = function() { return this.setNavigationPath(undefined); }; @@ -48754,35 +43936,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearNavigationPath = fu * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasNavigationPath = function() { - return jspb.Message.getField(this, 5) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasNavigationPath = function() { + return jspb.Message.getField(this, 4) != null; }; /** - * optional TradableList tradable_list = 6; - * @return {?proto.io.bisq.protobuffer.TradableList} + * optional TradableList tradable_list = 5; + * @return {?proto.io.haveno.protobuffer.TradableList} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getTradableList = function() { - return /** @type{?proto.io.bisq.protobuffer.TradableList} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TradableList, 6)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getTradableList = function() { + return /** @type{?proto.io.haveno.protobuffer.TradableList} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.TradableList, 5)); }; /** - * @param {?proto.io.bisq.protobuffer.TradableList|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.TradableList|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setTradableList = function(value) { - return jspb.Message.setOneofWrapperField(this, 6, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setTradableList = function(value) { + return jspb.Message.setOneofWrapperField(this, 5, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearTradableList = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearTradableList = function() { return this.setTradableList(undefined); }; @@ -48791,35 +43973,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearTradableList = func * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasTradableList = function() { - return jspb.Message.getField(this, 6) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasTradableList = function() { + return jspb.Message.getField(this, 5) != null; }; /** - * optional ArbitrationDisputeList arbitration_dispute_list = 8; - * @return {?proto.io.bisq.protobuffer.ArbitrationDisputeList} + * optional ArbitrationDisputeList arbitration_dispute_list = 6; + * @return {?proto.io.haveno.protobuffer.ArbitrationDisputeList} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getArbitrationDisputeList = function() { - return /** @type{?proto.io.bisq.protobuffer.ArbitrationDisputeList} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ArbitrationDisputeList, 8)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getArbitrationDisputeList = function() { + return /** @type{?proto.io.haveno.protobuffer.ArbitrationDisputeList} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ArbitrationDisputeList, 6)); }; /** - * @param {?proto.io.bisq.protobuffer.ArbitrationDisputeList|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.ArbitrationDisputeList|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setArbitrationDisputeList = function(value) { - return jspb.Message.setOneofWrapperField(this, 8, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setArbitrationDisputeList = function(value) { + return jspb.Message.setOneofWrapperField(this, 6, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearArbitrationDisputeList = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearArbitrationDisputeList = function() { return this.setArbitrationDisputeList(undefined); }; @@ -48828,35 +44010,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearArbitrationDisputeL * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasArbitrationDisputeList = function() { - return jspb.Message.getField(this, 8) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasArbitrationDisputeList = function() { + return jspb.Message.getField(this, 6) != null; }; /** - * optional PreferencesPayload preferences_payload = 9; - * @return {?proto.io.bisq.protobuffer.PreferencesPayload} + * optional PreferencesPayload preferences_payload = 7; + * @return {?proto.io.haveno.protobuffer.PreferencesPayload} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getPreferencesPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PreferencesPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PreferencesPayload, 9)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getPreferencesPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PreferencesPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PreferencesPayload, 7)); }; /** - * @param {?proto.io.bisq.protobuffer.PreferencesPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.PreferencesPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setPreferencesPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 9, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setPreferencesPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 7, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearPreferencesPayload = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearPreferencesPayload = function() { return this.setPreferencesPayload(undefined); }; @@ -48865,35 +44047,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearPreferencesPayload * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasPreferencesPayload = function() { - return jspb.Message.getField(this, 9) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasPreferencesPayload = function() { + return jspb.Message.getField(this, 7) != null; }; /** - * optional UserPayload user_payload = 10; - * @return {?proto.io.bisq.protobuffer.UserPayload} + * optional UserPayload user_payload = 8; + * @return {?proto.io.haveno.protobuffer.UserPayload} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getUserPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.UserPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.UserPayload, 10)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getUserPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.UserPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.UserPayload, 8)); }; /** - * @param {?proto.io.bisq.protobuffer.UserPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.UserPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setUserPayload = function(value) { - return jspb.Message.setOneofWrapperField(this, 10, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setUserPayload = function(value) { + return jspb.Message.setOneofWrapperField(this, 8, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearUserPayload = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearUserPayload = function() { return this.setUserPayload(undefined); }; @@ -48902,35 +44084,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearUserPayload = funct * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasUserPayload = function() { - return jspb.Message.getField(this, 10) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasUserPayload = function() { + return jspb.Message.getField(this, 8) != null; }; /** - * optional PaymentAccountList payment_account_list = 11; - * @return {?proto.io.bisq.protobuffer.PaymentAccountList} + * optional PaymentAccountList payment_account_list = 9; + * @return {?proto.io.haveno.protobuffer.PaymentAccountList} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getPaymentAccountList = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccountList} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentAccountList, 11)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getPaymentAccountList = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccountList} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaymentAccountList, 9)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccountList|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccountList|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setPaymentAccountList = function(value) { - return jspb.Message.setOneofWrapperField(this, 11, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setPaymentAccountList = function(value) { + return jspb.Message.setOneofWrapperField(this, 9, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearPaymentAccountList = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearPaymentAccountList = function() { return this.setPaymentAccountList(undefined); }; @@ -48939,35 +44121,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearPaymentAccountList * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasPaymentAccountList = function() { - return jspb.Message.getField(this, 11) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasPaymentAccountList = function() { + return jspb.Message.getField(this, 9) != null; }; /** - * optional AccountAgeWitnessStore account_age_witness_store = 12; - * @return {?proto.io.bisq.protobuffer.AccountAgeWitnessStore} + * optional AccountAgeWitnessStore account_age_witness_store = 10; + * @return {?proto.io.haveno.protobuffer.AccountAgeWitnessStore} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getAccountAgeWitnessStore = function() { - return /** @type{?proto.io.bisq.protobuffer.AccountAgeWitnessStore} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AccountAgeWitnessStore, 12)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getAccountAgeWitnessStore = function() { + return /** @type{?proto.io.haveno.protobuffer.AccountAgeWitnessStore} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AccountAgeWitnessStore, 10)); }; /** - * @param {?proto.io.bisq.protobuffer.AccountAgeWitnessStore|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.AccountAgeWitnessStore|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setAccountAgeWitnessStore = function(value) { - return jspb.Message.setOneofWrapperField(this, 12, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setAccountAgeWitnessStore = function(value) { + return jspb.Message.setOneofWrapperField(this, 10, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearAccountAgeWitnessStore = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearAccountAgeWitnessStore = function() { return this.setAccountAgeWitnessStore(undefined); }; @@ -48976,72 +44158,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearAccountAgeWitnessSt * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasAccountAgeWitnessStore = function() { - return jspb.Message.getField(this, 12) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasAccountAgeWitnessStore = function() { + return jspb.Message.getField(this, 10) != null; }; /** - * optional TradeStatistics2Store trade_statistics2_store = 13; - * @return {?proto.io.bisq.protobuffer.TradeStatistics2Store} + * optional SignedWitnessStore signed_witness_store = 11; + * @return {?proto.io.haveno.protobuffer.SignedWitnessStore} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getTradeStatistics2Store = function() { - return /** @type{?proto.io.bisq.protobuffer.TradeStatistics2Store} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TradeStatistics2Store, 13)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getSignedWitnessStore = function() { + return /** @type{?proto.io.haveno.protobuffer.SignedWitnessStore} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SignedWitnessStore, 11)); }; /** - * @param {?proto.io.bisq.protobuffer.TradeStatistics2Store|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.SignedWitnessStore|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setTradeStatistics2Store = function(value) { - return jspb.Message.setOneofWrapperField(this, 13, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setSignedWitnessStore = function(value) { + return jspb.Message.setOneofWrapperField(this, 11, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearTradeStatistics2Store = function() { - return this.setTradeStatistics2Store(undefined); -}; - - -/** - * Returns whether this field is set. - * @return {boolean} - */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasTradeStatistics2Store = function() { - return jspb.Message.getField(this, 13) != null; -}; - - -/** - * optional SignedWitnessStore signed_witness_store = 15; - * @return {?proto.io.bisq.protobuffer.SignedWitnessStore} - */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getSignedWitnessStore = function() { - return /** @type{?proto.io.bisq.protobuffer.SignedWitnessStore} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SignedWitnessStore, 15)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.SignedWitnessStore|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this -*/ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setSignedWitnessStore = function(value) { - return jspb.Message.setOneofWrapperField(this, 15, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); -}; - - -/** - * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this - */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearSignedWitnessStore = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearSignedWitnessStore = function() { return this.setSignedWitnessStore(undefined); }; @@ -49050,35 +44195,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearSignedWitnessStore * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasSignedWitnessStore = function() { - return jspb.Message.getField(this, 15) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasSignedWitnessStore = function() { + return jspb.Message.getField(this, 11) != null; }; /** - * optional MediationDisputeList mediation_dispute_list = 16; - * @return {?proto.io.bisq.protobuffer.MediationDisputeList} + * optional MediationDisputeList mediation_dispute_list = 12; + * @return {?proto.io.haveno.protobuffer.MediationDisputeList} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getMediationDisputeList = function() { - return /** @type{?proto.io.bisq.protobuffer.MediationDisputeList} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.MediationDisputeList, 16)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getMediationDisputeList = function() { + return /** @type{?proto.io.haveno.protobuffer.MediationDisputeList} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.MediationDisputeList, 12)); }; /** - * @param {?proto.io.bisq.protobuffer.MediationDisputeList|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.MediationDisputeList|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setMediationDisputeList = function(value) { - return jspb.Message.setOneofWrapperField(this, 16, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setMediationDisputeList = function(value) { + return jspb.Message.setOneofWrapperField(this, 12, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearMediationDisputeList = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearMediationDisputeList = function() { return this.setMediationDisputeList(undefined); }; @@ -49087,35 +44232,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearMediationDisputeLis * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasMediationDisputeList = function() { - return jspb.Message.getField(this, 16) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasMediationDisputeList = function() { + return jspb.Message.getField(this, 12) != null; }; /** - * optional RefundDisputeList refund_dispute_list = 17; - * @return {?proto.io.bisq.protobuffer.RefundDisputeList} + * optional RefundDisputeList refund_dispute_list = 13; + * @return {?proto.io.haveno.protobuffer.RefundDisputeList} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getRefundDisputeList = function() { - return /** @type{?proto.io.bisq.protobuffer.RefundDisputeList} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.RefundDisputeList, 17)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getRefundDisputeList = function() { + return /** @type{?proto.io.haveno.protobuffer.RefundDisputeList} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.RefundDisputeList, 13)); }; /** - * @param {?proto.io.bisq.protobuffer.RefundDisputeList|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.RefundDisputeList|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setRefundDisputeList = function(value) { - return jspb.Message.setOneofWrapperField(this, 17, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setRefundDisputeList = function(value) { + return jspb.Message.setOneofWrapperField(this, 13, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearRefundDisputeList = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearRefundDisputeList = function() { return this.setRefundDisputeList(undefined); }; @@ -49124,35 +44269,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearRefundDisputeList = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasRefundDisputeList = function() { - return jspb.Message.getField(this, 17) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasRefundDisputeList = function() { + return jspb.Message.getField(this, 13) != null; }; /** - * optional TradeStatistics3Store trade_statistics3_store = 18; - * @return {?proto.io.bisq.protobuffer.TradeStatistics3Store} + * optional TradeStatistics3Store trade_statistics3_store = 14; + * @return {?proto.io.haveno.protobuffer.TradeStatistics3Store} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getTradeStatistics3Store = function() { - return /** @type{?proto.io.bisq.protobuffer.TradeStatistics3Store} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TradeStatistics3Store, 18)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getTradeStatistics3Store = function() { + return /** @type{?proto.io.haveno.protobuffer.TradeStatistics3Store} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.TradeStatistics3Store, 14)); }; /** - * @param {?proto.io.bisq.protobuffer.TradeStatistics3Store|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.TradeStatistics3Store|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setTradeStatistics3Store = function(value) { - return jspb.Message.setOneofWrapperField(this, 18, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setTradeStatistics3Store = function(value) { + return jspb.Message.setOneofWrapperField(this, 14, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearTradeStatistics3Store = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearTradeStatistics3Store = function() { return this.setTradeStatistics3Store(undefined); }; @@ -49161,35 +44306,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearTradeStatistics3Sto * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasTradeStatistics3Store = function() { - return jspb.Message.getField(this, 18) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasTradeStatistics3Store = function() { + return jspb.Message.getField(this, 14) != null; }; /** - * optional MailboxMessageList mailbox_message_list = 19; - * @return {?proto.io.bisq.protobuffer.MailboxMessageList} + * optional MailboxMessageList mailbox_message_list = 15; + * @return {?proto.io.haveno.protobuffer.MailboxMessageList} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getMailboxMessageList = function() { - return /** @type{?proto.io.bisq.protobuffer.MailboxMessageList} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.MailboxMessageList, 19)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getMailboxMessageList = function() { + return /** @type{?proto.io.haveno.protobuffer.MailboxMessageList} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.MailboxMessageList, 15)); }; /** - * @param {?proto.io.bisq.protobuffer.MailboxMessageList|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.MailboxMessageList|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setMailboxMessageList = function(value) { - return jspb.Message.setOneofWrapperField(this, 19, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setMailboxMessageList = function(value) { + return jspb.Message.setOneofWrapperField(this, 15, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearMailboxMessageList = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearMailboxMessageList = function() { return this.setMailboxMessageList(undefined); }; @@ -49198,35 +44343,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearMailboxMessageList * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasMailboxMessageList = function() { - return jspb.Message.getField(this, 19) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasMailboxMessageList = function() { + return jspb.Message.getField(this, 15) != null; }; /** - * optional IgnoredMailboxMap ignored_mailbox_map = 20; - * @return {?proto.io.bisq.protobuffer.IgnoredMailboxMap} + * optional IgnoredMailboxMap ignored_mailbox_map = 16; + * @return {?proto.io.haveno.protobuffer.IgnoredMailboxMap} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getIgnoredMailboxMap = function() { - return /** @type{?proto.io.bisq.protobuffer.IgnoredMailboxMap} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.IgnoredMailboxMap, 20)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getIgnoredMailboxMap = function() { + return /** @type{?proto.io.haveno.protobuffer.IgnoredMailboxMap} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.IgnoredMailboxMap, 16)); }; /** - * @param {?proto.io.bisq.protobuffer.IgnoredMailboxMap|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.IgnoredMailboxMap|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setIgnoredMailboxMap = function(value) { - return jspb.Message.setOneofWrapperField(this, 20, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setIgnoredMailboxMap = function(value) { + return jspb.Message.setOneofWrapperField(this, 16, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearIgnoredMailboxMap = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearIgnoredMailboxMap = function() { return this.setIgnoredMailboxMap(undefined); }; @@ -49235,35 +44380,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearIgnoredMailboxMap = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasIgnoredMailboxMap = function() { - return jspb.Message.getField(this, 20) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasIgnoredMailboxMap = function() { + return jspb.Message.getField(this, 16) != null; }; /** - * optional RemovedPayloadsMap removed_payloads_map = 21; - * @return {?proto.io.bisq.protobuffer.RemovedPayloadsMap} + * optional RemovedPayloadsMap removed_payloads_map = 17; + * @return {?proto.io.haveno.protobuffer.RemovedPayloadsMap} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getRemovedPayloadsMap = function() { - return /** @type{?proto.io.bisq.protobuffer.RemovedPayloadsMap} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.RemovedPayloadsMap, 21)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getRemovedPayloadsMap = function() { + return /** @type{?proto.io.haveno.protobuffer.RemovedPayloadsMap} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.RemovedPayloadsMap, 17)); }; /** - * @param {?proto.io.bisq.protobuffer.RemovedPayloadsMap|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.RemovedPayloadsMap|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setRemovedPayloadsMap = function(value) { - return jspb.Message.setOneofWrapperField(this, 21, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setRemovedPayloadsMap = function(value) { + return jspb.Message.setOneofWrapperField(this, 17, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearRemovedPayloadsMap = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearRemovedPayloadsMap = function() { return this.setRemovedPayloadsMap(undefined); }; @@ -49272,35 +44417,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearRemovedPayloadsMap * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasRemovedPayloadsMap = function() { - return jspb.Message.getField(this, 21) != null; +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasRemovedPayloadsMap = function() { + return jspb.Message.getField(this, 17) != null; }; /** * optional XmrAddressEntryList xmr_address_entry_list = 1001; - * @return {?proto.io.bisq.protobuffer.XmrAddressEntryList} + * @return {?proto.io.haveno.protobuffer.XmrAddressEntryList} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getXmrAddressEntryList = function() { - return /** @type{?proto.io.bisq.protobuffer.XmrAddressEntryList} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.XmrAddressEntryList, 1001)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getXmrAddressEntryList = function() { + return /** @type{?proto.io.haveno.protobuffer.XmrAddressEntryList} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.XmrAddressEntryList, 1001)); }; /** - * @param {?proto.io.bisq.protobuffer.XmrAddressEntryList|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.XmrAddressEntryList|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setXmrAddressEntryList = function(value) { - return jspb.Message.setOneofWrapperField(this, 1001, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setXmrAddressEntryList = function(value) { + return jspb.Message.setOneofWrapperField(this, 1001, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearXmrAddressEntryList = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearXmrAddressEntryList = function() { return this.setXmrAddressEntryList(undefined); }; @@ -49309,35 +44454,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearXmrAddressEntryList * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasXmrAddressEntryList = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasXmrAddressEntryList = function() { return jspb.Message.getField(this, 1001) != null; }; /** * optional SignedOfferList signed_offer_list = 1002; - * @return {?proto.io.bisq.protobuffer.SignedOfferList} + * @return {?proto.io.haveno.protobuffer.SignedOfferList} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getSignedOfferList = function() { - return /** @type{?proto.io.bisq.protobuffer.SignedOfferList} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SignedOfferList, 1002)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getSignedOfferList = function() { + return /** @type{?proto.io.haveno.protobuffer.SignedOfferList} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SignedOfferList, 1002)); }; /** - * @param {?proto.io.bisq.protobuffer.SignedOfferList|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.SignedOfferList|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setSignedOfferList = function(value) { - return jspb.Message.setOneofWrapperField(this, 1002, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setSignedOfferList = function(value) { + return jspb.Message.setOneofWrapperField(this, 1002, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearSignedOfferList = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearSignedOfferList = function() { return this.setSignedOfferList(undefined); }; @@ -49346,35 +44491,35 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearSignedOfferList = f * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasSignedOfferList = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasSignedOfferList = function() { return jspb.Message.getField(this, 1002) != null; }; /** * optional EncryptedConnectionList encrypted_connection_list = 1003; - * @return {?proto.io.bisq.protobuffer.EncryptedConnectionList} + * @return {?proto.io.haveno.protobuffer.EncryptedConnectionList} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.getEncryptedConnectionList = function() { - return /** @type{?proto.io.bisq.protobuffer.EncryptedConnectionList} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.EncryptedConnectionList, 1003)); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.getEncryptedConnectionList = function() { + return /** @type{?proto.io.haveno.protobuffer.EncryptedConnectionList} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.EncryptedConnectionList, 1003)); }; /** - * @param {?proto.io.bisq.protobuffer.EncryptedConnectionList|undefined} value - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @param {?proto.io.haveno.protobuffer.EncryptedConnectionList|undefined} value + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.setEncryptedConnectionList = function(value) { - return jspb.Message.setOneofWrapperField(this, 1003, proto.io.bisq.protobuffer.PersistableEnvelope.oneofGroups_[0], value); +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.setEncryptedConnectionList = function(value) { + return jspb.Message.setOneofWrapperField(this, 1003, proto.io.haveno.protobuffer.PersistableEnvelope.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PersistableEnvelope} returns this + * @return {!proto.io.haveno.protobuffer.PersistableEnvelope} returns this */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearEncryptedConnectionList = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.clearEncryptedConnectionList = function() { return this.setEncryptedConnectionList(undefined); }; @@ -49383,7 +44528,7 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.clearEncryptedConnection * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasEncryptedConnectionList = function() { +proto.io.haveno.protobuffer.PersistableEnvelope.prototype.hasEncryptedConnectionList = function() { return jspb.Message.getField(this, 1003) != null; }; @@ -49394,7 +44539,7 @@ proto.io.bisq.protobuffer.PersistableEnvelope.prototype.hasEncryptedConnectionLi * @private {!Array} * @const */ -proto.io.bisq.protobuffer.SequenceNumberMap.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.SequenceNumberMap.repeatedFields_ = [1]; @@ -49411,8 +44556,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SequenceNumberMap.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SequenceNumberMap.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SequenceNumberMap.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SequenceNumberMap.toObject(opt_includeInstance, this); }; @@ -49421,14 +44566,14 @@ proto.io.bisq.protobuffer.SequenceNumberMap.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SequenceNumberMap} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SequenceNumberMap} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SequenceNumberMap.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SequenceNumberMap.toObject = function(includeInstance, msg) { var f, obj = { sequenceNumberEntriesList: jspb.Message.toObjectList(msg.getSequenceNumberEntriesList(), - proto.io.bisq.protobuffer.SequenceNumberEntry.toObject, includeInstance) + proto.io.haveno.protobuffer.SequenceNumberEntry.toObject, includeInstance) }; if (includeInstance) { @@ -49442,23 +44587,23 @@ proto.io.bisq.protobuffer.SequenceNumberMap.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SequenceNumberMap} + * @return {!proto.io.haveno.protobuffer.SequenceNumberMap} */ -proto.io.bisq.protobuffer.SequenceNumberMap.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SequenceNumberMap.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SequenceNumberMap; - return proto.io.bisq.protobuffer.SequenceNumberMap.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SequenceNumberMap; + return proto.io.haveno.protobuffer.SequenceNumberMap.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SequenceNumberMap} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SequenceNumberMap} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SequenceNumberMap} + * @return {!proto.io.haveno.protobuffer.SequenceNumberMap} */ -proto.io.bisq.protobuffer.SequenceNumberMap.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SequenceNumberMap.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -49466,8 +44611,8 @@ proto.io.bisq.protobuffer.SequenceNumberMap.deserializeBinaryFromReader = functi var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.SequenceNumberEntry; - reader.readMessage(value,proto.io.bisq.protobuffer.SequenceNumberEntry.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SequenceNumberEntry; + reader.readMessage(value,proto.io.haveno.protobuffer.SequenceNumberEntry.deserializeBinaryFromReader); msg.addSequenceNumberEntries(value); break; default: @@ -49483,9 +44628,9 @@ proto.io.bisq.protobuffer.SequenceNumberMap.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SequenceNumberMap.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SequenceNumberMap.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SequenceNumberMap.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SequenceNumberMap.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -49493,18 +44638,18 @@ proto.io.bisq.protobuffer.SequenceNumberMap.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SequenceNumberMap} message + * @param {!proto.io.haveno.protobuffer.SequenceNumberMap} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SequenceNumberMap.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SequenceNumberMap.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getSequenceNumberEntriesList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.SequenceNumberEntry.serializeBinaryToWriter + proto.io.haveno.protobuffer.SequenceNumberEntry.serializeBinaryToWriter ); } }; @@ -49512,38 +44657,38 @@ proto.io.bisq.protobuffer.SequenceNumberMap.serializeBinaryToWriter = function(m /** * repeated SequenceNumberEntry sequence_number_entries = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.SequenceNumberMap.prototype.getSequenceNumberEntriesList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.SequenceNumberEntry, 1)); +proto.io.haveno.protobuffer.SequenceNumberMap.prototype.getSequenceNumberEntriesList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.SequenceNumberEntry, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.SequenceNumberMap} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.SequenceNumberMap} returns this */ -proto.io.bisq.protobuffer.SequenceNumberMap.prototype.setSequenceNumberEntriesList = function(value) { +proto.io.haveno.protobuffer.SequenceNumberMap.prototype.setSequenceNumberEntriesList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.SequenceNumberEntry=} opt_value + * @param {!proto.io.haveno.protobuffer.SequenceNumberEntry=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.SequenceNumberEntry} + * @return {!proto.io.haveno.protobuffer.SequenceNumberEntry} */ -proto.io.bisq.protobuffer.SequenceNumberMap.prototype.addSequenceNumberEntries = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.SequenceNumberEntry, opt_index); +proto.io.haveno.protobuffer.SequenceNumberMap.prototype.addSequenceNumberEntries = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.SequenceNumberEntry, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.SequenceNumberMap} returns this + * @return {!proto.io.haveno.protobuffer.SequenceNumberMap} returns this */ -proto.io.bisq.protobuffer.SequenceNumberMap.prototype.clearSequenceNumberEntriesList = function() { +proto.io.haveno.protobuffer.SequenceNumberMap.prototype.clearSequenceNumberEntriesList = function() { return this.setSequenceNumberEntriesList([]); }; @@ -49564,8 +44709,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SequenceNumberEntry.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SequenceNumberEntry.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SequenceNumberEntry.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SequenceNumberEntry.toObject(opt_includeInstance, this); }; @@ -49574,14 +44719,14 @@ proto.io.bisq.protobuffer.SequenceNumberEntry.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SequenceNumberEntry} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SequenceNumberEntry} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SequenceNumberEntry.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SequenceNumberEntry.toObject = function(includeInstance, msg) { var f, obj = { - bytes: (f = msg.getBytes()) && proto.io.bisq.protobuffer.ByteArray.toObject(includeInstance, f), - mapValue: (f = msg.getMapValue()) && proto.io.bisq.protobuffer.MapValue.toObject(includeInstance, f) + bytes: (f = msg.getBytes()) && proto.io.haveno.protobuffer.ByteArray.toObject(includeInstance, f), + mapValue: (f = msg.getMapValue()) && proto.io.haveno.protobuffer.MapValue.toObject(includeInstance, f) }; if (includeInstance) { @@ -49595,23 +44740,23 @@ proto.io.bisq.protobuffer.SequenceNumberEntry.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SequenceNumberEntry} + * @return {!proto.io.haveno.protobuffer.SequenceNumberEntry} */ -proto.io.bisq.protobuffer.SequenceNumberEntry.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SequenceNumberEntry.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SequenceNumberEntry; - return proto.io.bisq.protobuffer.SequenceNumberEntry.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SequenceNumberEntry; + return proto.io.haveno.protobuffer.SequenceNumberEntry.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SequenceNumberEntry} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SequenceNumberEntry} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SequenceNumberEntry} + * @return {!proto.io.haveno.protobuffer.SequenceNumberEntry} */ -proto.io.bisq.protobuffer.SequenceNumberEntry.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SequenceNumberEntry.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -49619,13 +44764,13 @@ proto.io.bisq.protobuffer.SequenceNumberEntry.deserializeBinaryFromReader = func var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.ByteArray; - reader.readMessage(value,proto.io.bisq.protobuffer.ByteArray.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.ByteArray; + reader.readMessage(value,proto.io.haveno.protobuffer.ByteArray.deserializeBinaryFromReader); msg.setBytes(value); break; case 2: - var value = new proto.io.bisq.protobuffer.MapValue; - reader.readMessage(value,proto.io.bisq.protobuffer.MapValue.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.MapValue; + reader.readMessage(value,proto.io.haveno.protobuffer.MapValue.deserializeBinaryFromReader); msg.setMapValue(value); break; default: @@ -49641,9 +44786,9 @@ proto.io.bisq.protobuffer.SequenceNumberEntry.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SequenceNumberEntry.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SequenceNumberEntry.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SequenceNumberEntry.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SequenceNumberEntry.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -49651,18 +44796,18 @@ proto.io.bisq.protobuffer.SequenceNumberEntry.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SequenceNumberEntry} message + * @param {!proto.io.haveno.protobuffer.SequenceNumberEntry} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SequenceNumberEntry.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SequenceNumberEntry.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getBytes(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.ByteArray.serializeBinaryToWriter + proto.io.haveno.protobuffer.ByteArray.serializeBinaryToWriter ); } f = message.getMapValue(); @@ -49670,7 +44815,7 @@ proto.io.bisq.protobuffer.SequenceNumberEntry.serializeBinaryToWriter = function writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.MapValue.serializeBinaryToWriter + proto.io.haveno.protobuffer.MapValue.serializeBinaryToWriter ); } }; @@ -49678,28 +44823,28 @@ proto.io.bisq.protobuffer.SequenceNumberEntry.serializeBinaryToWriter = function /** * optional ByteArray bytes = 1; - * @return {?proto.io.bisq.protobuffer.ByteArray} + * @return {?proto.io.haveno.protobuffer.ByteArray} */ -proto.io.bisq.protobuffer.SequenceNumberEntry.prototype.getBytes = function() { - return /** @type{?proto.io.bisq.protobuffer.ByteArray} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ByteArray, 1)); +proto.io.haveno.protobuffer.SequenceNumberEntry.prototype.getBytes = function() { + return /** @type{?proto.io.haveno.protobuffer.ByteArray} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ByteArray, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.ByteArray|undefined} value - * @return {!proto.io.bisq.protobuffer.SequenceNumberEntry} returns this + * @param {?proto.io.haveno.protobuffer.ByteArray|undefined} value + * @return {!proto.io.haveno.protobuffer.SequenceNumberEntry} returns this */ -proto.io.bisq.protobuffer.SequenceNumberEntry.prototype.setBytes = function(value) { +proto.io.haveno.protobuffer.SequenceNumberEntry.prototype.setBytes = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.SequenceNumberEntry} returns this + * @return {!proto.io.haveno.protobuffer.SequenceNumberEntry} returns this */ -proto.io.bisq.protobuffer.SequenceNumberEntry.prototype.clearBytes = function() { +proto.io.haveno.protobuffer.SequenceNumberEntry.prototype.clearBytes = function() { return this.setBytes(undefined); }; @@ -49708,35 +44853,35 @@ proto.io.bisq.protobuffer.SequenceNumberEntry.prototype.clearBytes = function() * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.SequenceNumberEntry.prototype.hasBytes = function() { +proto.io.haveno.protobuffer.SequenceNumberEntry.prototype.hasBytes = function() { return jspb.Message.getField(this, 1) != null; }; /** * optional MapValue map_value = 2; - * @return {?proto.io.bisq.protobuffer.MapValue} + * @return {?proto.io.haveno.protobuffer.MapValue} */ -proto.io.bisq.protobuffer.SequenceNumberEntry.prototype.getMapValue = function() { - return /** @type{?proto.io.bisq.protobuffer.MapValue} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.MapValue, 2)); +proto.io.haveno.protobuffer.SequenceNumberEntry.prototype.getMapValue = function() { + return /** @type{?proto.io.haveno.protobuffer.MapValue} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.MapValue, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.MapValue|undefined} value - * @return {!proto.io.bisq.protobuffer.SequenceNumberEntry} returns this + * @param {?proto.io.haveno.protobuffer.MapValue|undefined} value + * @return {!proto.io.haveno.protobuffer.SequenceNumberEntry} returns this */ -proto.io.bisq.protobuffer.SequenceNumberEntry.prototype.setMapValue = function(value) { +proto.io.haveno.protobuffer.SequenceNumberEntry.prototype.setMapValue = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.SequenceNumberEntry} returns this + * @return {!proto.io.haveno.protobuffer.SequenceNumberEntry} returns this */ -proto.io.bisq.protobuffer.SequenceNumberEntry.prototype.clearMapValue = function() { +proto.io.haveno.protobuffer.SequenceNumberEntry.prototype.clearMapValue = function() { return this.setMapValue(undefined); }; @@ -49745,7 +44890,7 @@ proto.io.bisq.protobuffer.SequenceNumberEntry.prototype.clearMapValue = function * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.SequenceNumberEntry.prototype.hasMapValue = function() { +proto.io.haveno.protobuffer.SequenceNumberEntry.prototype.hasMapValue = function() { return jspb.Message.getField(this, 2) != null; }; @@ -49766,8 +44911,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ByteArray.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ByteArray.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ByteArray.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ByteArray.toObject(opt_includeInstance, this); }; @@ -49776,11 +44921,11 @@ proto.io.bisq.protobuffer.ByteArray.prototype.toObject = function(opt_includeIns * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ByteArray} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ByteArray} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ByteArray.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ByteArray.toObject = function(includeInstance, msg) { var f, obj = { bytes: msg.getBytes_asB64() }; @@ -49796,23 +44941,23 @@ proto.io.bisq.protobuffer.ByteArray.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ByteArray} + * @return {!proto.io.haveno.protobuffer.ByteArray} */ -proto.io.bisq.protobuffer.ByteArray.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ByteArray.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ByteArray; - return proto.io.bisq.protobuffer.ByteArray.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ByteArray; + return proto.io.haveno.protobuffer.ByteArray.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ByteArray} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ByteArray} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ByteArray} + * @return {!proto.io.haveno.protobuffer.ByteArray} */ -proto.io.bisq.protobuffer.ByteArray.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ByteArray.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -49836,9 +44981,9 @@ proto.io.bisq.protobuffer.ByteArray.deserializeBinaryFromReader = function(msg, * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ByteArray.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ByteArray.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ByteArray.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ByteArray.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -49846,11 +44991,11 @@ proto.io.bisq.protobuffer.ByteArray.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ByteArray} message + * @param {!proto.io.haveno.protobuffer.ByteArray} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ByteArray.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ByteArray.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getBytes_asU8(); if (f.length > 0) { @@ -49866,7 +45011,7 @@ proto.io.bisq.protobuffer.ByteArray.serializeBinaryToWriter = function(message, * optional bytes bytes = 1; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.ByteArray.prototype.getBytes = function() { +proto.io.haveno.protobuffer.ByteArray.prototype.getBytes = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; @@ -49876,7 +45021,7 @@ proto.io.bisq.protobuffer.ByteArray.prototype.getBytes = function() { * This is a type-conversion wrapper around `getBytes()` * @return {string} */ -proto.io.bisq.protobuffer.ByteArray.prototype.getBytes_asB64 = function() { +proto.io.haveno.protobuffer.ByteArray.prototype.getBytes_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getBytes())); }; @@ -49889,7 +45034,7 @@ proto.io.bisq.protobuffer.ByteArray.prototype.getBytes_asB64 = function() { * This is a type-conversion wrapper around `getBytes()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ByteArray.prototype.getBytes_asU8 = function() { +proto.io.haveno.protobuffer.ByteArray.prototype.getBytes_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getBytes())); }; @@ -49897,9 +45042,9 @@ proto.io.bisq.protobuffer.ByteArray.prototype.getBytes_asU8 = function() { /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.ByteArray} returns this + * @return {!proto.io.haveno.protobuffer.ByteArray} returns this */ -proto.io.bisq.protobuffer.ByteArray.prototype.setBytes = function(value) { +proto.io.haveno.protobuffer.ByteArray.prototype.setBytes = function(value) { return jspb.Message.setProto3BytesField(this, 1, value); }; @@ -49920,8 +45065,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MapValue.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MapValue.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MapValue.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MapValue.toObject(opt_includeInstance, this); }; @@ -49930,11 +45075,11 @@ proto.io.bisq.protobuffer.MapValue.prototype.toObject = function(opt_includeInst * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MapValue} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MapValue} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MapValue.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MapValue.toObject = function(includeInstance, msg) { var f, obj = { sequenceNr: jspb.Message.getFieldWithDefault(msg, 1, 0), timeStamp: jspb.Message.getFieldWithDefault(msg, 2, 0) @@ -49951,23 +45096,23 @@ proto.io.bisq.protobuffer.MapValue.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MapValue} + * @return {!proto.io.haveno.protobuffer.MapValue} */ -proto.io.bisq.protobuffer.MapValue.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MapValue.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MapValue; - return proto.io.bisq.protobuffer.MapValue.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MapValue; + return proto.io.haveno.protobuffer.MapValue.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MapValue} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MapValue} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MapValue} + * @return {!proto.io.haveno.protobuffer.MapValue} */ -proto.io.bisq.protobuffer.MapValue.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MapValue.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -49995,9 +45140,9 @@ proto.io.bisq.protobuffer.MapValue.deserializeBinaryFromReader = function(msg, r * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MapValue.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MapValue.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MapValue.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MapValue.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -50005,11 +45150,11 @@ proto.io.bisq.protobuffer.MapValue.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MapValue} message + * @param {!proto.io.haveno.protobuffer.MapValue} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MapValue.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MapValue.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getSequenceNr(); if (f !== 0) { @@ -50032,16 +45177,16 @@ proto.io.bisq.protobuffer.MapValue.serializeBinaryToWriter = function(message, w * optional int32 sequence_nr = 1; * @return {number} */ -proto.io.bisq.protobuffer.MapValue.prototype.getSequenceNr = function() { +proto.io.haveno.protobuffer.MapValue.prototype.getSequenceNr = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.MapValue} returns this + * @return {!proto.io.haveno.protobuffer.MapValue} returns this */ -proto.io.bisq.protobuffer.MapValue.prototype.setSequenceNr = function(value) { +proto.io.haveno.protobuffer.MapValue.prototype.setSequenceNr = function(value) { return jspb.Message.setProto3IntField(this, 1, value); }; @@ -50050,160 +45195,27 @@ proto.io.bisq.protobuffer.MapValue.prototype.setSequenceNr = function(value) { * optional int64 time_stamp = 2; * @return {number} */ -proto.io.bisq.protobuffer.MapValue.prototype.getTimeStamp = function() { +proto.io.haveno.protobuffer.MapValue.prototype.getTimeStamp = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.MapValue} returns this + * @return {!proto.io.haveno.protobuffer.MapValue} returns this */ -proto.io.bisq.protobuffer.MapValue.prototype.setTimeStamp = function(value) { +proto.io.haveno.protobuffer.MapValue.prototype.setTimeStamp = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; - - -if (jspb.Message.GENERATE_TO_OBJECT) { -/** - * Creates an object representation of this proto. - * Field names that are reserved in JavaScript and will be renamed to pb_name. - * Optional fields that are not set will be set to undefined. - * To access a reserved field use, foo.pb_, eg, foo.pb_default. - * For the list of reserved names please see: - * net/proto2/compiler/js/internal/generator.cc#kKeyword. - * @param {boolean=} opt_includeInstance Deprecated. whether to include the - * JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @return {!Object} - */ -proto.io.bisq.protobuffer.PersistedEntryMap.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PersistedEntryMap.toObject(opt_includeInstance, this); -}; - - -/** - * Static version of the {@see toObject} method. - * @param {boolean|undefined} includeInstance Deprecated. Whether to include - * the JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PersistedEntryMap} msg The msg instance to transform. - * @return {!Object} - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.PersistedEntryMap.toObject = function(includeInstance, msg) { - var f, obj = { - persistedEntryMapMap: (f = msg.getPersistedEntryMapMap()) ? f.toObject(includeInstance, proto.io.bisq.protobuffer.ProtectedStorageEntry.toObject) : [] - }; - - if (includeInstance) { - obj.$jspbMessageInstance = msg; - } - return obj; -}; -} - - -/** - * Deserializes binary data (in protobuf wire format). - * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PersistedEntryMap} - */ -proto.io.bisq.protobuffer.PersistedEntryMap.deserializeBinary = function(bytes) { - var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PersistedEntryMap; - return proto.io.bisq.protobuffer.PersistedEntryMap.deserializeBinaryFromReader(msg, reader); -}; - - -/** - * Deserializes binary data (in protobuf wire format) from the - * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PersistedEntryMap} msg The message object to deserialize into. - * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PersistedEntryMap} - */ -proto.io.bisq.protobuffer.PersistedEntryMap.deserializeBinaryFromReader = function(msg, reader) { - while (reader.nextField()) { - if (reader.isEndGroup()) { - break; - } - var field = reader.getFieldNumber(); - switch (field) { - case 1: - var value = msg.getPersistedEntryMapMap(); - reader.readMessage(value, function(message, reader) { - jspb.Map.deserializeBinary(message, reader, jspb.BinaryReader.prototype.readString, jspb.BinaryReader.prototype.readMessage, proto.io.bisq.protobuffer.ProtectedStorageEntry.deserializeBinaryFromReader, "", new proto.io.bisq.protobuffer.ProtectedStorageEntry()); - }); - break; - default: - reader.skipField(); - break; - } - } - return msg; -}; - - -/** - * Serializes the message to binary data (in protobuf wire format). - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.PersistedEntryMap.prototype.serializeBinary = function() { - var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PersistedEntryMap.serializeBinaryToWriter(this, writer); - return writer.getResultBuffer(); -}; - - -/** - * Serializes the given message to binary data (in protobuf wire - * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PersistedEntryMap} message - * @param {!jspb.BinaryWriter} writer - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.PersistedEntryMap.serializeBinaryToWriter = function(message, writer) { - var f = undefined; - f = message.getPersistedEntryMapMap(true); - if (f && f.getLength() > 0) { - f.serializeBinary(1, writer, jspb.BinaryWriter.prototype.writeString, jspb.BinaryWriter.prototype.writeMessage, proto.io.bisq.protobuffer.ProtectedStorageEntry.serializeBinaryToWriter); - } -}; - - -/** - * map persisted_entry_map = 1; - * @param {boolean=} opt_noLazyCreate Do not create the map if - * empty, instead returning `undefined` - * @return {!jspb.Map} - */ -proto.io.bisq.protobuffer.PersistedEntryMap.prototype.getPersistedEntryMapMap = function(opt_noLazyCreate) { - return /** @type {!jspb.Map} */ ( - jspb.Message.getMapField(this, 1, opt_noLazyCreate, - proto.io.bisq.protobuffer.ProtectedStorageEntry)); -}; - - -/** - * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.PersistedEntryMap} returns this - */ -proto.io.bisq.protobuffer.PersistedEntryMap.prototype.clearPersistedEntryMapMap = function() { - this.getPersistedEntryMapMap().clear(); - return this;}; - - - /** * List of repeated fields within this message type. * @private {!Array} * @const */ -proto.io.bisq.protobuffer.AccountAgeWitnessStore.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.AccountAgeWitnessStore.repeatedFields_ = [1]; @@ -50220,8 +45232,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AccountAgeWitnessStore.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AccountAgeWitnessStore.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AccountAgeWitnessStore.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AccountAgeWitnessStore.toObject(opt_includeInstance, this); }; @@ -50230,14 +45242,14 @@ proto.io.bisq.protobuffer.AccountAgeWitnessStore.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AccountAgeWitnessStore} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AccountAgeWitnessStore} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AccountAgeWitnessStore.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AccountAgeWitnessStore.toObject = function(includeInstance, msg) { var f, obj = { itemsList: jspb.Message.toObjectList(msg.getItemsList(), - proto.io.bisq.protobuffer.AccountAgeWitness.toObject, includeInstance) + proto.io.haveno.protobuffer.AccountAgeWitness.toObject, includeInstance) }; if (includeInstance) { @@ -50251,23 +45263,23 @@ proto.io.bisq.protobuffer.AccountAgeWitnessStore.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AccountAgeWitnessStore} + * @return {!proto.io.haveno.protobuffer.AccountAgeWitnessStore} */ -proto.io.bisq.protobuffer.AccountAgeWitnessStore.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AccountAgeWitnessStore.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AccountAgeWitnessStore; - return proto.io.bisq.protobuffer.AccountAgeWitnessStore.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AccountAgeWitnessStore; + return proto.io.haveno.protobuffer.AccountAgeWitnessStore.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AccountAgeWitnessStore} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AccountAgeWitnessStore} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AccountAgeWitnessStore} + * @return {!proto.io.haveno.protobuffer.AccountAgeWitnessStore} */ -proto.io.bisq.protobuffer.AccountAgeWitnessStore.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AccountAgeWitnessStore.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -50275,8 +45287,8 @@ proto.io.bisq.protobuffer.AccountAgeWitnessStore.deserializeBinaryFromReader = f var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.AccountAgeWitness; - reader.readMessage(value,proto.io.bisq.protobuffer.AccountAgeWitness.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.AccountAgeWitness; + reader.readMessage(value,proto.io.haveno.protobuffer.AccountAgeWitness.deserializeBinaryFromReader); msg.addItems(value); break; default: @@ -50292,9 +45304,9 @@ proto.io.bisq.protobuffer.AccountAgeWitnessStore.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AccountAgeWitnessStore.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AccountAgeWitnessStore.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AccountAgeWitnessStore.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AccountAgeWitnessStore.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -50302,18 +45314,18 @@ proto.io.bisq.protobuffer.AccountAgeWitnessStore.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AccountAgeWitnessStore} message + * @param {!proto.io.haveno.protobuffer.AccountAgeWitnessStore} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AccountAgeWitnessStore.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AccountAgeWitnessStore.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getItemsList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.AccountAgeWitness.serializeBinaryToWriter + proto.io.haveno.protobuffer.AccountAgeWitness.serializeBinaryToWriter ); } }; @@ -50321,38 +45333,38 @@ proto.io.bisq.protobuffer.AccountAgeWitnessStore.serializeBinaryToWriter = funct /** * repeated AccountAgeWitness items = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.AccountAgeWitnessStore.prototype.getItemsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.AccountAgeWitness, 1)); +proto.io.haveno.protobuffer.AccountAgeWitnessStore.prototype.getItemsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.AccountAgeWitness, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.AccountAgeWitnessStore} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.AccountAgeWitnessStore} returns this */ -proto.io.bisq.protobuffer.AccountAgeWitnessStore.prototype.setItemsList = function(value) { +proto.io.haveno.protobuffer.AccountAgeWitnessStore.prototype.setItemsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.AccountAgeWitness=} opt_value + * @param {!proto.io.haveno.protobuffer.AccountAgeWitness=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.AccountAgeWitness} + * @return {!proto.io.haveno.protobuffer.AccountAgeWitness} */ -proto.io.bisq.protobuffer.AccountAgeWitnessStore.prototype.addItems = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.AccountAgeWitness, opt_index); +proto.io.haveno.protobuffer.AccountAgeWitnessStore.prototype.addItems = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.AccountAgeWitness, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.AccountAgeWitnessStore} returns this + * @return {!proto.io.haveno.protobuffer.AccountAgeWitnessStore} returns this */ -proto.io.bisq.protobuffer.AccountAgeWitnessStore.prototype.clearItemsList = function() { +proto.io.haveno.protobuffer.AccountAgeWitnessStore.prototype.clearItemsList = function() { return this.setItemsList([]); }; @@ -50363,7 +45375,7 @@ proto.io.bisq.protobuffer.AccountAgeWitnessStore.prototype.clearItemsList = func * @private {!Array} * @const */ -proto.io.bisq.protobuffer.SignedWitnessStore.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.SignedWitnessStore.repeatedFields_ = [1]; @@ -50380,8 +45392,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SignedWitnessStore.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SignedWitnessStore.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SignedWitnessStore.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SignedWitnessStore.toObject(opt_includeInstance, this); }; @@ -50390,14 +45402,14 @@ proto.io.bisq.protobuffer.SignedWitnessStore.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SignedWitnessStore} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SignedWitnessStore} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignedWitnessStore.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SignedWitnessStore.toObject = function(includeInstance, msg) { var f, obj = { itemsList: jspb.Message.toObjectList(msg.getItemsList(), - proto.io.bisq.protobuffer.SignedWitness.toObject, includeInstance) + proto.io.haveno.protobuffer.SignedWitness.toObject, includeInstance) }; if (includeInstance) { @@ -50411,23 +45423,23 @@ proto.io.bisq.protobuffer.SignedWitnessStore.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SignedWitnessStore} + * @return {!proto.io.haveno.protobuffer.SignedWitnessStore} */ -proto.io.bisq.protobuffer.SignedWitnessStore.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SignedWitnessStore.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SignedWitnessStore; - return proto.io.bisq.protobuffer.SignedWitnessStore.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SignedWitnessStore; + return proto.io.haveno.protobuffer.SignedWitnessStore.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SignedWitnessStore} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SignedWitnessStore} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SignedWitnessStore} + * @return {!proto.io.haveno.protobuffer.SignedWitnessStore} */ -proto.io.bisq.protobuffer.SignedWitnessStore.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SignedWitnessStore.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -50435,8 +45447,8 @@ proto.io.bisq.protobuffer.SignedWitnessStore.deserializeBinaryFromReader = funct var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.SignedWitness; - reader.readMessage(value,proto.io.bisq.protobuffer.SignedWitness.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SignedWitness; + reader.readMessage(value,proto.io.haveno.protobuffer.SignedWitness.deserializeBinaryFromReader); msg.addItems(value); break; default: @@ -50452,9 +45464,9 @@ proto.io.bisq.protobuffer.SignedWitnessStore.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignedWitnessStore.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SignedWitnessStore.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SignedWitnessStore.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SignedWitnessStore.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -50462,18 +45474,18 @@ proto.io.bisq.protobuffer.SignedWitnessStore.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SignedWitnessStore} message + * @param {!proto.io.haveno.protobuffer.SignedWitnessStore} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignedWitnessStore.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SignedWitnessStore.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getItemsList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.SignedWitness.serializeBinaryToWriter + proto.io.haveno.protobuffer.SignedWitness.serializeBinaryToWriter ); } }; @@ -50481,38 +45493,38 @@ proto.io.bisq.protobuffer.SignedWitnessStore.serializeBinaryToWriter = function( /** * repeated SignedWitness items = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.SignedWitnessStore.prototype.getItemsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.SignedWitness, 1)); +proto.io.haveno.protobuffer.SignedWitnessStore.prototype.getItemsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.SignedWitness, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.SignedWitnessStore} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.SignedWitnessStore} returns this */ -proto.io.bisq.protobuffer.SignedWitnessStore.prototype.setItemsList = function(value) { +proto.io.haveno.protobuffer.SignedWitnessStore.prototype.setItemsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.SignedWitness=} opt_value + * @param {!proto.io.haveno.protobuffer.SignedWitness=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.SignedWitness} + * @return {!proto.io.haveno.protobuffer.SignedWitness} */ -proto.io.bisq.protobuffer.SignedWitnessStore.prototype.addItems = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.SignedWitness, opt_index); +proto.io.haveno.protobuffer.SignedWitnessStore.prototype.addItems = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.SignedWitness, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.SignedWitnessStore} returns this + * @return {!proto.io.haveno.protobuffer.SignedWitnessStore} returns this */ -proto.io.bisq.protobuffer.SignedWitnessStore.prototype.clearItemsList = function() { +proto.io.haveno.protobuffer.SignedWitnessStore.prototype.clearItemsList = function() { return this.setItemsList([]); }; @@ -50523,7 +45535,7 @@ proto.io.bisq.protobuffer.SignedWitnessStore.prototype.clearItemsList = function * @private {!Array} * @const */ -proto.io.bisq.protobuffer.TradeStatistics2Store.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.TradeStatistics3Store.repeatedFields_ = [1]; @@ -50540,8 +45552,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.TradeStatistics2Store.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.TradeStatistics2Store.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.TradeStatistics3Store.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.TradeStatistics3Store.toObject(opt_includeInstance, this); }; @@ -50550,14 +45562,14 @@ proto.io.bisq.protobuffer.TradeStatistics2Store.prototype.toObject = function(op * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.TradeStatistics2Store} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.TradeStatistics3Store} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TradeStatistics2Store.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.TradeStatistics3Store.toObject = function(includeInstance, msg) { var f, obj = { itemsList: jspb.Message.toObjectList(msg.getItemsList(), - proto.io.bisq.protobuffer.TradeStatistics2.toObject, includeInstance) + proto.io.haveno.protobuffer.TradeStatistics3.toObject, includeInstance) }; if (includeInstance) { @@ -50571,23 +45583,23 @@ proto.io.bisq.protobuffer.TradeStatistics2Store.toObject = function(includeInsta /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.TradeStatistics2Store} + * @return {!proto.io.haveno.protobuffer.TradeStatistics3Store} */ -proto.io.bisq.protobuffer.TradeStatistics2Store.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.TradeStatistics3Store.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.TradeStatistics2Store; - return proto.io.bisq.protobuffer.TradeStatistics2Store.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.TradeStatistics3Store; + return proto.io.haveno.protobuffer.TradeStatistics3Store.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.TradeStatistics2Store} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.TradeStatistics3Store} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.TradeStatistics2Store} + * @return {!proto.io.haveno.protobuffer.TradeStatistics3Store} */ -proto.io.bisq.protobuffer.TradeStatistics2Store.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.TradeStatistics3Store.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -50595,8 +45607,8 @@ proto.io.bisq.protobuffer.TradeStatistics2Store.deserializeBinaryFromReader = fu var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.TradeStatistics2; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeStatistics2.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.TradeStatistics3; + reader.readMessage(value,proto.io.haveno.protobuffer.TradeStatistics3.deserializeBinaryFromReader); msg.addItems(value); break; default: @@ -50612,9 +45624,9 @@ proto.io.bisq.protobuffer.TradeStatistics2Store.deserializeBinaryFromReader = fu * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TradeStatistics2Store.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.TradeStatistics3Store.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.TradeStatistics2Store.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.TradeStatistics3Store.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -50622,178 +45634,18 @@ proto.io.bisq.protobuffer.TradeStatistics2Store.prototype.serializeBinary = func /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.TradeStatistics2Store} message + * @param {!proto.io.haveno.protobuffer.TradeStatistics3Store} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TradeStatistics2Store.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.TradeStatistics3Store.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getItemsList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.TradeStatistics2.serializeBinaryToWriter - ); - } -}; - - -/** - * repeated TradeStatistics2 items = 1; - * @return {!Array} - */ -proto.io.bisq.protobuffer.TradeStatistics2Store.prototype.getItemsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.TradeStatistics2, 1)); -}; - - -/** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics2Store} returns this -*/ -proto.io.bisq.protobuffer.TradeStatistics2Store.prototype.setItemsList = function(value) { - return jspb.Message.setRepeatedWrapperField(this, 1, value); -}; - - -/** - * @param {!proto.io.bisq.protobuffer.TradeStatistics2=} opt_value - * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.TradeStatistics2} - */ -proto.io.bisq.protobuffer.TradeStatistics2Store.prototype.addItems = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.TradeStatistics2, opt_index); -}; - - -/** - * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.TradeStatistics2Store} returns this - */ -proto.io.bisq.protobuffer.TradeStatistics2Store.prototype.clearItemsList = function() { - return this.setItemsList([]); -}; - - - -/** - * List of repeated fields within this message type. - * @private {!Array} - * @const - */ -proto.io.bisq.protobuffer.TradeStatistics3Store.repeatedFields_ = [1]; - - - -if (jspb.Message.GENERATE_TO_OBJECT) { -/** - * Creates an object representation of this proto. - * Field names that are reserved in JavaScript and will be renamed to pb_name. - * Optional fields that are not set will be set to undefined. - * To access a reserved field use, foo.pb_, eg, foo.pb_default. - * For the list of reserved names please see: - * net/proto2/compiler/js/internal/generator.cc#kKeyword. - * @param {boolean=} opt_includeInstance Deprecated. whether to include the - * JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @return {!Object} - */ -proto.io.bisq.protobuffer.TradeStatistics3Store.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.TradeStatistics3Store.toObject(opt_includeInstance, this); -}; - - -/** - * Static version of the {@see toObject} method. - * @param {boolean|undefined} includeInstance Deprecated. Whether to include - * the JSPB instance for transitional soy proto support: - * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.TradeStatistics3Store} msg The msg instance to transform. - * @return {!Object} - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.TradeStatistics3Store.toObject = function(includeInstance, msg) { - var f, obj = { - itemsList: jspb.Message.toObjectList(msg.getItemsList(), - proto.io.bisq.protobuffer.TradeStatistics3.toObject, includeInstance) - }; - - if (includeInstance) { - obj.$jspbMessageInstance = msg; - } - return obj; -}; -} - - -/** - * Deserializes binary data (in protobuf wire format). - * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.TradeStatistics3Store} - */ -proto.io.bisq.protobuffer.TradeStatistics3Store.deserializeBinary = function(bytes) { - var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.TradeStatistics3Store; - return proto.io.bisq.protobuffer.TradeStatistics3Store.deserializeBinaryFromReader(msg, reader); -}; - - -/** - * Deserializes binary data (in protobuf wire format) from the - * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.TradeStatistics3Store} msg The message object to deserialize into. - * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.TradeStatistics3Store} - */ -proto.io.bisq.protobuffer.TradeStatistics3Store.deserializeBinaryFromReader = function(msg, reader) { - while (reader.nextField()) { - if (reader.isEndGroup()) { - break; - } - var field = reader.getFieldNumber(); - switch (field) { - case 1: - var value = new proto.io.bisq.protobuffer.TradeStatistics3; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeStatistics3.deserializeBinaryFromReader); - msg.addItems(value); - break; - default: - reader.skipField(); - break; - } - } - return msg; -}; - - -/** - * Serializes the message to binary data (in protobuf wire format). - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.TradeStatistics3Store.prototype.serializeBinary = function() { - var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.TradeStatistics3Store.serializeBinaryToWriter(this, writer); - return writer.getResultBuffer(); -}; - - -/** - * Serializes the given message to binary data (in protobuf wire - * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.TradeStatistics3Store} message - * @param {!jspb.BinaryWriter} writer - * @suppress {unusedLocalVariables} f is only used for nested messages - */ -proto.io.bisq.protobuffer.TradeStatistics3Store.serializeBinaryToWriter = function(message, writer) { - var f = undefined; - f = message.getItemsList(); - if (f.length > 0) { - writer.writeRepeatedMessage( - 1, - f, - proto.io.bisq.protobuffer.TradeStatistics3.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradeStatistics3.serializeBinaryToWriter ); } }; @@ -50801,38 +45653,38 @@ proto.io.bisq.protobuffer.TradeStatistics3Store.serializeBinaryToWriter = functi /** * repeated TradeStatistics3 items = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.TradeStatistics3Store.prototype.getItemsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.TradeStatistics3, 1)); +proto.io.haveno.protobuffer.TradeStatistics3Store.prototype.getItemsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.TradeStatistics3, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.TradeStatistics3Store} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.TradeStatistics3Store} returns this */ -proto.io.bisq.protobuffer.TradeStatistics3Store.prototype.setItemsList = function(value) { +proto.io.haveno.protobuffer.TradeStatistics3Store.prototype.setItemsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.TradeStatistics3=} opt_value + * @param {!proto.io.haveno.protobuffer.TradeStatistics3=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.TradeStatistics3} + * @return {!proto.io.haveno.protobuffer.TradeStatistics3} */ -proto.io.bisq.protobuffer.TradeStatistics3Store.prototype.addItems = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.TradeStatistics3, opt_index); +proto.io.haveno.protobuffer.TradeStatistics3Store.prototype.addItems = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.TradeStatistics3, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.TradeStatistics3Store} returns this + * @return {!proto.io.haveno.protobuffer.TradeStatistics3Store} returns this */ -proto.io.bisq.protobuffer.TradeStatistics3Store.prototype.clearItemsList = function() { +proto.io.haveno.protobuffer.TradeStatistics3Store.prototype.clearItemsList = function() { return this.setItemsList([]); }; @@ -50843,7 +45695,7 @@ proto.io.bisq.protobuffer.TradeStatistics3Store.prototype.clearItemsList = funct * @private {!Array} * @const */ -proto.io.bisq.protobuffer.PeerList.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.PeerList.repeatedFields_ = [1]; @@ -50860,8 +45712,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PeerList.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PeerList.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PeerList.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PeerList.toObject(opt_includeInstance, this); }; @@ -50870,14 +45722,14 @@ proto.io.bisq.protobuffer.PeerList.prototype.toObject = function(opt_includeInst * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PeerList} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PeerList} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PeerList.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PeerList.toObject = function(includeInstance, msg) { var f, obj = { peerList: jspb.Message.toObjectList(msg.getPeerList(), - proto.io.bisq.protobuffer.Peer.toObject, includeInstance) + proto.io.haveno.protobuffer.Peer.toObject, includeInstance) }; if (includeInstance) { @@ -50891,23 +45743,23 @@ proto.io.bisq.protobuffer.PeerList.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PeerList} + * @return {!proto.io.haveno.protobuffer.PeerList} */ -proto.io.bisq.protobuffer.PeerList.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PeerList.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PeerList; - return proto.io.bisq.protobuffer.PeerList.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PeerList; + return proto.io.haveno.protobuffer.PeerList.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PeerList} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PeerList} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PeerList} + * @return {!proto.io.haveno.protobuffer.PeerList} */ -proto.io.bisq.protobuffer.PeerList.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PeerList.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -50915,8 +45767,8 @@ proto.io.bisq.protobuffer.PeerList.deserializeBinaryFromReader = function(msg, r var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.Peer; - reader.readMessage(value,proto.io.bisq.protobuffer.Peer.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Peer; + reader.readMessage(value,proto.io.haveno.protobuffer.Peer.deserializeBinaryFromReader); msg.addPeer(value); break; default: @@ -50932,9 +45784,9 @@ proto.io.bisq.protobuffer.PeerList.deserializeBinaryFromReader = function(msg, r * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PeerList.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PeerList.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PeerList.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PeerList.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -50942,18 +45794,18 @@ proto.io.bisq.protobuffer.PeerList.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PeerList} message + * @param {!proto.io.haveno.protobuffer.PeerList} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PeerList.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PeerList.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPeerList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.Peer.serializeBinaryToWriter + proto.io.haveno.protobuffer.Peer.serializeBinaryToWriter ); } }; @@ -50961,38 +45813,38 @@ proto.io.bisq.protobuffer.PeerList.serializeBinaryToWriter = function(message, w /** * repeated Peer peer = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.PeerList.prototype.getPeerList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.Peer, 1)); +proto.io.haveno.protobuffer.PeerList.prototype.getPeerList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.Peer, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PeerList} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.PeerList} returns this */ -proto.io.bisq.protobuffer.PeerList.prototype.setPeerList = function(value) { +proto.io.haveno.protobuffer.PeerList.prototype.setPeerList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.Peer=} opt_value + * @param {!proto.io.haveno.protobuffer.Peer=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Peer} + * @return {!proto.io.haveno.protobuffer.Peer} */ -proto.io.bisq.protobuffer.PeerList.prototype.addPeer = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.Peer, opt_index); +proto.io.haveno.protobuffer.PeerList.prototype.addPeer = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.Peer, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PeerList} returns this + * @return {!proto.io.haveno.protobuffer.PeerList} returns this */ -proto.io.bisq.protobuffer.PeerList.prototype.clearPeerList = function() { +proto.io.haveno.protobuffer.PeerList.prototype.clearPeerList = function() { return this.setPeerList([]); }; @@ -51003,7 +45855,7 @@ proto.io.bisq.protobuffer.PeerList.prototype.clearPeerList = function() { * @private {!Array} * @const */ -proto.io.bisq.protobuffer.AddressEntryList.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.AddressEntryList.repeatedFields_ = [1]; @@ -51020,8 +45872,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AddressEntryList.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AddressEntryList.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AddressEntryList.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AddressEntryList.toObject(opt_includeInstance, this); }; @@ -51030,14 +45882,14 @@ proto.io.bisq.protobuffer.AddressEntryList.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AddressEntryList} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AddressEntryList} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AddressEntryList.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AddressEntryList.toObject = function(includeInstance, msg) { var f, obj = { addressEntryList: jspb.Message.toObjectList(msg.getAddressEntryList(), - proto.io.bisq.protobuffer.AddressEntry.toObject, includeInstance) + proto.io.haveno.protobuffer.AddressEntry.toObject, includeInstance) }; if (includeInstance) { @@ -51051,23 +45903,23 @@ proto.io.bisq.protobuffer.AddressEntryList.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AddressEntryList} + * @return {!proto.io.haveno.protobuffer.AddressEntryList} */ -proto.io.bisq.protobuffer.AddressEntryList.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AddressEntryList.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AddressEntryList; - return proto.io.bisq.protobuffer.AddressEntryList.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AddressEntryList; + return proto.io.haveno.protobuffer.AddressEntryList.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AddressEntryList} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AddressEntryList} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AddressEntryList} + * @return {!proto.io.haveno.protobuffer.AddressEntryList} */ -proto.io.bisq.protobuffer.AddressEntryList.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AddressEntryList.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -51075,8 +45927,8 @@ proto.io.bisq.protobuffer.AddressEntryList.deserializeBinaryFromReader = functio var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.AddressEntry; - reader.readMessage(value,proto.io.bisq.protobuffer.AddressEntry.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.AddressEntry; + reader.readMessage(value,proto.io.haveno.protobuffer.AddressEntry.deserializeBinaryFromReader); msg.addAddressEntry(value); break; default: @@ -51092,9 +45944,9 @@ proto.io.bisq.protobuffer.AddressEntryList.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AddressEntryList.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AddressEntryList.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AddressEntryList.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AddressEntryList.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -51102,18 +45954,18 @@ proto.io.bisq.protobuffer.AddressEntryList.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AddressEntryList} message + * @param {!proto.io.haveno.protobuffer.AddressEntryList} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AddressEntryList.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AddressEntryList.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAddressEntryList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.AddressEntry.serializeBinaryToWriter + proto.io.haveno.protobuffer.AddressEntry.serializeBinaryToWriter ); } }; @@ -51121,38 +45973,38 @@ proto.io.bisq.protobuffer.AddressEntryList.serializeBinaryToWriter = function(me /** * repeated AddressEntry address_entry = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.AddressEntryList.prototype.getAddressEntryList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.AddressEntry, 1)); +proto.io.haveno.protobuffer.AddressEntryList.prototype.getAddressEntryList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.AddressEntry, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.AddressEntryList} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.AddressEntryList} returns this */ -proto.io.bisq.protobuffer.AddressEntryList.prototype.setAddressEntryList = function(value) { +proto.io.haveno.protobuffer.AddressEntryList.prototype.setAddressEntryList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.AddressEntry=} opt_value + * @param {!proto.io.haveno.protobuffer.AddressEntry=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.AddressEntry} + * @return {!proto.io.haveno.protobuffer.AddressEntry} */ -proto.io.bisq.protobuffer.AddressEntryList.prototype.addAddressEntry = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.AddressEntry, opt_index); +proto.io.haveno.protobuffer.AddressEntryList.prototype.addAddressEntry = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.AddressEntry, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.AddressEntryList} returns this + * @return {!proto.io.haveno.protobuffer.AddressEntryList} returns this */ -proto.io.bisq.protobuffer.AddressEntryList.prototype.clearAddressEntryList = function() { +proto.io.haveno.protobuffer.AddressEntryList.prototype.clearAddressEntryList = function() { return this.setAddressEntryList([]); }; @@ -51173,8 +46025,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AddressEntry.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AddressEntry.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AddressEntry.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AddressEntry.toObject(opt_includeInstance, this); }; @@ -51183,11 +46035,11 @@ proto.io.bisq.protobuffer.AddressEntry.prototype.toObject = function(opt_include * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AddressEntry} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AddressEntry} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AddressEntry.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AddressEntry.toObject = function(includeInstance, msg) { var f, obj = { offerId: jspb.Message.getFieldWithDefault(msg, 7, ""), context: jspb.Message.getFieldWithDefault(msg, 8, 0), @@ -51208,23 +46060,23 @@ proto.io.bisq.protobuffer.AddressEntry.toObject = function(includeInstance, msg) /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AddressEntry} + * @return {!proto.io.haveno.protobuffer.AddressEntry} */ -proto.io.bisq.protobuffer.AddressEntry.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AddressEntry.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AddressEntry; - return proto.io.bisq.protobuffer.AddressEntry.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AddressEntry; + return proto.io.haveno.protobuffer.AddressEntry.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AddressEntry} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AddressEntry} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AddressEntry} + * @return {!proto.io.haveno.protobuffer.AddressEntry} */ -proto.io.bisq.protobuffer.AddressEntry.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AddressEntry.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -51236,7 +46088,7 @@ proto.io.bisq.protobuffer.AddressEntry.deserializeBinaryFromReader = function(ms msg.setOfferId(value); break; case 8: - var value = /** @type {!proto.io.bisq.protobuffer.AddressEntry.Context} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.AddressEntry.Context} */ (reader.readEnum()); msg.setContext(value); break; case 9: @@ -51268,9 +46120,9 @@ proto.io.bisq.protobuffer.AddressEntry.deserializeBinaryFromReader = function(ms * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AddressEntry.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AddressEntry.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AddressEntry.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AddressEntry.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -51278,11 +46130,11 @@ proto.io.bisq.protobuffer.AddressEntry.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AddressEntry} message + * @param {!proto.io.haveno.protobuffer.AddressEntry} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AddressEntry.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AddressEntry.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOfferId(); if (f.length > 0) { @@ -51332,7 +46184,7 @@ proto.io.bisq.protobuffer.AddressEntry.serializeBinaryToWriter = function(messag /** * @enum {number} */ -proto.io.bisq.protobuffer.AddressEntry.Context = { +proto.io.haveno.protobuffer.AddressEntry.Context = { PB_ERROR: 0, ARBITRATOR: 1, AVAILABLE: 2, @@ -51346,34 +46198,34 @@ proto.io.bisq.protobuffer.AddressEntry.Context = { * optional string offer_id = 7; * @return {string} */ -proto.io.bisq.protobuffer.AddressEntry.prototype.getOfferId = function() { +proto.io.haveno.protobuffer.AddressEntry.prototype.getOfferId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AddressEntry} returns this + * @return {!proto.io.haveno.protobuffer.AddressEntry} returns this */ -proto.io.bisq.protobuffer.AddressEntry.prototype.setOfferId = function(value) { +proto.io.haveno.protobuffer.AddressEntry.prototype.setOfferId = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; /** * optional Context context = 8; - * @return {!proto.io.bisq.protobuffer.AddressEntry.Context} + * @return {!proto.io.haveno.protobuffer.AddressEntry.Context} */ -proto.io.bisq.protobuffer.AddressEntry.prototype.getContext = function() { - return /** @type {!proto.io.bisq.protobuffer.AddressEntry.Context} */ (jspb.Message.getFieldWithDefault(this, 8, 0)); +proto.io.haveno.protobuffer.AddressEntry.prototype.getContext = function() { + return /** @type {!proto.io.haveno.protobuffer.AddressEntry.Context} */ (jspb.Message.getFieldWithDefault(this, 8, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.AddressEntry.Context} value - * @return {!proto.io.bisq.protobuffer.AddressEntry} returns this + * @param {!proto.io.haveno.protobuffer.AddressEntry.Context} value + * @return {!proto.io.haveno.protobuffer.AddressEntry} returns this */ -proto.io.bisq.protobuffer.AddressEntry.prototype.setContext = function(value) { +proto.io.haveno.protobuffer.AddressEntry.prototype.setContext = function(value) { return jspb.Message.setProto3EnumField(this, 8, value); }; @@ -51382,7 +46234,7 @@ proto.io.bisq.protobuffer.AddressEntry.prototype.setContext = function(value) { * optional bytes pub_key = 9; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.AddressEntry.prototype.getPubKey = function() { +proto.io.haveno.protobuffer.AddressEntry.prototype.getPubKey = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 9, "")); }; @@ -51392,7 +46244,7 @@ proto.io.bisq.protobuffer.AddressEntry.prototype.getPubKey = function() { * This is a type-conversion wrapper around `getPubKey()` * @return {string} */ -proto.io.bisq.protobuffer.AddressEntry.prototype.getPubKey_asB64 = function() { +proto.io.haveno.protobuffer.AddressEntry.prototype.getPubKey_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getPubKey())); }; @@ -51405,7 +46257,7 @@ proto.io.bisq.protobuffer.AddressEntry.prototype.getPubKey_asB64 = function() { * This is a type-conversion wrapper around `getPubKey()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AddressEntry.prototype.getPubKey_asU8 = function() { +proto.io.haveno.protobuffer.AddressEntry.prototype.getPubKey_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getPubKey())); }; @@ -51413,9 +46265,9 @@ proto.io.bisq.protobuffer.AddressEntry.prototype.getPubKey_asU8 = function() { /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.AddressEntry} returns this + * @return {!proto.io.haveno.protobuffer.AddressEntry} returns this */ -proto.io.bisq.protobuffer.AddressEntry.prototype.setPubKey = function(value) { +proto.io.haveno.protobuffer.AddressEntry.prototype.setPubKey = function(value) { return jspb.Message.setProto3BytesField(this, 9, value); }; @@ -51424,7 +46276,7 @@ proto.io.bisq.protobuffer.AddressEntry.prototype.setPubKey = function(value) { * optional bytes pub_key_hash = 10; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.AddressEntry.prototype.getPubKeyHash = function() { +proto.io.haveno.protobuffer.AddressEntry.prototype.getPubKeyHash = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 10, "")); }; @@ -51434,7 +46286,7 @@ proto.io.bisq.protobuffer.AddressEntry.prototype.getPubKeyHash = function() { * This is a type-conversion wrapper around `getPubKeyHash()` * @return {string} */ -proto.io.bisq.protobuffer.AddressEntry.prototype.getPubKeyHash_asB64 = function() { +proto.io.haveno.protobuffer.AddressEntry.prototype.getPubKeyHash_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getPubKeyHash())); }; @@ -51447,7 +46299,7 @@ proto.io.bisq.protobuffer.AddressEntry.prototype.getPubKeyHash_asB64 = function( * This is a type-conversion wrapper around `getPubKeyHash()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AddressEntry.prototype.getPubKeyHash_asU8 = function() { +proto.io.haveno.protobuffer.AddressEntry.prototype.getPubKeyHash_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getPubKeyHash())); }; @@ -51455,9 +46307,9 @@ proto.io.bisq.protobuffer.AddressEntry.prototype.getPubKeyHash_asU8 = function() /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.AddressEntry} returns this + * @return {!proto.io.haveno.protobuffer.AddressEntry} returns this */ -proto.io.bisq.protobuffer.AddressEntry.prototype.setPubKeyHash = function(value) { +proto.io.haveno.protobuffer.AddressEntry.prototype.setPubKeyHash = function(value) { return jspb.Message.setProto3BytesField(this, 10, value); }; @@ -51466,16 +46318,16 @@ proto.io.bisq.protobuffer.AddressEntry.prototype.setPubKeyHash = function(value) * optional int64 coin_locked_in_multi_sig = 11; * @return {number} */ -proto.io.bisq.protobuffer.AddressEntry.prototype.getCoinLockedInMultiSig = function() { +proto.io.haveno.protobuffer.AddressEntry.prototype.getCoinLockedInMultiSig = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 11, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.AddressEntry} returns this + * @return {!proto.io.haveno.protobuffer.AddressEntry} returns this */ -proto.io.bisq.protobuffer.AddressEntry.prototype.setCoinLockedInMultiSig = function(value) { +proto.io.haveno.protobuffer.AddressEntry.prototype.setCoinLockedInMultiSig = function(value) { return jspb.Message.setProto3IntField(this, 11, value); }; @@ -51484,16 +46336,16 @@ proto.io.bisq.protobuffer.AddressEntry.prototype.setCoinLockedInMultiSig = funct * optional bool segwit = 12; * @return {boolean} */ -proto.io.bisq.protobuffer.AddressEntry.prototype.getSegwit = function() { +proto.io.haveno.protobuffer.AddressEntry.prototype.getSegwit = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 12, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.AddressEntry} returns this + * @return {!proto.io.haveno.protobuffer.AddressEntry} returns this */ -proto.io.bisq.protobuffer.AddressEntry.prototype.setSegwit = function(value) { +proto.io.haveno.protobuffer.AddressEntry.prototype.setSegwit = function(value) { return jspb.Message.setProto3BooleanField(this, 12, value); }; @@ -51504,7 +46356,7 @@ proto.io.bisq.protobuffer.AddressEntry.prototype.setSegwit = function(value) { * @private {!Array} * @const */ -proto.io.bisq.protobuffer.XmrAddressEntryList.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.XmrAddressEntryList.repeatedFields_ = [1]; @@ -51521,8 +46373,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.XmrAddressEntryList.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.XmrAddressEntryList.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.XmrAddressEntryList.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.XmrAddressEntryList.toObject(opt_includeInstance, this); }; @@ -51531,14 +46383,14 @@ proto.io.bisq.protobuffer.XmrAddressEntryList.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.XmrAddressEntryList} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.XmrAddressEntryList} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.XmrAddressEntryList.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.XmrAddressEntryList.toObject = function(includeInstance, msg) { var f, obj = { xmrAddressEntryList: jspb.Message.toObjectList(msg.getXmrAddressEntryList(), - proto.io.bisq.protobuffer.XmrAddressEntry.toObject, includeInstance) + proto.io.haveno.protobuffer.XmrAddressEntry.toObject, includeInstance) }; if (includeInstance) { @@ -51552,23 +46404,23 @@ proto.io.bisq.protobuffer.XmrAddressEntryList.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.XmrAddressEntryList} + * @return {!proto.io.haveno.protobuffer.XmrAddressEntryList} */ -proto.io.bisq.protobuffer.XmrAddressEntryList.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.XmrAddressEntryList.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.XmrAddressEntryList; - return proto.io.bisq.protobuffer.XmrAddressEntryList.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.XmrAddressEntryList; + return proto.io.haveno.protobuffer.XmrAddressEntryList.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.XmrAddressEntryList} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.XmrAddressEntryList} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.XmrAddressEntryList} + * @return {!proto.io.haveno.protobuffer.XmrAddressEntryList} */ -proto.io.bisq.protobuffer.XmrAddressEntryList.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.XmrAddressEntryList.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -51576,8 +46428,8 @@ proto.io.bisq.protobuffer.XmrAddressEntryList.deserializeBinaryFromReader = func var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.XmrAddressEntry; - reader.readMessage(value,proto.io.bisq.protobuffer.XmrAddressEntry.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.XmrAddressEntry; + reader.readMessage(value,proto.io.haveno.protobuffer.XmrAddressEntry.deserializeBinaryFromReader); msg.addXmrAddressEntry(value); break; default: @@ -51593,9 +46445,9 @@ proto.io.bisq.protobuffer.XmrAddressEntryList.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.XmrAddressEntryList.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.XmrAddressEntryList.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.XmrAddressEntryList.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.XmrAddressEntryList.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -51603,18 +46455,18 @@ proto.io.bisq.protobuffer.XmrAddressEntryList.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.XmrAddressEntryList} message + * @param {!proto.io.haveno.protobuffer.XmrAddressEntryList} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.XmrAddressEntryList.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.XmrAddressEntryList.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getXmrAddressEntryList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.XmrAddressEntry.serializeBinaryToWriter + proto.io.haveno.protobuffer.XmrAddressEntry.serializeBinaryToWriter ); } }; @@ -51622,38 +46474,38 @@ proto.io.bisq.protobuffer.XmrAddressEntryList.serializeBinaryToWriter = function /** * repeated XmrAddressEntry xmr_address_entry = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.XmrAddressEntryList.prototype.getXmrAddressEntryList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.XmrAddressEntry, 1)); +proto.io.haveno.protobuffer.XmrAddressEntryList.prototype.getXmrAddressEntryList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.XmrAddressEntry, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.XmrAddressEntryList} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.XmrAddressEntryList} returns this */ -proto.io.bisq.protobuffer.XmrAddressEntryList.prototype.setXmrAddressEntryList = function(value) { +proto.io.haveno.protobuffer.XmrAddressEntryList.prototype.setXmrAddressEntryList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.XmrAddressEntry=} opt_value + * @param {!proto.io.haveno.protobuffer.XmrAddressEntry=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.XmrAddressEntry} + * @return {!proto.io.haveno.protobuffer.XmrAddressEntry} */ -proto.io.bisq.protobuffer.XmrAddressEntryList.prototype.addXmrAddressEntry = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.XmrAddressEntry, opt_index); +proto.io.haveno.protobuffer.XmrAddressEntryList.prototype.addXmrAddressEntry = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.XmrAddressEntry, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.XmrAddressEntryList} returns this + * @return {!proto.io.haveno.protobuffer.XmrAddressEntryList} returns this */ -proto.io.bisq.protobuffer.XmrAddressEntryList.prototype.clearXmrAddressEntryList = function() { +proto.io.haveno.protobuffer.XmrAddressEntryList.prototype.clearXmrAddressEntryList = function() { return this.setXmrAddressEntryList([]); }; @@ -51674,8 +46526,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.XmrAddressEntry.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.XmrAddressEntry.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.XmrAddressEntry.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.XmrAddressEntry.toObject(opt_includeInstance, this); }; @@ -51684,11 +46536,11 @@ proto.io.bisq.protobuffer.XmrAddressEntry.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.XmrAddressEntry} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.XmrAddressEntry} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.XmrAddressEntry.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.XmrAddressEntry.toObject = function(includeInstance, msg) { var f, obj = { subaddressIndex: jspb.Message.getFieldWithDefault(msg, 7, 0), addressString: jspb.Message.getFieldWithDefault(msg, 8, ""), @@ -51708,23 +46560,23 @@ proto.io.bisq.protobuffer.XmrAddressEntry.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.XmrAddressEntry} + * @return {!proto.io.haveno.protobuffer.XmrAddressEntry} */ -proto.io.bisq.protobuffer.XmrAddressEntry.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.XmrAddressEntry.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.XmrAddressEntry; - return proto.io.bisq.protobuffer.XmrAddressEntry.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.XmrAddressEntry; + return proto.io.haveno.protobuffer.XmrAddressEntry.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.XmrAddressEntry} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.XmrAddressEntry} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.XmrAddressEntry} + * @return {!proto.io.haveno.protobuffer.XmrAddressEntry} */ -proto.io.bisq.protobuffer.XmrAddressEntry.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.XmrAddressEntry.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -51744,7 +46596,7 @@ proto.io.bisq.protobuffer.XmrAddressEntry.deserializeBinaryFromReader = function msg.setOfferId(value); break; case 10: - var value = /** @type {!proto.io.bisq.protobuffer.XmrAddressEntry.Context} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.XmrAddressEntry.Context} */ (reader.readEnum()); msg.setContext(value); break; case 11: @@ -51764,9 +46616,9 @@ proto.io.bisq.protobuffer.XmrAddressEntry.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.XmrAddressEntry.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.XmrAddressEntry.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.XmrAddressEntry.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.XmrAddressEntry.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -51774,11 +46626,11 @@ proto.io.bisq.protobuffer.XmrAddressEntry.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.XmrAddressEntry} message + * @param {!proto.io.haveno.protobuffer.XmrAddressEntry} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.XmrAddressEntry.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.XmrAddressEntry.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getSubaddressIndex(); if (f !== 0) { @@ -51821,7 +46673,7 @@ proto.io.bisq.protobuffer.XmrAddressEntry.serializeBinaryToWriter = function(mes /** * @enum {number} */ -proto.io.bisq.protobuffer.XmrAddressEntry.Context = { +proto.io.haveno.protobuffer.XmrAddressEntry.Context = { PB_ERROR: 0, ARBITRATOR: 1, AVAILABLE: 2, @@ -51835,16 +46687,16 @@ proto.io.bisq.protobuffer.XmrAddressEntry.Context = { * optional int32 subaddress_index = 7; * @return {number} */ -proto.io.bisq.protobuffer.XmrAddressEntry.prototype.getSubaddressIndex = function() { +proto.io.haveno.protobuffer.XmrAddressEntry.prototype.getSubaddressIndex = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.XmrAddressEntry} returns this + * @return {!proto.io.haveno.protobuffer.XmrAddressEntry} returns this */ -proto.io.bisq.protobuffer.XmrAddressEntry.prototype.setSubaddressIndex = function(value) { +proto.io.haveno.protobuffer.XmrAddressEntry.prototype.setSubaddressIndex = function(value) { return jspb.Message.setProto3IntField(this, 7, value); }; @@ -51853,16 +46705,16 @@ proto.io.bisq.protobuffer.XmrAddressEntry.prototype.setSubaddressIndex = functio * optional string address_string = 8; * @return {string} */ -proto.io.bisq.protobuffer.XmrAddressEntry.prototype.getAddressString = function() { +proto.io.haveno.protobuffer.XmrAddressEntry.prototype.getAddressString = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.XmrAddressEntry} returns this + * @return {!proto.io.haveno.protobuffer.XmrAddressEntry} returns this */ -proto.io.bisq.protobuffer.XmrAddressEntry.prototype.setAddressString = function(value) { +proto.io.haveno.protobuffer.XmrAddressEntry.prototype.setAddressString = function(value) { return jspb.Message.setProto3StringField(this, 8, value); }; @@ -51871,34 +46723,34 @@ proto.io.bisq.protobuffer.XmrAddressEntry.prototype.setAddressString = function( * optional string offer_id = 9; * @return {string} */ -proto.io.bisq.protobuffer.XmrAddressEntry.prototype.getOfferId = function() { +proto.io.haveno.protobuffer.XmrAddressEntry.prototype.getOfferId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.XmrAddressEntry} returns this + * @return {!proto.io.haveno.protobuffer.XmrAddressEntry} returns this */ -proto.io.bisq.protobuffer.XmrAddressEntry.prototype.setOfferId = function(value) { +proto.io.haveno.protobuffer.XmrAddressEntry.prototype.setOfferId = function(value) { return jspb.Message.setProto3StringField(this, 9, value); }; /** * optional Context context = 10; - * @return {!proto.io.bisq.protobuffer.XmrAddressEntry.Context} + * @return {!proto.io.haveno.protobuffer.XmrAddressEntry.Context} */ -proto.io.bisq.protobuffer.XmrAddressEntry.prototype.getContext = function() { - return /** @type {!proto.io.bisq.protobuffer.XmrAddressEntry.Context} */ (jspb.Message.getFieldWithDefault(this, 10, 0)); +proto.io.haveno.protobuffer.XmrAddressEntry.prototype.getContext = function() { + return /** @type {!proto.io.haveno.protobuffer.XmrAddressEntry.Context} */ (jspb.Message.getFieldWithDefault(this, 10, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.XmrAddressEntry.Context} value - * @return {!proto.io.bisq.protobuffer.XmrAddressEntry} returns this + * @param {!proto.io.haveno.protobuffer.XmrAddressEntry.Context} value + * @return {!proto.io.haveno.protobuffer.XmrAddressEntry} returns this */ -proto.io.bisq.protobuffer.XmrAddressEntry.prototype.setContext = function(value) { +proto.io.haveno.protobuffer.XmrAddressEntry.prototype.setContext = function(value) { return jspb.Message.setProto3EnumField(this, 10, value); }; @@ -51907,16 +46759,16 @@ proto.io.bisq.protobuffer.XmrAddressEntry.prototype.setContext = function(value) * optional int64 coin_locked_in_multi_sig = 11; * @return {number} */ -proto.io.bisq.protobuffer.XmrAddressEntry.prototype.getCoinLockedInMultiSig = function() { +proto.io.haveno.protobuffer.XmrAddressEntry.prototype.getCoinLockedInMultiSig = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 11, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.XmrAddressEntry} returns this + * @return {!proto.io.haveno.protobuffer.XmrAddressEntry} returns this */ -proto.io.bisq.protobuffer.XmrAddressEntry.prototype.setCoinLockedInMultiSig = function(value) { +proto.io.haveno.protobuffer.XmrAddressEntry.prototype.setCoinLockedInMultiSig = function(value) { return jspb.Message.setProto3IntField(this, 11, value); }; @@ -51927,7 +46779,7 @@ proto.io.bisq.protobuffer.XmrAddressEntry.prototype.setCoinLockedInMultiSig = fu * @private {!Array} * @const */ -proto.io.bisq.protobuffer.NavigationPath.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.NavigationPath.repeatedFields_ = [1]; @@ -51944,8 +46796,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.NavigationPath.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.NavigationPath.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.NavigationPath.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.NavigationPath.toObject(opt_includeInstance, this); }; @@ -51954,11 +46806,11 @@ proto.io.bisq.protobuffer.NavigationPath.prototype.toObject = function(opt_inclu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.NavigationPath} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.NavigationPath} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.NavigationPath.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.NavigationPath.toObject = function(includeInstance, msg) { var f, obj = { pathList: (f = jspb.Message.getRepeatedField(msg, 1)) == null ? undefined : f }; @@ -51974,23 +46826,23 @@ proto.io.bisq.protobuffer.NavigationPath.toObject = function(includeInstance, ms /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.NavigationPath} + * @return {!proto.io.haveno.protobuffer.NavigationPath} */ -proto.io.bisq.protobuffer.NavigationPath.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.NavigationPath.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.NavigationPath; - return proto.io.bisq.protobuffer.NavigationPath.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.NavigationPath; + return proto.io.haveno.protobuffer.NavigationPath.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.NavigationPath} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.NavigationPath} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.NavigationPath} + * @return {!proto.io.haveno.protobuffer.NavigationPath} */ -proto.io.bisq.protobuffer.NavigationPath.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.NavigationPath.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -52014,9 +46866,9 @@ proto.io.bisq.protobuffer.NavigationPath.deserializeBinaryFromReader = function( * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.NavigationPath.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.NavigationPath.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.NavigationPath.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.NavigationPath.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -52024,11 +46876,11 @@ proto.io.bisq.protobuffer.NavigationPath.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.NavigationPath} message + * @param {!proto.io.haveno.protobuffer.NavigationPath} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.NavigationPath.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.NavigationPath.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPathList(); if (f.length > 0) { @@ -52044,16 +46896,16 @@ proto.io.bisq.protobuffer.NavigationPath.serializeBinaryToWriter = function(mess * repeated string path = 1; * @return {!Array} */ -proto.io.bisq.protobuffer.NavigationPath.prototype.getPathList = function() { +proto.io.haveno.protobuffer.NavigationPath.prototype.getPathList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 1)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.NavigationPath} returns this + * @return {!proto.io.haveno.protobuffer.NavigationPath} returns this */ -proto.io.bisq.protobuffer.NavigationPath.prototype.setPathList = function(value) { +proto.io.haveno.protobuffer.NavigationPath.prototype.setPathList = function(value) { return jspb.Message.setField(this, 1, value || []); }; @@ -52061,18 +46913,18 @@ proto.io.bisq.protobuffer.NavigationPath.prototype.setPathList = function(value) /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.NavigationPath} returns this + * @return {!proto.io.haveno.protobuffer.NavigationPath} returns this */ -proto.io.bisq.protobuffer.NavigationPath.prototype.addPath = function(value, opt_index) { +proto.io.haveno.protobuffer.NavigationPath.prototype.addPath = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 1, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.NavigationPath} returns this + * @return {!proto.io.haveno.protobuffer.NavigationPath} returns this */ -proto.io.bisq.protobuffer.NavigationPath.prototype.clearPathList = function() { +proto.io.haveno.protobuffer.NavigationPath.prototype.clearPathList = function() { return this.setPathList([]); }; @@ -52083,7 +46935,7 @@ proto.io.bisq.protobuffer.NavigationPath.prototype.clearPathList = function() { * @private {!Array} * @const */ -proto.io.bisq.protobuffer.PaymentAccountList.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.PaymentAccountList.repeatedFields_ = [1]; @@ -52100,8 +46952,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PaymentAccountList.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PaymentAccountList.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PaymentAccountList.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PaymentAccountList.toObject(opt_includeInstance, this); }; @@ -52110,14 +46962,14 @@ proto.io.bisq.protobuffer.PaymentAccountList.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PaymentAccountList} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PaymentAccountList} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentAccountList.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PaymentAccountList.toObject = function(includeInstance, msg) { var f, obj = { paymentAccountList: jspb.Message.toObjectList(msg.getPaymentAccountList(), - proto.io.bisq.protobuffer.PaymentAccount.toObject, includeInstance) + proto.io.haveno.protobuffer.PaymentAccount.toObject, includeInstance) }; if (includeInstance) { @@ -52131,23 +46983,23 @@ proto.io.bisq.protobuffer.PaymentAccountList.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PaymentAccountList} + * @return {!proto.io.haveno.protobuffer.PaymentAccountList} */ -proto.io.bisq.protobuffer.PaymentAccountList.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PaymentAccountList.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PaymentAccountList; - return proto.io.bisq.protobuffer.PaymentAccountList.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PaymentAccountList; + return proto.io.haveno.protobuffer.PaymentAccountList.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PaymentAccountList} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PaymentAccountList} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PaymentAccountList} + * @return {!proto.io.haveno.protobuffer.PaymentAccountList} */ -proto.io.bisq.protobuffer.PaymentAccountList.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PaymentAccountList.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -52155,8 +47007,8 @@ proto.io.bisq.protobuffer.PaymentAccountList.deserializeBinaryFromReader = funct var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.PaymentAccount; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentAccount.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PaymentAccount; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentAccount.deserializeBinaryFromReader); msg.addPaymentAccount(value); break; default: @@ -52172,9 +47024,9 @@ proto.io.bisq.protobuffer.PaymentAccountList.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PaymentAccountList.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PaymentAccountList.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PaymentAccountList.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PaymentAccountList.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -52182,18 +47034,18 @@ proto.io.bisq.protobuffer.PaymentAccountList.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PaymentAccountList} message + * @param {!proto.io.haveno.protobuffer.PaymentAccountList} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentAccountList.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PaymentAccountList.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPaymentAccountList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.PaymentAccount.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentAccount.serializeBinaryToWriter ); } }; @@ -52201,38 +47053,38 @@ proto.io.bisq.protobuffer.PaymentAccountList.serializeBinaryToWriter = function( /** * repeated PaymentAccount payment_account = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.PaymentAccountList.prototype.getPaymentAccountList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.PaymentAccount, 1)); +proto.io.haveno.protobuffer.PaymentAccountList.prototype.getPaymentAccountList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.PaymentAccount, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountList} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountList} returns this */ -proto.io.bisq.protobuffer.PaymentAccountList.prototype.setPaymentAccountList = function(value) { +proto.io.haveno.protobuffer.PaymentAccountList.prototype.setPaymentAccountList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.PaymentAccount=} opt_value + * @param {!proto.io.haveno.protobuffer.PaymentAccount=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.PaymentAccount} + * @return {!proto.io.haveno.protobuffer.PaymentAccount} */ -proto.io.bisq.protobuffer.PaymentAccountList.prototype.addPaymentAccount = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.PaymentAccount, opt_index); +proto.io.haveno.protobuffer.PaymentAccountList.prototype.addPaymentAccount = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.PaymentAccount, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PaymentAccountList} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountList} returns this */ -proto.io.bisq.protobuffer.PaymentAccountList.prototype.clearPaymentAccountList = function() { +proto.io.haveno.protobuffer.PaymentAccountList.prototype.clearPaymentAccountList = function() { return this.setPaymentAccountList([]); }; @@ -52243,7 +47095,7 @@ proto.io.bisq.protobuffer.PaymentAccountList.prototype.clearPaymentAccountList = * @private {!Array} * @const */ -proto.io.bisq.protobuffer.TradableList.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.TradableList.repeatedFields_ = [1]; @@ -52260,8 +47112,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.TradableList.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.TradableList.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.TradableList.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.TradableList.toObject(opt_includeInstance, this); }; @@ -52270,14 +47122,14 @@ proto.io.bisq.protobuffer.TradableList.prototype.toObject = function(opt_include * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.TradableList} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.TradableList} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TradableList.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.TradableList.toObject = function(includeInstance, msg) { var f, obj = { tradableList: jspb.Message.toObjectList(msg.getTradableList(), - proto.io.bisq.protobuffer.Tradable.toObject, includeInstance) + proto.io.haveno.protobuffer.Tradable.toObject, includeInstance) }; if (includeInstance) { @@ -52291,23 +47143,23 @@ proto.io.bisq.protobuffer.TradableList.toObject = function(includeInstance, msg) /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.TradableList} + * @return {!proto.io.haveno.protobuffer.TradableList} */ -proto.io.bisq.protobuffer.TradableList.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.TradableList.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.TradableList; - return proto.io.bisq.protobuffer.TradableList.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.TradableList; + return proto.io.haveno.protobuffer.TradableList.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.TradableList} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.TradableList} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.TradableList} + * @return {!proto.io.haveno.protobuffer.TradableList} */ -proto.io.bisq.protobuffer.TradableList.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.TradableList.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -52315,8 +47167,8 @@ proto.io.bisq.protobuffer.TradableList.deserializeBinaryFromReader = function(ms var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.Tradable; - reader.readMessage(value,proto.io.bisq.protobuffer.Tradable.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Tradable; + reader.readMessage(value,proto.io.haveno.protobuffer.Tradable.deserializeBinaryFromReader); msg.addTradable(value); break; default: @@ -52332,9 +47184,9 @@ proto.io.bisq.protobuffer.TradableList.deserializeBinaryFromReader = function(ms * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TradableList.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.TradableList.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.TradableList.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.TradableList.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -52342,18 +47194,18 @@ proto.io.bisq.protobuffer.TradableList.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.TradableList} message + * @param {!proto.io.haveno.protobuffer.TradableList} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TradableList.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.TradableList.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTradableList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.Tradable.serializeBinaryToWriter + proto.io.haveno.protobuffer.Tradable.serializeBinaryToWriter ); } }; @@ -52361,38 +47213,38 @@ proto.io.bisq.protobuffer.TradableList.serializeBinaryToWriter = function(messag /** * repeated Tradable tradable = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.TradableList.prototype.getTradableList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.Tradable, 1)); +proto.io.haveno.protobuffer.TradableList.prototype.getTradableList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.Tradable, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.TradableList} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.TradableList} returns this */ -proto.io.bisq.protobuffer.TradableList.prototype.setTradableList = function(value) { +proto.io.haveno.protobuffer.TradableList.prototype.setTradableList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.Tradable=} opt_value + * @param {!proto.io.haveno.protobuffer.Tradable=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Tradable} + * @return {!proto.io.haveno.protobuffer.Tradable} */ -proto.io.bisq.protobuffer.TradableList.prototype.addTradable = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.Tradable, opt_index); +proto.io.haveno.protobuffer.TradableList.prototype.addTradable = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.Tradable, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.TradableList} returns this + * @return {!proto.io.haveno.protobuffer.TradableList} returns this */ -proto.io.bisq.protobuffer.TradableList.prototype.clearTradableList = function() { +proto.io.haveno.protobuffer.TradableList.prototype.clearTradableList = function() { return this.setTradableList([]); }; @@ -52413,8 +47265,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.Offer.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Offer.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.Offer.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Offer.toObject(opt_includeInstance, this); }; @@ -52423,13 +47275,13 @@ proto.io.bisq.protobuffer.Offer.prototype.toObject = function(opt_includeInstanc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Offer} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.Offer} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Offer.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.Offer.toObject = function(includeInstance, msg) { var f, obj = { - offerPayload: (f = msg.getOfferPayload()) && proto.io.bisq.protobuffer.OfferPayload.toObject(includeInstance, f) + offerPayload: (f = msg.getOfferPayload()) && proto.io.haveno.protobuffer.OfferPayload.toObject(includeInstance, f) }; if (includeInstance) { @@ -52443,23 +47295,23 @@ proto.io.bisq.protobuffer.Offer.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Offer} + * @return {!proto.io.haveno.protobuffer.Offer} */ -proto.io.bisq.protobuffer.Offer.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Offer.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Offer; - return proto.io.bisq.protobuffer.Offer.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Offer; + return proto.io.haveno.protobuffer.Offer.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Offer} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Offer} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Offer} + * @return {!proto.io.haveno.protobuffer.Offer} */ -proto.io.bisq.protobuffer.Offer.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Offer.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -52467,8 +47319,8 @@ proto.io.bisq.protobuffer.Offer.deserializeBinaryFromReader = function(msg, read var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.OfferPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.OfferPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.OfferPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.OfferPayload.deserializeBinaryFromReader); msg.setOfferPayload(value); break; default: @@ -52484,9 +47336,9 @@ proto.io.bisq.protobuffer.Offer.deserializeBinaryFromReader = function(msg, read * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Offer.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Offer.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Offer.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Offer.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -52494,18 +47346,18 @@ proto.io.bisq.protobuffer.Offer.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Offer} message + * @param {!proto.io.haveno.protobuffer.Offer} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Offer.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Offer.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOfferPayload(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.OfferPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.OfferPayload.serializeBinaryToWriter ); } }; @@ -52514,7 +47366,7 @@ proto.io.bisq.protobuffer.Offer.serializeBinaryToWriter = function(message, writ /** * @enum {number} */ -proto.io.bisq.protobuffer.Offer.State = { +proto.io.haveno.protobuffer.Offer.State = { PB_ERROR: 0, UNKNOWN: 1, OFFER_FEE_RESERVED: 2, @@ -52526,28 +47378,28 @@ proto.io.bisq.protobuffer.Offer.State = { /** * optional OfferPayload offer_payload = 1; - * @return {?proto.io.bisq.protobuffer.OfferPayload} + * @return {?proto.io.haveno.protobuffer.OfferPayload} */ -proto.io.bisq.protobuffer.Offer.prototype.getOfferPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.OfferPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.OfferPayload, 1)); +proto.io.haveno.protobuffer.Offer.prototype.getOfferPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.OfferPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.OfferPayload, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.OfferPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.Offer} returns this + * @param {?proto.io.haveno.protobuffer.OfferPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.Offer} returns this */ -proto.io.bisq.protobuffer.Offer.prototype.setOfferPayload = function(value) { +proto.io.haveno.protobuffer.Offer.prototype.setOfferPayload = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Offer} returns this + * @return {!proto.io.haveno.protobuffer.Offer} returns this */ -proto.io.bisq.protobuffer.Offer.prototype.clearOfferPayload = function() { +proto.io.haveno.protobuffer.Offer.prototype.clearOfferPayload = function() { return this.setOfferPayload(undefined); }; @@ -52556,7 +47408,7 @@ proto.io.bisq.protobuffer.Offer.prototype.clearOfferPayload = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Offer.prototype.hasOfferPayload = function() { +proto.io.haveno.protobuffer.Offer.prototype.hasOfferPayload = function() { return jspb.Message.getField(this, 1) != null; }; @@ -52567,7 +47419,7 @@ proto.io.bisq.protobuffer.Offer.prototype.hasOfferPayload = function() { * @private {!Array} * @const */ -proto.io.bisq.protobuffer.SignedOfferList.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.SignedOfferList.repeatedFields_ = [1]; @@ -52584,8 +47436,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SignedOfferList.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SignedOfferList.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SignedOfferList.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SignedOfferList.toObject(opt_includeInstance, this); }; @@ -52594,14 +47446,14 @@ proto.io.bisq.protobuffer.SignedOfferList.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SignedOfferList} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SignedOfferList} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignedOfferList.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SignedOfferList.toObject = function(includeInstance, msg) { var f, obj = { signedOfferList: jspb.Message.toObjectList(msg.getSignedOfferList(), - proto.io.bisq.protobuffer.SignedOffer.toObject, includeInstance) + proto.io.haveno.protobuffer.SignedOffer.toObject, includeInstance) }; if (includeInstance) { @@ -52615,23 +47467,23 @@ proto.io.bisq.protobuffer.SignedOfferList.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SignedOfferList} + * @return {!proto.io.haveno.protobuffer.SignedOfferList} */ -proto.io.bisq.protobuffer.SignedOfferList.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SignedOfferList.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SignedOfferList; - return proto.io.bisq.protobuffer.SignedOfferList.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SignedOfferList; + return proto.io.haveno.protobuffer.SignedOfferList.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SignedOfferList} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SignedOfferList} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SignedOfferList} + * @return {!proto.io.haveno.protobuffer.SignedOfferList} */ -proto.io.bisq.protobuffer.SignedOfferList.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SignedOfferList.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -52639,8 +47491,8 @@ proto.io.bisq.protobuffer.SignedOfferList.deserializeBinaryFromReader = function var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.SignedOffer; - reader.readMessage(value,proto.io.bisq.protobuffer.SignedOffer.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SignedOffer; + reader.readMessage(value,proto.io.haveno.protobuffer.SignedOffer.deserializeBinaryFromReader); msg.addSignedOffer(value); break; default: @@ -52656,9 +47508,9 @@ proto.io.bisq.protobuffer.SignedOfferList.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignedOfferList.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SignedOfferList.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SignedOfferList.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SignedOfferList.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -52666,18 +47518,18 @@ proto.io.bisq.protobuffer.SignedOfferList.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SignedOfferList} message + * @param {!proto.io.haveno.protobuffer.SignedOfferList} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignedOfferList.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SignedOfferList.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getSignedOfferList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.SignedOffer.serializeBinaryToWriter + proto.io.haveno.protobuffer.SignedOffer.serializeBinaryToWriter ); } }; @@ -52685,38 +47537,38 @@ proto.io.bisq.protobuffer.SignedOfferList.serializeBinaryToWriter = function(mes /** * repeated SignedOffer signed_offer = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.SignedOfferList.prototype.getSignedOfferList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.SignedOffer, 1)); +proto.io.haveno.protobuffer.SignedOfferList.prototype.getSignedOfferList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.SignedOffer, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.SignedOfferList} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.SignedOfferList} returns this */ -proto.io.bisq.protobuffer.SignedOfferList.prototype.setSignedOfferList = function(value) { +proto.io.haveno.protobuffer.SignedOfferList.prototype.setSignedOfferList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.SignedOffer=} opt_value + * @param {!proto.io.haveno.protobuffer.SignedOffer=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.SignedOffer} + * @return {!proto.io.haveno.protobuffer.SignedOffer} */ -proto.io.bisq.protobuffer.SignedOfferList.prototype.addSignedOffer = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.SignedOffer, opt_index); +proto.io.haveno.protobuffer.SignedOfferList.prototype.addSignedOffer = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.SignedOffer, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.SignedOfferList} returns this + * @return {!proto.io.haveno.protobuffer.SignedOfferList} returns this */ -proto.io.bisq.protobuffer.SignedOfferList.prototype.clearSignedOfferList = function() { +proto.io.haveno.protobuffer.SignedOfferList.prototype.clearSignedOfferList = function() { return this.setSignedOfferList([]); }; @@ -52727,7 +47579,7 @@ proto.io.bisq.protobuffer.SignedOfferList.prototype.clearSignedOfferList = funct * @private {!Array} * @const */ -proto.io.bisq.protobuffer.SignedOffer.repeatedFields_ = [7]; +proto.io.haveno.protobuffer.SignedOffer.repeatedFields_ = [8]; @@ -52744,8 +47596,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SignedOffer.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SignedOffer.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SignedOffer.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SignedOffer.toObject(opt_includeInstance, this); }; @@ -52754,21 +47606,22 @@ proto.io.bisq.protobuffer.SignedOffer.prototype.toObject = function(opt_includeI * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SignedOffer} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SignedOffer} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignedOffer.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SignedOffer.toObject = function(includeInstance, msg) { var f, obj = { timeStamp: jspb.Message.getFieldWithDefault(msg, 1, 0), - offerId: jspb.Message.getFieldWithDefault(msg, 2, ""), - tradeAmount: jspb.Message.getFieldWithDefault(msg, 3, 0), - makerTradeFee: jspb.Message.getFieldWithDefault(msg, 4, 0), - reserveTxHash: jspb.Message.getFieldWithDefault(msg, 5, ""), - reserveTxHex: jspb.Message.getFieldWithDefault(msg, 6, ""), - reserveTxKeyImagesList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f, - reserveTxMinerFee: jspb.Message.getFieldWithDefault(msg, 8, 0), - arbitratorSignature: jspb.Message.getFieldWithDefault(msg, 9, "") + traderId: jspb.Message.getFieldWithDefault(msg, 2, 0), + offerId: jspb.Message.getFieldWithDefault(msg, 3, ""), + tradeAmount: jspb.Message.getFieldWithDefault(msg, 4, 0), + penaltyAmount: jspb.Message.getFieldWithDefault(msg, 5, 0), + reserveTxHash: jspb.Message.getFieldWithDefault(msg, 6, ""), + reserveTxHex: jspb.Message.getFieldWithDefault(msg, 7, ""), + reserveTxKeyImagesList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f, + reserveTxMinerFee: jspb.Message.getFieldWithDefault(msg, 9, 0), + arbitratorSignature: msg.getArbitratorSignature_asB64() }; if (includeInstance) { @@ -52782,23 +47635,23 @@ proto.io.bisq.protobuffer.SignedOffer.toObject = function(includeInstance, msg) /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SignedOffer} + * @return {!proto.io.haveno.protobuffer.SignedOffer} */ -proto.io.bisq.protobuffer.SignedOffer.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SignedOffer.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SignedOffer; - return proto.io.bisq.protobuffer.SignedOffer.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SignedOffer; + return proto.io.haveno.protobuffer.SignedOffer.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SignedOffer} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SignedOffer} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SignedOffer} + * @return {!proto.io.haveno.protobuffer.SignedOffer} */ -proto.io.bisq.protobuffer.SignedOffer.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SignedOffer.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -52810,35 +47663,39 @@ proto.io.bisq.protobuffer.SignedOffer.deserializeBinaryFromReader = function(msg msg.setTimeStamp(value); break; case 2: + var value = /** @type {number} */ (reader.readInt32()); + msg.setTraderId(value); + break; + case 3: var value = /** @type {string} */ (reader.readString()); msg.setOfferId(value); break; - case 3: + case 4: var value = /** @type {number} */ (reader.readUint64()); msg.setTradeAmount(value); break; - case 4: - var value = /** @type {number} */ (reader.readUint64()); - msg.setMakerTradeFee(value); - break; case 5: - var value = /** @type {string} */ (reader.readString()); - msg.setReserveTxHash(value); + var value = /** @type {number} */ (reader.readUint64()); + msg.setPenaltyAmount(value); break; case 6: var value = /** @type {string} */ (reader.readString()); - msg.setReserveTxHex(value); + msg.setReserveTxHash(value); break; case 7: var value = /** @type {string} */ (reader.readString()); - msg.addReserveTxKeyImages(value); + msg.setReserveTxHex(value); break; case 8: + var value = /** @type {string} */ (reader.readString()); + msg.addReserveTxKeyImages(value); + break; + case 9: var value = /** @type {number} */ (reader.readUint64()); msg.setReserveTxMinerFee(value); break; - case 9: - var value = /** @type {string} */ (reader.readString()); + case 10: + var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setArbitratorSignature(value); break; default: @@ -52854,9 +47711,9 @@ proto.io.bisq.protobuffer.SignedOffer.deserializeBinaryFromReader = function(msg * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignedOffer.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SignedOffer.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SignedOffer.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SignedOffer.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -52864,11 +47721,11 @@ proto.io.bisq.protobuffer.SignedOffer.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SignedOffer} message + * @param {!proto.io.haveno.protobuffer.SignedOffer} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SignedOffer.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SignedOffer.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTimeStamp(); if (f !== 0) { @@ -52877,59 +47734,66 @@ proto.io.bisq.protobuffer.SignedOffer.serializeBinaryToWriter = function(message f ); } + f = message.getTraderId(); + if (f !== 0) { + writer.writeInt32( + 2, + f + ); + } f = message.getOfferId(); if (f.length > 0) { writer.writeString( - 2, + 3, f ); } f = message.getTradeAmount(); if (f !== 0) { writer.writeUint64( - 3, + 4, f ); } - f = message.getMakerTradeFee(); + f = message.getPenaltyAmount(); if (f !== 0) { writer.writeUint64( - 4, + 5, f ); } f = message.getReserveTxHash(); if (f.length > 0) { writer.writeString( - 5, + 6, f ); } f = message.getReserveTxHex(); if (f.length > 0) { writer.writeString( - 6, + 7, f ); } f = message.getReserveTxKeyImagesList(); if (f.length > 0) { writer.writeRepeatedString( - 7, + 8, f ); } f = message.getReserveTxMinerFee(); if (f !== 0) { writer.writeUint64( - 8, + 9, f ); } - f = message.getArbitratorSignature(); + f = message.getArbitratorSignature_asU8(); if (f.length > 0) { - writer.writeString( - 9, + writer.writeBytes( + 10, f ); } @@ -52940,180 +47804,222 @@ proto.io.bisq.protobuffer.SignedOffer.serializeBinaryToWriter = function(message * optional int64 time_stamp = 1; * @return {number} */ -proto.io.bisq.protobuffer.SignedOffer.prototype.getTimeStamp = function() { +proto.io.haveno.protobuffer.SignedOffer.prototype.getTimeStamp = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.SignedOffer} returns this + * @return {!proto.io.haveno.protobuffer.SignedOffer} returns this */ -proto.io.bisq.protobuffer.SignedOffer.prototype.setTimeStamp = function(value) { +proto.io.haveno.protobuffer.SignedOffer.prototype.setTimeStamp = function(value) { return jspb.Message.setProto3IntField(this, 1, value); }; /** - * optional string offer_id = 2; - * @return {string} - */ -proto.io.bisq.protobuffer.SignedOffer.prototype.getOfferId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignedOffer} returns this - */ -proto.io.bisq.protobuffer.SignedOffer.prototype.setOfferId = function(value) { - return jspb.Message.setProto3StringField(this, 2, value); -}; - - -/** - * optional uint64 trade_amount = 3; + * optional int32 trader_id = 2; * @return {number} */ -proto.io.bisq.protobuffer.SignedOffer.prototype.getTradeAmount = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); +proto.io.haveno.protobuffer.SignedOffer.prototype.getTraderId = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.SignedOffer} returns this + * @return {!proto.io.haveno.protobuffer.SignedOffer} returns this */ -proto.io.bisq.protobuffer.SignedOffer.prototype.setTradeAmount = function(value) { - return jspb.Message.setProto3IntField(this, 3, value); +proto.io.haveno.protobuffer.SignedOffer.prototype.setTraderId = function(value) { + return jspb.Message.setProto3IntField(this, 2, value); }; /** - * optional uint64 maker_trade_fee = 4; + * optional string offer_id = 3; + * @return {string} + */ +proto.io.haveno.protobuffer.SignedOffer.prototype.getOfferId = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.SignedOffer} returns this + */ +proto.io.haveno.protobuffer.SignedOffer.prototype.setOfferId = function(value) { + return jspb.Message.setProto3StringField(this, 3, value); +}; + + +/** + * optional uint64 trade_amount = 4; * @return {number} */ -proto.io.bisq.protobuffer.SignedOffer.prototype.getMakerTradeFee = function() { +proto.io.haveno.protobuffer.SignedOffer.prototype.getTradeAmount = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.SignedOffer} returns this + * @return {!proto.io.haveno.protobuffer.SignedOffer} returns this */ -proto.io.bisq.protobuffer.SignedOffer.prototype.setMakerTradeFee = function(value) { +proto.io.haveno.protobuffer.SignedOffer.prototype.setTradeAmount = function(value) { return jspb.Message.setProto3IntField(this, 4, value); }; /** - * optional string reserve_tx_hash = 5; - * @return {string} + * optional uint64 penalty_amount = 5; + * @return {number} */ -proto.io.bisq.protobuffer.SignedOffer.prototype.getReserveTxHash = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); +proto.io.haveno.protobuffer.SignedOffer.prototype.getPenaltyAmount = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0)); }; /** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignedOffer} returns this + * @param {number} value + * @return {!proto.io.haveno.protobuffer.SignedOffer} returns this */ -proto.io.bisq.protobuffer.SignedOffer.prototype.setReserveTxHash = function(value) { - return jspb.Message.setProto3StringField(this, 5, value); +proto.io.haveno.protobuffer.SignedOffer.prototype.setPenaltyAmount = function(value) { + return jspb.Message.setProto3IntField(this, 5, value); }; /** - * optional string reserve_tx_hex = 6; + * optional string reserve_tx_hash = 6; * @return {string} */ -proto.io.bisq.protobuffer.SignedOffer.prototype.getReserveTxHex = function() { +proto.io.haveno.protobuffer.SignedOffer.prototype.getReserveTxHash = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignedOffer} returns this + * @return {!proto.io.haveno.protobuffer.SignedOffer} returns this */ -proto.io.bisq.protobuffer.SignedOffer.prototype.setReserveTxHex = function(value) { +proto.io.haveno.protobuffer.SignedOffer.prototype.setReserveTxHash = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; /** - * repeated string reserve_tx_key_images = 7; + * optional string reserve_tx_hex = 7; + * @return {string} + */ +proto.io.haveno.protobuffer.SignedOffer.prototype.getReserveTxHex = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.SignedOffer} returns this + */ +proto.io.haveno.protobuffer.SignedOffer.prototype.setReserveTxHex = function(value) { + return jspb.Message.setProto3StringField(this, 7, value); +}; + + +/** + * repeated string reserve_tx_key_images = 8; * @return {!Array} */ -proto.io.bisq.protobuffer.SignedOffer.prototype.getReserveTxKeyImagesList = function() { - return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 7)); +proto.io.haveno.protobuffer.SignedOffer.prototype.getReserveTxKeyImagesList = function() { + return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 8)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.SignedOffer} returns this + * @return {!proto.io.haveno.protobuffer.SignedOffer} returns this */ -proto.io.bisq.protobuffer.SignedOffer.prototype.setReserveTxKeyImagesList = function(value) { - return jspb.Message.setField(this, 7, value || []); +proto.io.haveno.protobuffer.SignedOffer.prototype.setReserveTxKeyImagesList = function(value) { + return jspb.Message.setField(this, 8, value || []); }; /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.SignedOffer} returns this + * @return {!proto.io.haveno.protobuffer.SignedOffer} returns this */ -proto.io.bisq.protobuffer.SignedOffer.prototype.addReserveTxKeyImages = function(value, opt_index) { - return jspb.Message.addToRepeatedField(this, 7, value, opt_index); +proto.io.haveno.protobuffer.SignedOffer.prototype.addReserveTxKeyImages = function(value, opt_index) { + return jspb.Message.addToRepeatedField(this, 8, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.SignedOffer} returns this + * @return {!proto.io.haveno.protobuffer.SignedOffer} returns this */ -proto.io.bisq.protobuffer.SignedOffer.prototype.clearReserveTxKeyImagesList = function() { +proto.io.haveno.protobuffer.SignedOffer.prototype.clearReserveTxKeyImagesList = function() { return this.setReserveTxKeyImagesList([]); }; /** - * optional uint64 reserve_tx_miner_fee = 8; + * optional uint64 reserve_tx_miner_fee = 9; * @return {number} */ -proto.io.bisq.protobuffer.SignedOffer.prototype.getReserveTxMinerFee = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 8, 0)); +proto.io.haveno.protobuffer.SignedOffer.prototype.getReserveTxMinerFee = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.SignedOffer} returns this + * @return {!proto.io.haveno.protobuffer.SignedOffer} returns this */ -proto.io.bisq.protobuffer.SignedOffer.prototype.setReserveTxMinerFee = function(value) { - return jspb.Message.setProto3IntField(this, 8, value); +proto.io.haveno.protobuffer.SignedOffer.prototype.setReserveTxMinerFee = function(value) { + return jspb.Message.setProto3IntField(this, 9, value); }; /** - * optional string arbitrator_signature = 9; + * optional bytes arbitrator_signature = 10; + * @return {!(string|Uint8Array)} + */ +proto.io.haveno.protobuffer.SignedOffer.prototype.getArbitratorSignature = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 10, "")); +}; + + +/** + * optional bytes arbitrator_signature = 10; + * This is a type-conversion wrapper around `getArbitratorSignature()` * @return {string} */ -proto.io.bisq.protobuffer.SignedOffer.prototype.getArbitratorSignature = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); +proto.io.haveno.protobuffer.SignedOffer.prototype.getArbitratorSignature_asB64 = function() { + return /** @type {string} */ (jspb.Message.bytesAsB64( + this.getArbitratorSignature())); }; /** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.SignedOffer} returns this + * optional bytes arbitrator_signature = 10; + * Note that Uint8Array is not supported on all browsers. + * @see http://caniuse.com/Uint8Array + * This is a type-conversion wrapper around `getArbitratorSignature()` + * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SignedOffer.prototype.setArbitratorSignature = function(value) { - return jspb.Message.setProto3StringField(this, 9, value); +proto.io.haveno.protobuffer.SignedOffer.prototype.getArbitratorSignature_asU8 = function() { + return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( + this.getArbitratorSignature())); +}; + + +/** + * @param {!(string|Uint8Array)} value + * @return {!proto.io.haveno.protobuffer.SignedOffer} returns this + */ +proto.io.haveno.protobuffer.SignedOffer.prototype.setArbitratorSignature = function(value) { + return jspb.Message.setProto3BytesField(this, 10, value); }; @@ -53123,7 +48029,7 @@ proto.io.bisq.protobuffer.SignedOffer.prototype.setArbitratorSignature = functio * @private {!Array} * @const */ -proto.io.bisq.protobuffer.OpenOffer.repeatedFields_ = [5]; +proto.io.haveno.protobuffer.OpenOffer.repeatedFields_ = [5]; @@ -53140,8 +48046,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.OpenOffer.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.OpenOffer.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.OpenOffer.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.OpenOffer.toObject(opt_includeInstance, this); }; @@ -53150,13 +48056,13 @@ proto.io.bisq.protobuffer.OpenOffer.prototype.toObject = function(opt_includeIns * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.OpenOffer} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.OpenOffer} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OpenOffer.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.OpenOffer.toObject = function(includeInstance, msg) { var f, obj = { - offer: (f = msg.getOffer()) && proto.io.bisq.protobuffer.Offer.toObject(includeInstance, f), + offer: (f = msg.getOffer()) && proto.io.haveno.protobuffer.Offer.toObject(includeInstance, f), state: jspb.Message.getFieldWithDefault(msg, 2, 0), triggerPrice: jspb.Message.getFieldWithDefault(msg, 3, 0), autoSplit: jspb.Message.getBooleanFieldWithDefault(msg, 4, false), @@ -53178,23 +48084,23 @@ proto.io.bisq.protobuffer.OpenOffer.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.OpenOffer} + * @return {!proto.io.haveno.protobuffer.OpenOffer} */ -proto.io.bisq.protobuffer.OpenOffer.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.OpenOffer.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.OpenOffer; - return proto.io.bisq.protobuffer.OpenOffer.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.OpenOffer; + return proto.io.haveno.protobuffer.OpenOffer.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.OpenOffer} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.OpenOffer} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.OpenOffer} + * @return {!proto.io.haveno.protobuffer.OpenOffer} */ -proto.io.bisq.protobuffer.OpenOffer.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.OpenOffer.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -53202,12 +48108,12 @@ proto.io.bisq.protobuffer.OpenOffer.deserializeBinaryFromReader = function(msg, var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.Offer; - reader.readMessage(value,proto.io.bisq.protobuffer.Offer.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Offer; + reader.readMessage(value,proto.io.haveno.protobuffer.Offer.deserializeBinaryFromReader); msg.setOffer(value); break; case 2: - var value = /** @type {!proto.io.bisq.protobuffer.OpenOffer.State} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.OpenOffer.State} */ (reader.readEnum()); msg.setState(value); break; case 3: @@ -53251,9 +48157,9 @@ proto.io.bisq.protobuffer.OpenOffer.deserializeBinaryFromReader = function(msg, * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.OpenOffer.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.OpenOffer.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.OpenOffer.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.OpenOffer.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -53261,18 +48167,18 @@ proto.io.bisq.protobuffer.OpenOffer.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.OpenOffer} message + * @param {!proto.io.haveno.protobuffer.OpenOffer} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.OpenOffer.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.OpenOffer.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOffer(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.Offer.serializeBinaryToWriter + proto.io.haveno.protobuffer.Offer.serializeBinaryToWriter ); } f = message.getState(); @@ -53337,7 +48243,7 @@ proto.io.bisq.protobuffer.OpenOffer.serializeBinaryToWriter = function(message, /** * @enum {number} */ -proto.io.bisq.protobuffer.OpenOffer.State = { +proto.io.haveno.protobuffer.OpenOffer.State = { PB_ERROR: 0, SCHEDULED: 1, AVAILABLE: 2, @@ -53349,28 +48255,28 @@ proto.io.bisq.protobuffer.OpenOffer.State = { /** * optional Offer offer = 1; - * @return {?proto.io.bisq.protobuffer.Offer} + * @return {?proto.io.haveno.protobuffer.Offer} */ -proto.io.bisq.protobuffer.OpenOffer.prototype.getOffer = function() { - return /** @type{?proto.io.bisq.protobuffer.Offer} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Offer, 1)); +proto.io.haveno.protobuffer.OpenOffer.prototype.getOffer = function() { + return /** @type{?proto.io.haveno.protobuffer.Offer} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Offer, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.Offer|undefined} value - * @return {!proto.io.bisq.protobuffer.OpenOffer} returns this + * @param {?proto.io.haveno.protobuffer.Offer|undefined} value + * @return {!proto.io.haveno.protobuffer.OpenOffer} returns this */ -proto.io.bisq.protobuffer.OpenOffer.prototype.setOffer = function(value) { +proto.io.haveno.protobuffer.OpenOffer.prototype.setOffer = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.OpenOffer} returns this + * @return {!proto.io.haveno.protobuffer.OpenOffer} returns this */ -proto.io.bisq.protobuffer.OpenOffer.prototype.clearOffer = function() { +proto.io.haveno.protobuffer.OpenOffer.prototype.clearOffer = function() { return this.setOffer(undefined); }; @@ -53379,25 +48285,25 @@ proto.io.bisq.protobuffer.OpenOffer.prototype.clearOffer = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.OpenOffer.prototype.hasOffer = function() { +proto.io.haveno.protobuffer.OpenOffer.prototype.hasOffer = function() { return jspb.Message.getField(this, 1) != null; }; /** * optional State state = 2; - * @return {!proto.io.bisq.protobuffer.OpenOffer.State} + * @return {!proto.io.haveno.protobuffer.OpenOffer.State} */ -proto.io.bisq.protobuffer.OpenOffer.prototype.getState = function() { - return /** @type {!proto.io.bisq.protobuffer.OpenOffer.State} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); +proto.io.haveno.protobuffer.OpenOffer.prototype.getState = function() { + return /** @type {!proto.io.haveno.protobuffer.OpenOffer.State} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.OpenOffer.State} value - * @return {!proto.io.bisq.protobuffer.OpenOffer} returns this + * @param {!proto.io.haveno.protobuffer.OpenOffer.State} value + * @return {!proto.io.haveno.protobuffer.OpenOffer} returns this */ -proto.io.bisq.protobuffer.OpenOffer.prototype.setState = function(value) { +proto.io.haveno.protobuffer.OpenOffer.prototype.setState = function(value) { return jspb.Message.setProto3EnumField(this, 2, value); }; @@ -53406,16 +48312,16 @@ proto.io.bisq.protobuffer.OpenOffer.prototype.setState = function(value) { * optional int64 trigger_price = 3; * @return {number} */ -proto.io.bisq.protobuffer.OpenOffer.prototype.getTriggerPrice = function() { +proto.io.haveno.protobuffer.OpenOffer.prototype.getTriggerPrice = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.OpenOffer} returns this + * @return {!proto.io.haveno.protobuffer.OpenOffer} returns this */ -proto.io.bisq.protobuffer.OpenOffer.prototype.setTriggerPrice = function(value) { +proto.io.haveno.protobuffer.OpenOffer.prototype.setTriggerPrice = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -53424,16 +48330,16 @@ proto.io.bisq.protobuffer.OpenOffer.prototype.setTriggerPrice = function(value) * optional bool auto_split = 4; * @return {boolean} */ -proto.io.bisq.protobuffer.OpenOffer.prototype.getAutoSplit = function() { +proto.io.haveno.protobuffer.OpenOffer.prototype.getAutoSplit = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 4, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.OpenOffer} returns this + * @return {!proto.io.haveno.protobuffer.OpenOffer} returns this */ -proto.io.bisq.protobuffer.OpenOffer.prototype.setAutoSplit = function(value) { +proto.io.haveno.protobuffer.OpenOffer.prototype.setAutoSplit = function(value) { return jspb.Message.setProto3BooleanField(this, 4, value); }; @@ -53442,16 +48348,16 @@ proto.io.bisq.protobuffer.OpenOffer.prototype.setAutoSplit = function(value) { * repeated string scheduled_tx_hashes = 5; * @return {!Array} */ -proto.io.bisq.protobuffer.OpenOffer.prototype.getScheduledTxHashesList = function() { +proto.io.haveno.protobuffer.OpenOffer.prototype.getScheduledTxHashesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 5)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.OpenOffer} returns this + * @return {!proto.io.haveno.protobuffer.OpenOffer} returns this */ -proto.io.bisq.protobuffer.OpenOffer.prototype.setScheduledTxHashesList = function(value) { +proto.io.haveno.protobuffer.OpenOffer.prototype.setScheduledTxHashesList = function(value) { return jspb.Message.setField(this, 5, value || []); }; @@ -53459,18 +48365,18 @@ proto.io.bisq.protobuffer.OpenOffer.prototype.setScheduledTxHashesList = functio /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.OpenOffer} returns this + * @return {!proto.io.haveno.protobuffer.OpenOffer} returns this */ -proto.io.bisq.protobuffer.OpenOffer.prototype.addScheduledTxHashes = function(value, opt_index) { +proto.io.haveno.protobuffer.OpenOffer.prototype.addScheduledTxHashes = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 5, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.OpenOffer} returns this + * @return {!proto.io.haveno.protobuffer.OpenOffer} returns this */ -proto.io.bisq.protobuffer.OpenOffer.prototype.clearScheduledTxHashesList = function() { +proto.io.haveno.protobuffer.OpenOffer.prototype.clearScheduledTxHashesList = function() { return this.setScheduledTxHashesList([]); }; @@ -53479,16 +48385,16 @@ proto.io.bisq.protobuffer.OpenOffer.prototype.clearScheduledTxHashesList = funct * optional string scheduled_amount = 6; * @return {string} */ -proto.io.bisq.protobuffer.OpenOffer.prototype.getScheduledAmount = function() { +proto.io.haveno.protobuffer.OpenOffer.prototype.getScheduledAmount = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OpenOffer} returns this + * @return {!proto.io.haveno.protobuffer.OpenOffer} returns this */ -proto.io.bisq.protobuffer.OpenOffer.prototype.setScheduledAmount = function(value) { +proto.io.haveno.protobuffer.OpenOffer.prototype.setScheduledAmount = function(value) { return jspb.Message.setProto3StringField(this, 6, value); }; @@ -53497,16 +48403,16 @@ proto.io.bisq.protobuffer.OpenOffer.prototype.setScheduledAmount = function(valu * optional string reserve_tx_hash = 7; * @return {string} */ -proto.io.bisq.protobuffer.OpenOffer.prototype.getReserveTxHash = function() { +proto.io.haveno.protobuffer.OpenOffer.prototype.getReserveTxHash = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OpenOffer} returns this + * @return {!proto.io.haveno.protobuffer.OpenOffer} returns this */ -proto.io.bisq.protobuffer.OpenOffer.prototype.setReserveTxHash = function(value) { +proto.io.haveno.protobuffer.OpenOffer.prototype.setReserveTxHash = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; @@ -53515,16 +48421,16 @@ proto.io.bisq.protobuffer.OpenOffer.prototype.setReserveTxHash = function(value) * optional string reserve_tx_hex = 8; * @return {string} */ -proto.io.bisq.protobuffer.OpenOffer.prototype.getReserveTxHex = function() { +proto.io.haveno.protobuffer.OpenOffer.prototype.getReserveTxHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OpenOffer} returns this + * @return {!proto.io.haveno.protobuffer.OpenOffer} returns this */ -proto.io.bisq.protobuffer.OpenOffer.prototype.setReserveTxHex = function(value) { +proto.io.haveno.protobuffer.OpenOffer.prototype.setReserveTxHex = function(value) { return jspb.Message.setProto3StringField(this, 8, value); }; @@ -53533,16 +48439,16 @@ proto.io.bisq.protobuffer.OpenOffer.prototype.setReserveTxHex = function(value) * optional string reserve_tx_key = 9; * @return {string} */ -proto.io.bisq.protobuffer.OpenOffer.prototype.getReserveTxKey = function() { +proto.io.haveno.protobuffer.OpenOffer.prototype.getReserveTxKey = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.OpenOffer} returns this + * @return {!proto.io.haveno.protobuffer.OpenOffer} returns this */ -proto.io.bisq.protobuffer.OpenOffer.prototype.setReserveTxKey = function(value) { +proto.io.haveno.protobuffer.OpenOffer.prototype.setReserveTxKey = function(value) { return jspb.Message.setProto3StringField(this, 9, value); }; @@ -53556,12 +48462,12 @@ proto.io.bisq.protobuffer.OpenOffer.prototype.setReserveTxKey = function(value) * @private {!Array>} * @const */ -proto.io.bisq.protobuffer.Tradable.oneofGroups_ = [[1,2,3,4,5,6,1001]]; +proto.io.haveno.protobuffer.Tradable.oneofGroups_ = [[1,2,3,4,5,6,1001]]; /** * @enum {number} */ -proto.io.bisq.protobuffer.Tradable.MessageCase = { +proto.io.haveno.protobuffer.Tradable.MessageCase = { MESSAGE_NOT_SET: 0, OPEN_OFFER: 1, BUYER_AS_MAKER_TRADE: 2, @@ -53573,10 +48479,10 @@ proto.io.bisq.protobuffer.Tradable.MessageCase = { }; /** - * @return {proto.io.bisq.protobuffer.Tradable.MessageCase} + * @return {proto.io.haveno.protobuffer.Tradable.MessageCase} */ -proto.io.bisq.protobuffer.Tradable.prototype.getMessageCase = function() { - return /** @type {proto.io.bisq.protobuffer.Tradable.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.bisq.protobuffer.Tradable.oneofGroups_[0])); +proto.io.haveno.protobuffer.Tradable.prototype.getMessageCase = function() { + return /** @type {proto.io.haveno.protobuffer.Tradable.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.haveno.protobuffer.Tradable.oneofGroups_[0])); }; @@ -53594,8 +48500,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.Tradable.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Tradable.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.Tradable.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Tradable.toObject(opt_includeInstance, this); }; @@ -53604,19 +48510,19 @@ proto.io.bisq.protobuffer.Tradable.prototype.toObject = function(opt_includeInst * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Tradable} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.Tradable} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Tradable.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.Tradable.toObject = function(includeInstance, msg) { var f, obj = { - openOffer: (f = msg.getOpenOffer()) && proto.io.bisq.protobuffer.OpenOffer.toObject(includeInstance, f), - buyerAsMakerTrade: (f = msg.getBuyerAsMakerTrade()) && proto.io.bisq.protobuffer.BuyerAsMakerTrade.toObject(includeInstance, f), - buyerAsTakerTrade: (f = msg.getBuyerAsTakerTrade()) && proto.io.bisq.protobuffer.BuyerAsTakerTrade.toObject(includeInstance, f), - sellerAsMakerTrade: (f = msg.getSellerAsMakerTrade()) && proto.io.bisq.protobuffer.SellerAsMakerTrade.toObject(includeInstance, f), - sellerAsTakerTrade: (f = msg.getSellerAsTakerTrade()) && proto.io.bisq.protobuffer.SellerAsTakerTrade.toObject(includeInstance, f), - arbitratorTrade: (f = msg.getArbitratorTrade()) && proto.io.bisq.protobuffer.ArbitratorTrade.toObject(includeInstance, f), - signedOffer: (f = msg.getSignedOffer()) && proto.io.bisq.protobuffer.SignedOffer.toObject(includeInstance, f) + openOffer: (f = msg.getOpenOffer()) && proto.io.haveno.protobuffer.OpenOffer.toObject(includeInstance, f), + buyerAsMakerTrade: (f = msg.getBuyerAsMakerTrade()) && proto.io.haveno.protobuffer.BuyerAsMakerTrade.toObject(includeInstance, f), + buyerAsTakerTrade: (f = msg.getBuyerAsTakerTrade()) && proto.io.haveno.protobuffer.BuyerAsTakerTrade.toObject(includeInstance, f), + sellerAsMakerTrade: (f = msg.getSellerAsMakerTrade()) && proto.io.haveno.protobuffer.SellerAsMakerTrade.toObject(includeInstance, f), + sellerAsTakerTrade: (f = msg.getSellerAsTakerTrade()) && proto.io.haveno.protobuffer.SellerAsTakerTrade.toObject(includeInstance, f), + arbitratorTrade: (f = msg.getArbitratorTrade()) && proto.io.haveno.protobuffer.ArbitratorTrade.toObject(includeInstance, f), + signedOffer: (f = msg.getSignedOffer()) && proto.io.haveno.protobuffer.SignedOffer.toObject(includeInstance, f) }; if (includeInstance) { @@ -53630,23 +48536,23 @@ proto.io.bisq.protobuffer.Tradable.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Tradable} + * @return {!proto.io.haveno.protobuffer.Tradable} */ -proto.io.bisq.protobuffer.Tradable.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Tradable.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Tradable; - return proto.io.bisq.protobuffer.Tradable.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Tradable; + return proto.io.haveno.protobuffer.Tradable.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Tradable} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Tradable} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Tradable} + * @return {!proto.io.haveno.protobuffer.Tradable} */ -proto.io.bisq.protobuffer.Tradable.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Tradable.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -53654,38 +48560,38 @@ proto.io.bisq.protobuffer.Tradable.deserializeBinaryFromReader = function(msg, r var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.OpenOffer; - reader.readMessage(value,proto.io.bisq.protobuffer.OpenOffer.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.OpenOffer; + reader.readMessage(value,proto.io.haveno.protobuffer.OpenOffer.deserializeBinaryFromReader); msg.setOpenOffer(value); break; case 2: - var value = new proto.io.bisq.protobuffer.BuyerAsMakerTrade; - reader.readMessage(value,proto.io.bisq.protobuffer.BuyerAsMakerTrade.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.BuyerAsMakerTrade; + reader.readMessage(value,proto.io.haveno.protobuffer.BuyerAsMakerTrade.deserializeBinaryFromReader); msg.setBuyerAsMakerTrade(value); break; case 3: - var value = new proto.io.bisq.protobuffer.BuyerAsTakerTrade; - reader.readMessage(value,proto.io.bisq.protobuffer.BuyerAsTakerTrade.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.BuyerAsTakerTrade; + reader.readMessage(value,proto.io.haveno.protobuffer.BuyerAsTakerTrade.deserializeBinaryFromReader); msg.setBuyerAsTakerTrade(value); break; case 4: - var value = new proto.io.bisq.protobuffer.SellerAsMakerTrade; - reader.readMessage(value,proto.io.bisq.protobuffer.SellerAsMakerTrade.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SellerAsMakerTrade; + reader.readMessage(value,proto.io.haveno.protobuffer.SellerAsMakerTrade.deserializeBinaryFromReader); msg.setSellerAsMakerTrade(value); break; case 5: - var value = new proto.io.bisq.protobuffer.SellerAsTakerTrade; - reader.readMessage(value,proto.io.bisq.protobuffer.SellerAsTakerTrade.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SellerAsTakerTrade; + reader.readMessage(value,proto.io.haveno.protobuffer.SellerAsTakerTrade.deserializeBinaryFromReader); msg.setSellerAsTakerTrade(value); break; case 6: - var value = new proto.io.bisq.protobuffer.ArbitratorTrade; - reader.readMessage(value,proto.io.bisq.protobuffer.ArbitratorTrade.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.ArbitratorTrade; + reader.readMessage(value,proto.io.haveno.protobuffer.ArbitratorTrade.deserializeBinaryFromReader); msg.setArbitratorTrade(value); break; case 1001: - var value = new proto.io.bisq.protobuffer.SignedOffer; - reader.readMessage(value,proto.io.bisq.protobuffer.SignedOffer.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.SignedOffer; + reader.readMessage(value,proto.io.haveno.protobuffer.SignedOffer.deserializeBinaryFromReader); msg.setSignedOffer(value); break; default: @@ -53701,9 +48607,9 @@ proto.io.bisq.protobuffer.Tradable.deserializeBinaryFromReader = function(msg, r * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Tradable.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Tradable.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Tradable.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Tradable.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -53711,18 +48617,18 @@ proto.io.bisq.protobuffer.Tradable.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Tradable} message + * @param {!proto.io.haveno.protobuffer.Tradable} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Tradable.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Tradable.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOpenOffer(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.OpenOffer.serializeBinaryToWriter + proto.io.haveno.protobuffer.OpenOffer.serializeBinaryToWriter ); } f = message.getBuyerAsMakerTrade(); @@ -53730,7 +48636,7 @@ proto.io.bisq.protobuffer.Tradable.serializeBinaryToWriter = function(message, w writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.BuyerAsMakerTrade.serializeBinaryToWriter + proto.io.haveno.protobuffer.BuyerAsMakerTrade.serializeBinaryToWriter ); } f = message.getBuyerAsTakerTrade(); @@ -53738,7 +48644,7 @@ proto.io.bisq.protobuffer.Tradable.serializeBinaryToWriter = function(message, w writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.BuyerAsTakerTrade.serializeBinaryToWriter + proto.io.haveno.protobuffer.BuyerAsTakerTrade.serializeBinaryToWriter ); } f = message.getSellerAsMakerTrade(); @@ -53746,7 +48652,7 @@ proto.io.bisq.protobuffer.Tradable.serializeBinaryToWriter = function(message, w writer.writeMessage( 4, f, - proto.io.bisq.protobuffer.SellerAsMakerTrade.serializeBinaryToWriter + proto.io.haveno.protobuffer.SellerAsMakerTrade.serializeBinaryToWriter ); } f = message.getSellerAsTakerTrade(); @@ -53754,7 +48660,7 @@ proto.io.bisq.protobuffer.Tradable.serializeBinaryToWriter = function(message, w writer.writeMessage( 5, f, - proto.io.bisq.protobuffer.SellerAsTakerTrade.serializeBinaryToWriter + proto.io.haveno.protobuffer.SellerAsTakerTrade.serializeBinaryToWriter ); } f = message.getArbitratorTrade(); @@ -53762,7 +48668,7 @@ proto.io.bisq.protobuffer.Tradable.serializeBinaryToWriter = function(message, w writer.writeMessage( 6, f, - proto.io.bisq.protobuffer.ArbitratorTrade.serializeBinaryToWriter + proto.io.haveno.protobuffer.ArbitratorTrade.serializeBinaryToWriter ); } f = message.getSignedOffer(); @@ -53770,7 +48676,7 @@ proto.io.bisq.protobuffer.Tradable.serializeBinaryToWriter = function(message, w writer.writeMessage( 1001, f, - proto.io.bisq.protobuffer.SignedOffer.serializeBinaryToWriter + proto.io.haveno.protobuffer.SignedOffer.serializeBinaryToWriter ); } }; @@ -53778,28 +48684,28 @@ proto.io.bisq.protobuffer.Tradable.serializeBinaryToWriter = function(message, w /** * optional OpenOffer open_offer = 1; - * @return {?proto.io.bisq.protobuffer.OpenOffer} + * @return {?proto.io.haveno.protobuffer.OpenOffer} */ -proto.io.bisq.protobuffer.Tradable.prototype.getOpenOffer = function() { - return /** @type{?proto.io.bisq.protobuffer.OpenOffer} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.OpenOffer, 1)); +proto.io.haveno.protobuffer.Tradable.prototype.getOpenOffer = function() { + return /** @type{?proto.io.haveno.protobuffer.OpenOffer} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.OpenOffer, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.OpenOffer|undefined} value - * @return {!proto.io.bisq.protobuffer.Tradable} returns this + * @param {?proto.io.haveno.protobuffer.OpenOffer|undefined} value + * @return {!proto.io.haveno.protobuffer.Tradable} returns this */ -proto.io.bisq.protobuffer.Tradable.prototype.setOpenOffer = function(value) { - return jspb.Message.setOneofWrapperField(this, 1, proto.io.bisq.protobuffer.Tradable.oneofGroups_[0], value); +proto.io.haveno.protobuffer.Tradable.prototype.setOpenOffer = function(value) { + return jspb.Message.setOneofWrapperField(this, 1, proto.io.haveno.protobuffer.Tradable.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Tradable} returns this + * @return {!proto.io.haveno.protobuffer.Tradable} returns this */ -proto.io.bisq.protobuffer.Tradable.prototype.clearOpenOffer = function() { +proto.io.haveno.protobuffer.Tradable.prototype.clearOpenOffer = function() { return this.setOpenOffer(undefined); }; @@ -53808,35 +48714,35 @@ proto.io.bisq.protobuffer.Tradable.prototype.clearOpenOffer = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Tradable.prototype.hasOpenOffer = function() { +proto.io.haveno.protobuffer.Tradable.prototype.hasOpenOffer = function() { return jspb.Message.getField(this, 1) != null; }; /** * optional BuyerAsMakerTrade buyer_as_maker_trade = 2; - * @return {?proto.io.bisq.protobuffer.BuyerAsMakerTrade} + * @return {?proto.io.haveno.protobuffer.BuyerAsMakerTrade} */ -proto.io.bisq.protobuffer.Tradable.prototype.getBuyerAsMakerTrade = function() { - return /** @type{?proto.io.bisq.protobuffer.BuyerAsMakerTrade} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.BuyerAsMakerTrade, 2)); +proto.io.haveno.protobuffer.Tradable.prototype.getBuyerAsMakerTrade = function() { + return /** @type{?proto.io.haveno.protobuffer.BuyerAsMakerTrade} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.BuyerAsMakerTrade, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.BuyerAsMakerTrade|undefined} value - * @return {!proto.io.bisq.protobuffer.Tradable} returns this + * @param {?proto.io.haveno.protobuffer.BuyerAsMakerTrade|undefined} value + * @return {!proto.io.haveno.protobuffer.Tradable} returns this */ -proto.io.bisq.protobuffer.Tradable.prototype.setBuyerAsMakerTrade = function(value) { - return jspb.Message.setOneofWrapperField(this, 2, proto.io.bisq.protobuffer.Tradable.oneofGroups_[0], value); +proto.io.haveno.protobuffer.Tradable.prototype.setBuyerAsMakerTrade = function(value) { + return jspb.Message.setOneofWrapperField(this, 2, proto.io.haveno.protobuffer.Tradable.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Tradable} returns this + * @return {!proto.io.haveno.protobuffer.Tradable} returns this */ -proto.io.bisq.protobuffer.Tradable.prototype.clearBuyerAsMakerTrade = function() { +proto.io.haveno.protobuffer.Tradable.prototype.clearBuyerAsMakerTrade = function() { return this.setBuyerAsMakerTrade(undefined); }; @@ -53845,35 +48751,35 @@ proto.io.bisq.protobuffer.Tradable.prototype.clearBuyerAsMakerTrade = function() * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Tradable.prototype.hasBuyerAsMakerTrade = function() { +proto.io.haveno.protobuffer.Tradable.prototype.hasBuyerAsMakerTrade = function() { return jspb.Message.getField(this, 2) != null; }; /** * optional BuyerAsTakerTrade buyer_as_taker_trade = 3; - * @return {?proto.io.bisq.protobuffer.BuyerAsTakerTrade} + * @return {?proto.io.haveno.protobuffer.BuyerAsTakerTrade} */ -proto.io.bisq.protobuffer.Tradable.prototype.getBuyerAsTakerTrade = function() { - return /** @type{?proto.io.bisq.protobuffer.BuyerAsTakerTrade} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.BuyerAsTakerTrade, 3)); +proto.io.haveno.protobuffer.Tradable.prototype.getBuyerAsTakerTrade = function() { + return /** @type{?proto.io.haveno.protobuffer.BuyerAsTakerTrade} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.BuyerAsTakerTrade, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.BuyerAsTakerTrade|undefined} value - * @return {!proto.io.bisq.protobuffer.Tradable} returns this + * @param {?proto.io.haveno.protobuffer.BuyerAsTakerTrade|undefined} value + * @return {!proto.io.haveno.protobuffer.Tradable} returns this */ -proto.io.bisq.protobuffer.Tradable.prototype.setBuyerAsTakerTrade = function(value) { - return jspb.Message.setOneofWrapperField(this, 3, proto.io.bisq.protobuffer.Tradable.oneofGroups_[0], value); +proto.io.haveno.protobuffer.Tradable.prototype.setBuyerAsTakerTrade = function(value) { + return jspb.Message.setOneofWrapperField(this, 3, proto.io.haveno.protobuffer.Tradable.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Tradable} returns this + * @return {!proto.io.haveno.protobuffer.Tradable} returns this */ -proto.io.bisq.protobuffer.Tradable.prototype.clearBuyerAsTakerTrade = function() { +proto.io.haveno.protobuffer.Tradable.prototype.clearBuyerAsTakerTrade = function() { return this.setBuyerAsTakerTrade(undefined); }; @@ -53882,35 +48788,35 @@ proto.io.bisq.protobuffer.Tradable.prototype.clearBuyerAsTakerTrade = function() * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Tradable.prototype.hasBuyerAsTakerTrade = function() { +proto.io.haveno.protobuffer.Tradable.prototype.hasBuyerAsTakerTrade = function() { return jspb.Message.getField(this, 3) != null; }; /** * optional SellerAsMakerTrade seller_as_maker_trade = 4; - * @return {?proto.io.bisq.protobuffer.SellerAsMakerTrade} + * @return {?proto.io.haveno.protobuffer.SellerAsMakerTrade} */ -proto.io.bisq.protobuffer.Tradable.prototype.getSellerAsMakerTrade = function() { - return /** @type{?proto.io.bisq.protobuffer.SellerAsMakerTrade} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SellerAsMakerTrade, 4)); +proto.io.haveno.protobuffer.Tradable.prototype.getSellerAsMakerTrade = function() { + return /** @type{?proto.io.haveno.protobuffer.SellerAsMakerTrade} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SellerAsMakerTrade, 4)); }; /** - * @param {?proto.io.bisq.protobuffer.SellerAsMakerTrade|undefined} value - * @return {!proto.io.bisq.protobuffer.Tradable} returns this + * @param {?proto.io.haveno.protobuffer.SellerAsMakerTrade|undefined} value + * @return {!proto.io.haveno.protobuffer.Tradable} returns this */ -proto.io.bisq.protobuffer.Tradable.prototype.setSellerAsMakerTrade = function(value) { - return jspb.Message.setOneofWrapperField(this, 4, proto.io.bisq.protobuffer.Tradable.oneofGroups_[0], value); +proto.io.haveno.protobuffer.Tradable.prototype.setSellerAsMakerTrade = function(value) { + return jspb.Message.setOneofWrapperField(this, 4, proto.io.haveno.protobuffer.Tradable.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Tradable} returns this + * @return {!proto.io.haveno.protobuffer.Tradable} returns this */ -proto.io.bisq.protobuffer.Tradable.prototype.clearSellerAsMakerTrade = function() { +proto.io.haveno.protobuffer.Tradable.prototype.clearSellerAsMakerTrade = function() { return this.setSellerAsMakerTrade(undefined); }; @@ -53919,35 +48825,35 @@ proto.io.bisq.protobuffer.Tradable.prototype.clearSellerAsMakerTrade = function( * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Tradable.prototype.hasSellerAsMakerTrade = function() { +proto.io.haveno.protobuffer.Tradable.prototype.hasSellerAsMakerTrade = function() { return jspb.Message.getField(this, 4) != null; }; /** * optional SellerAsTakerTrade seller_as_taker_trade = 5; - * @return {?proto.io.bisq.protobuffer.SellerAsTakerTrade} + * @return {?proto.io.haveno.protobuffer.SellerAsTakerTrade} */ -proto.io.bisq.protobuffer.Tradable.prototype.getSellerAsTakerTrade = function() { - return /** @type{?proto.io.bisq.protobuffer.SellerAsTakerTrade} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SellerAsTakerTrade, 5)); +proto.io.haveno.protobuffer.Tradable.prototype.getSellerAsTakerTrade = function() { + return /** @type{?proto.io.haveno.protobuffer.SellerAsTakerTrade} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SellerAsTakerTrade, 5)); }; /** - * @param {?proto.io.bisq.protobuffer.SellerAsTakerTrade|undefined} value - * @return {!proto.io.bisq.protobuffer.Tradable} returns this + * @param {?proto.io.haveno.protobuffer.SellerAsTakerTrade|undefined} value + * @return {!proto.io.haveno.protobuffer.Tradable} returns this */ -proto.io.bisq.protobuffer.Tradable.prototype.setSellerAsTakerTrade = function(value) { - return jspb.Message.setOneofWrapperField(this, 5, proto.io.bisq.protobuffer.Tradable.oneofGroups_[0], value); +proto.io.haveno.protobuffer.Tradable.prototype.setSellerAsTakerTrade = function(value) { + return jspb.Message.setOneofWrapperField(this, 5, proto.io.haveno.protobuffer.Tradable.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Tradable} returns this + * @return {!proto.io.haveno.protobuffer.Tradable} returns this */ -proto.io.bisq.protobuffer.Tradable.prototype.clearSellerAsTakerTrade = function() { +proto.io.haveno.protobuffer.Tradable.prototype.clearSellerAsTakerTrade = function() { return this.setSellerAsTakerTrade(undefined); }; @@ -53956,35 +48862,35 @@ proto.io.bisq.protobuffer.Tradable.prototype.clearSellerAsTakerTrade = function( * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Tradable.prototype.hasSellerAsTakerTrade = function() { +proto.io.haveno.protobuffer.Tradable.prototype.hasSellerAsTakerTrade = function() { return jspb.Message.getField(this, 5) != null; }; /** * optional ArbitratorTrade arbitrator_trade = 6; - * @return {?proto.io.bisq.protobuffer.ArbitratorTrade} + * @return {?proto.io.haveno.protobuffer.ArbitratorTrade} */ -proto.io.bisq.protobuffer.Tradable.prototype.getArbitratorTrade = function() { - return /** @type{?proto.io.bisq.protobuffer.ArbitratorTrade} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ArbitratorTrade, 6)); +proto.io.haveno.protobuffer.Tradable.prototype.getArbitratorTrade = function() { + return /** @type{?proto.io.haveno.protobuffer.ArbitratorTrade} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ArbitratorTrade, 6)); }; /** - * @param {?proto.io.bisq.protobuffer.ArbitratorTrade|undefined} value - * @return {!proto.io.bisq.protobuffer.Tradable} returns this + * @param {?proto.io.haveno.protobuffer.ArbitratorTrade|undefined} value + * @return {!proto.io.haveno.protobuffer.Tradable} returns this */ -proto.io.bisq.protobuffer.Tradable.prototype.setArbitratorTrade = function(value) { - return jspb.Message.setOneofWrapperField(this, 6, proto.io.bisq.protobuffer.Tradable.oneofGroups_[0], value); +proto.io.haveno.protobuffer.Tradable.prototype.setArbitratorTrade = function(value) { + return jspb.Message.setOneofWrapperField(this, 6, proto.io.haveno.protobuffer.Tradable.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Tradable} returns this + * @return {!proto.io.haveno.protobuffer.Tradable} returns this */ -proto.io.bisq.protobuffer.Tradable.prototype.clearArbitratorTrade = function() { +proto.io.haveno.protobuffer.Tradable.prototype.clearArbitratorTrade = function() { return this.setArbitratorTrade(undefined); }; @@ -53993,35 +48899,35 @@ proto.io.bisq.protobuffer.Tradable.prototype.clearArbitratorTrade = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Tradable.prototype.hasArbitratorTrade = function() { +proto.io.haveno.protobuffer.Tradable.prototype.hasArbitratorTrade = function() { return jspb.Message.getField(this, 6) != null; }; /** * optional SignedOffer signed_offer = 1001; - * @return {?proto.io.bisq.protobuffer.SignedOffer} + * @return {?proto.io.haveno.protobuffer.SignedOffer} */ -proto.io.bisq.protobuffer.Tradable.prototype.getSignedOffer = function() { - return /** @type{?proto.io.bisq.protobuffer.SignedOffer} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.SignedOffer, 1001)); +proto.io.haveno.protobuffer.Tradable.prototype.getSignedOffer = function() { + return /** @type{?proto.io.haveno.protobuffer.SignedOffer} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.SignedOffer, 1001)); }; /** - * @param {?proto.io.bisq.protobuffer.SignedOffer|undefined} value - * @return {!proto.io.bisq.protobuffer.Tradable} returns this + * @param {?proto.io.haveno.protobuffer.SignedOffer|undefined} value + * @return {!proto.io.haveno.protobuffer.Tradable} returns this */ -proto.io.bisq.protobuffer.Tradable.prototype.setSignedOffer = function(value) { - return jspb.Message.setOneofWrapperField(this, 1001, proto.io.bisq.protobuffer.Tradable.oneofGroups_[0], value); +proto.io.haveno.protobuffer.Tradable.prototype.setSignedOffer = function(value) { + return jspb.Message.setOneofWrapperField(this, 1001, proto.io.haveno.protobuffer.Tradable.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Tradable} returns this + * @return {!proto.io.haveno.protobuffer.Tradable} returns this */ -proto.io.bisq.protobuffer.Tradable.prototype.clearSignedOffer = function() { +proto.io.haveno.protobuffer.Tradable.prototype.clearSignedOffer = function() { return this.setSignedOffer(undefined); }; @@ -54030,7 +48936,7 @@ proto.io.bisq.protobuffer.Tradable.prototype.clearSignedOffer = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Tradable.prototype.hasSignedOffer = function() { +proto.io.haveno.protobuffer.Tradable.prototype.hasSignedOffer = function() { return jspb.Message.getField(this, 1001) != null; }; @@ -54041,7 +48947,7 @@ proto.io.bisq.protobuffer.Tradable.prototype.hasSignedOffer = function() { * @private {!Array} * @const */ -proto.io.bisq.protobuffer.Trade.repeatedFields_ = [22]; +proto.io.haveno.protobuffer.Trade.repeatedFields_ = [23]; @@ -54058,8 +48964,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.Trade.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Trade.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.Trade.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Trade.toObject(opt_includeInstance, this); }; @@ -54068,41 +48974,41 @@ proto.io.bisq.protobuffer.Trade.prototype.toObject = function(opt_includeInstanc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Trade} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.Trade} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Trade.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.Trade.toObject = function(includeInstance, msg) { var f, obj = { - offer: (f = msg.getOffer()) && proto.io.bisq.protobuffer.Offer.toObject(includeInstance, f), - processModel: (f = msg.getProcessModel()) && proto.io.bisq.protobuffer.ProcessModel.toObject(includeInstance, f), + offer: (f = msg.getOffer()) && proto.io.haveno.protobuffer.Offer.toObject(includeInstance, f), + processModel: (f = msg.getProcessModel()) && proto.io.haveno.protobuffer.ProcessModel.toObject(includeInstance, f), payoutTxId: jspb.Message.getFieldWithDefault(msg, 3, ""), payoutTxHex: jspb.Message.getFieldWithDefault(msg, 4, ""), payoutTxKey: jspb.Message.getFieldWithDefault(msg, 5, ""), - amountAsLong: jspb.Message.getFieldWithDefault(msg, 6, 0), - takerFeeAsLong: jspb.Message.getFieldWithDefault(msg, 8, 0), - takeOfferDate: jspb.Message.getFieldWithDefault(msg, 9, 0), - price: jspb.Message.getFieldWithDefault(msg, 10, 0), - state: jspb.Message.getFieldWithDefault(msg, 11, 0), - payoutState: jspb.Message.getFieldWithDefault(msg, 12, 0), - disputeState: jspb.Message.getFieldWithDefault(msg, 13, 0), - periodState: jspb.Message.getFieldWithDefault(msg, 14, 0), - contract: (f = msg.getContract()) && proto.io.bisq.protobuffer.Contract.toObject(includeInstance, f), - contractAsJson: jspb.Message.getFieldWithDefault(msg, 16, ""), + amount: jspb.Message.getFieldWithDefault(msg, 6, 0), + takerFee: jspb.Message.getFieldWithDefault(msg, 8, 0), + totalTxFee: jspb.Message.getFieldWithDefault(msg, 9, 0), + takeOfferDate: jspb.Message.getFieldWithDefault(msg, 10, 0), + price: jspb.Message.getFieldWithDefault(msg, 11, 0), + state: jspb.Message.getFieldWithDefault(msg, 12, 0), + payoutState: jspb.Message.getFieldWithDefault(msg, 13, 0), + disputeState: jspb.Message.getFieldWithDefault(msg, 14, 0), + periodState: jspb.Message.getFieldWithDefault(msg, 15, 0), + contract: (f = msg.getContract()) && proto.io.haveno.protobuffer.Contract.toObject(includeInstance, f), + contractAsJson: jspb.Message.getFieldWithDefault(msg, 17, ""), contractHash: msg.getContractHash_asB64(), - arbitratorNodeAddress: (f = msg.getArbitratorNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - mediatorNodeAddress: (f = msg.getMediatorNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - errorMessage: jspb.Message.getFieldWithDefault(msg, 20, ""), - counterCurrencyTxId: jspb.Message.getFieldWithDefault(msg, 21, ""), + arbitratorNodeAddress: (f = msg.getArbitratorNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + mediatorNodeAddress: (f = msg.getMediatorNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + errorMessage: jspb.Message.getFieldWithDefault(msg, 21, ""), + counterCurrencyTxId: jspb.Message.getFieldWithDefault(msg, 22, ""), chatMessageList: jspb.Message.toObjectList(msg.getChatMessageList(), - proto.io.bisq.protobuffer.ChatMessage.toObject, includeInstance), - mediationResultState: jspb.Message.getFieldWithDefault(msg, 23, 0), - lockTime: jspb.Message.getFieldWithDefault(msg, 24, 0), - startTime: jspb.Message.getFieldWithDefault(msg, 25, 0), - refundAgentNodeAddress: (f = msg.getRefundAgentNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - refundResultState: jspb.Message.getFieldWithDefault(msg, 27, 0), - counterCurrencyExtraData: jspb.Message.getFieldWithDefault(msg, 28, ""), - assetTxProofResult: jspb.Message.getFieldWithDefault(msg, 29, ""), + proto.io.haveno.protobuffer.ChatMessage.toObject, includeInstance), + mediationResultState: jspb.Message.getFieldWithDefault(msg, 24, 0), + lockTime: jspb.Message.getFieldWithDefault(msg, 25, 0), + startTime: jspb.Message.getFieldWithDefault(msg, 26, 0), + refundAgentNodeAddress: (f = msg.getRefundAgentNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + refundResultState: jspb.Message.getFieldWithDefault(msg, 28, 0), + counterCurrencyExtraData: jspb.Message.getFieldWithDefault(msg, 29, ""), uid: jspb.Message.getFieldWithDefault(msg, 30, "") }; @@ -54117,23 +49023,23 @@ proto.io.bisq.protobuffer.Trade.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Trade} + * @return {!proto.io.haveno.protobuffer.Trade} */ -proto.io.bisq.protobuffer.Trade.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Trade.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Trade; - return proto.io.bisq.protobuffer.Trade.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Trade; + return proto.io.haveno.protobuffer.Trade.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Trade} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Trade} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Trade} + * @return {!proto.io.haveno.protobuffer.Trade} */ -proto.io.bisq.protobuffer.Trade.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Trade.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -54141,13 +49047,13 @@ proto.io.bisq.protobuffer.Trade.deserializeBinaryFromReader = function(msg, read var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.Offer; - reader.readMessage(value,proto.io.bisq.protobuffer.Offer.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Offer; + reader.readMessage(value,proto.io.haveno.protobuffer.Offer.deserializeBinaryFromReader); msg.setOffer(value); break; case 2: - var value = new proto.io.bisq.protobuffer.ProcessModel; - reader.readMessage(value,proto.io.bisq.protobuffer.ProcessModel.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.ProcessModel; + reader.readMessage(value,proto.io.haveno.protobuffer.ProcessModel.deserializeBinaryFromReader); msg.setProcessModel(value); break; case 3: @@ -54164,100 +49070,100 @@ proto.io.bisq.protobuffer.Trade.deserializeBinaryFromReader = function(msg, read break; case 6: var value = /** @type {number} */ (reader.readInt64()); - msg.setAmountAsLong(value); + msg.setAmount(value); break; case 8: var value = /** @type {number} */ (reader.readInt64()); - msg.setTakerFeeAsLong(value); + msg.setTakerFee(value); break; case 9: var value = /** @type {number} */ (reader.readInt64()); - msg.setTakeOfferDate(value); + msg.setTotalTxFee(value); break; case 10: var value = /** @type {number} */ (reader.readInt64()); - msg.setPrice(value); + msg.setTakeOfferDate(value); break; case 11: - var value = /** @type {!proto.io.bisq.protobuffer.Trade.State} */ (reader.readEnum()); - msg.setState(value); + var value = /** @type {number} */ (reader.readInt64()); + msg.setPrice(value); break; case 12: - var value = /** @type {!proto.io.bisq.protobuffer.Trade.PayoutState} */ (reader.readEnum()); - msg.setPayoutState(value); + var value = /** @type {!proto.io.haveno.protobuffer.Trade.State} */ (reader.readEnum()); + msg.setState(value); break; case 13: - var value = /** @type {!proto.io.bisq.protobuffer.Trade.DisputeState} */ (reader.readEnum()); - msg.setDisputeState(value); + var value = /** @type {!proto.io.haveno.protobuffer.Trade.PayoutState} */ (reader.readEnum()); + msg.setPayoutState(value); break; case 14: - var value = /** @type {!proto.io.bisq.protobuffer.Trade.TradePeriodState} */ (reader.readEnum()); - msg.setPeriodState(value); + var value = /** @type {!proto.io.haveno.protobuffer.Trade.DisputeState} */ (reader.readEnum()); + msg.setDisputeState(value); break; case 15: - var value = new proto.io.bisq.protobuffer.Contract; - reader.readMessage(value,proto.io.bisq.protobuffer.Contract.deserializeBinaryFromReader); - msg.setContract(value); + var value = /** @type {!proto.io.haveno.protobuffer.Trade.TradePeriodState} */ (reader.readEnum()); + msg.setPeriodState(value); break; case 16: + var value = new proto.io.haveno.protobuffer.Contract; + reader.readMessage(value,proto.io.haveno.protobuffer.Contract.deserializeBinaryFromReader); + msg.setContract(value); + break; + case 17: var value = /** @type {string} */ (reader.readString()); msg.setContractAsJson(value); break; - case 17: + case 18: var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setContractHash(value); break; - case 18: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + case 19: + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setArbitratorNodeAddress(value); break; - case 19: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.setMediatorNodeAddress(value); - break; case 20: - var value = /** @type {string} */ (reader.readString()); - msg.setErrorMessage(value); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); + msg.setMediatorNodeAddress(value); break; case 21: var value = /** @type {string} */ (reader.readString()); - msg.setCounterCurrencyTxId(value); + msg.setErrorMessage(value); break; case 22: - var value = new proto.io.bisq.protobuffer.ChatMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.ChatMessage.deserializeBinaryFromReader); - msg.addChatMessage(value); + var value = /** @type {string} */ (reader.readString()); + msg.setCounterCurrencyTxId(value); break; case 23: - var value = /** @type {!proto.io.bisq.protobuffer.MediationResultState} */ (reader.readEnum()); - msg.setMediationResultState(value); + var value = new proto.io.haveno.protobuffer.ChatMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.ChatMessage.deserializeBinaryFromReader); + msg.addChatMessage(value); break; case 24: - var value = /** @type {number} */ (reader.readInt64()); - msg.setLockTime(value); + var value = /** @type {!proto.io.haveno.protobuffer.MediationResultState} */ (reader.readEnum()); + msg.setMediationResultState(value); break; case 25: var value = /** @type {number} */ (reader.readInt64()); - msg.setStartTime(value); + msg.setLockTime(value); break; case 26: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); - msg.setRefundAgentNodeAddress(value); + var value = /** @type {number} */ (reader.readInt64()); + msg.setStartTime(value); break; case 27: - var value = /** @type {!proto.io.bisq.protobuffer.RefundResultState} */ (reader.readEnum()); - msg.setRefundResultState(value); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); + msg.setRefundAgentNodeAddress(value); break; case 28: - var value = /** @type {string} */ (reader.readString()); - msg.setCounterCurrencyExtraData(value); + var value = /** @type {!proto.io.haveno.protobuffer.RefundResultState} */ (reader.readEnum()); + msg.setRefundResultState(value); break; case 29: var value = /** @type {string} */ (reader.readString()); - msg.setAssetTxProofResult(value); + msg.setCounterCurrencyExtraData(value); break; case 30: var value = /** @type {string} */ (reader.readString()); @@ -54276,9 +49182,9 @@ proto.io.bisq.protobuffer.Trade.deserializeBinaryFromReader = function(msg, read * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Trade.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Trade.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Trade.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Trade.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -54286,18 +49192,18 @@ proto.io.bisq.protobuffer.Trade.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Trade} message + * @param {!proto.io.haveno.protobuffer.Trade} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Trade.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Trade.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOffer(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.Offer.serializeBinaryToWriter + proto.io.haveno.protobuffer.Offer.serializeBinaryToWriter ); } f = message.getProcessModel(); @@ -54305,7 +49211,7 @@ proto.io.bisq.protobuffer.Trade.serializeBinaryToWriter = function(message, writ writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.ProcessModel.serializeBinaryToWriter + proto.io.haveno.protobuffer.ProcessModel.serializeBinaryToWriter ); } f = message.getPayoutTxId(); @@ -54329,166 +49235,166 @@ proto.io.bisq.protobuffer.Trade.serializeBinaryToWriter = function(message, writ f ); } - f = message.getAmountAsLong(); + f = message.getAmount(); if (f !== 0) { writer.writeInt64( 6, f ); } - f = message.getTakerFeeAsLong(); + f = message.getTakerFee(); if (f !== 0) { writer.writeInt64( 8, f ); } - f = message.getTakeOfferDate(); + f = message.getTotalTxFee(); if (f !== 0) { writer.writeInt64( 9, f ); } - f = message.getPrice(); + f = message.getTakeOfferDate(); if (f !== 0) { writer.writeInt64( 10, f ); } - f = message.getState(); - if (f !== 0.0) { - writer.writeEnum( + f = message.getPrice(); + if (f !== 0) { + writer.writeInt64( 11, f ); } - f = message.getPayoutState(); + f = message.getState(); if (f !== 0.0) { writer.writeEnum( 12, f ); } - f = message.getDisputeState(); + f = message.getPayoutState(); if (f !== 0.0) { writer.writeEnum( 13, f ); } - f = message.getPeriodState(); + f = message.getDisputeState(); if (f !== 0.0) { writer.writeEnum( 14, f ); } + f = message.getPeriodState(); + if (f !== 0.0) { + writer.writeEnum( + 15, + f + ); + } f = message.getContract(); if (f != null) { writer.writeMessage( - 15, + 16, f, - proto.io.bisq.protobuffer.Contract.serializeBinaryToWriter + proto.io.haveno.protobuffer.Contract.serializeBinaryToWriter ); } f = message.getContractAsJson(); if (f.length > 0) { writer.writeString( - 16, + 17, f ); } f = message.getContractHash_asU8(); if (f.length > 0) { writer.writeBytes( - 17, + 18, f ); } f = message.getArbitratorNodeAddress(); if (f != null) { writer.writeMessage( - 18, + 19, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getMediatorNodeAddress(); if (f != null) { writer.writeMessage( - 19, + 20, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getErrorMessage(); - if (f.length > 0) { - writer.writeString( - 20, - f - ); - } - f = message.getCounterCurrencyTxId(); if (f.length > 0) { writer.writeString( 21, f ); } + f = message.getCounterCurrencyTxId(); + if (f.length > 0) { + writer.writeString( + 22, + f + ); + } f = message.getChatMessageList(); if (f.length > 0) { writer.writeRepeatedMessage( - 22, + 23, f, - proto.io.bisq.protobuffer.ChatMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.ChatMessage.serializeBinaryToWriter ); } f = message.getMediationResultState(); if (f !== 0.0) { writer.writeEnum( - 23, + 24, f ); } f = message.getLockTime(); if (f !== 0) { writer.writeInt64( - 24, + 25, f ); } f = message.getStartTime(); if (f !== 0) { writer.writeInt64( - 25, + 26, f ); } f = message.getRefundAgentNodeAddress(); if (f != null) { writer.writeMessage( - 26, + 27, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getRefundResultState(); if (f !== 0.0) { writer.writeEnum( - 27, - f - ); - } - f = message.getCounterCurrencyExtraData(); - if (f.length > 0) { - writer.writeString( 28, f ); } - f = message.getAssetTxProofResult(); + f = message.getCounterCurrencyExtraData(); if (f.length > 0) { writer.writeString( 29, @@ -54508,7 +49414,7 @@ proto.io.bisq.protobuffer.Trade.serializeBinaryToWriter = function(message, writ /** * @enum {number} */ -proto.io.bisq.protobuffer.Trade.State = { +proto.io.haveno.protobuffer.Trade.State = { PB_ERROR_STATE: 0, PREPARATION: 1, MULTISIG_PREPARED: 2, @@ -54542,7 +49448,7 @@ proto.io.bisq.protobuffer.Trade.State = { /** * @enum {number} */ -proto.io.bisq.protobuffer.Trade.Phase = { +proto.io.haveno.protobuffer.Trade.Phase = { PB_ERROR_PHASE: 0, INIT: 1, DEPOSIT_REQUESTED: 2, @@ -54557,7 +49463,7 @@ proto.io.bisq.protobuffer.Trade.Phase = { /** * @enum {number} */ -proto.io.bisq.protobuffer.Trade.PayoutState = { +proto.io.haveno.protobuffer.Trade.PayoutState = { PAYOUT_UNPUBLISHED: 0, PAYOUT_PUBLISHED: 1, PAYOUT_CONFIRMED: 2, @@ -54567,7 +49473,7 @@ proto.io.bisq.protobuffer.Trade.PayoutState = { /** * @enum {number} */ -proto.io.bisq.protobuffer.Trade.DisputeState = { +proto.io.haveno.protobuffer.Trade.DisputeState = { PB_ERROR_DISPUTE_STATE: 0, NO_DISPUTE: 1, DISPUTE_REQUESTED: 2, @@ -54588,7 +49494,7 @@ proto.io.bisq.protobuffer.Trade.DisputeState = { /** * @enum {number} */ -proto.io.bisq.protobuffer.Trade.TradePeriodState = { +proto.io.haveno.protobuffer.Trade.TradePeriodState = { PB_ERROR_TRADE_PERIOD_STATE: 0, FIRST_HALF: 1, SECOND_HALF: 2, @@ -54597,28 +49503,28 @@ proto.io.bisq.protobuffer.Trade.TradePeriodState = { /** * optional Offer offer = 1; - * @return {?proto.io.bisq.protobuffer.Offer} + * @return {?proto.io.haveno.protobuffer.Offer} */ -proto.io.bisq.protobuffer.Trade.prototype.getOffer = function() { - return /** @type{?proto.io.bisq.protobuffer.Offer} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Offer, 1)); +proto.io.haveno.protobuffer.Trade.prototype.getOffer = function() { + return /** @type{?proto.io.haveno.protobuffer.Offer} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Offer, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.Offer|undefined} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @param {?proto.io.haveno.protobuffer.Offer|undefined} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setOffer = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setOffer = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.clearOffer = function() { +proto.io.haveno.protobuffer.Trade.prototype.clearOffer = function() { return this.setOffer(undefined); }; @@ -54627,35 +49533,35 @@ proto.io.bisq.protobuffer.Trade.prototype.clearOffer = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Trade.prototype.hasOffer = function() { +proto.io.haveno.protobuffer.Trade.prototype.hasOffer = function() { return jspb.Message.getField(this, 1) != null; }; /** * optional ProcessModel process_model = 2; - * @return {?proto.io.bisq.protobuffer.ProcessModel} + * @return {?proto.io.haveno.protobuffer.ProcessModel} */ -proto.io.bisq.protobuffer.Trade.prototype.getProcessModel = function() { - return /** @type{?proto.io.bisq.protobuffer.ProcessModel} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.ProcessModel, 2)); +proto.io.haveno.protobuffer.Trade.prototype.getProcessModel = function() { + return /** @type{?proto.io.haveno.protobuffer.ProcessModel} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.ProcessModel, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.ProcessModel|undefined} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @param {?proto.io.haveno.protobuffer.ProcessModel|undefined} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setProcessModel = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setProcessModel = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.clearProcessModel = function() { +proto.io.haveno.protobuffer.Trade.prototype.clearProcessModel = function() { return this.setProcessModel(undefined); }; @@ -54664,7 +49570,7 @@ proto.io.bisq.protobuffer.Trade.prototype.clearProcessModel = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Trade.prototype.hasProcessModel = function() { +proto.io.haveno.protobuffer.Trade.prototype.hasProcessModel = function() { return jspb.Message.getField(this, 2) != null; }; @@ -54673,16 +49579,16 @@ proto.io.bisq.protobuffer.Trade.prototype.hasProcessModel = function() { * optional string payout_tx_id = 3; * @return {string} */ -proto.io.bisq.protobuffer.Trade.prototype.getPayoutTxId = function() { +proto.io.haveno.protobuffer.Trade.prototype.getPayoutTxId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setPayoutTxId = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setPayoutTxId = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -54691,16 +49597,16 @@ proto.io.bisq.protobuffer.Trade.prototype.setPayoutTxId = function(value) { * optional string payout_tx_hex = 4; * @return {string} */ -proto.io.bisq.protobuffer.Trade.prototype.getPayoutTxHex = function() { +proto.io.haveno.protobuffer.Trade.prototype.getPayoutTxHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setPayoutTxHex = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setPayoutTxHex = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -54709,188 +49615,206 @@ proto.io.bisq.protobuffer.Trade.prototype.setPayoutTxHex = function(value) { * optional string payout_tx_key = 5; * @return {string} */ -proto.io.bisq.protobuffer.Trade.prototype.getPayoutTxKey = function() { +proto.io.haveno.protobuffer.Trade.prototype.getPayoutTxKey = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setPayoutTxKey = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setPayoutTxKey = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; /** - * optional int64 amount_as_long = 6; + * optional int64 amount = 6; * @return {number} */ -proto.io.bisq.protobuffer.Trade.prototype.getAmountAsLong = function() { +proto.io.haveno.protobuffer.Trade.prototype.getAmount = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setAmountAsLong = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setAmount = function(value) { return jspb.Message.setProto3IntField(this, 6, value); }; /** - * optional int64 taker_fee_as_long = 8; + * optional int64 taker_fee = 8; * @return {number} */ -proto.io.bisq.protobuffer.Trade.prototype.getTakerFeeAsLong = function() { +proto.io.haveno.protobuffer.Trade.prototype.getTakerFee = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 8, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setTakerFeeAsLong = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setTakerFee = function(value) { return jspb.Message.setProto3IntField(this, 8, value); }; /** - * optional int64 take_offer_date = 9; + * optional int64 total_tx_fee = 9; * @return {number} */ -proto.io.bisq.protobuffer.Trade.prototype.getTakeOfferDate = function() { +proto.io.haveno.protobuffer.Trade.prototype.getTotalTxFee = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setTakeOfferDate = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setTotalTxFee = function(value) { return jspb.Message.setProto3IntField(this, 9, value); }; /** - * optional int64 price = 10; + * optional int64 take_offer_date = 10; * @return {number} */ -proto.io.bisq.protobuffer.Trade.prototype.getPrice = function() { +proto.io.haveno.protobuffer.Trade.prototype.getTakeOfferDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setPrice = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setTakeOfferDate = function(value) { return jspb.Message.setProto3IntField(this, 10, value); }; /** - * optional State state = 11; - * @return {!proto.io.bisq.protobuffer.Trade.State} + * optional int64 price = 11; + * @return {number} */ -proto.io.bisq.protobuffer.Trade.prototype.getState = function() { - return /** @type {!proto.io.bisq.protobuffer.Trade.State} */ (jspb.Message.getFieldWithDefault(this, 11, 0)); +proto.io.haveno.protobuffer.Trade.prototype.getPrice = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 11, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.Trade.State} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @param {number} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setState = function(value) { - return jspb.Message.setProto3EnumField(this, 11, value); +proto.io.haveno.protobuffer.Trade.prototype.setPrice = function(value) { + return jspb.Message.setProto3IntField(this, 11, value); }; /** - * optional PayoutState payout_state = 12; - * @return {!proto.io.bisq.protobuffer.Trade.PayoutState} + * optional State state = 12; + * @return {!proto.io.haveno.protobuffer.Trade.State} */ -proto.io.bisq.protobuffer.Trade.prototype.getPayoutState = function() { - return /** @type {!proto.io.bisq.protobuffer.Trade.PayoutState} */ (jspb.Message.getFieldWithDefault(this, 12, 0)); +proto.io.haveno.protobuffer.Trade.prototype.getState = function() { + return /** @type {!proto.io.haveno.protobuffer.Trade.State} */ (jspb.Message.getFieldWithDefault(this, 12, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.Trade.PayoutState} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @param {!proto.io.haveno.protobuffer.Trade.State} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setPayoutState = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setState = function(value) { return jspb.Message.setProto3EnumField(this, 12, value); }; /** - * optional DisputeState dispute_state = 13; - * @return {!proto.io.bisq.protobuffer.Trade.DisputeState} + * optional PayoutState payout_state = 13; + * @return {!proto.io.haveno.protobuffer.Trade.PayoutState} */ -proto.io.bisq.protobuffer.Trade.prototype.getDisputeState = function() { - return /** @type {!proto.io.bisq.protobuffer.Trade.DisputeState} */ (jspb.Message.getFieldWithDefault(this, 13, 0)); +proto.io.haveno.protobuffer.Trade.prototype.getPayoutState = function() { + return /** @type {!proto.io.haveno.protobuffer.Trade.PayoutState} */ (jspb.Message.getFieldWithDefault(this, 13, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.Trade.DisputeState} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @param {!proto.io.haveno.protobuffer.Trade.PayoutState} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setDisputeState = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setPayoutState = function(value) { return jspb.Message.setProto3EnumField(this, 13, value); }; /** - * optional TradePeriodState period_state = 14; - * @return {!proto.io.bisq.protobuffer.Trade.TradePeriodState} + * optional DisputeState dispute_state = 14; + * @return {!proto.io.haveno.protobuffer.Trade.DisputeState} */ -proto.io.bisq.protobuffer.Trade.prototype.getPeriodState = function() { - return /** @type {!proto.io.bisq.protobuffer.Trade.TradePeriodState} */ (jspb.Message.getFieldWithDefault(this, 14, 0)); +proto.io.haveno.protobuffer.Trade.prototype.getDisputeState = function() { + return /** @type {!proto.io.haveno.protobuffer.Trade.DisputeState} */ (jspb.Message.getFieldWithDefault(this, 14, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.Trade.TradePeriodState} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @param {!proto.io.haveno.protobuffer.Trade.DisputeState} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setPeriodState = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setDisputeState = function(value) { return jspb.Message.setProto3EnumField(this, 14, value); }; /** - * optional Contract contract = 15; - * @return {?proto.io.bisq.protobuffer.Contract} + * optional TradePeriodState period_state = 15; + * @return {!proto.io.haveno.protobuffer.Trade.TradePeriodState} */ -proto.io.bisq.protobuffer.Trade.prototype.getContract = function() { - return /** @type{?proto.io.bisq.protobuffer.Contract} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Contract, 15)); +proto.io.haveno.protobuffer.Trade.prototype.getPeriodState = function() { + return /** @type {!proto.io.haveno.protobuffer.Trade.TradePeriodState} */ (jspb.Message.getFieldWithDefault(this, 15, 0)); }; /** - * @param {?proto.io.bisq.protobuffer.Contract|undefined} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @param {!proto.io.haveno.protobuffer.Trade.TradePeriodState} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this + */ +proto.io.haveno.protobuffer.Trade.prototype.setPeriodState = function(value) { + return jspb.Message.setProto3EnumField(this, 15, value); +}; + + +/** + * optional Contract contract = 16; + * @return {?proto.io.haveno.protobuffer.Contract} + */ +proto.io.haveno.protobuffer.Trade.prototype.getContract = function() { + return /** @type{?proto.io.haveno.protobuffer.Contract} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Contract, 16)); +}; + + +/** + * @param {?proto.io.haveno.protobuffer.Contract|undefined} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setContract = function(value) { - return jspb.Message.setWrapperField(this, 15, value); +proto.io.haveno.protobuffer.Trade.prototype.setContract = function(value) { + return jspb.Message.setWrapperField(this, 16, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.clearContract = function() { +proto.io.haveno.protobuffer.Trade.prototype.clearContract = function() { return this.setContract(undefined); }; @@ -54899,57 +49823,57 @@ proto.io.bisq.protobuffer.Trade.prototype.clearContract = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Trade.prototype.hasContract = function() { - return jspb.Message.getField(this, 15) != null; +proto.io.haveno.protobuffer.Trade.prototype.hasContract = function() { + return jspb.Message.getField(this, 16) != null; }; /** - * optional string contract_as_json = 16; + * optional string contract_as_json = 17; * @return {string} */ -proto.io.bisq.protobuffer.Trade.prototype.getContractAsJson = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, "")); +proto.io.haveno.protobuffer.Trade.prototype.getContractAsJson = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setContractAsJson = function(value) { - return jspb.Message.setProto3StringField(this, 16, value); +proto.io.haveno.protobuffer.Trade.prototype.setContractAsJson = function(value) { + return jspb.Message.setProto3StringField(this, 17, value); }; /** - * optional bytes contract_hash = 17; + * optional bytes contract_hash = 18; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.Trade.prototype.getContractHash = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 17, "")); +proto.io.haveno.protobuffer.Trade.prototype.getContractHash = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 18, "")); }; /** - * optional bytes contract_hash = 17; + * optional bytes contract_hash = 18; * This is a type-conversion wrapper around `getContractHash()` * @return {string} */ -proto.io.bisq.protobuffer.Trade.prototype.getContractHash_asB64 = function() { +proto.io.haveno.protobuffer.Trade.prototype.getContractHash_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getContractHash())); }; /** - * optional bytes contract_hash = 17; + * optional bytes contract_hash = 18; * Note that Uint8Array is not supported on all browsers. * @see http://caniuse.com/Uint8Array * This is a type-conversion wrapper around `getContractHash()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Trade.prototype.getContractHash_asU8 = function() { +proto.io.haveno.protobuffer.Trade.prototype.getContractHash_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getContractHash())); }; @@ -54957,37 +49881,37 @@ proto.io.bisq.protobuffer.Trade.prototype.getContractHash_asU8 = function() { /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setContractHash = function(value) { - return jspb.Message.setProto3BytesField(this, 17, value); +proto.io.haveno.protobuffer.Trade.prototype.setContractHash = function(value) { + return jspb.Message.setProto3BytesField(this, 18, value); }; /** - * optional NodeAddress arbitrator_node_address = 18; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * optional NodeAddress arbitrator_node_address = 19; + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.Trade.prototype.getArbitratorNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 18)); +proto.io.haveno.protobuffer.Trade.prototype.getArbitratorNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 19)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setArbitratorNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 18, value); +proto.io.haveno.protobuffer.Trade.prototype.setArbitratorNodeAddress = function(value) { + return jspb.Message.setWrapperField(this, 19, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.clearArbitratorNodeAddress = function() { +proto.io.haveno.protobuffer.Trade.prototype.clearArbitratorNodeAddress = function() { return this.setArbitratorNodeAddress(undefined); }; @@ -54996,35 +49920,35 @@ proto.io.bisq.protobuffer.Trade.prototype.clearArbitratorNodeAddress = function( * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Trade.prototype.hasArbitratorNodeAddress = function() { - return jspb.Message.getField(this, 18) != null; +proto.io.haveno.protobuffer.Trade.prototype.hasArbitratorNodeAddress = function() { + return jspb.Message.getField(this, 19) != null; }; /** - * optional NodeAddress mediator_node_address = 19; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * optional NodeAddress mediator_node_address = 20; + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.Trade.prototype.getMediatorNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 19)); +proto.io.haveno.protobuffer.Trade.prototype.getMediatorNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 20)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setMediatorNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 19, value); +proto.io.haveno.protobuffer.Trade.prototype.setMediatorNodeAddress = function(value) { + return jspb.Message.setWrapperField(this, 20, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.clearMediatorNodeAddress = function() { +proto.io.haveno.protobuffer.Trade.prototype.clearMediatorNodeAddress = function() { return this.setMediatorNodeAddress(undefined); }; @@ -55033,163 +49957,163 @@ proto.io.bisq.protobuffer.Trade.prototype.clearMediatorNodeAddress = function() * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Trade.prototype.hasMediatorNodeAddress = function() { - return jspb.Message.getField(this, 19) != null; +proto.io.haveno.protobuffer.Trade.prototype.hasMediatorNodeAddress = function() { + return jspb.Message.getField(this, 20) != null; }; /** - * optional string error_message = 20; + * optional string error_message = 21; * @return {string} */ -proto.io.bisq.protobuffer.Trade.prototype.getErrorMessage = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this - */ -proto.io.bisq.protobuffer.Trade.prototype.setErrorMessage = function(value) { - return jspb.Message.setProto3StringField(this, 20, value); -}; - - -/** - * optional string counter_currency_tx_id = 21; - * @return {string} - */ -proto.io.bisq.protobuffer.Trade.prototype.getCounterCurrencyTxId = function() { +proto.io.haveno.protobuffer.Trade.prototype.getErrorMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 21, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setCounterCurrencyTxId = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setErrorMessage = function(value) { return jspb.Message.setProto3StringField(this, 21, value); }; /** - * repeated ChatMessage chat_message = 22; - * @return {!Array} + * optional string counter_currency_tx_id = 22; + * @return {string} */ -proto.io.bisq.protobuffer.Trade.prototype.getChatMessageList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.ChatMessage, 22)); +proto.io.haveno.protobuffer.Trade.prototype.getCounterCurrencyTxId = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 22, "")); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @param {string} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this + */ +proto.io.haveno.protobuffer.Trade.prototype.setCounterCurrencyTxId = function(value) { + return jspb.Message.setProto3StringField(this, 22, value); +}; + + +/** + * repeated ChatMessage chat_message = 23; + * @return {!Array} + */ +proto.io.haveno.protobuffer.Trade.prototype.getChatMessageList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.ChatMessage, 23)); +}; + + +/** + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setChatMessageList = function(value) { - return jspb.Message.setRepeatedWrapperField(this, 22, value); +proto.io.haveno.protobuffer.Trade.prototype.setChatMessageList = function(value) { + return jspb.Message.setRepeatedWrapperField(this, 23, value); }; /** - * @param {!proto.io.bisq.protobuffer.ChatMessage=} opt_value + * @param {!proto.io.haveno.protobuffer.ChatMessage=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.ChatMessage} + * @return {!proto.io.haveno.protobuffer.ChatMessage} */ -proto.io.bisq.protobuffer.Trade.prototype.addChatMessage = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 22, opt_value, proto.io.bisq.protobuffer.ChatMessage, opt_index); +proto.io.haveno.protobuffer.Trade.prototype.addChatMessage = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 23, opt_value, proto.io.haveno.protobuffer.ChatMessage, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.clearChatMessageList = function() { +proto.io.haveno.protobuffer.Trade.prototype.clearChatMessageList = function() { return this.setChatMessageList([]); }; /** - * optional MediationResultState mediation_result_state = 23; - * @return {!proto.io.bisq.protobuffer.MediationResultState} + * optional MediationResultState mediation_result_state = 24; + * @return {!proto.io.haveno.protobuffer.MediationResultState} */ -proto.io.bisq.protobuffer.Trade.prototype.getMediationResultState = function() { - return /** @type {!proto.io.bisq.protobuffer.MediationResultState} */ (jspb.Message.getFieldWithDefault(this, 23, 0)); +proto.io.haveno.protobuffer.Trade.prototype.getMediationResultState = function() { + return /** @type {!proto.io.haveno.protobuffer.MediationResultState} */ (jspb.Message.getFieldWithDefault(this, 24, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.MediationResultState} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @param {!proto.io.haveno.protobuffer.MediationResultState} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setMediationResultState = function(value) { - return jspb.Message.setProto3EnumField(this, 23, value); +proto.io.haveno.protobuffer.Trade.prototype.setMediationResultState = function(value) { + return jspb.Message.setProto3EnumField(this, 24, value); }; /** - * optional int64 lock_time = 24; + * optional int64 lock_time = 25; * @return {number} */ -proto.io.bisq.protobuffer.Trade.prototype.getLockTime = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 24, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this - */ -proto.io.bisq.protobuffer.Trade.prototype.setLockTime = function(value) { - return jspb.Message.setProto3IntField(this, 24, value); -}; - - -/** - * optional int64 start_time = 25; - * @return {number} - */ -proto.io.bisq.protobuffer.Trade.prototype.getStartTime = function() { +proto.io.haveno.protobuffer.Trade.prototype.getLockTime = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 25, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setStartTime = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setLockTime = function(value) { return jspb.Message.setProto3IntField(this, 25, value); }; /** - * optional NodeAddress refund_agent_node_address = 26; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * optional int64 start_time = 26; + * @return {number} */ -proto.io.bisq.protobuffer.Trade.prototype.getRefundAgentNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 26)); +proto.io.haveno.protobuffer.Trade.prototype.getStartTime = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 26, 0)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @param {number} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this + */ +proto.io.haveno.protobuffer.Trade.prototype.setStartTime = function(value) { + return jspb.Message.setProto3IntField(this, 26, value); +}; + + +/** + * optional NodeAddress refund_agent_node_address = 27; + * @return {?proto.io.haveno.protobuffer.NodeAddress} + */ +proto.io.haveno.protobuffer.Trade.prototype.getRefundAgentNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 27)); +}; + + +/** + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setRefundAgentNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 26, value); +proto.io.haveno.protobuffer.Trade.prototype.setRefundAgentNodeAddress = function(value) { + return jspb.Message.setWrapperField(this, 27, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.clearRefundAgentNodeAddress = function() { +proto.io.haveno.protobuffer.Trade.prototype.clearRefundAgentNodeAddress = function() { return this.setRefundAgentNodeAddress(undefined); }; @@ -55198,61 +50122,43 @@ proto.io.bisq.protobuffer.Trade.prototype.clearRefundAgentNodeAddress = function * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Trade.prototype.hasRefundAgentNodeAddress = function() { - return jspb.Message.getField(this, 26) != null; +proto.io.haveno.protobuffer.Trade.prototype.hasRefundAgentNodeAddress = function() { + return jspb.Message.getField(this, 27) != null; }; /** - * optional RefundResultState refund_result_state = 27; - * @return {!proto.io.bisq.protobuffer.RefundResultState} + * optional RefundResultState refund_result_state = 28; + * @return {!proto.io.haveno.protobuffer.RefundResultState} */ -proto.io.bisq.protobuffer.Trade.prototype.getRefundResultState = function() { - return /** @type {!proto.io.bisq.protobuffer.RefundResultState} */ (jspb.Message.getFieldWithDefault(this, 27, 0)); +proto.io.haveno.protobuffer.Trade.prototype.getRefundResultState = function() { + return /** @type {!proto.io.haveno.protobuffer.RefundResultState} */ (jspb.Message.getFieldWithDefault(this, 28, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.RefundResultState} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @param {!proto.io.haveno.protobuffer.RefundResultState} value + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setRefundResultState = function(value) { - return jspb.Message.setProto3EnumField(this, 27, value); +proto.io.haveno.protobuffer.Trade.prototype.setRefundResultState = function(value) { + return jspb.Message.setProto3EnumField(this, 28, value); }; /** - * optional string counter_currency_extra_data = 28; + * optional string counter_currency_extra_data = 29; * @return {string} */ -proto.io.bisq.protobuffer.Trade.prototype.getCounterCurrencyExtraData = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 28, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this - */ -proto.io.bisq.protobuffer.Trade.prototype.setCounterCurrencyExtraData = function(value) { - return jspb.Message.setProto3StringField(this, 28, value); -}; - - -/** - * optional string asset_tx_proof_result = 29; - * @return {string} - */ -proto.io.bisq.protobuffer.Trade.prototype.getAssetTxProofResult = function() { +proto.io.haveno.protobuffer.Trade.prototype.getCounterCurrencyExtraData = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 29, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setAssetTxProofResult = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setCounterCurrencyExtraData = function(value) { return jspb.Message.setProto3StringField(this, 29, value); }; @@ -55261,16 +50167,16 @@ proto.io.bisq.protobuffer.Trade.prototype.setAssetTxProofResult = function(value * optional string uid = 30; * @return {string} */ -proto.io.bisq.protobuffer.Trade.prototype.getUid = function() { +proto.io.haveno.protobuffer.Trade.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 30, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Trade} returns this + * @return {!proto.io.haveno.protobuffer.Trade} returns this */ -proto.io.bisq.protobuffer.Trade.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.Trade.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 30, value); }; @@ -55291,8 +50197,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.BuyerAsMakerTrade.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.BuyerAsMakerTrade.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.BuyerAsMakerTrade.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.BuyerAsMakerTrade.toObject(opt_includeInstance, this); }; @@ -55301,13 +50207,13 @@ proto.io.bisq.protobuffer.BuyerAsMakerTrade.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.BuyerAsMakerTrade} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.BuyerAsMakerTrade} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BuyerAsMakerTrade.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.BuyerAsMakerTrade.toObject = function(includeInstance, msg) { var f, obj = { - trade: (f = msg.getTrade()) && proto.io.bisq.protobuffer.Trade.toObject(includeInstance, f) + trade: (f = msg.getTrade()) && proto.io.haveno.protobuffer.Trade.toObject(includeInstance, f) }; if (includeInstance) { @@ -55321,23 +50227,23 @@ proto.io.bisq.protobuffer.BuyerAsMakerTrade.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.BuyerAsMakerTrade} + * @return {!proto.io.haveno.protobuffer.BuyerAsMakerTrade} */ -proto.io.bisq.protobuffer.BuyerAsMakerTrade.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.BuyerAsMakerTrade.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.BuyerAsMakerTrade; - return proto.io.bisq.protobuffer.BuyerAsMakerTrade.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.BuyerAsMakerTrade; + return proto.io.haveno.protobuffer.BuyerAsMakerTrade.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.BuyerAsMakerTrade} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.BuyerAsMakerTrade} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.BuyerAsMakerTrade} + * @return {!proto.io.haveno.protobuffer.BuyerAsMakerTrade} */ -proto.io.bisq.protobuffer.BuyerAsMakerTrade.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.BuyerAsMakerTrade.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -55345,8 +50251,8 @@ proto.io.bisq.protobuffer.BuyerAsMakerTrade.deserializeBinaryFromReader = functi var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.Trade; - reader.readMessage(value,proto.io.bisq.protobuffer.Trade.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Trade; + reader.readMessage(value,proto.io.haveno.protobuffer.Trade.deserializeBinaryFromReader); msg.setTrade(value); break; default: @@ -55362,9 +50268,9 @@ proto.io.bisq.protobuffer.BuyerAsMakerTrade.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.BuyerAsMakerTrade.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.BuyerAsMakerTrade.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.BuyerAsMakerTrade.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.BuyerAsMakerTrade.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -55372,18 +50278,18 @@ proto.io.bisq.protobuffer.BuyerAsMakerTrade.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.BuyerAsMakerTrade} message + * @param {!proto.io.haveno.protobuffer.BuyerAsMakerTrade} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BuyerAsMakerTrade.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.BuyerAsMakerTrade.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTrade(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.Trade.serializeBinaryToWriter + proto.io.haveno.protobuffer.Trade.serializeBinaryToWriter ); } }; @@ -55391,28 +50297,28 @@ proto.io.bisq.protobuffer.BuyerAsMakerTrade.serializeBinaryToWriter = function(m /** * optional Trade trade = 1; - * @return {?proto.io.bisq.protobuffer.Trade} + * @return {?proto.io.haveno.protobuffer.Trade} */ -proto.io.bisq.protobuffer.BuyerAsMakerTrade.prototype.getTrade = function() { - return /** @type{?proto.io.bisq.protobuffer.Trade} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Trade, 1)); +proto.io.haveno.protobuffer.BuyerAsMakerTrade.prototype.getTrade = function() { + return /** @type{?proto.io.haveno.protobuffer.Trade} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Trade, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.Trade|undefined} value - * @return {!proto.io.bisq.protobuffer.BuyerAsMakerTrade} returns this + * @param {?proto.io.haveno.protobuffer.Trade|undefined} value + * @return {!proto.io.haveno.protobuffer.BuyerAsMakerTrade} returns this */ -proto.io.bisq.protobuffer.BuyerAsMakerTrade.prototype.setTrade = function(value) { +proto.io.haveno.protobuffer.BuyerAsMakerTrade.prototype.setTrade = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.BuyerAsMakerTrade} returns this + * @return {!proto.io.haveno.protobuffer.BuyerAsMakerTrade} returns this */ -proto.io.bisq.protobuffer.BuyerAsMakerTrade.prototype.clearTrade = function() { +proto.io.haveno.protobuffer.BuyerAsMakerTrade.prototype.clearTrade = function() { return this.setTrade(undefined); }; @@ -55421,7 +50327,7 @@ proto.io.bisq.protobuffer.BuyerAsMakerTrade.prototype.clearTrade = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.BuyerAsMakerTrade.prototype.hasTrade = function() { +proto.io.haveno.protobuffer.BuyerAsMakerTrade.prototype.hasTrade = function() { return jspb.Message.getField(this, 1) != null; }; @@ -55442,8 +50348,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.BuyerAsTakerTrade.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.BuyerAsTakerTrade.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.BuyerAsTakerTrade.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.BuyerAsTakerTrade.toObject(opt_includeInstance, this); }; @@ -55452,13 +50358,13 @@ proto.io.bisq.protobuffer.BuyerAsTakerTrade.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.BuyerAsTakerTrade} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.BuyerAsTakerTrade} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BuyerAsTakerTrade.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.BuyerAsTakerTrade.toObject = function(includeInstance, msg) { var f, obj = { - trade: (f = msg.getTrade()) && proto.io.bisq.protobuffer.Trade.toObject(includeInstance, f) + trade: (f = msg.getTrade()) && proto.io.haveno.protobuffer.Trade.toObject(includeInstance, f) }; if (includeInstance) { @@ -55472,23 +50378,23 @@ proto.io.bisq.protobuffer.BuyerAsTakerTrade.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.BuyerAsTakerTrade} + * @return {!proto.io.haveno.protobuffer.BuyerAsTakerTrade} */ -proto.io.bisq.protobuffer.BuyerAsTakerTrade.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.BuyerAsTakerTrade.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.BuyerAsTakerTrade; - return proto.io.bisq.protobuffer.BuyerAsTakerTrade.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.BuyerAsTakerTrade; + return proto.io.haveno.protobuffer.BuyerAsTakerTrade.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.BuyerAsTakerTrade} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.BuyerAsTakerTrade} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.BuyerAsTakerTrade} + * @return {!proto.io.haveno.protobuffer.BuyerAsTakerTrade} */ -proto.io.bisq.protobuffer.BuyerAsTakerTrade.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.BuyerAsTakerTrade.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -55496,8 +50402,8 @@ proto.io.bisq.protobuffer.BuyerAsTakerTrade.deserializeBinaryFromReader = functi var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.Trade; - reader.readMessage(value,proto.io.bisq.protobuffer.Trade.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Trade; + reader.readMessage(value,proto.io.haveno.protobuffer.Trade.deserializeBinaryFromReader); msg.setTrade(value); break; default: @@ -55513,9 +50419,9 @@ proto.io.bisq.protobuffer.BuyerAsTakerTrade.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.BuyerAsTakerTrade.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.BuyerAsTakerTrade.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.BuyerAsTakerTrade.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.BuyerAsTakerTrade.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -55523,18 +50429,18 @@ proto.io.bisq.protobuffer.BuyerAsTakerTrade.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.BuyerAsTakerTrade} message + * @param {!proto.io.haveno.protobuffer.BuyerAsTakerTrade} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BuyerAsTakerTrade.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.BuyerAsTakerTrade.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTrade(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.Trade.serializeBinaryToWriter + proto.io.haveno.protobuffer.Trade.serializeBinaryToWriter ); } }; @@ -55542,28 +50448,28 @@ proto.io.bisq.protobuffer.BuyerAsTakerTrade.serializeBinaryToWriter = function(m /** * optional Trade trade = 1; - * @return {?proto.io.bisq.protobuffer.Trade} + * @return {?proto.io.haveno.protobuffer.Trade} */ -proto.io.bisq.protobuffer.BuyerAsTakerTrade.prototype.getTrade = function() { - return /** @type{?proto.io.bisq.protobuffer.Trade} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Trade, 1)); +proto.io.haveno.protobuffer.BuyerAsTakerTrade.prototype.getTrade = function() { + return /** @type{?proto.io.haveno.protobuffer.Trade} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Trade, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.Trade|undefined} value - * @return {!proto.io.bisq.protobuffer.BuyerAsTakerTrade} returns this + * @param {?proto.io.haveno.protobuffer.Trade|undefined} value + * @return {!proto.io.haveno.protobuffer.BuyerAsTakerTrade} returns this */ -proto.io.bisq.protobuffer.BuyerAsTakerTrade.prototype.setTrade = function(value) { +proto.io.haveno.protobuffer.BuyerAsTakerTrade.prototype.setTrade = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.BuyerAsTakerTrade} returns this + * @return {!proto.io.haveno.protobuffer.BuyerAsTakerTrade} returns this */ -proto.io.bisq.protobuffer.BuyerAsTakerTrade.prototype.clearTrade = function() { +proto.io.haveno.protobuffer.BuyerAsTakerTrade.prototype.clearTrade = function() { return this.setTrade(undefined); }; @@ -55572,7 +50478,7 @@ proto.io.bisq.protobuffer.BuyerAsTakerTrade.prototype.clearTrade = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.BuyerAsTakerTrade.prototype.hasTrade = function() { +proto.io.haveno.protobuffer.BuyerAsTakerTrade.prototype.hasTrade = function() { return jspb.Message.getField(this, 1) != null; }; @@ -55593,8 +50499,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SellerAsMakerTrade.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SellerAsMakerTrade.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SellerAsMakerTrade.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SellerAsMakerTrade.toObject(opt_includeInstance, this); }; @@ -55603,13 +50509,13 @@ proto.io.bisq.protobuffer.SellerAsMakerTrade.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SellerAsMakerTrade} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SellerAsMakerTrade} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SellerAsMakerTrade.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SellerAsMakerTrade.toObject = function(includeInstance, msg) { var f, obj = { - trade: (f = msg.getTrade()) && proto.io.bisq.protobuffer.Trade.toObject(includeInstance, f) + trade: (f = msg.getTrade()) && proto.io.haveno.protobuffer.Trade.toObject(includeInstance, f) }; if (includeInstance) { @@ -55623,23 +50529,23 @@ proto.io.bisq.protobuffer.SellerAsMakerTrade.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SellerAsMakerTrade} + * @return {!proto.io.haveno.protobuffer.SellerAsMakerTrade} */ -proto.io.bisq.protobuffer.SellerAsMakerTrade.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SellerAsMakerTrade.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SellerAsMakerTrade; - return proto.io.bisq.protobuffer.SellerAsMakerTrade.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SellerAsMakerTrade; + return proto.io.haveno.protobuffer.SellerAsMakerTrade.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SellerAsMakerTrade} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SellerAsMakerTrade} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SellerAsMakerTrade} + * @return {!proto.io.haveno.protobuffer.SellerAsMakerTrade} */ -proto.io.bisq.protobuffer.SellerAsMakerTrade.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SellerAsMakerTrade.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -55647,8 +50553,8 @@ proto.io.bisq.protobuffer.SellerAsMakerTrade.deserializeBinaryFromReader = funct var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.Trade; - reader.readMessage(value,proto.io.bisq.protobuffer.Trade.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Trade; + reader.readMessage(value,proto.io.haveno.protobuffer.Trade.deserializeBinaryFromReader); msg.setTrade(value); break; default: @@ -55664,9 +50570,9 @@ proto.io.bisq.protobuffer.SellerAsMakerTrade.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SellerAsMakerTrade.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SellerAsMakerTrade.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SellerAsMakerTrade.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SellerAsMakerTrade.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -55674,18 +50580,18 @@ proto.io.bisq.protobuffer.SellerAsMakerTrade.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SellerAsMakerTrade} message + * @param {!proto.io.haveno.protobuffer.SellerAsMakerTrade} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SellerAsMakerTrade.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SellerAsMakerTrade.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTrade(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.Trade.serializeBinaryToWriter + proto.io.haveno.protobuffer.Trade.serializeBinaryToWriter ); } }; @@ -55693,28 +50599,28 @@ proto.io.bisq.protobuffer.SellerAsMakerTrade.serializeBinaryToWriter = function( /** * optional Trade trade = 1; - * @return {?proto.io.bisq.protobuffer.Trade} + * @return {?proto.io.haveno.protobuffer.Trade} */ -proto.io.bisq.protobuffer.SellerAsMakerTrade.prototype.getTrade = function() { - return /** @type{?proto.io.bisq.protobuffer.Trade} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Trade, 1)); +proto.io.haveno.protobuffer.SellerAsMakerTrade.prototype.getTrade = function() { + return /** @type{?proto.io.haveno.protobuffer.Trade} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Trade, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.Trade|undefined} value - * @return {!proto.io.bisq.protobuffer.SellerAsMakerTrade} returns this + * @param {?proto.io.haveno.protobuffer.Trade|undefined} value + * @return {!proto.io.haveno.protobuffer.SellerAsMakerTrade} returns this */ -proto.io.bisq.protobuffer.SellerAsMakerTrade.prototype.setTrade = function(value) { +proto.io.haveno.protobuffer.SellerAsMakerTrade.prototype.setTrade = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.SellerAsMakerTrade} returns this + * @return {!proto.io.haveno.protobuffer.SellerAsMakerTrade} returns this */ -proto.io.bisq.protobuffer.SellerAsMakerTrade.prototype.clearTrade = function() { +proto.io.haveno.protobuffer.SellerAsMakerTrade.prototype.clearTrade = function() { return this.setTrade(undefined); }; @@ -55723,7 +50629,7 @@ proto.io.bisq.protobuffer.SellerAsMakerTrade.prototype.clearTrade = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.SellerAsMakerTrade.prototype.hasTrade = function() { +proto.io.haveno.protobuffer.SellerAsMakerTrade.prototype.hasTrade = function() { return jspb.Message.getField(this, 1) != null; }; @@ -55744,8 +50650,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.SellerAsTakerTrade.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.SellerAsTakerTrade.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.SellerAsTakerTrade.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.SellerAsTakerTrade.toObject(opt_includeInstance, this); }; @@ -55754,13 +50660,13 @@ proto.io.bisq.protobuffer.SellerAsTakerTrade.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.SellerAsTakerTrade} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.SellerAsTakerTrade} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SellerAsTakerTrade.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.SellerAsTakerTrade.toObject = function(includeInstance, msg) { var f, obj = { - trade: (f = msg.getTrade()) && proto.io.bisq.protobuffer.Trade.toObject(includeInstance, f) + trade: (f = msg.getTrade()) && proto.io.haveno.protobuffer.Trade.toObject(includeInstance, f) }; if (includeInstance) { @@ -55774,23 +50680,23 @@ proto.io.bisq.protobuffer.SellerAsTakerTrade.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.SellerAsTakerTrade} + * @return {!proto.io.haveno.protobuffer.SellerAsTakerTrade} */ -proto.io.bisq.protobuffer.SellerAsTakerTrade.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.SellerAsTakerTrade.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.SellerAsTakerTrade; - return proto.io.bisq.protobuffer.SellerAsTakerTrade.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.SellerAsTakerTrade; + return proto.io.haveno.protobuffer.SellerAsTakerTrade.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.SellerAsTakerTrade} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.SellerAsTakerTrade} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.SellerAsTakerTrade} + * @return {!proto.io.haveno.protobuffer.SellerAsTakerTrade} */ -proto.io.bisq.protobuffer.SellerAsTakerTrade.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.SellerAsTakerTrade.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -55798,8 +50704,8 @@ proto.io.bisq.protobuffer.SellerAsTakerTrade.deserializeBinaryFromReader = funct var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.Trade; - reader.readMessage(value,proto.io.bisq.protobuffer.Trade.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Trade; + reader.readMessage(value,proto.io.haveno.protobuffer.Trade.deserializeBinaryFromReader); msg.setTrade(value); break; default: @@ -55815,9 +50721,9 @@ proto.io.bisq.protobuffer.SellerAsTakerTrade.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.SellerAsTakerTrade.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.SellerAsTakerTrade.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.SellerAsTakerTrade.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.SellerAsTakerTrade.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -55825,18 +50731,18 @@ proto.io.bisq.protobuffer.SellerAsTakerTrade.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.SellerAsTakerTrade} message + * @param {!proto.io.haveno.protobuffer.SellerAsTakerTrade} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.SellerAsTakerTrade.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.SellerAsTakerTrade.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTrade(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.Trade.serializeBinaryToWriter + proto.io.haveno.protobuffer.Trade.serializeBinaryToWriter ); } }; @@ -55844,28 +50750,28 @@ proto.io.bisq.protobuffer.SellerAsTakerTrade.serializeBinaryToWriter = function( /** * optional Trade trade = 1; - * @return {?proto.io.bisq.protobuffer.Trade} + * @return {?proto.io.haveno.protobuffer.Trade} */ -proto.io.bisq.protobuffer.SellerAsTakerTrade.prototype.getTrade = function() { - return /** @type{?proto.io.bisq.protobuffer.Trade} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Trade, 1)); +proto.io.haveno.protobuffer.SellerAsTakerTrade.prototype.getTrade = function() { + return /** @type{?proto.io.haveno.protobuffer.Trade} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Trade, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.Trade|undefined} value - * @return {!proto.io.bisq.protobuffer.SellerAsTakerTrade} returns this + * @param {?proto.io.haveno.protobuffer.Trade|undefined} value + * @return {!proto.io.haveno.protobuffer.SellerAsTakerTrade} returns this */ -proto.io.bisq.protobuffer.SellerAsTakerTrade.prototype.setTrade = function(value) { +proto.io.haveno.protobuffer.SellerAsTakerTrade.prototype.setTrade = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.SellerAsTakerTrade} returns this + * @return {!proto.io.haveno.protobuffer.SellerAsTakerTrade} returns this */ -proto.io.bisq.protobuffer.SellerAsTakerTrade.prototype.clearTrade = function() { +proto.io.haveno.protobuffer.SellerAsTakerTrade.prototype.clearTrade = function() { return this.setTrade(undefined); }; @@ -55874,7 +50780,7 @@ proto.io.bisq.protobuffer.SellerAsTakerTrade.prototype.clearTrade = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.SellerAsTakerTrade.prototype.hasTrade = function() { +proto.io.haveno.protobuffer.SellerAsTakerTrade.prototype.hasTrade = function() { return jspb.Message.getField(this, 1) != null; }; @@ -55895,8 +50801,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ArbitratorTrade.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ArbitratorTrade.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ArbitratorTrade.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ArbitratorTrade.toObject(opt_includeInstance, this); }; @@ -55905,13 +50811,13 @@ proto.io.bisq.protobuffer.ArbitratorTrade.prototype.toObject = function(opt_incl * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ArbitratorTrade} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ArbitratorTrade} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ArbitratorTrade.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ArbitratorTrade.toObject = function(includeInstance, msg) { var f, obj = { - trade: (f = msg.getTrade()) && proto.io.bisq.protobuffer.Trade.toObject(includeInstance, f) + trade: (f = msg.getTrade()) && proto.io.haveno.protobuffer.Trade.toObject(includeInstance, f) }; if (includeInstance) { @@ -55925,23 +50831,23 @@ proto.io.bisq.protobuffer.ArbitratorTrade.toObject = function(includeInstance, m /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ArbitratorTrade} + * @return {!proto.io.haveno.protobuffer.ArbitratorTrade} */ -proto.io.bisq.protobuffer.ArbitratorTrade.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ArbitratorTrade.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ArbitratorTrade; - return proto.io.bisq.protobuffer.ArbitratorTrade.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ArbitratorTrade; + return proto.io.haveno.protobuffer.ArbitratorTrade.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ArbitratorTrade} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ArbitratorTrade} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ArbitratorTrade} + * @return {!proto.io.haveno.protobuffer.ArbitratorTrade} */ -proto.io.bisq.protobuffer.ArbitratorTrade.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ArbitratorTrade.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -55949,8 +50855,8 @@ proto.io.bisq.protobuffer.ArbitratorTrade.deserializeBinaryFromReader = function var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.Trade; - reader.readMessage(value,proto.io.bisq.protobuffer.Trade.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Trade; + reader.readMessage(value,proto.io.haveno.protobuffer.Trade.deserializeBinaryFromReader); msg.setTrade(value); break; default: @@ -55966,9 +50872,9 @@ proto.io.bisq.protobuffer.ArbitratorTrade.deserializeBinaryFromReader = function * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ArbitratorTrade.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ArbitratorTrade.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ArbitratorTrade.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ArbitratorTrade.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -55976,18 +50882,18 @@ proto.io.bisq.protobuffer.ArbitratorTrade.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ArbitratorTrade} message + * @param {!proto.io.haveno.protobuffer.ArbitratorTrade} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ArbitratorTrade.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ArbitratorTrade.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getTrade(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.Trade.serializeBinaryToWriter + proto.io.haveno.protobuffer.Trade.serializeBinaryToWriter ); } }; @@ -55995,28 +50901,28 @@ proto.io.bisq.protobuffer.ArbitratorTrade.serializeBinaryToWriter = function(mes /** * optional Trade trade = 1; - * @return {?proto.io.bisq.protobuffer.Trade} + * @return {?proto.io.haveno.protobuffer.Trade} */ -proto.io.bisq.protobuffer.ArbitratorTrade.prototype.getTrade = function() { - return /** @type{?proto.io.bisq.protobuffer.Trade} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Trade, 1)); +proto.io.haveno.protobuffer.ArbitratorTrade.prototype.getTrade = function() { + return /** @type{?proto.io.haveno.protobuffer.Trade} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Trade, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.Trade|undefined} value - * @return {!proto.io.bisq.protobuffer.ArbitratorTrade} returns this + * @param {?proto.io.haveno.protobuffer.Trade|undefined} value + * @return {!proto.io.haveno.protobuffer.ArbitratorTrade} returns this */ -proto.io.bisq.protobuffer.ArbitratorTrade.prototype.setTrade = function(value) { +proto.io.haveno.protobuffer.ArbitratorTrade.prototype.setTrade = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.ArbitratorTrade} returns this + * @return {!proto.io.haveno.protobuffer.ArbitratorTrade} returns this */ -proto.io.bisq.protobuffer.ArbitratorTrade.prototype.clearTrade = function() { +proto.io.haveno.protobuffer.ArbitratorTrade.prototype.clearTrade = function() { return this.setTrade(undefined); }; @@ -56025,19 +50931,12 @@ proto.io.bisq.protobuffer.ArbitratorTrade.prototype.clearTrade = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.ArbitratorTrade.prototype.hasTrade = function() { +proto.io.haveno.protobuffer.ArbitratorTrade.prototype.hasTrade = function() { return jspb.Message.getField(this, 1) != null; }; -/** - * List of repeated fields within this message type. - * @private {!Array} - * @const - */ -proto.io.bisq.protobuffer.ProcessModel.repeatedFields_ = [10]; - if (jspb.Message.GENERATE_TO_OBJECT) { @@ -56053,8 +50952,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ProcessModel.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ProcessModel.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ProcessModel.toObject(opt_includeInstance, this); }; @@ -56063,38 +50962,33 @@ proto.io.bisq.protobuffer.ProcessModel.prototype.toObject = function(opt_include * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ProcessModel} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ProcessModel} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ProcessModel.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ProcessModel.toObject = function(includeInstance, msg) { var f, obj = { - offerId: jspb.Message.getFieldWithDefault(msg, 2, ""), - accountId: jspb.Message.getFieldWithDefault(msg, 3, ""), - pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), - takeOfferFeeTxId: jspb.Message.getFieldWithDefault(msg, 5, ""), + offerId: jspb.Message.getFieldWithDefault(msg, 1, ""), + accountId: jspb.Message.getFieldWithDefault(msg, 2, ""), + pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.haveno.protobuffer.PubKeyRing.toObject(includeInstance, f), + takeOfferFeeTxId: jspb.Message.getFieldWithDefault(msg, 4, ""), payoutTxSignature: msg.getPayoutTxSignature_asB64(), - rawTransactionInputsList: jspb.Message.toObjectList(msg.getRawTransactionInputsList(), - proto.io.bisq.protobuffer.RawTransactionInput.toObject, includeInstance), - changeOutputValue: jspb.Message.getFieldWithDefault(msg, 11, 0), - changeOutputAddress: jspb.Message.getFieldWithDefault(msg, 12, ""), - useSavingsWallet: jspb.Message.getBooleanFieldWithDefault(msg, 13, false), - fundsNeededForTradeAsLong: jspb.Message.getFieldWithDefault(msg, 14, 0), - myMultiSigPubKey: msg.getMyMultiSigPubKey_asB64(), - paymentSentMessageState: jspb.Message.getFieldWithDefault(msg, 17, ""), + useSavingsWallet: jspb.Message.getBooleanFieldWithDefault(msg, 6, false), + fundsNeededForTrade: jspb.Message.getFieldWithDefault(msg, 7, 0), + paymentSentMessageState: jspb.Message.getFieldWithDefault(msg, 8, ""), + depositsConfirmedMessagesDelivered: jspb.Message.getBooleanFieldWithDefault(msg, 9, false), + makerSignature: msg.getMakerSignature_asB64(), + maker: (f = msg.getMaker()) && proto.io.haveno.protobuffer.TradePeer.toObject(includeInstance, f), + taker: (f = msg.getTaker()) && proto.io.haveno.protobuffer.TradePeer.toObject(includeInstance, f), + arbitrator: (f = msg.getArbitrator()) && proto.io.haveno.protobuffer.TradePeer.toObject(includeInstance, f), + tempTradePeerNodeAddress: (f = msg.getTempTradePeerNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + multisigAddress: jspb.Message.getFieldWithDefault(msg, 15, ""), + paymentSentMessage: (f = msg.getPaymentSentMessage()) && proto.io.haveno.protobuffer.PaymentSentMessage.toObject(includeInstance, f), + paymentReceivedMessage: (f = msg.getPaymentReceivedMessage()) && proto.io.haveno.protobuffer.PaymentReceivedMessage.toObject(includeInstance, f), + disputeClosedMessage: (f = msg.getDisputeClosedMessage()) && proto.io.haveno.protobuffer.DisputeClosedMessage.toObject(includeInstance, f), mediatedPayoutTxSignature: msg.getMediatedPayoutTxSignature_asB64(), - buyerPayoutAmountFromMediation: jspb.Message.getFieldWithDefault(msg, 19, 0), - sellerPayoutAmountFromMediation: jspb.Message.getFieldWithDefault(msg, 20, 0), - depositsConfirmedMessagesDelivered: jspb.Message.getBooleanFieldWithDefault(msg, 21, false), - makerSignature: jspb.Message.getFieldWithDefault(msg, 1001, ""), - maker: (f = msg.getMaker()) && proto.io.bisq.protobuffer.TradePeer.toObject(includeInstance, f), - taker: (f = msg.getTaker()) && proto.io.bisq.protobuffer.TradePeer.toObject(includeInstance, f), - arbitrator: (f = msg.getArbitrator()) && proto.io.bisq.protobuffer.TradePeer.toObject(includeInstance, f), - tempTradePeerNodeAddress: (f = msg.getTempTradePeerNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - multisigAddress: jspb.Message.getFieldWithDefault(msg, 1006, ""), - paymentSentMessage: (f = msg.getPaymentSentMessage()) && proto.io.bisq.protobuffer.PaymentSentMessage.toObject(includeInstance, f), - paymentReceivedMessage: (f = msg.getPaymentReceivedMessage()) && proto.io.bisq.protobuffer.PaymentReceivedMessage.toObject(includeInstance, f), - disputeClosedMessage: (f = msg.getDisputeClosedMessage()) && proto.io.bisq.protobuffer.DisputeClosedMessage.toObject(includeInstance, f) + buyerPayoutAmountFromMediation: jspb.Message.getFieldWithDefault(msg, 20, 0), + sellerPayoutAmountFromMediation: jspb.Message.getFieldWithDefault(msg, 21, 0) }; if (includeInstance) { @@ -56108,138 +51002,121 @@ proto.io.bisq.protobuffer.ProcessModel.toObject = function(includeInstance, msg) /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ProcessModel} + * @return {!proto.io.haveno.protobuffer.ProcessModel} */ -proto.io.bisq.protobuffer.ProcessModel.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ProcessModel.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ProcessModel; - return proto.io.bisq.protobuffer.ProcessModel.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ProcessModel; + return proto.io.haveno.protobuffer.ProcessModel.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ProcessModel} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ProcessModel} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ProcessModel} + * @return {!proto.io.haveno.protobuffer.ProcessModel} */ -proto.io.bisq.protobuffer.ProcessModel.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ProcessModel.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; } var field = reader.getFieldNumber(); switch (field) { - case 2: + case 1: var value = /** @type {string} */ (reader.readString()); msg.setOfferId(value); break; - case 3: + case 2: var value = /** @type {string} */ (reader.readString()); msg.setAccountId(value); break; - case 4: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); + case 3: + var value = new proto.io.haveno.protobuffer.PubKeyRing; + reader.readMessage(value,proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader); msg.setPubKeyRing(value); break; - case 5: + case 4: var value = /** @type {string} */ (reader.readString()); msg.setTakeOfferFeeTxId(value); break; - case 6: + case 5: var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setPayoutTxSignature(value); break; - case 10: - var value = new proto.io.bisq.protobuffer.RawTransactionInput; - reader.readMessage(value,proto.io.bisq.protobuffer.RawTransactionInput.deserializeBinaryFromReader); - msg.addRawTransactionInputs(value); - break; - case 11: - var value = /** @type {number} */ (reader.readInt64()); - msg.setChangeOutputValue(value); - break; - case 12: - var value = /** @type {string} */ (reader.readString()); - msg.setChangeOutputAddress(value); - break; - case 13: + case 6: var value = /** @type {boolean} */ (reader.readBool()); msg.setUseSavingsWallet(value); break; - case 14: + case 7: var value = /** @type {number} */ (reader.readInt64()); - msg.setFundsNeededForTradeAsLong(value); + msg.setFundsNeededForTrade(value); break; - case 15: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setMyMultiSigPubKey(value); - break; - case 17: + case 8: var value = /** @type {string} */ (reader.readString()); msg.setPaymentSentMessageState(value); break; - case 18: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setMediatedPayoutTxSignature(value); - break; - case 19: - var value = /** @type {number} */ (reader.readInt64()); - msg.setBuyerPayoutAmountFromMediation(value); - break; - case 20: - var value = /** @type {number} */ (reader.readInt64()); - msg.setSellerPayoutAmountFromMediation(value); - break; - case 21: + case 9: var value = /** @type {boolean} */ (reader.readBool()); msg.setDepositsConfirmedMessagesDelivered(value); break; - case 1001: - var value = /** @type {string} */ (reader.readString()); + case 10: + var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setMakerSignature(value); break; - case 1002: - var value = new proto.io.bisq.protobuffer.TradePeer; - reader.readMessage(value,proto.io.bisq.protobuffer.TradePeer.deserializeBinaryFromReader); + case 11: + var value = new proto.io.haveno.protobuffer.TradePeer; + reader.readMessage(value,proto.io.haveno.protobuffer.TradePeer.deserializeBinaryFromReader); msg.setMaker(value); break; - case 1003: - var value = new proto.io.bisq.protobuffer.TradePeer; - reader.readMessage(value,proto.io.bisq.protobuffer.TradePeer.deserializeBinaryFromReader); + case 12: + var value = new proto.io.haveno.protobuffer.TradePeer; + reader.readMessage(value,proto.io.haveno.protobuffer.TradePeer.deserializeBinaryFromReader); msg.setTaker(value); break; - case 1004: - var value = new proto.io.bisq.protobuffer.TradePeer; - reader.readMessage(value,proto.io.bisq.protobuffer.TradePeer.deserializeBinaryFromReader); + case 13: + var value = new proto.io.haveno.protobuffer.TradePeer; + reader.readMessage(value,proto.io.haveno.protobuffer.TradePeer.deserializeBinaryFromReader); msg.setArbitrator(value); break; - case 1005: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + case 14: + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setTempTradePeerNodeAddress(value); break; - case 1006: + case 15: var value = /** @type {string} */ (reader.readString()); msg.setMultisigAddress(value); break; - case 1012: - var value = new proto.io.bisq.protobuffer.PaymentSentMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentSentMessage.deserializeBinaryFromReader); + case 16: + var value = new proto.io.haveno.protobuffer.PaymentSentMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentSentMessage.deserializeBinaryFromReader); msg.setPaymentSentMessage(value); break; - case 1013: - var value = new proto.io.bisq.protobuffer.PaymentReceivedMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentReceivedMessage.deserializeBinaryFromReader); + case 17: + var value = new proto.io.haveno.protobuffer.PaymentReceivedMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentReceivedMessage.deserializeBinaryFromReader); msg.setPaymentReceivedMessage(value); break; - case 1014: - var value = new proto.io.bisq.protobuffer.DisputeClosedMessage; - reader.readMessage(value,proto.io.bisq.protobuffer.DisputeClosedMessage.deserializeBinaryFromReader); + case 18: + var value = new proto.io.haveno.protobuffer.DisputeClosedMessage; + reader.readMessage(value,proto.io.haveno.protobuffer.DisputeClosedMessage.deserializeBinaryFromReader); msg.setDisputeClosedMessage(value); break; + case 19: + var value = /** @type {!Uint8Array} */ (reader.readBytes()); + msg.setMediatedPayoutTxSignature(value); + break; + case 20: + var value = /** @type {number} */ (reader.readInt64()); + msg.setBuyerPayoutAmountFromMediation(value); + break; + case 21: + var value = /** @type {number} */ (reader.readInt64()); + msg.setSellerPayoutAmountFromMediation(value); + break; default: reader.skipField(); break; @@ -56253,9 +51130,9 @@ proto.io.bisq.protobuffer.ProcessModel.deserializeBinaryFromReader = function(ms * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ProcessModel.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ProcessModel.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ProcessModel.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -56263,259 +51140,230 @@ proto.io.bisq.protobuffer.ProcessModel.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ProcessModel} message + * @param {!proto.io.haveno.protobuffer.ProcessModel} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ProcessModel.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ProcessModel.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getOfferId(); if (f.length > 0) { writer.writeString( - 2, + 1, f ); } f = message.getAccountId(); if (f.length > 0) { writer.writeString( - 3, + 2, f ); } f = message.getPubKeyRing(); if (f != null) { writer.writeMessage( - 4, + 3, f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter + proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter ); } f = message.getTakeOfferFeeTxId(); if (f.length > 0) { writer.writeString( - 5, + 4, f ); } f = message.getPayoutTxSignature_asU8(); if (f.length > 0) { writer.writeBytes( - 6, - f - ); - } - f = message.getRawTransactionInputsList(); - if (f.length > 0) { - writer.writeRepeatedMessage( - 10, - f, - proto.io.bisq.protobuffer.RawTransactionInput.serializeBinaryToWriter - ); - } - f = message.getChangeOutputValue(); - if (f !== 0) { - writer.writeInt64( - 11, - f - ); - } - f = message.getChangeOutputAddress(); - if (f.length > 0) { - writer.writeString( - 12, + 5, f ); } f = message.getUseSavingsWallet(); if (f) { writer.writeBool( - 13, + 6, f ); } - f = message.getFundsNeededForTradeAsLong(); + f = message.getFundsNeededForTrade(); if (f !== 0) { writer.writeInt64( - 14, - f - ); - } - f = message.getMyMultiSigPubKey_asU8(); - if (f.length > 0) { - writer.writeBytes( - 15, + 7, f ); } f = message.getPaymentSentMessageState(); if (f.length > 0) { writer.writeString( - 17, - f - ); - } - f = message.getMediatedPayoutTxSignature_asU8(); - if (f.length > 0) { - writer.writeBytes( - 18, - f - ); - } - f = message.getBuyerPayoutAmountFromMediation(); - if (f !== 0) { - writer.writeInt64( - 19, - f - ); - } - f = message.getSellerPayoutAmountFromMediation(); - if (f !== 0) { - writer.writeInt64( - 20, + 8, f ); } f = message.getDepositsConfirmedMessagesDelivered(); if (f) { writer.writeBool( - 21, + 9, f ); } - f = message.getMakerSignature(); + f = message.getMakerSignature_asU8(); if (f.length > 0) { - writer.writeString( - 1001, + writer.writeBytes( + 10, f ); } f = message.getMaker(); if (f != null) { writer.writeMessage( - 1002, + 11, f, - proto.io.bisq.protobuffer.TradePeer.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradePeer.serializeBinaryToWriter ); } f = message.getTaker(); if (f != null) { writer.writeMessage( - 1003, + 12, f, - proto.io.bisq.protobuffer.TradePeer.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradePeer.serializeBinaryToWriter ); } f = message.getArbitrator(); if (f != null) { writer.writeMessage( - 1004, + 13, f, - proto.io.bisq.protobuffer.TradePeer.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradePeer.serializeBinaryToWriter ); } f = message.getTempTradePeerNodeAddress(); if (f != null) { writer.writeMessage( - 1005, + 14, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getMultisigAddress(); if (f.length > 0) { writer.writeString( - 1006, + 15, f ); } f = message.getPaymentSentMessage(); if (f != null) { writer.writeMessage( - 1012, + 16, f, - proto.io.bisq.protobuffer.PaymentSentMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentSentMessage.serializeBinaryToWriter ); } f = message.getPaymentReceivedMessage(); if (f != null) { writer.writeMessage( - 1013, + 17, f, - proto.io.bisq.protobuffer.PaymentReceivedMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentReceivedMessage.serializeBinaryToWriter ); } f = message.getDisputeClosedMessage(); if (f != null) { writer.writeMessage( - 1014, + 18, f, - proto.io.bisq.protobuffer.DisputeClosedMessage.serializeBinaryToWriter + proto.io.haveno.protobuffer.DisputeClosedMessage.serializeBinaryToWriter + ); + } + f = message.getMediatedPayoutTxSignature_asU8(); + if (f.length > 0) { + writer.writeBytes( + 19, + f + ); + } + f = message.getBuyerPayoutAmountFromMediation(); + if (f !== 0) { + writer.writeInt64( + 20, + f + ); + } + f = message.getSellerPayoutAmountFromMediation(); + if (f !== 0) { + writer.writeInt64( + 21, + f ); } }; /** - * optional string offer_id = 2; + * optional string offer_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getOfferId = function() { +proto.io.haveno.protobuffer.ProcessModel.prototype.getOfferId = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this + */ +proto.io.haveno.protobuffer.ProcessModel.prototype.setOfferId = function(value) { + return jspb.Message.setProto3StringField(this, 1, value); +}; + + +/** + * optional string account_id = 2; + * @return {string} + */ +proto.io.haveno.protobuffer.ProcessModel.prototype.getAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setOfferId = function(value) { +proto.io.haveno.protobuffer.ProcessModel.prototype.setAccountId = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** - * optional string account_id = 3; - * @return {string} + * optional PubKeyRing pub_key_ring = 3; + * @return {?proto.io.haveno.protobuffer.PubKeyRing} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getAccountId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); +proto.io.haveno.protobuffer.ProcessModel.prototype.getPubKeyRing = function() { + return /** @type{?proto.io.haveno.protobuffer.PubKeyRing} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PubKeyRing, 3)); }; /** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setAccountId = function(value) { - return jspb.Message.setProto3StringField(this, 3, value); -}; - - -/** - * optional PubKeyRing pub_key_ring = 4; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 4)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @param {?proto.io.haveno.protobuffer.PubKeyRing|undefined} value + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setPubKeyRing = function(value) { - return jspb.Message.setWrapperField(this, 4, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.setPubKeyRing = function(value) { + return jspb.Message.setWrapperField(this, 3, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.clearPubKeyRing = function() { +proto.io.haveno.protobuffer.ProcessModel.prototype.clearPubKeyRing = function() { return this.setPubKeyRing(undefined); }; @@ -56524,57 +51372,57 @@ proto.io.bisq.protobuffer.ProcessModel.prototype.clearPubKeyRing = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.hasPubKeyRing = function() { - return jspb.Message.getField(this, 4) != null; +proto.io.haveno.protobuffer.ProcessModel.prototype.hasPubKeyRing = function() { + return jspb.Message.getField(this, 3) != null; }; /** - * optional string take_offer_fee_tx_id = 5; + * optional string take_offer_fee_tx_id = 4; * @return {string} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getTakeOfferFeeTxId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); +proto.io.haveno.protobuffer.ProcessModel.prototype.getTakeOfferFeeTxId = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setTakeOfferFeeTxId = function(value) { - return jspb.Message.setProto3StringField(this, 5, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.setTakeOfferFeeTxId = function(value) { + return jspb.Message.setProto3StringField(this, 4, value); }; /** - * optional bytes payout_tx_signature = 6; + * optional bytes payout_tx_signature = 5; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getPayoutTxSignature = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 6, "")); +proto.io.haveno.protobuffer.ProcessModel.prototype.getPayoutTxSignature = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** - * optional bytes payout_tx_signature = 6; + * optional bytes payout_tx_signature = 5; * This is a type-conversion wrapper around `getPayoutTxSignature()` * @return {string} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getPayoutTxSignature_asB64 = function() { +proto.io.haveno.protobuffer.ProcessModel.prototype.getPayoutTxSignature_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getPayoutTxSignature())); }; /** - * optional bytes payout_tx_signature = 6; + * optional bytes payout_tx_signature = 5; * Note that Uint8Array is not supported on all browsers. * @see http://caniuse.com/Uint8Array * This is a type-conversion wrapper around `getPayoutTxSignature()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getPayoutTxSignature_asU8 = function() { +proto.io.haveno.protobuffer.ProcessModel.prototype.getPayoutTxSignature_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getPayoutTxSignature())); }; @@ -56582,321 +51430,151 @@ proto.io.bisq.protobuffer.ProcessModel.prototype.getPayoutTxSignature_asU8 = fun /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setPayoutTxSignature = function(value) { - return jspb.Message.setProto3BytesField(this, 6, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.setPayoutTxSignature = function(value) { + return jspb.Message.setProto3BytesField(this, 5, value); }; /** - * repeated RawTransactionInput raw_transaction_inputs = 10; - * @return {!Array} - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getRawTransactionInputsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.RawTransactionInput, 10)); -}; - - -/** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this -*/ -proto.io.bisq.protobuffer.ProcessModel.prototype.setRawTransactionInputsList = function(value) { - return jspb.Message.setRepeatedWrapperField(this, 10, value); -}; - - -/** - * @param {!proto.io.bisq.protobuffer.RawTransactionInput=} opt_value - * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.RawTransactionInput} - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.addRawTransactionInputs = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 10, opt_value, proto.io.bisq.protobuffer.RawTransactionInput, opt_index); -}; - - -/** - * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.clearRawTransactionInputsList = function() { - return this.setRawTransactionInputsList([]); -}; - - -/** - * optional int64 change_output_value = 11; - * @return {number} - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getChangeOutputValue = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 11, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setChangeOutputValue = function(value) { - return jspb.Message.setProto3IntField(this, 11, value); -}; - - -/** - * optional string change_output_address = 12; - * @return {string} - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getChangeOutputAddress = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setChangeOutputAddress = function(value) { - return jspb.Message.setProto3StringField(this, 12, value); -}; - - -/** - * optional bool use_savings_wallet = 13; + * optional bool use_savings_wallet = 6; * @return {boolean} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getUseSavingsWallet = function() { - return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 13, false)); +proto.io.haveno.protobuffer.ProcessModel.prototype.getUseSavingsWallet = function() { + return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 6, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setUseSavingsWallet = function(value) { - return jspb.Message.setProto3BooleanField(this, 13, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.setUseSavingsWallet = function(value) { + return jspb.Message.setProto3BooleanField(this, 6, value); }; /** - * optional int64 funds_needed_for_trade_as_long = 14; + * optional int64 funds_needed_for_trade = 7; * @return {number} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getFundsNeededForTradeAsLong = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 14, 0)); +proto.io.haveno.protobuffer.ProcessModel.prototype.getFundsNeededForTrade = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setFundsNeededForTradeAsLong = function(value) { - return jspb.Message.setProto3IntField(this, 14, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.setFundsNeededForTrade = function(value) { + return jspb.Message.setProto3IntField(this, 7, value); }; /** - * optional bytes my_multi_sig_pub_key = 15; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getMyMultiSigPubKey = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 15, "")); -}; - - -/** - * optional bytes my_multi_sig_pub_key = 15; - * This is a type-conversion wrapper around `getMyMultiSigPubKey()` + * optional string payment_sent_message_state = 8; * @return {string} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getMyMultiSigPubKey_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getMyMultiSigPubKey())); -}; - - -/** - * optional bytes my_multi_sig_pub_key = 15; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getMyMultiSigPubKey()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getMyMultiSigPubKey_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getMyMultiSigPubKey())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setMyMultiSigPubKey = function(value) { - return jspb.Message.setProto3BytesField(this, 15, value); -}; - - -/** - * optional string payment_sent_message_state = 17; - * @return {string} - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getPaymentSentMessageState = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, "")); +proto.io.haveno.protobuffer.ProcessModel.prototype.getPaymentSentMessageState = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setPaymentSentMessageState = function(value) { - return jspb.Message.setProto3StringField(this, 17, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.setPaymentSentMessageState = function(value) { + return jspb.Message.setProto3StringField(this, 8, value); }; /** - * optional bytes mediated_payout_tx_signature = 18; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getMediatedPayoutTxSignature = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 18, "")); -}; - - -/** - * optional bytes mediated_payout_tx_signature = 18; - * This is a type-conversion wrapper around `getMediatedPayoutTxSignature()` - * @return {string} - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getMediatedPayoutTxSignature_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getMediatedPayoutTxSignature())); -}; - - -/** - * optional bytes mediated_payout_tx_signature = 18; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getMediatedPayoutTxSignature()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getMediatedPayoutTxSignature_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getMediatedPayoutTxSignature())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setMediatedPayoutTxSignature = function(value) { - return jspb.Message.setProto3BytesField(this, 18, value); -}; - - -/** - * optional int64 buyer_payout_amount_from_mediation = 19; - * @return {number} - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getBuyerPayoutAmountFromMediation = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 19, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setBuyerPayoutAmountFromMediation = function(value) { - return jspb.Message.setProto3IntField(this, 19, value); -}; - - -/** - * optional int64 seller_payout_amount_from_mediation = 20; - * @return {number} - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getSellerPayoutAmountFromMediation = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 20, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this - */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setSellerPayoutAmountFromMediation = function(value) { - return jspb.Message.setProto3IntField(this, 20, value); -}; - - -/** - * optional bool deposits_confirmed_messages_delivered = 21; + * optional bool deposits_confirmed_messages_delivered = 9; * @return {boolean} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getDepositsConfirmedMessagesDelivered = function() { - return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 21, false)); +proto.io.haveno.protobuffer.ProcessModel.prototype.getDepositsConfirmedMessagesDelivered = function() { + return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 9, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setDepositsConfirmedMessagesDelivered = function(value) { - return jspb.Message.setProto3BooleanField(this, 21, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.setDepositsConfirmedMessagesDelivered = function(value) { + return jspb.Message.setProto3BooleanField(this, 9, value); }; /** - * optional string maker_signature = 1001; + * optional bytes maker_signature = 10; + * @return {!(string|Uint8Array)} + */ +proto.io.haveno.protobuffer.ProcessModel.prototype.getMakerSignature = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 10, "")); +}; + + +/** + * optional bytes maker_signature = 10; + * This is a type-conversion wrapper around `getMakerSignature()` * @return {string} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getMakerSignature = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1001, "")); +proto.io.haveno.protobuffer.ProcessModel.prototype.getMakerSignature_asB64 = function() { + return /** @type {string} */ (jspb.Message.bytesAsB64( + this.getMakerSignature())); }; /** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * optional bytes maker_signature = 10; + * Note that Uint8Array is not supported on all browsers. + * @see http://caniuse.com/Uint8Array + * This is a type-conversion wrapper around `getMakerSignature()` + * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setMakerSignature = function(value) { - return jspb.Message.setProto3StringField(this, 1001, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.getMakerSignature_asU8 = function() { + return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( + this.getMakerSignature())); }; /** - * optional TradePeer maker = 1002; - * @return {?proto.io.bisq.protobuffer.TradePeer} + * @param {!(string|Uint8Array)} value + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getMaker = function() { - return /** @type{?proto.io.bisq.protobuffer.TradePeer} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TradePeer, 1002)); +proto.io.haveno.protobuffer.ProcessModel.prototype.setMakerSignature = function(value) { + return jspb.Message.setProto3BytesField(this, 10, value); }; /** - * @param {?proto.io.bisq.protobuffer.TradePeer|undefined} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * optional TradePeer maker = 11; + * @return {?proto.io.haveno.protobuffer.TradePeer} + */ +proto.io.haveno.protobuffer.ProcessModel.prototype.getMaker = function() { + return /** @type{?proto.io.haveno.protobuffer.TradePeer} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.TradePeer, 11)); +}; + + +/** + * @param {?proto.io.haveno.protobuffer.TradePeer|undefined} value + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setMaker = function(value) { - return jspb.Message.setWrapperField(this, 1002, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.setMaker = function(value) { + return jspb.Message.setWrapperField(this, 11, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.clearMaker = function() { +proto.io.haveno.protobuffer.ProcessModel.prototype.clearMaker = function() { return this.setMaker(undefined); }; @@ -56905,35 +51583,35 @@ proto.io.bisq.protobuffer.ProcessModel.prototype.clearMaker = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.hasMaker = function() { - return jspb.Message.getField(this, 1002) != null; +proto.io.haveno.protobuffer.ProcessModel.prototype.hasMaker = function() { + return jspb.Message.getField(this, 11) != null; }; /** - * optional TradePeer taker = 1003; - * @return {?proto.io.bisq.protobuffer.TradePeer} + * optional TradePeer taker = 12; + * @return {?proto.io.haveno.protobuffer.TradePeer} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getTaker = function() { - return /** @type{?proto.io.bisq.protobuffer.TradePeer} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TradePeer, 1003)); +proto.io.haveno.protobuffer.ProcessModel.prototype.getTaker = function() { + return /** @type{?proto.io.haveno.protobuffer.TradePeer} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.TradePeer, 12)); }; /** - * @param {?proto.io.bisq.protobuffer.TradePeer|undefined} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @param {?proto.io.haveno.protobuffer.TradePeer|undefined} value + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setTaker = function(value) { - return jspb.Message.setWrapperField(this, 1003, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.setTaker = function(value) { + return jspb.Message.setWrapperField(this, 12, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.clearTaker = function() { +proto.io.haveno.protobuffer.ProcessModel.prototype.clearTaker = function() { return this.setTaker(undefined); }; @@ -56942,35 +51620,35 @@ proto.io.bisq.protobuffer.ProcessModel.prototype.clearTaker = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.hasTaker = function() { - return jspb.Message.getField(this, 1003) != null; +proto.io.haveno.protobuffer.ProcessModel.prototype.hasTaker = function() { + return jspb.Message.getField(this, 12) != null; }; /** - * optional TradePeer arbitrator = 1004; - * @return {?proto.io.bisq.protobuffer.TradePeer} + * optional TradePeer arbitrator = 13; + * @return {?proto.io.haveno.protobuffer.TradePeer} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getArbitrator = function() { - return /** @type{?proto.io.bisq.protobuffer.TradePeer} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TradePeer, 1004)); +proto.io.haveno.protobuffer.ProcessModel.prototype.getArbitrator = function() { + return /** @type{?proto.io.haveno.protobuffer.TradePeer} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.TradePeer, 13)); }; /** - * @param {?proto.io.bisq.protobuffer.TradePeer|undefined} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @param {?proto.io.haveno.protobuffer.TradePeer|undefined} value + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setArbitrator = function(value) { - return jspb.Message.setWrapperField(this, 1004, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.setArbitrator = function(value) { + return jspb.Message.setWrapperField(this, 13, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.clearArbitrator = function() { +proto.io.haveno.protobuffer.ProcessModel.prototype.clearArbitrator = function() { return this.setArbitrator(undefined); }; @@ -56979,35 +51657,35 @@ proto.io.bisq.protobuffer.ProcessModel.prototype.clearArbitrator = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.hasArbitrator = function() { - return jspb.Message.getField(this, 1004) != null; +proto.io.haveno.protobuffer.ProcessModel.prototype.hasArbitrator = function() { + return jspb.Message.getField(this, 13) != null; }; /** - * optional NodeAddress temp_trade_peer_node_address = 1005; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * optional NodeAddress temp_trade_peer_node_address = 14; + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getTempTradePeerNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 1005)); +proto.io.haveno.protobuffer.ProcessModel.prototype.getTempTradePeerNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 14)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setTempTradePeerNodeAddress = function(value) { - return jspb.Message.setWrapperField(this, 1005, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.setTempTradePeerNodeAddress = function(value) { + return jspb.Message.setWrapperField(this, 14, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.clearTempTradePeerNodeAddress = function() { +proto.io.haveno.protobuffer.ProcessModel.prototype.clearTempTradePeerNodeAddress = function() { return this.setTempTradePeerNodeAddress(undefined); }; @@ -57016,53 +51694,53 @@ proto.io.bisq.protobuffer.ProcessModel.prototype.clearTempTradePeerNodeAddress = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.hasTempTradePeerNodeAddress = function() { - return jspb.Message.getField(this, 1005) != null; +proto.io.haveno.protobuffer.ProcessModel.prototype.hasTempTradePeerNodeAddress = function() { + return jspb.Message.getField(this, 14) != null; }; /** - * optional string multisig_address = 1006; + * optional string multisig_address = 15; * @return {string} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getMultisigAddress = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1006, "")); +proto.io.haveno.protobuffer.ProcessModel.prototype.getMultisigAddress = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setMultisigAddress = function(value) { - return jspb.Message.setProto3StringField(this, 1006, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.setMultisigAddress = function(value) { + return jspb.Message.setProto3StringField(this, 15, value); }; /** - * optional PaymentSentMessage payment_sent_message = 1012; - * @return {?proto.io.bisq.protobuffer.PaymentSentMessage} + * optional PaymentSentMessage payment_sent_message = 16; + * @return {?proto.io.haveno.protobuffer.PaymentSentMessage} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getPaymentSentMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentSentMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentSentMessage, 1012)); +proto.io.haveno.protobuffer.ProcessModel.prototype.getPaymentSentMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentSentMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaymentSentMessage, 16)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentSentMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @param {?proto.io.haveno.protobuffer.PaymentSentMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setPaymentSentMessage = function(value) { - return jspb.Message.setWrapperField(this, 1012, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.setPaymentSentMessage = function(value) { + return jspb.Message.setWrapperField(this, 16, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.clearPaymentSentMessage = function() { +proto.io.haveno.protobuffer.ProcessModel.prototype.clearPaymentSentMessage = function() { return this.setPaymentSentMessage(undefined); }; @@ -57071,35 +51749,35 @@ proto.io.bisq.protobuffer.ProcessModel.prototype.clearPaymentSentMessage = funct * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.hasPaymentSentMessage = function() { - return jspb.Message.getField(this, 1012) != null; +proto.io.haveno.protobuffer.ProcessModel.prototype.hasPaymentSentMessage = function() { + return jspb.Message.getField(this, 16) != null; }; /** - * optional PaymentReceivedMessage payment_received_message = 1013; - * @return {?proto.io.bisq.protobuffer.PaymentReceivedMessage} + * optional PaymentReceivedMessage payment_received_message = 17; + * @return {?proto.io.haveno.protobuffer.PaymentReceivedMessage} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getPaymentReceivedMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentReceivedMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentReceivedMessage, 1013)); +proto.io.haveno.protobuffer.ProcessModel.prototype.getPaymentReceivedMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentReceivedMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaymentReceivedMessage, 17)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentReceivedMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @param {?proto.io.haveno.protobuffer.PaymentReceivedMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setPaymentReceivedMessage = function(value) { - return jspb.Message.setWrapperField(this, 1013, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.setPaymentReceivedMessage = function(value) { + return jspb.Message.setWrapperField(this, 17, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.clearPaymentReceivedMessage = function() { +proto.io.haveno.protobuffer.ProcessModel.prototype.clearPaymentReceivedMessage = function() { return this.setPaymentReceivedMessage(undefined); }; @@ -57108,35 +51786,35 @@ proto.io.bisq.protobuffer.ProcessModel.prototype.clearPaymentReceivedMessage = f * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.hasPaymentReceivedMessage = function() { - return jspb.Message.getField(this, 1013) != null; +proto.io.haveno.protobuffer.ProcessModel.prototype.hasPaymentReceivedMessage = function() { + return jspb.Message.getField(this, 17) != null; }; /** - * optional DisputeClosedMessage dispute_closed_message = 1014; - * @return {?proto.io.bisq.protobuffer.DisputeClosedMessage} + * optional DisputeClosedMessage dispute_closed_message = 18; + * @return {?proto.io.haveno.protobuffer.DisputeClosedMessage} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.getDisputeClosedMessage = function() { - return /** @type{?proto.io.bisq.protobuffer.DisputeClosedMessage} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.DisputeClosedMessage, 1014)); +proto.io.haveno.protobuffer.ProcessModel.prototype.getDisputeClosedMessage = function() { + return /** @type{?proto.io.haveno.protobuffer.DisputeClosedMessage} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.DisputeClosedMessage, 18)); }; /** - * @param {?proto.io.bisq.protobuffer.DisputeClosedMessage|undefined} value - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @param {?proto.io.haveno.protobuffer.DisputeClosedMessage|undefined} value + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.setDisputeClosedMessage = function(value) { - return jspb.Message.setWrapperField(this, 1014, value); +proto.io.haveno.protobuffer.ProcessModel.prototype.setDisputeClosedMessage = function(value) { + return jspb.Message.setWrapperField(this, 18, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.ProcessModel} returns this + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this */ -proto.io.bisq.protobuffer.ProcessModel.prototype.clearDisputeClosedMessage = function() { +proto.io.haveno.protobuffer.ProcessModel.prototype.clearDisputeClosedMessage = function() { return this.setDisputeClosedMessage(undefined); }; @@ -57145,8 +51823,86 @@ proto.io.bisq.protobuffer.ProcessModel.prototype.clearDisputeClosedMessage = fun * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.ProcessModel.prototype.hasDisputeClosedMessage = function() { - return jspb.Message.getField(this, 1014) != null; +proto.io.haveno.protobuffer.ProcessModel.prototype.hasDisputeClosedMessage = function() { + return jspb.Message.getField(this, 18) != null; +}; + + +/** + * optional bytes mediated_payout_tx_signature = 19; + * @return {!(string|Uint8Array)} + */ +proto.io.haveno.protobuffer.ProcessModel.prototype.getMediatedPayoutTxSignature = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 19, "")); +}; + + +/** + * optional bytes mediated_payout_tx_signature = 19; + * This is a type-conversion wrapper around `getMediatedPayoutTxSignature()` + * @return {string} + */ +proto.io.haveno.protobuffer.ProcessModel.prototype.getMediatedPayoutTxSignature_asB64 = function() { + return /** @type {string} */ (jspb.Message.bytesAsB64( + this.getMediatedPayoutTxSignature())); +}; + + +/** + * optional bytes mediated_payout_tx_signature = 19; + * Note that Uint8Array is not supported on all browsers. + * @see http://caniuse.com/Uint8Array + * This is a type-conversion wrapper around `getMediatedPayoutTxSignature()` + * @return {!Uint8Array} + */ +proto.io.haveno.protobuffer.ProcessModel.prototype.getMediatedPayoutTxSignature_asU8 = function() { + return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( + this.getMediatedPayoutTxSignature())); +}; + + +/** + * @param {!(string|Uint8Array)} value + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this + */ +proto.io.haveno.protobuffer.ProcessModel.prototype.setMediatedPayoutTxSignature = function(value) { + return jspb.Message.setProto3BytesField(this, 19, value); +}; + + +/** + * optional int64 buyer_payout_amount_from_mediation = 20; + * @return {number} + */ +proto.io.haveno.protobuffer.ProcessModel.prototype.getBuyerPayoutAmountFromMediation = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 20, 0)); +}; + + +/** + * @param {number} value + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this + */ +proto.io.haveno.protobuffer.ProcessModel.prototype.setBuyerPayoutAmountFromMediation = function(value) { + return jspb.Message.setProto3IntField(this, 20, value); +}; + + +/** + * optional int64 seller_payout_amount_from_mediation = 21; + * @return {number} + */ +proto.io.haveno.protobuffer.ProcessModel.prototype.getSellerPayoutAmountFromMediation = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 21, 0)); +}; + + +/** + * @param {number} value + * @return {!proto.io.haveno.protobuffer.ProcessModel} returns this + */ +proto.io.haveno.protobuffer.ProcessModel.prototype.setSellerPayoutAmountFromMediation = function(value) { + return jspb.Message.setProto3IntField(this, 21, value); }; @@ -57156,7 +51912,7 @@ proto.io.bisq.protobuffer.ProcessModel.prototype.hasDisputeClosedMessage = funct * @private {!Array} * @const */ -proto.io.bisq.protobuffer.TradePeer.repeatedFields_ = [15,1004]; +proto.io.haveno.protobuffer.TradePeer.repeatedFields_ = [1004]; @@ -57173,8 +51929,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.TradePeer.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.TradePeer.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.TradePeer.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.TradePeer.toObject(opt_includeInstance, this); }; @@ -57183,33 +51939,27 @@ proto.io.bisq.protobuffer.TradePeer.prototype.toObject = function(opt_includeIns * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.TradePeer} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.TradePeer} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TradePeer.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.TradePeer.toObject = function(includeInstance, msg) { var f, obj = { - nodeAddress: (f = msg.getNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), - pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.bisq.protobuffer.PubKeyRing.toObject(includeInstance, f), + nodeAddress: (f = msg.getNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), + pubKeyRing: (f = msg.getPubKeyRing()) && proto.io.haveno.protobuffer.PubKeyRing.toObject(includeInstance, f), accountId: jspb.Message.getFieldWithDefault(msg, 3, ""), paymentAccountId: jspb.Message.getFieldWithDefault(msg, 4, ""), paymentMethodId: jspb.Message.getFieldWithDefault(msg, 5, ""), paymentAccountPayloadHash: msg.getPaymentAccountPayloadHash_asB64(), encryptedPaymentAccountPayload: msg.getEncryptedPaymentAccountPayload_asB64(), paymentAccountKey: msg.getPaymentAccountKey_asB64(), - paymentAccountPayload: (f = msg.getPaymentAccountPayload()) && proto.io.bisq.protobuffer.PaymentAccountPayload.toObject(includeInstance, f), + paymentAccountPayload: (f = msg.getPaymentAccountPayload()) && proto.io.haveno.protobuffer.PaymentAccountPayload.toObject(includeInstance, f), payoutAddressString: jspb.Message.getFieldWithDefault(msg, 10, ""), contractAsJson: jspb.Message.getFieldWithDefault(msg, 11, ""), - contractSignature: jspb.Message.getFieldWithDefault(msg, 12, ""), - signature: msg.getSignature_asB64(), - multiSigPubKey: msg.getMultiSigPubKey_asB64(), - rawTransactionInputsList: jspb.Message.toObjectList(msg.getRawTransactionInputsList(), - proto.io.bisq.protobuffer.RawTransactionInput.toObject, includeInstance), - changeOutputValue: jspb.Message.getFieldWithDefault(msg, 16, 0), - changeOutputAddress: jspb.Message.getFieldWithDefault(msg, 17, ""), + contractSignature: msg.getContractSignature_asB64(), accountAgeWitnessNonce: msg.getAccountAgeWitnessNonce_asB64(), accountAgeWitnessSignature: msg.getAccountAgeWitnessSignature_asB64(), - accountAgeWitness: (f = msg.getAccountAgeWitness()) && proto.io.bisq.protobuffer.AccountAgeWitness.toObject(includeInstance, f), + accountAgeWitness: (f = msg.getAccountAgeWitness()) && proto.io.haveno.protobuffer.AccountAgeWitness.toObject(includeInstance, f), currentDate: jspb.Message.getFieldWithDefault(msg, 21, 0), mediatedPayoutTxSignature: msg.getMediatedPayoutTxSignature_asB64(), reserveTxHash: jspb.Message.getFieldWithDefault(msg, 1001, ""), @@ -57237,23 +51987,23 @@ proto.io.bisq.protobuffer.TradePeer.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.TradePeer} + * @return {!proto.io.haveno.protobuffer.TradePeer} */ -proto.io.bisq.protobuffer.TradePeer.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.TradePeer.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.TradePeer; - return proto.io.bisq.protobuffer.TradePeer.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.TradePeer; + return proto.io.haveno.protobuffer.TradePeer.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.TradePeer} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.TradePeer} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.TradePeer} + * @return {!proto.io.haveno.protobuffer.TradePeer} */ -proto.io.bisq.protobuffer.TradePeer.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.TradePeer.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -57261,13 +52011,13 @@ proto.io.bisq.protobuffer.TradePeer.deserializeBinaryFromReader = function(msg, var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setNodeAddress(value); break; case 2: - var value = new proto.io.bisq.protobuffer.PubKeyRing; - reader.readMessage(value,proto.io.bisq.protobuffer.PubKeyRing.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PubKeyRing; + reader.readMessage(value,proto.io.haveno.protobuffer.PubKeyRing.deserializeBinaryFromReader); msg.setPubKeyRing(value); break; case 3: @@ -57295,8 +52045,8 @@ proto.io.bisq.protobuffer.TradePeer.deserializeBinaryFromReader = function(msg, msg.setPaymentAccountKey(value); break; case 9: - var value = new proto.io.bisq.protobuffer.PaymentAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PaymentAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader); msg.setPaymentAccountPayload(value); break; case 10: @@ -57308,30 +52058,9 @@ proto.io.bisq.protobuffer.TradePeer.deserializeBinaryFromReader = function(msg, msg.setContractAsJson(value); break; case 12: - var value = /** @type {string} */ (reader.readString()); + var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setContractSignature(value); break; - case 13: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setSignature(value); - break; - case 14: - var value = /** @type {!Uint8Array} */ (reader.readBytes()); - msg.setMultiSigPubKey(value); - break; - case 15: - var value = new proto.io.bisq.protobuffer.RawTransactionInput; - reader.readMessage(value,proto.io.bisq.protobuffer.RawTransactionInput.deserializeBinaryFromReader); - msg.addRawTransactionInputs(value); - break; - case 16: - var value = /** @type {number} */ (reader.readInt64()); - msg.setChangeOutputValue(value); - break; - case 17: - var value = /** @type {string} */ (reader.readString()); - msg.setChangeOutputAddress(value); - break; case 18: var value = /** @type {!Uint8Array} */ (reader.readBytes()); msg.setAccountAgeWitnessNonce(value); @@ -57341,8 +52070,8 @@ proto.io.bisq.protobuffer.TradePeer.deserializeBinaryFromReader = function(msg, msg.setAccountAgeWitnessSignature(value); break; case 20: - var value = new proto.io.bisq.protobuffer.AccountAgeWitness; - reader.readMessage(value,proto.io.bisq.protobuffer.AccountAgeWitness.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.AccountAgeWitness; + reader.readMessage(value,proto.io.haveno.protobuffer.AccountAgeWitness.deserializeBinaryFromReader); msg.setAccountAgeWitness(value); break; case 21: @@ -57414,9 +52143,9 @@ proto.io.bisq.protobuffer.TradePeer.deserializeBinaryFromReader = function(msg, * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TradePeer.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.TradePeer.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.TradePeer.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -57424,18 +52153,18 @@ proto.io.bisq.protobuffer.TradePeer.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.TradePeer} message + * @param {!proto.io.haveno.protobuffer.TradePeer} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TradePeer.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.TradePeer.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getNodeAddress(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getPubKeyRing(); @@ -57443,7 +52172,7 @@ proto.io.bisq.protobuffer.TradePeer.serializeBinaryToWriter = function(message, writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.PubKeyRing.serializeBinaryToWriter + proto.io.haveno.protobuffer.PubKeyRing.serializeBinaryToWriter ); } f = message.getAccountId(); @@ -57493,7 +52222,7 @@ proto.io.bisq.protobuffer.TradePeer.serializeBinaryToWriter = function(message, writer.writeMessage( 9, f, - proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentAccountPayload.serializeBinaryToWriter ); } f = message.getPayoutAddressString(); @@ -57510,49 +52239,13 @@ proto.io.bisq.protobuffer.TradePeer.serializeBinaryToWriter = function(message, f ); } - f = message.getContractSignature(); + f = message.getContractSignature_asU8(); if (f.length > 0) { - writer.writeString( + writer.writeBytes( 12, f ); } - f = message.getSignature_asU8(); - if (f.length > 0) { - writer.writeBytes( - 13, - f - ); - } - f = message.getMultiSigPubKey_asU8(); - if (f.length > 0) { - writer.writeBytes( - 14, - f - ); - } - f = message.getRawTransactionInputsList(); - if (f.length > 0) { - writer.writeRepeatedMessage( - 15, - f, - proto.io.bisq.protobuffer.RawTransactionInput.serializeBinaryToWriter - ); - } - f = message.getChangeOutputValue(); - if (f !== 0) { - writer.writeInt64( - 16, - f - ); - } - f = message.getChangeOutputAddress(); - if (f.length > 0) { - writer.writeString( - 17, - f - ); - } f = message.getAccountAgeWitnessNonce_asU8(); if (f.length > 0) { writer.writeBytes( @@ -57572,7 +52265,7 @@ proto.io.bisq.protobuffer.TradePeer.serializeBinaryToWriter = function(message, writer.writeMessage( 20, f, - proto.io.bisq.protobuffer.AccountAgeWitness.serializeBinaryToWriter + proto.io.haveno.protobuffer.AccountAgeWitness.serializeBinaryToWriter ); } f = message.getCurrentDate(); @@ -57678,28 +52371,28 @@ proto.io.bisq.protobuffer.TradePeer.serializeBinaryToWriter = function(message, /** * optional NodeAddress node_address = 1; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 1)); +proto.io.haveno.protobuffer.TradePeer.prototype.getNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setNodeAddress = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.clearNodeAddress = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.clearNodeAddress = function() { return this.setNodeAddress(undefined); }; @@ -57708,35 +52401,35 @@ proto.io.bisq.protobuffer.TradePeer.prototype.clearNodeAddress = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.TradePeer.prototype.hasNodeAddress = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.hasNodeAddress = function() { return jspb.Message.getField(this, 1) != null; }; /** * optional PubKeyRing pub_key_ring = 2; - * @return {?proto.io.bisq.protobuffer.PubKeyRing} + * @return {?proto.io.haveno.protobuffer.PubKeyRing} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getPubKeyRing = function() { - return /** @type{?proto.io.bisq.protobuffer.PubKeyRing} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PubKeyRing, 2)); +proto.io.haveno.protobuffer.TradePeer.prototype.getPubKeyRing = function() { + return /** @type{?proto.io.haveno.protobuffer.PubKeyRing} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PubKeyRing, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.PubKeyRing|undefined} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @param {?proto.io.haveno.protobuffer.PubKeyRing|undefined} value + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setPubKeyRing = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setPubKeyRing = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.clearPubKeyRing = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.clearPubKeyRing = function() { return this.setPubKeyRing(undefined); }; @@ -57745,7 +52438,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.clearPubKeyRing = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.TradePeer.prototype.hasPubKeyRing = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.hasPubKeyRing = function() { return jspb.Message.getField(this, 2) != null; }; @@ -57754,16 +52447,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.hasPubKeyRing = function() { * optional string account_id = 3; * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getAccountId = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setAccountId = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setAccountId = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -57772,16 +52465,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setAccountId = function(value) { * optional string payment_account_id = 4; * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getPaymentAccountId = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getPaymentAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setPaymentAccountId = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setPaymentAccountId = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -57790,16 +52483,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setPaymentAccountId = function(val * optional string payment_method_id = 5; * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getPaymentMethodId = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getPaymentMethodId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setPaymentMethodId = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setPaymentMethodId = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; @@ -57808,7 +52501,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setPaymentMethodId = function(valu * optional bytes payment_account_payload_hash = 6; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getPaymentAccountPayloadHash = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getPaymentAccountPayloadHash = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 6, "")); }; @@ -57818,7 +52511,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getPaymentAccountPayloadHash = fun * This is a type-conversion wrapper around `getPaymentAccountPayloadHash()` * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getPaymentAccountPayloadHash_asB64 = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getPaymentAccountPayloadHash_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getPaymentAccountPayloadHash())); }; @@ -57831,7 +52524,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getPaymentAccountPayloadHash_asB64 * This is a type-conversion wrapper around `getPaymentAccountPayloadHash()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getPaymentAccountPayloadHash_asU8 = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getPaymentAccountPayloadHash_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getPaymentAccountPayloadHash())); }; @@ -57839,9 +52532,9 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getPaymentAccountPayloadHash_asU8 /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setPaymentAccountPayloadHash = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setPaymentAccountPayloadHash = function(value) { return jspb.Message.setProto3BytesField(this, 6, value); }; @@ -57850,7 +52543,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setPaymentAccountPayloadHash = fun * optional bytes encrypted_payment_account_payload = 7; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getEncryptedPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getEncryptedPaymentAccountPayload = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; @@ -57860,7 +52553,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getEncryptedPaymentAccountPayload * This is a type-conversion wrapper around `getEncryptedPaymentAccountPayload()` * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getEncryptedPaymentAccountPayload_asB64 = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getEncryptedPaymentAccountPayload_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getEncryptedPaymentAccountPayload())); }; @@ -57873,7 +52566,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getEncryptedPaymentAccountPayload_ * This is a type-conversion wrapper around `getEncryptedPaymentAccountPayload()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getEncryptedPaymentAccountPayload_asU8 = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getEncryptedPaymentAccountPayload_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getEncryptedPaymentAccountPayload())); }; @@ -57881,9 +52574,9 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getEncryptedPaymentAccountPayload_ /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setEncryptedPaymentAccountPayload = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setEncryptedPaymentAccountPayload = function(value) { return jspb.Message.setProto3BytesField(this, 7, value); }; @@ -57892,7 +52585,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setEncryptedPaymentAccountPayload * optional bytes payment_account_key = 8; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getPaymentAccountKey = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getPaymentAccountKey = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 8, "")); }; @@ -57902,7 +52595,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getPaymentAccountKey = function() * This is a type-conversion wrapper around `getPaymentAccountKey()` * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getPaymentAccountKey_asB64 = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getPaymentAccountKey_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getPaymentAccountKey())); }; @@ -57915,7 +52608,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getPaymentAccountKey_asB64 = funct * This is a type-conversion wrapper around `getPaymentAccountKey()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getPaymentAccountKey_asU8 = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getPaymentAccountKey_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getPaymentAccountKey())); }; @@ -57923,37 +52616,37 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getPaymentAccountKey_asU8 = functi /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setPaymentAccountKey = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setPaymentAccountKey = function(value) { return jspb.Message.setProto3BytesField(this, 8, value); }; /** * optional PaymentAccountPayload payment_account_payload = 9; - * @return {?proto.io.bisq.protobuffer.PaymentAccountPayload} + * @return {?proto.io.haveno.protobuffer.PaymentAccountPayload} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getPaymentAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentAccountPayload, 9)); +proto.io.haveno.protobuffer.TradePeer.prototype.getPaymentAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaymentAccountPayload, 9)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setPaymentAccountPayload = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setPaymentAccountPayload = function(value) { return jspb.Message.setWrapperField(this, 9, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.clearPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.clearPaymentAccountPayload = function() { return this.setPaymentAccountPayload(undefined); }; @@ -57962,7 +52655,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.clearPaymentAccountPayload = funct * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.TradePeer.prototype.hasPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.hasPaymentAccountPayload = function() { return jspb.Message.getField(this, 9) != null; }; @@ -57971,16 +52664,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.hasPaymentAccountPayload = functio * optional string payout_address_string = 10; * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getPayoutAddressString = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getPayoutAddressString = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setPayoutAddressString = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setPayoutAddressString = function(value) { return jspb.Message.setProto3StringField(this, 10, value); }; @@ -57989,193 +52682,59 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setPayoutAddressString = function( * optional string contract_as_json = 11; * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getContractAsJson = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getContractAsJson = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setContractAsJson = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setContractAsJson = function(value) { return jspb.Message.setProto3StringField(this, 11, value); }; /** - * optional string contract_signature = 12; - * @return {string} - */ -proto.io.bisq.protobuffer.TradePeer.prototype.getContractSignature = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this - */ -proto.io.bisq.protobuffer.TradePeer.prototype.setContractSignature = function(value) { - return jspb.Message.setProto3StringField(this, 12, value); -}; - - -/** - * optional bytes signature = 13; + * optional bytes contract_signature = 12; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getSignature = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 13, "")); +proto.io.haveno.protobuffer.TradePeer.prototype.getContractSignature = function() { + return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 12, "")); }; /** - * optional bytes signature = 13; - * This is a type-conversion wrapper around `getSignature()` + * optional bytes contract_signature = 12; + * This is a type-conversion wrapper around `getContractSignature()` * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getSignature_asB64 = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getContractSignature_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getSignature())); + this.getContractSignature())); }; /** - * optional bytes signature = 13; + * optional bytes contract_signature = 12; * Note that Uint8Array is not supported on all browsers. * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getSignature()` + * This is a type-conversion wrapper around `getContractSignature()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getSignature_asU8 = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getContractSignature_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getSignature())); + this.getContractSignature())); }; /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setSignature = function(value) { - return jspb.Message.setProto3BytesField(this, 13, value); -}; - - -/** - * optional bytes multi_sig_pub_key = 14; - * @return {!(string|Uint8Array)} - */ -proto.io.bisq.protobuffer.TradePeer.prototype.getMultiSigPubKey = function() { - return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 14, "")); -}; - - -/** - * optional bytes multi_sig_pub_key = 14; - * This is a type-conversion wrapper around `getMultiSigPubKey()` - * @return {string} - */ -proto.io.bisq.protobuffer.TradePeer.prototype.getMultiSigPubKey_asB64 = function() { - return /** @type {string} */ (jspb.Message.bytesAsB64( - this.getMultiSigPubKey())); -}; - - -/** - * optional bytes multi_sig_pub_key = 14; - * Note that Uint8Array is not supported on all browsers. - * @see http://caniuse.com/Uint8Array - * This is a type-conversion wrapper around `getMultiSigPubKey()` - * @return {!Uint8Array} - */ -proto.io.bisq.protobuffer.TradePeer.prototype.getMultiSigPubKey_asU8 = function() { - return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( - this.getMultiSigPubKey())); -}; - - -/** - * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this - */ -proto.io.bisq.protobuffer.TradePeer.prototype.setMultiSigPubKey = function(value) { - return jspb.Message.setProto3BytesField(this, 14, value); -}; - - -/** - * repeated RawTransactionInput raw_transaction_inputs = 15; - * @return {!Array} - */ -proto.io.bisq.protobuffer.TradePeer.prototype.getRawTransactionInputsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.RawTransactionInput, 15)); -}; - - -/** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this -*/ -proto.io.bisq.protobuffer.TradePeer.prototype.setRawTransactionInputsList = function(value) { - return jspb.Message.setRepeatedWrapperField(this, 15, value); -}; - - -/** - * @param {!proto.io.bisq.protobuffer.RawTransactionInput=} opt_value - * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.RawTransactionInput} - */ -proto.io.bisq.protobuffer.TradePeer.prototype.addRawTransactionInputs = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 15, opt_value, proto.io.bisq.protobuffer.RawTransactionInput, opt_index); -}; - - -/** - * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this - */ -proto.io.bisq.protobuffer.TradePeer.prototype.clearRawTransactionInputsList = function() { - return this.setRawTransactionInputsList([]); -}; - - -/** - * optional int64 change_output_value = 16; - * @return {number} - */ -proto.io.bisq.protobuffer.TradePeer.prototype.getChangeOutputValue = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 16, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this - */ -proto.io.bisq.protobuffer.TradePeer.prototype.setChangeOutputValue = function(value) { - return jspb.Message.setProto3IntField(this, 16, value); -}; - - -/** - * optional string change_output_address = 17; - * @return {string} - */ -proto.io.bisq.protobuffer.TradePeer.prototype.getChangeOutputAddress = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this - */ -proto.io.bisq.protobuffer.TradePeer.prototype.setChangeOutputAddress = function(value) { - return jspb.Message.setProto3StringField(this, 17, value); +proto.io.haveno.protobuffer.TradePeer.prototype.setContractSignature = function(value) { + return jspb.Message.setProto3BytesField(this, 12, value); }; @@ -58183,7 +52742,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setChangeOutputAddress = function( * optional bytes account_age_witness_nonce = 18; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getAccountAgeWitnessNonce = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getAccountAgeWitnessNonce = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 18, "")); }; @@ -58193,7 +52752,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getAccountAgeWitnessNonce = functi * This is a type-conversion wrapper around `getAccountAgeWitnessNonce()` * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getAccountAgeWitnessNonce_asB64 = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getAccountAgeWitnessNonce_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getAccountAgeWitnessNonce())); }; @@ -58206,7 +52765,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getAccountAgeWitnessNonce_asB64 = * This is a type-conversion wrapper around `getAccountAgeWitnessNonce()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getAccountAgeWitnessNonce_asU8 = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getAccountAgeWitnessNonce_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getAccountAgeWitnessNonce())); }; @@ -58214,9 +52773,9 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getAccountAgeWitnessNonce_asU8 = f /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setAccountAgeWitnessNonce = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setAccountAgeWitnessNonce = function(value) { return jspb.Message.setProto3BytesField(this, 18, value); }; @@ -58225,7 +52784,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setAccountAgeWitnessNonce = functi * optional bytes account_age_witness_signature = 19; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getAccountAgeWitnessSignature = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getAccountAgeWitnessSignature = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 19, "")); }; @@ -58235,7 +52794,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getAccountAgeWitnessSignature = fu * This is a type-conversion wrapper around `getAccountAgeWitnessSignature()` * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getAccountAgeWitnessSignature_asB64 = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getAccountAgeWitnessSignature_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getAccountAgeWitnessSignature())); }; @@ -58248,7 +52807,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getAccountAgeWitnessSignature_asB6 * This is a type-conversion wrapper around `getAccountAgeWitnessSignature()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getAccountAgeWitnessSignature_asU8 = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getAccountAgeWitnessSignature_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getAccountAgeWitnessSignature())); }; @@ -58256,37 +52815,37 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getAccountAgeWitnessSignature_asU8 /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setAccountAgeWitnessSignature = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setAccountAgeWitnessSignature = function(value) { return jspb.Message.setProto3BytesField(this, 19, value); }; /** * optional AccountAgeWitness account_age_witness = 20; - * @return {?proto.io.bisq.protobuffer.AccountAgeWitness} + * @return {?proto.io.haveno.protobuffer.AccountAgeWitness} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getAccountAgeWitness = function() { - return /** @type{?proto.io.bisq.protobuffer.AccountAgeWitness} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.AccountAgeWitness, 20)); +proto.io.haveno.protobuffer.TradePeer.prototype.getAccountAgeWitness = function() { + return /** @type{?proto.io.haveno.protobuffer.AccountAgeWitness} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.AccountAgeWitness, 20)); }; /** - * @param {?proto.io.bisq.protobuffer.AccountAgeWitness|undefined} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @param {?proto.io.haveno.protobuffer.AccountAgeWitness|undefined} value + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setAccountAgeWitness = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setAccountAgeWitness = function(value) { return jspb.Message.setWrapperField(this, 20, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.clearAccountAgeWitness = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.clearAccountAgeWitness = function() { return this.setAccountAgeWitness(undefined); }; @@ -58295,7 +52854,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.clearAccountAgeWitness = function( * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.TradePeer.prototype.hasAccountAgeWitness = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.hasAccountAgeWitness = function() { return jspb.Message.getField(this, 20) != null; }; @@ -58304,16 +52863,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.hasAccountAgeWitness = function() * optional int64 current_date = 21; * @return {number} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getCurrentDate = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getCurrentDate = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 21, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setCurrentDate = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setCurrentDate = function(value) { return jspb.Message.setProto3IntField(this, 21, value); }; @@ -58322,7 +52881,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setCurrentDate = function(value) { * optional bytes mediated_payout_tx_signature = 22; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getMediatedPayoutTxSignature = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getMediatedPayoutTxSignature = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 22, "")); }; @@ -58332,7 +52891,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getMediatedPayoutTxSignature = fun * This is a type-conversion wrapper around `getMediatedPayoutTxSignature()` * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getMediatedPayoutTxSignature_asB64 = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getMediatedPayoutTxSignature_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getMediatedPayoutTxSignature())); }; @@ -58345,7 +52904,7 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getMediatedPayoutTxSignature_asB64 * This is a type-conversion wrapper around `getMediatedPayoutTxSignature()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getMediatedPayoutTxSignature_asU8 = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getMediatedPayoutTxSignature_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getMediatedPayoutTxSignature())); }; @@ -58353,9 +52912,9 @@ proto.io.bisq.protobuffer.TradePeer.prototype.getMediatedPayoutTxSignature_asU8 /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setMediatedPayoutTxSignature = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setMediatedPayoutTxSignature = function(value) { return jspb.Message.setProto3BytesField(this, 22, value); }; @@ -58364,16 +52923,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setMediatedPayoutTxSignature = fun * optional string reserve_tx_hash = 1001; * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getReserveTxHash = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getReserveTxHash = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1001, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setReserveTxHash = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setReserveTxHash = function(value) { return jspb.Message.setProto3StringField(this, 1001, value); }; @@ -58382,16 +52941,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setReserveTxHash = function(value) * optional string reserve_tx_hex = 1002; * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getReserveTxHex = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getReserveTxHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1002, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setReserveTxHex = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setReserveTxHex = function(value) { return jspb.Message.setProto3StringField(this, 1002, value); }; @@ -58400,16 +52959,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setReserveTxHex = function(value) * optional string reserve_tx_key = 1003; * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getReserveTxKey = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getReserveTxKey = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1003, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setReserveTxKey = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setReserveTxKey = function(value) { return jspb.Message.setProto3StringField(this, 1003, value); }; @@ -58418,16 +52977,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setReserveTxKey = function(value) * repeated string reserve_tx_key_images = 1004; * @return {!Array} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getReserveTxKeyImagesList = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getReserveTxKeyImagesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 1004)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setReserveTxKeyImagesList = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setReserveTxKeyImagesList = function(value) { return jspb.Message.setField(this, 1004, value || []); }; @@ -58435,18 +52994,18 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setReserveTxKeyImagesList = functi /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.addReserveTxKeyImages = function(value, opt_index) { +proto.io.haveno.protobuffer.TradePeer.prototype.addReserveTxKeyImages = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 1004, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.clearReserveTxKeyImagesList = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.clearReserveTxKeyImagesList = function() { return this.setReserveTxKeyImagesList([]); }; @@ -58455,16 +53014,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.clearReserveTxKeyImagesList = func * optional string prepared_multisig_hex = 1005; * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getPreparedMultisigHex = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getPreparedMultisigHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1005, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setPreparedMultisigHex = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setPreparedMultisigHex = function(value) { return jspb.Message.setProto3StringField(this, 1005, value); }; @@ -58473,16 +53032,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setPreparedMultisigHex = function( * optional string made_multisig_hex = 1006; * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getMadeMultisigHex = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getMadeMultisigHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1006, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setMadeMultisigHex = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setMadeMultisigHex = function(value) { return jspb.Message.setProto3StringField(this, 1006, value); }; @@ -58491,16 +53050,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setMadeMultisigHex = function(valu * optional string exchanged_multisig_hex = 1007; * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getExchangedMultisigHex = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getExchangedMultisigHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1007, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setExchangedMultisigHex = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setExchangedMultisigHex = function(value) { return jspb.Message.setProto3StringField(this, 1007, value); }; @@ -58509,16 +53068,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setExchangedMultisigHex = function * optional string deposit_tx_hash = 1008; * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getDepositTxHash = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getDepositTxHash = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1008, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setDepositTxHash = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setDepositTxHash = function(value) { return jspb.Message.setProto3StringField(this, 1008, value); }; @@ -58527,16 +53086,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setDepositTxHash = function(value) * optional string deposit_tx_hex = 1009; * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getDepositTxHex = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getDepositTxHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1009, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setDepositTxHex = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setDepositTxHex = function(value) { return jspb.Message.setProto3StringField(this, 1009, value); }; @@ -58545,16 +53104,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setDepositTxHex = function(value) * optional string deposit_tx_key = 1010; * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getDepositTxKey = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getDepositTxKey = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1010, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setDepositTxKey = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setDepositTxKey = function(value) { return jspb.Message.setProto3StringField(this, 1010, value); }; @@ -58563,16 +53122,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setDepositTxKey = function(value) * optional int64 security_deposit = 1011; * @return {number} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getSecurityDeposit = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getSecurityDeposit = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1011, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setSecurityDeposit = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setSecurityDeposit = function(value) { return jspb.Message.setProto3IntField(this, 1011, value); }; @@ -58581,16 +53140,16 @@ proto.io.bisq.protobuffer.TradePeer.prototype.setSecurityDeposit = function(valu * optional string updated_multisig_hex = 1012; * @return {string} */ -proto.io.bisq.protobuffer.TradePeer.prototype.getUpdatedMultisigHex = function() { +proto.io.haveno.protobuffer.TradePeer.prototype.getUpdatedMultisigHex = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1012, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradePeer} returns this + * @return {!proto.io.haveno.protobuffer.TradePeer} returns this */ -proto.io.bisq.protobuffer.TradePeer.prototype.setUpdatedMultisigHex = function(value) { +proto.io.haveno.protobuffer.TradePeer.prototype.setUpdatedMultisigHex = function(value) { return jspb.Message.setProto3StringField(this, 1012, value); }; @@ -58611,8 +53170,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.EncryptedConnection.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.EncryptedConnection.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.EncryptedConnection.toObject(opt_includeInstance, this); }; @@ -58621,11 +53180,11 @@ proto.io.bisq.protobuffer.EncryptedConnection.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.EncryptedConnection} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.EncryptedConnection} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.EncryptedConnection.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.EncryptedConnection.toObject = function(includeInstance, msg) { var f, obj = { url: jspb.Message.getFieldWithDefault(msg, 1, ""), username: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -58645,23 +53204,23 @@ proto.io.bisq.protobuffer.EncryptedConnection.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.EncryptedConnection} + * @return {!proto.io.haveno.protobuffer.EncryptedConnection} */ -proto.io.bisq.protobuffer.EncryptedConnection.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.EncryptedConnection.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.EncryptedConnection; - return proto.io.bisq.protobuffer.EncryptedConnection.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.EncryptedConnection; + return proto.io.haveno.protobuffer.EncryptedConnection.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.EncryptedConnection} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.EncryptedConnection} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.EncryptedConnection} + * @return {!proto.io.haveno.protobuffer.EncryptedConnection} */ -proto.io.bisq.protobuffer.EncryptedConnection.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.EncryptedConnection.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -58701,9 +53260,9 @@ proto.io.bisq.protobuffer.EncryptedConnection.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.EncryptedConnection.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.EncryptedConnection.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.EncryptedConnection.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -58711,11 +53270,11 @@ proto.io.bisq.protobuffer.EncryptedConnection.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.EncryptedConnection} message + * @param {!proto.io.haveno.protobuffer.EncryptedConnection} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.EncryptedConnection.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.EncryptedConnection.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getUrl(); if (f.length > 0) { @@ -58759,16 +53318,16 @@ proto.io.bisq.protobuffer.EncryptedConnection.serializeBinaryToWriter = function * optional string url = 1; * @return {string} */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.getUrl = function() { +proto.io.haveno.protobuffer.EncryptedConnection.prototype.getUrl = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.EncryptedConnection} returns this + * @return {!proto.io.haveno.protobuffer.EncryptedConnection} returns this */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.setUrl = function(value) { +proto.io.haveno.protobuffer.EncryptedConnection.prototype.setUrl = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -58777,16 +53336,16 @@ proto.io.bisq.protobuffer.EncryptedConnection.prototype.setUrl = function(value) * optional string username = 2; * @return {string} */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.getUsername = function() { +proto.io.haveno.protobuffer.EncryptedConnection.prototype.getUsername = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.EncryptedConnection} returns this + * @return {!proto.io.haveno.protobuffer.EncryptedConnection} returns this */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.setUsername = function(value) { +proto.io.haveno.protobuffer.EncryptedConnection.prototype.setUsername = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -58795,7 +53354,7 @@ proto.io.bisq.protobuffer.EncryptedConnection.prototype.setUsername = function(v * optional bytes encrypted_password = 3; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.getEncryptedPassword = function() { +proto.io.haveno.protobuffer.EncryptedConnection.prototype.getEncryptedPassword = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; @@ -58805,7 +53364,7 @@ proto.io.bisq.protobuffer.EncryptedConnection.prototype.getEncryptedPassword = f * This is a type-conversion wrapper around `getEncryptedPassword()` * @return {string} */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.getEncryptedPassword_asB64 = function() { +proto.io.haveno.protobuffer.EncryptedConnection.prototype.getEncryptedPassword_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getEncryptedPassword())); }; @@ -58818,7 +53377,7 @@ proto.io.bisq.protobuffer.EncryptedConnection.prototype.getEncryptedPassword_asB * This is a type-conversion wrapper around `getEncryptedPassword()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.getEncryptedPassword_asU8 = function() { +proto.io.haveno.protobuffer.EncryptedConnection.prototype.getEncryptedPassword_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getEncryptedPassword())); }; @@ -58826,9 +53385,9 @@ proto.io.bisq.protobuffer.EncryptedConnection.prototype.getEncryptedPassword_asU /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.EncryptedConnection} returns this + * @return {!proto.io.haveno.protobuffer.EncryptedConnection} returns this */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.setEncryptedPassword = function(value) { +proto.io.haveno.protobuffer.EncryptedConnection.prototype.setEncryptedPassword = function(value) { return jspb.Message.setProto3BytesField(this, 3, value); }; @@ -58837,7 +53396,7 @@ proto.io.bisq.protobuffer.EncryptedConnection.prototype.setEncryptedPassword = f * optional bytes encryption_salt = 4; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.getEncryptionSalt = function() { +proto.io.haveno.protobuffer.EncryptedConnection.prototype.getEncryptionSalt = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; @@ -58847,7 +53406,7 @@ proto.io.bisq.protobuffer.EncryptedConnection.prototype.getEncryptionSalt = func * This is a type-conversion wrapper around `getEncryptionSalt()` * @return {string} */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.getEncryptionSalt_asB64 = function() { +proto.io.haveno.protobuffer.EncryptedConnection.prototype.getEncryptionSalt_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getEncryptionSalt())); }; @@ -58860,7 +53419,7 @@ proto.io.bisq.protobuffer.EncryptedConnection.prototype.getEncryptionSalt_asB64 * This is a type-conversion wrapper around `getEncryptionSalt()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.getEncryptionSalt_asU8 = function() { +proto.io.haveno.protobuffer.EncryptedConnection.prototype.getEncryptionSalt_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getEncryptionSalt())); }; @@ -58868,9 +53427,9 @@ proto.io.bisq.protobuffer.EncryptedConnection.prototype.getEncryptionSalt_asU8 = /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.EncryptedConnection} returns this + * @return {!proto.io.haveno.protobuffer.EncryptedConnection} returns this */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.setEncryptionSalt = function(value) { +proto.io.haveno.protobuffer.EncryptedConnection.prototype.setEncryptionSalt = function(value) { return jspb.Message.setProto3BytesField(this, 4, value); }; @@ -58879,16 +53438,16 @@ proto.io.bisq.protobuffer.EncryptedConnection.prototype.setEncryptionSalt = func * optional int32 priority = 5; * @return {number} */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.getPriority = function() { +proto.io.haveno.protobuffer.EncryptedConnection.prototype.getPriority = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.EncryptedConnection} returns this + * @return {!proto.io.haveno.protobuffer.EncryptedConnection} returns this */ -proto.io.bisq.protobuffer.EncryptedConnection.prototype.setPriority = function(value) { +proto.io.haveno.protobuffer.EncryptedConnection.prototype.setPriority = function(value) { return jspb.Message.setProto3IntField(this, 5, value); }; @@ -58899,7 +53458,7 @@ proto.io.bisq.protobuffer.EncryptedConnection.prototype.setPriority = function(v * @private {!Array} * @const */ -proto.io.bisq.protobuffer.EncryptedConnectionList.repeatedFields_ = [2]; +proto.io.haveno.protobuffer.EncryptedConnectionList.repeatedFields_ = [2]; @@ -58916,8 +53475,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.EncryptedConnectionList.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.EncryptedConnectionList.toObject(opt_includeInstance, this); }; @@ -58926,15 +53485,15 @@ proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.EncryptedConnectionList} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.EncryptedConnectionList} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.EncryptedConnectionList.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.EncryptedConnectionList.toObject = function(includeInstance, msg) { var f, obj = { salt: msg.getSalt_asB64(), itemsList: jspb.Message.toObjectList(msg.getItemsList(), - proto.io.bisq.protobuffer.EncryptedConnection.toObject, includeInstance), + proto.io.haveno.protobuffer.EncryptedConnection.toObject, includeInstance), currentConnectionUrl: jspb.Message.getFieldWithDefault(msg, 3, ""), refreshPeriod: jspb.Message.getFieldWithDefault(msg, 4, 0), autoSwitch: jspb.Message.getBooleanFieldWithDefault(msg, 5, false) @@ -58951,23 +53510,23 @@ proto.io.bisq.protobuffer.EncryptedConnectionList.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.EncryptedConnectionList} + * @return {!proto.io.haveno.protobuffer.EncryptedConnectionList} */ -proto.io.bisq.protobuffer.EncryptedConnectionList.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.EncryptedConnectionList.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.EncryptedConnectionList; - return proto.io.bisq.protobuffer.EncryptedConnectionList.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.EncryptedConnectionList; + return proto.io.haveno.protobuffer.EncryptedConnectionList.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.EncryptedConnectionList} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.EncryptedConnectionList} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.EncryptedConnectionList} + * @return {!proto.io.haveno.protobuffer.EncryptedConnectionList} */ -proto.io.bisq.protobuffer.EncryptedConnectionList.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.EncryptedConnectionList.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -58979,8 +53538,8 @@ proto.io.bisq.protobuffer.EncryptedConnectionList.deserializeBinaryFromReader = msg.setSalt(value); break; case 2: - var value = new proto.io.bisq.protobuffer.EncryptedConnection; - reader.readMessage(value,proto.io.bisq.protobuffer.EncryptedConnection.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.EncryptedConnection; + reader.readMessage(value,proto.io.haveno.protobuffer.EncryptedConnection.deserializeBinaryFromReader); msg.addItems(value); break; case 3: @@ -59008,9 +53567,9 @@ proto.io.bisq.protobuffer.EncryptedConnectionList.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.EncryptedConnectionList.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.EncryptedConnectionList.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -59018,11 +53577,11 @@ proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.EncryptedConnectionList} message + * @param {!proto.io.haveno.protobuffer.EncryptedConnectionList} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.EncryptedConnectionList.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.EncryptedConnectionList.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getSalt_asU8(); if (f.length > 0) { @@ -59036,7 +53595,7 @@ proto.io.bisq.protobuffer.EncryptedConnectionList.serializeBinaryToWriter = func writer.writeRepeatedMessage( 2, f, - proto.io.bisq.protobuffer.EncryptedConnection.serializeBinaryToWriter + proto.io.haveno.protobuffer.EncryptedConnection.serializeBinaryToWriter ); } f = message.getCurrentConnectionUrl(); @@ -59067,7 +53626,7 @@ proto.io.bisq.protobuffer.EncryptedConnectionList.serializeBinaryToWriter = func * optional bytes salt = 1; * @return {!(string|Uint8Array)} */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.getSalt = function() { +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.getSalt = function() { return /** @type {!(string|Uint8Array)} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; @@ -59077,7 +53636,7 @@ proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.getSalt = function() * This is a type-conversion wrapper around `getSalt()` * @return {string} */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.getSalt_asB64 = function() { +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.getSalt_asB64 = function() { return /** @type {string} */ (jspb.Message.bytesAsB64( this.getSalt())); }; @@ -59090,7 +53649,7 @@ proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.getSalt_asB64 = func * This is a type-conversion wrapper around `getSalt()` * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.getSalt_asU8 = function() { +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.getSalt_asU8 = function() { return /** @type {!Uint8Array} */ (jspb.Message.bytesAsU8( this.getSalt())); }; @@ -59098,47 +53657,47 @@ proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.getSalt_asU8 = funct /** * @param {!(string|Uint8Array)} value - * @return {!proto.io.bisq.protobuffer.EncryptedConnectionList} returns this + * @return {!proto.io.haveno.protobuffer.EncryptedConnectionList} returns this */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.setSalt = function(value) { +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.setSalt = function(value) { return jspb.Message.setProto3BytesField(this, 1, value); }; /** * repeated EncryptedConnection items = 2; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.getItemsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.EncryptedConnection, 2)); +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.getItemsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.EncryptedConnection, 2)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.EncryptedConnectionList} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.EncryptedConnectionList} returns this */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.setItemsList = function(value) { +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.setItemsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 2, value); }; /** - * @param {!proto.io.bisq.protobuffer.EncryptedConnection=} opt_value + * @param {!proto.io.haveno.protobuffer.EncryptedConnection=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.EncryptedConnection} + * @return {!proto.io.haveno.protobuffer.EncryptedConnection} */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.addItems = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.io.bisq.protobuffer.EncryptedConnection, opt_index); +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.addItems = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.io.haveno.protobuffer.EncryptedConnection, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.EncryptedConnectionList} returns this + * @return {!proto.io.haveno.protobuffer.EncryptedConnectionList} returns this */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.clearItemsList = function() { +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.clearItemsList = function() { return this.setItemsList([]); }; @@ -59147,16 +53706,16 @@ proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.clearItemsList = fun * optional string current_connection_url = 3; * @return {string} */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.getCurrentConnectionUrl = function() { +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.getCurrentConnectionUrl = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.EncryptedConnectionList} returns this + * @return {!proto.io.haveno.protobuffer.EncryptedConnectionList} returns this */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.setCurrentConnectionUrl = function(value) { +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.setCurrentConnectionUrl = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -59165,16 +53724,16 @@ proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.setCurrentConnection * optional int64 refresh_period = 4; * @return {number} */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.getRefreshPeriod = function() { +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.getRefreshPeriod = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.EncryptedConnectionList} returns this + * @return {!proto.io.haveno.protobuffer.EncryptedConnectionList} returns this */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.setRefreshPeriod = function(value) { +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.setRefreshPeriod = function(value) { return jspb.Message.setProto3IntField(this, 4, value); }; @@ -59183,16 +53742,16 @@ proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.setRefreshPeriod = f * optional bool auto_switch = 5; * @return {boolean} */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.getAutoSwitch = function() { +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.getAutoSwitch = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.EncryptedConnectionList} returns this + * @return {!proto.io.haveno.protobuffer.EncryptedConnectionList} returns this */ -proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.setAutoSwitch = function(value) { +proto.io.haveno.protobuffer.EncryptedConnectionList.prototype.setAutoSwitch = function(value) { return jspb.Message.setProto3BooleanField(this, 5, value); }; @@ -59203,7 +53762,7 @@ proto.io.bisq.protobuffer.EncryptedConnectionList.prototype.setAutoSwitch = func * @private {!Array} * @const */ -proto.io.bisq.protobuffer.ArbitrationDisputeList.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.ArbitrationDisputeList.repeatedFields_ = [1]; @@ -59220,8 +53779,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.ArbitrationDisputeList.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.ArbitrationDisputeList.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.ArbitrationDisputeList.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.ArbitrationDisputeList.toObject(opt_includeInstance, this); }; @@ -59230,14 +53789,14 @@ proto.io.bisq.protobuffer.ArbitrationDisputeList.prototype.toObject = function(o * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.ArbitrationDisputeList} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.ArbitrationDisputeList} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ArbitrationDisputeList.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.ArbitrationDisputeList.toObject = function(includeInstance, msg) { var f, obj = { disputeList: jspb.Message.toObjectList(msg.getDisputeList(), - proto.io.bisq.protobuffer.Dispute.toObject, includeInstance) + proto.io.haveno.protobuffer.Dispute.toObject, includeInstance) }; if (includeInstance) { @@ -59251,23 +53810,23 @@ proto.io.bisq.protobuffer.ArbitrationDisputeList.toObject = function(includeInst /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.ArbitrationDisputeList} + * @return {!proto.io.haveno.protobuffer.ArbitrationDisputeList} */ -proto.io.bisq.protobuffer.ArbitrationDisputeList.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.ArbitrationDisputeList.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.ArbitrationDisputeList; - return proto.io.bisq.protobuffer.ArbitrationDisputeList.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.ArbitrationDisputeList; + return proto.io.haveno.protobuffer.ArbitrationDisputeList.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.ArbitrationDisputeList} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.ArbitrationDisputeList} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.ArbitrationDisputeList} + * @return {!proto.io.haveno.protobuffer.ArbitrationDisputeList} */ -proto.io.bisq.protobuffer.ArbitrationDisputeList.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.ArbitrationDisputeList.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -59275,8 +53834,8 @@ proto.io.bisq.protobuffer.ArbitrationDisputeList.deserializeBinaryFromReader = f var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.Dispute; - reader.readMessage(value,proto.io.bisq.protobuffer.Dispute.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Dispute; + reader.readMessage(value,proto.io.haveno.protobuffer.Dispute.deserializeBinaryFromReader); msg.addDispute(value); break; default: @@ -59292,9 +53851,9 @@ proto.io.bisq.protobuffer.ArbitrationDisputeList.deserializeBinaryFromReader = f * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.ArbitrationDisputeList.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.ArbitrationDisputeList.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.ArbitrationDisputeList.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.ArbitrationDisputeList.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -59302,18 +53861,18 @@ proto.io.bisq.protobuffer.ArbitrationDisputeList.prototype.serializeBinary = fun /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.ArbitrationDisputeList} message + * @param {!proto.io.haveno.protobuffer.ArbitrationDisputeList} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.ArbitrationDisputeList.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.ArbitrationDisputeList.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getDisputeList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.Dispute.serializeBinaryToWriter + proto.io.haveno.protobuffer.Dispute.serializeBinaryToWriter ); } }; @@ -59321,38 +53880,38 @@ proto.io.bisq.protobuffer.ArbitrationDisputeList.serializeBinaryToWriter = funct /** * repeated Dispute dispute = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.ArbitrationDisputeList.prototype.getDisputeList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.Dispute, 1)); +proto.io.haveno.protobuffer.ArbitrationDisputeList.prototype.getDisputeList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.Dispute, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.ArbitrationDisputeList} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.ArbitrationDisputeList} returns this */ -proto.io.bisq.protobuffer.ArbitrationDisputeList.prototype.setDisputeList = function(value) { +proto.io.haveno.protobuffer.ArbitrationDisputeList.prototype.setDisputeList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.Dispute=} opt_value + * @param {!proto.io.haveno.protobuffer.Dispute=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Dispute} + * @return {!proto.io.haveno.protobuffer.Dispute} */ -proto.io.bisq.protobuffer.ArbitrationDisputeList.prototype.addDispute = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.Dispute, opt_index); +proto.io.haveno.protobuffer.ArbitrationDisputeList.prototype.addDispute = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.Dispute, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.ArbitrationDisputeList} returns this + * @return {!proto.io.haveno.protobuffer.ArbitrationDisputeList} returns this */ -proto.io.bisq.protobuffer.ArbitrationDisputeList.prototype.clearDisputeList = function() { +proto.io.haveno.protobuffer.ArbitrationDisputeList.prototype.clearDisputeList = function() { return this.setDisputeList([]); }; @@ -59363,7 +53922,7 @@ proto.io.bisq.protobuffer.ArbitrationDisputeList.prototype.clearDisputeList = fu * @private {!Array} * @const */ -proto.io.bisq.protobuffer.MediationDisputeList.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.MediationDisputeList.repeatedFields_ = [1]; @@ -59380,8 +53939,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MediationDisputeList.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MediationDisputeList.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MediationDisputeList.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MediationDisputeList.toObject(opt_includeInstance, this); }; @@ -59390,14 +53949,14 @@ proto.io.bisq.protobuffer.MediationDisputeList.prototype.toObject = function(opt * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MediationDisputeList} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MediationDisputeList} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MediationDisputeList.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MediationDisputeList.toObject = function(includeInstance, msg) { var f, obj = { disputeList: jspb.Message.toObjectList(msg.getDisputeList(), - proto.io.bisq.protobuffer.Dispute.toObject, includeInstance) + proto.io.haveno.protobuffer.Dispute.toObject, includeInstance) }; if (includeInstance) { @@ -59411,23 +53970,23 @@ proto.io.bisq.protobuffer.MediationDisputeList.toObject = function(includeInstan /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MediationDisputeList} + * @return {!proto.io.haveno.protobuffer.MediationDisputeList} */ -proto.io.bisq.protobuffer.MediationDisputeList.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MediationDisputeList.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MediationDisputeList; - return proto.io.bisq.protobuffer.MediationDisputeList.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MediationDisputeList; + return proto.io.haveno.protobuffer.MediationDisputeList.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MediationDisputeList} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MediationDisputeList} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MediationDisputeList} + * @return {!proto.io.haveno.protobuffer.MediationDisputeList} */ -proto.io.bisq.protobuffer.MediationDisputeList.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MediationDisputeList.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -59435,8 +53994,8 @@ proto.io.bisq.protobuffer.MediationDisputeList.deserializeBinaryFromReader = fun var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.Dispute; - reader.readMessage(value,proto.io.bisq.protobuffer.Dispute.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Dispute; + reader.readMessage(value,proto.io.haveno.protobuffer.Dispute.deserializeBinaryFromReader); msg.addDispute(value); break; default: @@ -59452,9 +54011,9 @@ proto.io.bisq.protobuffer.MediationDisputeList.deserializeBinaryFromReader = fun * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MediationDisputeList.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MediationDisputeList.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MediationDisputeList.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MediationDisputeList.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -59462,18 +54021,18 @@ proto.io.bisq.protobuffer.MediationDisputeList.prototype.serializeBinary = funct /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MediationDisputeList} message + * @param {!proto.io.haveno.protobuffer.MediationDisputeList} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MediationDisputeList.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MediationDisputeList.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getDisputeList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.Dispute.serializeBinaryToWriter + proto.io.haveno.protobuffer.Dispute.serializeBinaryToWriter ); } }; @@ -59481,38 +54040,38 @@ proto.io.bisq.protobuffer.MediationDisputeList.serializeBinaryToWriter = functio /** * repeated Dispute dispute = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.MediationDisputeList.prototype.getDisputeList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.Dispute, 1)); +proto.io.haveno.protobuffer.MediationDisputeList.prototype.getDisputeList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.Dispute, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.MediationDisputeList} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.MediationDisputeList} returns this */ -proto.io.bisq.protobuffer.MediationDisputeList.prototype.setDisputeList = function(value) { +proto.io.haveno.protobuffer.MediationDisputeList.prototype.setDisputeList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.Dispute=} opt_value + * @param {!proto.io.haveno.protobuffer.Dispute=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Dispute} + * @return {!proto.io.haveno.protobuffer.Dispute} */ -proto.io.bisq.protobuffer.MediationDisputeList.prototype.addDispute = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.Dispute, opt_index); +proto.io.haveno.protobuffer.MediationDisputeList.prototype.addDispute = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.Dispute, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.MediationDisputeList} returns this + * @return {!proto.io.haveno.protobuffer.MediationDisputeList} returns this */ -proto.io.bisq.protobuffer.MediationDisputeList.prototype.clearDisputeList = function() { +proto.io.haveno.protobuffer.MediationDisputeList.prototype.clearDisputeList = function() { return this.setDisputeList([]); }; @@ -59523,7 +54082,7 @@ proto.io.bisq.protobuffer.MediationDisputeList.prototype.clearDisputeList = func * @private {!Array} * @const */ -proto.io.bisq.protobuffer.RefundDisputeList.repeatedFields_ = [1]; +proto.io.haveno.protobuffer.RefundDisputeList.repeatedFields_ = [1]; @@ -59540,8 +54099,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.RefundDisputeList.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.RefundDisputeList.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.RefundDisputeList.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.RefundDisputeList.toObject(opt_includeInstance, this); }; @@ -59550,14 +54109,14 @@ proto.io.bisq.protobuffer.RefundDisputeList.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.RefundDisputeList} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.RefundDisputeList} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RefundDisputeList.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.RefundDisputeList.toObject = function(includeInstance, msg) { var f, obj = { disputeList: jspb.Message.toObjectList(msg.getDisputeList(), - proto.io.bisq.protobuffer.Dispute.toObject, includeInstance) + proto.io.haveno.protobuffer.Dispute.toObject, includeInstance) }; if (includeInstance) { @@ -59571,23 +54130,23 @@ proto.io.bisq.protobuffer.RefundDisputeList.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.RefundDisputeList} + * @return {!proto.io.haveno.protobuffer.RefundDisputeList} */ -proto.io.bisq.protobuffer.RefundDisputeList.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.RefundDisputeList.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.RefundDisputeList; - return proto.io.bisq.protobuffer.RefundDisputeList.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.RefundDisputeList; + return proto.io.haveno.protobuffer.RefundDisputeList.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.RefundDisputeList} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.RefundDisputeList} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.RefundDisputeList} + * @return {!proto.io.haveno.protobuffer.RefundDisputeList} */ -proto.io.bisq.protobuffer.RefundDisputeList.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.RefundDisputeList.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -59595,8 +54154,8 @@ proto.io.bisq.protobuffer.RefundDisputeList.deserializeBinaryFromReader = functi var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.Dispute; - reader.readMessage(value,proto.io.bisq.protobuffer.Dispute.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Dispute; + reader.readMessage(value,proto.io.haveno.protobuffer.Dispute.deserializeBinaryFromReader); msg.addDispute(value); break; default: @@ -59612,9 +54171,9 @@ proto.io.bisq.protobuffer.RefundDisputeList.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.RefundDisputeList.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.RefundDisputeList.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.RefundDisputeList.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.RefundDisputeList.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -59622,18 +54181,18 @@ proto.io.bisq.protobuffer.RefundDisputeList.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.RefundDisputeList} message + * @param {!proto.io.haveno.protobuffer.RefundDisputeList} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.RefundDisputeList.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.RefundDisputeList.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getDisputeList(); if (f.length > 0) { writer.writeRepeatedMessage( 1, f, - proto.io.bisq.protobuffer.Dispute.serializeBinaryToWriter + proto.io.haveno.protobuffer.Dispute.serializeBinaryToWriter ); } }; @@ -59641,38 +54200,38 @@ proto.io.bisq.protobuffer.RefundDisputeList.serializeBinaryToWriter = function(m /** * repeated Dispute dispute = 1; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.RefundDisputeList.prototype.getDisputeList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.Dispute, 1)); +proto.io.haveno.protobuffer.RefundDisputeList.prototype.getDisputeList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.Dispute, 1)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.RefundDisputeList} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.RefundDisputeList} returns this */ -proto.io.bisq.protobuffer.RefundDisputeList.prototype.setDisputeList = function(value) { +proto.io.haveno.protobuffer.RefundDisputeList.prototype.setDisputeList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 1, value); }; /** - * @param {!proto.io.bisq.protobuffer.Dispute=} opt_value + * @param {!proto.io.haveno.protobuffer.Dispute=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Dispute} + * @return {!proto.io.haveno.protobuffer.Dispute} */ -proto.io.bisq.protobuffer.RefundDisputeList.prototype.addDispute = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.bisq.protobuffer.Dispute, opt_index); +proto.io.haveno.protobuffer.RefundDisputeList.prototype.addDispute = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.io.haveno.protobuffer.Dispute, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.RefundDisputeList} returns this + * @return {!proto.io.haveno.protobuffer.RefundDisputeList} returns this */ -proto.io.bisq.protobuffer.RefundDisputeList.prototype.clearDisputeList = function() { +proto.io.haveno.protobuffer.RefundDisputeList.prototype.clearDisputeList = function() { return this.setDisputeList([]); }; @@ -59683,7 +54242,7 @@ proto.io.bisq.protobuffer.RefundDisputeList.prototype.clearDisputeList = functio * @private {!Array} * @const */ -proto.io.bisq.protobuffer.PreferencesPayload.repeatedFields_ = [3,4,27,32,53]; +proto.io.haveno.protobuffer.PreferencesPayload.repeatedFields_ = [3,4,27,31,52]; @@ -59700,8 +54259,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PreferencesPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PreferencesPayload.toObject(opt_includeInstance, this); }; @@ -59710,27 +54269,27 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PreferencesPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PreferencesPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PreferencesPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PreferencesPayload.toObject = function(includeInstance, msg) { var f, obj = { userLanguage: jspb.Message.getFieldWithDefault(msg, 1, ""), - userCountry: (f = msg.getUserCountry()) && proto.io.bisq.protobuffer.Country.toObject(includeInstance, f), + userCountry: (f = msg.getUserCountry()) && proto.io.haveno.protobuffer.Country.toObject(includeInstance, f), fiatCurrenciesList: jspb.Message.toObjectList(msg.getFiatCurrenciesList(), - proto.io.bisq.protobuffer.TradeCurrency.toObject, includeInstance), + proto.io.haveno.protobuffer.TradeCurrency.toObject, includeInstance), cryptoCurrenciesList: jspb.Message.toObjectList(msg.getCryptoCurrenciesList(), - proto.io.bisq.protobuffer.TradeCurrency.toObject, includeInstance), - blockChainExplorerMainNet: (f = msg.getBlockChainExplorerMainNet()) && proto.io.bisq.protobuffer.BlockChainExplorer.toObject(includeInstance, f), - blockChainExplorerTestNet: (f = msg.getBlockChainExplorerTestNet()) && proto.io.bisq.protobuffer.BlockChainExplorer.toObject(includeInstance, f), + proto.io.haveno.protobuffer.TradeCurrency.toObject, includeInstance), + blockChainExplorerMainNet: (f = msg.getBlockChainExplorerMainNet()) && proto.io.haveno.protobuffer.BlockChainExplorer.toObject(includeInstance, f), + blockChainExplorerTestNet: (f = msg.getBlockChainExplorerTestNet()) && proto.io.haveno.protobuffer.BlockChainExplorer.toObject(includeInstance, f), backupDirectory: jspb.Message.getFieldWithDefault(msg, 7, ""), autoSelectArbitrators: jspb.Message.getBooleanFieldWithDefault(msg, 8, false), dontShowAgainMapMap: (f = msg.getDontShowAgainMapMap()) ? f.toObject(includeInstance, undefined) : [], tacAccepted: jspb.Message.getBooleanFieldWithDefault(msg, 10, false), useTorForBitcoinJ: jspb.Message.getBooleanFieldWithDefault(msg, 11, false), showOwnOffersInOfferBook: jspb.Message.getBooleanFieldWithDefault(msg, 12, false), - preferredTradeCurrency: (f = msg.getPreferredTradeCurrency()) && proto.io.bisq.protobuffer.TradeCurrency.toObject(includeInstance, f), + preferredTradeCurrency: (f = msg.getPreferredTradeCurrency()) && proto.io.haveno.protobuffer.TradeCurrency.toObject(includeInstance, f), withdrawalTxFeeInVbytes: jspb.Message.getFieldWithDefault(msg, 14, 0), useCustomWithdrawalTxFee: jspb.Message.getBooleanFieldWithDefault(msg, 15, false), maxPriceDistanceInPercent: jspb.Message.getFloatingPointFieldWithDefault(msg, 16, 0.0), @@ -59746,41 +54305,40 @@ proto.io.bisq.protobuffer.PreferencesPayload.toObject = function(includeInstance bitcoinNodes: jspb.Message.getFieldWithDefault(msg, 26, ""), ignoreTradersListList: (f = jspb.Message.getRepeatedField(msg, 27)) == null ? undefined : f, directoryChooserPath: jspb.Message.getFieldWithDefault(msg, 28, ""), - buyerSecurityDepositAsLong: jspb.Message.getFieldWithDefault(msg, 29, 0), - useAnimations: jspb.Message.getBooleanFieldWithDefault(msg, 30, false), - selectedpaymentAccountForCreateoffer: (f = msg.getSelectedpaymentAccountForCreateoffer()) && proto.io.bisq.protobuffer.PaymentAccount.toObject(includeInstance, f), - bridgeAddressesList: (f = jspb.Message.getRepeatedField(msg, 32)) == null ? undefined : f, - bridgeOptionOrdinal: jspb.Message.getFieldWithDefault(msg, 33, 0), - torTransportOrdinal: jspb.Message.getFieldWithDefault(msg, 34, 0), - customBridges: jspb.Message.getFieldWithDefault(msg, 35, ""), - bitcoinNodesOptionOrdinal: jspb.Message.getFieldWithDefault(msg, 36, 0), - referralId: jspb.Message.getFieldWithDefault(msg, 37, ""), - phoneKeyAndToken: jspb.Message.getFieldWithDefault(msg, 38, ""), - useSoundForMobileNotifications: jspb.Message.getBooleanFieldWithDefault(msg, 39, false), - useTradeNotifications: jspb.Message.getBooleanFieldWithDefault(msg, 40, false), - useMarketNotifications: jspb.Message.getBooleanFieldWithDefault(msg, 41, false), - usePriceNotifications: jspb.Message.getBooleanFieldWithDefault(msg, 42, false), - useStandbyMode: jspb.Message.getBooleanFieldWithDefault(msg, 43, false), - rpcUser: jspb.Message.getFieldWithDefault(msg, 44, ""), - rpcPw: jspb.Message.getFieldWithDefault(msg, 45, ""), - takeOfferSelectedPaymentAccountId: jspb.Message.getFieldWithDefault(msg, 46, ""), - buyerSecurityDepositAsPercent: jspb.Message.getFloatingPointFieldWithDefault(msg, 47, 0.0), - ignoreDustThreshold: jspb.Message.getFieldWithDefault(msg, 48, 0), - buyerSecurityDepositAsPercentForCrypto: jspb.Message.getFloatingPointFieldWithDefault(msg, 49, 0.0), - blockNotifyPort: jspb.Message.getFieldWithDefault(msg, 50, 0), - cssTheme: jspb.Message.getFieldWithDefault(msg, 51, 0), - tacAcceptedV120: jspb.Message.getBooleanFieldWithDefault(msg, 52, false), + useAnimations: jspb.Message.getBooleanFieldWithDefault(msg, 29, false), + selectedpaymentAccountForCreateoffer: (f = msg.getSelectedpaymentAccountForCreateoffer()) && proto.io.haveno.protobuffer.PaymentAccount.toObject(includeInstance, f), + bridgeAddressesList: (f = jspb.Message.getRepeatedField(msg, 31)) == null ? undefined : f, + bridgeOptionOrdinal: jspb.Message.getFieldWithDefault(msg, 32, 0), + torTransportOrdinal: jspb.Message.getFieldWithDefault(msg, 33, 0), + customBridges: jspb.Message.getFieldWithDefault(msg, 34, ""), + bitcoinNodesOptionOrdinal: jspb.Message.getFieldWithDefault(msg, 35, 0), + referralId: jspb.Message.getFieldWithDefault(msg, 36, ""), + phoneKeyAndToken: jspb.Message.getFieldWithDefault(msg, 37, ""), + useSoundForMobileNotifications: jspb.Message.getBooleanFieldWithDefault(msg, 38, false), + useTradeNotifications: jspb.Message.getBooleanFieldWithDefault(msg, 39, false), + useMarketNotifications: jspb.Message.getBooleanFieldWithDefault(msg, 40, false), + usePriceNotifications: jspb.Message.getBooleanFieldWithDefault(msg, 41, false), + useStandbyMode: jspb.Message.getBooleanFieldWithDefault(msg, 42, false), + rpcUser: jspb.Message.getFieldWithDefault(msg, 43, ""), + rpcPw: jspb.Message.getFieldWithDefault(msg, 44, ""), + takeOfferSelectedPaymentAccountId: jspb.Message.getFieldWithDefault(msg, 45, ""), + buyerSecurityDepositAsPercent: jspb.Message.getFloatingPointFieldWithDefault(msg, 46, 0.0), + ignoreDustThreshold: jspb.Message.getFieldWithDefault(msg, 47, 0), + buyerSecurityDepositAsPercentForCrypto: jspb.Message.getFloatingPointFieldWithDefault(msg, 48, 0.0), + blockNotifyPort: jspb.Message.getFieldWithDefault(msg, 49, 0), + cssTheme: jspb.Message.getFieldWithDefault(msg, 50, 0), + tacAcceptedV120: jspb.Message.getBooleanFieldWithDefault(msg, 51, false), autoConfirmSettingsList: jspb.Message.toObjectList(msg.getAutoConfirmSettingsList(), - proto.io.bisq.protobuffer.AutoConfirmSettings.toObject, includeInstance), - bsqAverageTrimThreshold: jspb.Message.getFloatingPointFieldWithDefault(msg, 54, 0.0), - hideNonAccountPaymentMethods: jspb.Message.getBooleanFieldWithDefault(msg, 55, false), - showOffersMatchingMyAccounts: jspb.Message.getBooleanFieldWithDefault(msg, 56, false), - denyApiTaker: jspb.Message.getBooleanFieldWithDefault(msg, 57, false), - notifyOnPreRelease: jspb.Message.getBooleanFieldWithDefault(msg, 58, false), - moneroNodeSettings: (f = msg.getMoneroNodeSettings()) && proto.io.bisq.protobuffer.MoneroNodeSettings.toObject(includeInstance, f), - clearDataAfterDays: jspb.Message.getFieldWithDefault(msg, 60, 0), - buyScreenCryptoCurrencyCode: jspb.Message.getFieldWithDefault(msg, 61, ""), - sellScreenCryptoCurrencyCode: jspb.Message.getFieldWithDefault(msg, 62, "") + proto.io.haveno.protobuffer.AutoConfirmSettings.toObject, includeInstance), + bsqAverageTrimThreshold: jspb.Message.getFloatingPointFieldWithDefault(msg, 53, 0.0), + hideNonAccountPaymentMethods: jspb.Message.getBooleanFieldWithDefault(msg, 54, false), + showOffersMatchingMyAccounts: jspb.Message.getBooleanFieldWithDefault(msg, 55, false), + denyApiTaker: jspb.Message.getBooleanFieldWithDefault(msg, 56, false), + notifyOnPreRelease: jspb.Message.getBooleanFieldWithDefault(msg, 57, false), + moneroNodeSettings: (f = msg.getMoneroNodeSettings()) && proto.io.haveno.protobuffer.MoneroNodeSettings.toObject(includeInstance, f), + clearDataAfterDays: jspb.Message.getFieldWithDefault(msg, 59, 0), + buyScreenCryptoCurrencyCode: jspb.Message.getFieldWithDefault(msg, 60, ""), + sellScreenCryptoCurrencyCode: jspb.Message.getFieldWithDefault(msg, 61, "") }; if (includeInstance) { @@ -59794,23 +54352,23 @@ proto.io.bisq.protobuffer.PreferencesPayload.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} */ -proto.io.bisq.protobuffer.PreferencesPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PreferencesPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PreferencesPayload; - return proto.io.bisq.protobuffer.PreferencesPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PreferencesPayload; + return proto.io.haveno.protobuffer.PreferencesPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PreferencesPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PreferencesPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} */ -proto.io.bisq.protobuffer.PreferencesPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PreferencesPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -59822,28 +54380,28 @@ proto.io.bisq.protobuffer.PreferencesPayload.deserializeBinaryFromReader = funct msg.setUserLanguage(value); break; case 2: - var value = new proto.io.bisq.protobuffer.Country; - reader.readMessage(value,proto.io.bisq.protobuffer.Country.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Country; + reader.readMessage(value,proto.io.haveno.protobuffer.Country.deserializeBinaryFromReader); msg.setUserCountry(value); break; case 3: - var value = new proto.io.bisq.protobuffer.TradeCurrency; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeCurrency.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.TradeCurrency; + reader.readMessage(value,proto.io.haveno.protobuffer.TradeCurrency.deserializeBinaryFromReader); msg.addFiatCurrencies(value); break; case 4: - var value = new proto.io.bisq.protobuffer.TradeCurrency; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeCurrency.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.TradeCurrency; + reader.readMessage(value,proto.io.haveno.protobuffer.TradeCurrency.deserializeBinaryFromReader); msg.addCryptoCurrencies(value); break; case 5: - var value = new proto.io.bisq.protobuffer.BlockChainExplorer; - reader.readMessage(value,proto.io.bisq.protobuffer.BlockChainExplorer.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.BlockChainExplorer; + reader.readMessage(value,proto.io.haveno.protobuffer.BlockChainExplorer.deserializeBinaryFromReader); msg.setBlockChainExplorerMainNet(value); break; case 6: - var value = new proto.io.bisq.protobuffer.BlockChainExplorer; - reader.readMessage(value,proto.io.bisq.protobuffer.BlockChainExplorer.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.BlockChainExplorer; + reader.readMessage(value,proto.io.haveno.protobuffer.BlockChainExplorer.deserializeBinaryFromReader); msg.setBlockChainExplorerTestNet(value); break; case 7: @@ -59873,8 +54431,8 @@ proto.io.bisq.protobuffer.PreferencesPayload.deserializeBinaryFromReader = funct msg.setShowOwnOffersInOfferBook(value); break; case 13: - var value = new proto.io.bisq.protobuffer.TradeCurrency; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeCurrency.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.TradeCurrency; + reader.readMessage(value,proto.io.haveno.protobuffer.TradeCurrency.deserializeBinaryFromReader); msg.setPreferredTradeCurrency(value); break; case 14: @@ -59940,141 +54498,137 @@ proto.io.bisq.protobuffer.PreferencesPayload.deserializeBinaryFromReader = funct msg.setDirectoryChooserPath(value); break; case 29: - var value = /** @type {number} */ (reader.readInt64()); - msg.setBuyerSecurityDepositAsLong(value); - break; - case 30: var value = /** @type {boolean} */ (reader.readBool()); msg.setUseAnimations(value); break; - case 31: - var value = new proto.io.bisq.protobuffer.PaymentAccount; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentAccount.deserializeBinaryFromReader); + case 30: + var value = new proto.io.haveno.protobuffer.PaymentAccount; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentAccount.deserializeBinaryFromReader); msg.setSelectedpaymentAccountForCreateoffer(value); break; - case 32: + case 31: var value = /** @type {string} */ (reader.readString()); msg.addBridgeAddresses(value); break; - case 33: + case 32: var value = /** @type {number} */ (reader.readInt32()); msg.setBridgeOptionOrdinal(value); break; - case 34: + case 33: var value = /** @type {number} */ (reader.readInt32()); msg.setTorTransportOrdinal(value); break; - case 35: + case 34: var value = /** @type {string} */ (reader.readString()); msg.setCustomBridges(value); break; - case 36: + case 35: var value = /** @type {number} */ (reader.readInt32()); msg.setBitcoinNodesOptionOrdinal(value); break; - case 37: + case 36: var value = /** @type {string} */ (reader.readString()); msg.setReferralId(value); break; - case 38: + case 37: var value = /** @type {string} */ (reader.readString()); msg.setPhoneKeyAndToken(value); break; - case 39: + case 38: var value = /** @type {boolean} */ (reader.readBool()); msg.setUseSoundForMobileNotifications(value); break; - case 40: + case 39: var value = /** @type {boolean} */ (reader.readBool()); msg.setUseTradeNotifications(value); break; - case 41: + case 40: var value = /** @type {boolean} */ (reader.readBool()); msg.setUseMarketNotifications(value); break; - case 42: + case 41: var value = /** @type {boolean} */ (reader.readBool()); msg.setUsePriceNotifications(value); break; - case 43: + case 42: var value = /** @type {boolean} */ (reader.readBool()); msg.setUseStandbyMode(value); break; - case 44: + case 43: var value = /** @type {string} */ (reader.readString()); msg.setRpcUser(value); break; - case 45: + case 44: var value = /** @type {string} */ (reader.readString()); msg.setRpcPw(value); break; - case 46: + case 45: var value = /** @type {string} */ (reader.readString()); msg.setTakeOfferSelectedPaymentAccountId(value); break; - case 47: + case 46: var value = /** @type {number} */ (reader.readDouble()); msg.setBuyerSecurityDepositAsPercent(value); break; - case 48: + case 47: var value = /** @type {number} */ (reader.readInt32()); msg.setIgnoreDustThreshold(value); break; - case 49: + case 48: var value = /** @type {number} */ (reader.readDouble()); msg.setBuyerSecurityDepositAsPercentForCrypto(value); break; - case 50: + case 49: var value = /** @type {number} */ (reader.readInt32()); msg.setBlockNotifyPort(value); break; - case 51: + case 50: var value = /** @type {number} */ (reader.readInt32()); msg.setCssTheme(value); break; - case 52: + case 51: var value = /** @type {boolean} */ (reader.readBool()); msg.setTacAcceptedV120(value); break; - case 53: - var value = new proto.io.bisq.protobuffer.AutoConfirmSettings; - reader.readMessage(value,proto.io.bisq.protobuffer.AutoConfirmSettings.deserializeBinaryFromReader); + case 52: + var value = new proto.io.haveno.protobuffer.AutoConfirmSettings; + reader.readMessage(value,proto.io.haveno.protobuffer.AutoConfirmSettings.deserializeBinaryFromReader); msg.addAutoConfirmSettings(value); break; - case 54: + case 53: var value = /** @type {number} */ (reader.readDouble()); msg.setBsqAverageTrimThreshold(value); break; - case 55: + case 54: var value = /** @type {boolean} */ (reader.readBool()); msg.setHideNonAccountPaymentMethods(value); break; - case 56: + case 55: var value = /** @type {boolean} */ (reader.readBool()); msg.setShowOffersMatchingMyAccounts(value); break; - case 57: + case 56: var value = /** @type {boolean} */ (reader.readBool()); msg.setDenyApiTaker(value); break; - case 58: + case 57: var value = /** @type {boolean} */ (reader.readBool()); msg.setNotifyOnPreRelease(value); break; - case 59: - var value = new proto.io.bisq.protobuffer.MoneroNodeSettings; - reader.readMessage(value,proto.io.bisq.protobuffer.MoneroNodeSettings.deserializeBinaryFromReader); + case 58: + var value = new proto.io.haveno.protobuffer.MoneroNodeSettings; + reader.readMessage(value,proto.io.haveno.protobuffer.MoneroNodeSettings.deserializeBinaryFromReader); msg.setMoneroNodeSettings(value); break; - case 60: + case 59: var value = /** @type {number} */ (reader.readInt32()); msg.setClearDataAfterDays(value); break; - case 61: + case 60: var value = /** @type {string} */ (reader.readString()); msg.setBuyScreenCryptoCurrencyCode(value); break; - case 62: + case 61: var value = /** @type {string} */ (reader.readString()); msg.setSellScreenCryptoCurrencyCode(value); break; @@ -60091,9 +54645,9 @@ proto.io.bisq.protobuffer.PreferencesPayload.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PreferencesPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PreferencesPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -60101,11 +54655,11 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PreferencesPayload} message + * @param {!proto.io.haveno.protobuffer.PreferencesPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PreferencesPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PreferencesPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getUserLanguage(); if (f.length > 0) { @@ -60119,7 +54673,7 @@ proto.io.bisq.protobuffer.PreferencesPayload.serializeBinaryToWriter = function( writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.Country.serializeBinaryToWriter + proto.io.haveno.protobuffer.Country.serializeBinaryToWriter ); } f = message.getFiatCurrenciesList(); @@ -60127,7 +54681,7 @@ proto.io.bisq.protobuffer.PreferencesPayload.serializeBinaryToWriter = function( writer.writeRepeatedMessage( 3, f, - proto.io.bisq.protobuffer.TradeCurrency.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradeCurrency.serializeBinaryToWriter ); } f = message.getCryptoCurrenciesList(); @@ -60135,7 +54689,7 @@ proto.io.bisq.protobuffer.PreferencesPayload.serializeBinaryToWriter = function( writer.writeRepeatedMessage( 4, f, - proto.io.bisq.protobuffer.TradeCurrency.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradeCurrency.serializeBinaryToWriter ); } f = message.getBlockChainExplorerMainNet(); @@ -60143,7 +54697,7 @@ proto.io.bisq.protobuffer.PreferencesPayload.serializeBinaryToWriter = function( writer.writeMessage( 5, f, - proto.io.bisq.protobuffer.BlockChainExplorer.serializeBinaryToWriter + proto.io.haveno.protobuffer.BlockChainExplorer.serializeBinaryToWriter ); } f = message.getBlockChainExplorerTestNet(); @@ -60151,7 +54705,7 @@ proto.io.bisq.protobuffer.PreferencesPayload.serializeBinaryToWriter = function( writer.writeMessage( 6, f, - proto.io.bisq.protobuffer.BlockChainExplorer.serializeBinaryToWriter + proto.io.haveno.protobuffer.BlockChainExplorer.serializeBinaryToWriter ); } f = message.getBackupDirectory(); @@ -60198,7 +54752,7 @@ proto.io.bisq.protobuffer.PreferencesPayload.serializeBinaryToWriter = function( writer.writeMessage( 13, f, - proto.io.bisq.protobuffer.TradeCurrency.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradeCurrency.serializeBinaryToWriter ); } f = message.getWithdrawalTxFeeInVbytes(); @@ -60303,244 +54857,237 @@ proto.io.bisq.protobuffer.PreferencesPayload.serializeBinaryToWriter = function( f ); } - f = message.getBuyerSecurityDepositAsLong(); - if (f !== 0) { - writer.writeInt64( - 29, - f - ); - } f = message.getUseAnimations(); if (f) { writer.writeBool( - 30, + 29, f ); } f = message.getSelectedpaymentAccountForCreateoffer(); if (f != null) { writer.writeMessage( - 31, + 30, f, - proto.io.bisq.protobuffer.PaymentAccount.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentAccount.serializeBinaryToWriter ); } f = message.getBridgeAddressesList(); if (f.length > 0) { writer.writeRepeatedString( - 32, + 31, f ); } f = message.getBridgeOptionOrdinal(); if (f !== 0) { writer.writeInt32( - 33, + 32, f ); } f = message.getTorTransportOrdinal(); if (f !== 0) { writer.writeInt32( - 34, + 33, f ); } f = message.getCustomBridges(); if (f.length > 0) { writer.writeString( - 35, + 34, f ); } f = message.getBitcoinNodesOptionOrdinal(); if (f !== 0) { writer.writeInt32( - 36, + 35, f ); } f = message.getReferralId(); if (f.length > 0) { writer.writeString( - 37, + 36, f ); } f = message.getPhoneKeyAndToken(); if (f.length > 0) { writer.writeString( - 38, + 37, f ); } f = message.getUseSoundForMobileNotifications(); if (f) { writer.writeBool( - 39, + 38, f ); } f = message.getUseTradeNotifications(); if (f) { writer.writeBool( - 40, + 39, f ); } f = message.getUseMarketNotifications(); if (f) { writer.writeBool( - 41, + 40, f ); } f = message.getUsePriceNotifications(); if (f) { writer.writeBool( - 42, + 41, f ); } f = message.getUseStandbyMode(); if (f) { writer.writeBool( - 43, + 42, f ); } f = message.getRpcUser(); if (f.length > 0) { writer.writeString( - 44, + 43, f ); } f = message.getRpcPw(); if (f.length > 0) { writer.writeString( - 45, + 44, f ); } f = message.getTakeOfferSelectedPaymentAccountId(); if (f.length > 0) { writer.writeString( - 46, + 45, f ); } f = message.getBuyerSecurityDepositAsPercent(); if (f !== 0.0) { writer.writeDouble( - 47, + 46, f ); } f = message.getIgnoreDustThreshold(); if (f !== 0) { writer.writeInt32( - 48, + 47, f ); } f = message.getBuyerSecurityDepositAsPercentForCrypto(); if (f !== 0.0) { writer.writeDouble( - 49, + 48, f ); } f = message.getBlockNotifyPort(); if (f !== 0) { writer.writeInt32( - 50, + 49, f ); } f = message.getCssTheme(); if (f !== 0) { writer.writeInt32( - 51, + 50, f ); } f = message.getTacAcceptedV120(); if (f) { writer.writeBool( - 52, + 51, f ); } f = message.getAutoConfirmSettingsList(); if (f.length > 0) { writer.writeRepeatedMessage( - 53, + 52, f, - proto.io.bisq.protobuffer.AutoConfirmSettings.serializeBinaryToWriter + proto.io.haveno.protobuffer.AutoConfirmSettings.serializeBinaryToWriter ); } f = message.getBsqAverageTrimThreshold(); if (f !== 0.0) { writer.writeDouble( - 54, + 53, f ); } f = message.getHideNonAccountPaymentMethods(); if (f) { writer.writeBool( - 55, + 54, f ); } f = message.getShowOffersMatchingMyAccounts(); if (f) { writer.writeBool( - 56, + 55, f ); } f = message.getDenyApiTaker(); if (f) { writer.writeBool( - 57, + 56, f ); } f = message.getNotifyOnPreRelease(); if (f) { writer.writeBool( - 58, + 57, f ); } f = message.getMoneroNodeSettings(); if (f != null) { writer.writeMessage( - 59, + 58, f, - proto.io.bisq.protobuffer.MoneroNodeSettings.serializeBinaryToWriter + proto.io.haveno.protobuffer.MoneroNodeSettings.serializeBinaryToWriter ); } f = message.getClearDataAfterDays(); if (f !== 0) { writer.writeInt32( - 60, + 59, f ); } f = message.getBuyScreenCryptoCurrencyCode(); if (f.length > 0) { writer.writeString( - 61, + 60, f ); } f = message.getSellScreenCryptoCurrencyCode(); if (f.length > 0) { writer.writeString( - 62, + 61, f ); } @@ -60551,44 +55098,44 @@ proto.io.bisq.protobuffer.PreferencesPayload.serializeBinaryToWriter = function( * optional string user_language = 1; * @return {string} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getUserLanguage = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getUserLanguage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setUserLanguage = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setUserLanguage = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional Country user_country = 2; - * @return {?proto.io.bisq.protobuffer.Country} + * @return {?proto.io.haveno.protobuffer.Country} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getUserCountry = function() { - return /** @type{?proto.io.bisq.protobuffer.Country} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Country, 2)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getUserCountry = function() { + return /** @type{?proto.io.haveno.protobuffer.Country} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Country, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.Country|undefined} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @param {?proto.io.haveno.protobuffer.Country|undefined} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setUserCountry = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setUserCountry = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearUserCountry = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.clearUserCountry = function() { return this.setUserCountry(undefined); }; @@ -60597,111 +55144,111 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearUserCountry = functi * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.hasUserCountry = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.hasUserCountry = function() { return jspb.Message.getField(this, 2) != null; }; /** * repeated TradeCurrency fiat_currencies = 3; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getFiatCurrenciesList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.TradeCurrency, 3)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getFiatCurrenciesList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.TradeCurrency, 3)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setFiatCurrenciesList = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setFiatCurrenciesList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 3, value); }; /** - * @param {!proto.io.bisq.protobuffer.TradeCurrency=} opt_value + * @param {!proto.io.haveno.protobuffer.TradeCurrency=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.TradeCurrency} + * @return {!proto.io.haveno.protobuffer.TradeCurrency} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.addFiatCurrencies = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.io.bisq.protobuffer.TradeCurrency, opt_index); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.addFiatCurrencies = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 3, opt_value, proto.io.haveno.protobuffer.TradeCurrency, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearFiatCurrenciesList = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.clearFiatCurrenciesList = function() { return this.setFiatCurrenciesList([]); }; /** * repeated TradeCurrency crypto_currencies = 4; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getCryptoCurrenciesList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.TradeCurrency, 4)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getCryptoCurrenciesList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.TradeCurrency, 4)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setCryptoCurrenciesList = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setCryptoCurrenciesList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 4, value); }; /** - * @param {!proto.io.bisq.protobuffer.TradeCurrency=} opt_value + * @param {!proto.io.haveno.protobuffer.TradeCurrency=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.TradeCurrency} + * @return {!proto.io.haveno.protobuffer.TradeCurrency} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.addCryptoCurrencies = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 4, opt_value, proto.io.bisq.protobuffer.TradeCurrency, opt_index); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.addCryptoCurrencies = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 4, opt_value, proto.io.haveno.protobuffer.TradeCurrency, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearCryptoCurrenciesList = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.clearCryptoCurrenciesList = function() { return this.setCryptoCurrenciesList([]); }; /** * optional BlockChainExplorer block_chain_explorer_main_net = 5; - * @return {?proto.io.bisq.protobuffer.BlockChainExplorer} + * @return {?proto.io.haveno.protobuffer.BlockChainExplorer} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getBlockChainExplorerMainNet = function() { - return /** @type{?proto.io.bisq.protobuffer.BlockChainExplorer} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.BlockChainExplorer, 5)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getBlockChainExplorerMainNet = function() { + return /** @type{?proto.io.haveno.protobuffer.BlockChainExplorer} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.BlockChainExplorer, 5)); }; /** - * @param {?proto.io.bisq.protobuffer.BlockChainExplorer|undefined} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @param {?proto.io.haveno.protobuffer.BlockChainExplorer|undefined} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBlockChainExplorerMainNet = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setBlockChainExplorerMainNet = function(value) { return jspb.Message.setWrapperField(this, 5, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearBlockChainExplorerMainNet = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.clearBlockChainExplorerMainNet = function() { return this.setBlockChainExplorerMainNet(undefined); }; @@ -60710,35 +55257,35 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearBlockChainExplorerMa * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.hasBlockChainExplorerMainNet = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.hasBlockChainExplorerMainNet = function() { return jspb.Message.getField(this, 5) != null; }; /** * optional BlockChainExplorer block_chain_explorer_test_net = 6; - * @return {?proto.io.bisq.protobuffer.BlockChainExplorer} + * @return {?proto.io.haveno.protobuffer.BlockChainExplorer} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getBlockChainExplorerTestNet = function() { - return /** @type{?proto.io.bisq.protobuffer.BlockChainExplorer} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.BlockChainExplorer, 6)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getBlockChainExplorerTestNet = function() { + return /** @type{?proto.io.haveno.protobuffer.BlockChainExplorer} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.BlockChainExplorer, 6)); }; /** - * @param {?proto.io.bisq.protobuffer.BlockChainExplorer|undefined} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @param {?proto.io.haveno.protobuffer.BlockChainExplorer|undefined} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBlockChainExplorerTestNet = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setBlockChainExplorerTestNet = function(value) { return jspb.Message.setWrapperField(this, 6, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearBlockChainExplorerTestNet = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.clearBlockChainExplorerTestNet = function() { return this.setBlockChainExplorerTestNet(undefined); }; @@ -60747,7 +55294,7 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearBlockChainExplorerTe * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.hasBlockChainExplorerTestNet = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.hasBlockChainExplorerTestNet = function() { return jspb.Message.getField(this, 6) != null; }; @@ -60756,16 +55303,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.hasBlockChainExplorerTest * optional string backup_directory = 7; * @return {string} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getBackupDirectory = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getBackupDirectory = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBackupDirectory = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setBackupDirectory = function(value) { return jspb.Message.setProto3StringField(this, 7, value); }; @@ -60774,16 +55321,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBackupDirectory = func * optional bool auto_select_arbitrators = 8; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getAutoSelectArbitrators = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getAutoSelectArbitrators = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 8, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setAutoSelectArbitrators = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setAutoSelectArbitrators = function(value) { return jspb.Message.setProto3BooleanField(this, 8, value); }; @@ -60794,7 +55341,7 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setAutoSelectArbitrators * empty, instead returning `undefined` * @return {!jspb.Map} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getDontShowAgainMapMap = function(opt_noLazyCreate) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getDontShowAgainMapMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( jspb.Message.getMapField(this, 9, opt_noLazyCreate, null)); @@ -60803,9 +55350,9 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.getDontShowAgainMapMap = /** * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearDontShowAgainMapMap = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.clearDontShowAgainMapMap = function() { this.getDontShowAgainMapMap().clear(); return this;}; @@ -60814,16 +55361,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearDontShowAgainMapMap * optional bool tac_accepted = 10; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getTacAccepted = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getTacAccepted = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 10, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setTacAccepted = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setTacAccepted = function(value) { return jspb.Message.setProto3BooleanField(this, 10, value); }; @@ -60832,16 +55379,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setTacAccepted = function * optional bool use_tor_for_bitcoin_j = 11; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getUseTorForBitcoinJ = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getUseTorForBitcoinJ = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 11, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setUseTorForBitcoinJ = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setUseTorForBitcoinJ = function(value) { return jspb.Message.setProto3BooleanField(this, 11, value); }; @@ -60850,44 +55397,44 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setUseTorForBitcoinJ = fu * optional bool show_own_offers_in_offer_book = 12; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getShowOwnOffersInOfferBook = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getShowOwnOffersInOfferBook = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 12, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setShowOwnOffersInOfferBook = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setShowOwnOffersInOfferBook = function(value) { return jspb.Message.setProto3BooleanField(this, 12, value); }; /** * optional TradeCurrency preferred_trade_currency = 13; - * @return {?proto.io.bisq.protobuffer.TradeCurrency} + * @return {?proto.io.haveno.protobuffer.TradeCurrency} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getPreferredTradeCurrency = function() { - return /** @type{?proto.io.bisq.protobuffer.TradeCurrency} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TradeCurrency, 13)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getPreferredTradeCurrency = function() { + return /** @type{?proto.io.haveno.protobuffer.TradeCurrency} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.TradeCurrency, 13)); }; /** - * @param {?proto.io.bisq.protobuffer.TradeCurrency|undefined} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @param {?proto.io.haveno.protobuffer.TradeCurrency|undefined} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setPreferredTradeCurrency = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setPreferredTradeCurrency = function(value) { return jspb.Message.setWrapperField(this, 13, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearPreferredTradeCurrency = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.clearPreferredTradeCurrency = function() { return this.setPreferredTradeCurrency(undefined); }; @@ -60896,7 +55443,7 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearPreferredTradeCurren * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.hasPreferredTradeCurrency = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.hasPreferredTradeCurrency = function() { return jspb.Message.getField(this, 13) != null; }; @@ -60905,16 +55452,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.hasPreferredTradeCurrency * optional int64 withdrawal_tx_fee_in_vbytes = 14; * @return {number} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getWithdrawalTxFeeInVbytes = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getWithdrawalTxFeeInVbytes = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 14, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setWithdrawalTxFeeInVbytes = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setWithdrawalTxFeeInVbytes = function(value) { return jspb.Message.setProto3IntField(this, 14, value); }; @@ -60923,16 +55470,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setWithdrawalTxFeeInVbyte * optional bool use_custom_withdrawal_tx_fee = 15; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getUseCustomWithdrawalTxFee = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getUseCustomWithdrawalTxFee = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 15, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setUseCustomWithdrawalTxFee = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setUseCustomWithdrawalTxFee = function(value) { return jspb.Message.setProto3BooleanField(this, 15, value); }; @@ -60941,16 +55488,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setUseCustomWithdrawalTxF * optional double max_price_distance_in_percent = 16; * @return {number} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getMaxPriceDistanceInPercent = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getMaxPriceDistanceInPercent = function() { return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 16, 0.0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setMaxPriceDistanceInPercent = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setMaxPriceDistanceInPercent = function(value) { return jspb.Message.setProto3FloatField(this, 16, value); }; @@ -60959,16 +55506,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setMaxPriceDistanceInPerc * optional string offer_book_chart_screen_currency_code = 17; * @return {string} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getOfferBookChartScreenCurrencyCode = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getOfferBookChartScreenCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setOfferBookChartScreenCurrencyCode = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setOfferBookChartScreenCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 17, value); }; @@ -60977,16 +55524,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setOfferBookChartScreenCu * optional string trade_charts_screen_currency_code = 18; * @return {string} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getTradeChartsScreenCurrencyCode = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getTradeChartsScreenCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setTradeChartsScreenCurrencyCode = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setTradeChartsScreenCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 18, value); }; @@ -60995,16 +55542,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setTradeChartsScreenCurre * optional string buy_screen_currency_code = 19; * @return {string} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getBuyScreenCurrencyCode = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getBuyScreenCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBuyScreenCurrencyCode = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setBuyScreenCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 19, value); }; @@ -61013,16 +55560,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBuyScreenCurrencyCode * optional string sell_screen_currency_code = 20; * @return {string} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getSellScreenCurrencyCode = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getSellScreenCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setSellScreenCurrencyCode = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setSellScreenCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 20, value); }; @@ -61031,16 +55578,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setSellScreenCurrencyCode * optional int32 trade_statistics_tick_unit_index = 21; * @return {number} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getTradeStatisticsTickUnitIndex = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getTradeStatisticsTickUnitIndex = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 21, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setTradeStatisticsTickUnitIndex = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setTradeStatisticsTickUnitIndex = function(value) { return jspb.Message.setProto3IntField(this, 21, value); }; @@ -61049,16 +55596,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setTradeStatisticsTickUni * optional bool resync_Spv_requested = 22; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getResyncSpvRequested = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getResyncSpvRequested = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 22, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setResyncSpvRequested = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setResyncSpvRequested = function(value) { return jspb.Message.setProto3BooleanField(this, 22, value); }; @@ -61067,16 +55614,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setResyncSpvRequested = f * optional bool sort_market_currencies_numerically = 23; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getSortMarketCurrenciesNumerically = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getSortMarketCurrenciesNumerically = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 23, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setSortMarketCurrenciesNumerically = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setSortMarketCurrenciesNumerically = function(value) { return jspb.Message.setProto3BooleanField(this, 23, value); }; @@ -61085,16 +55632,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setSortMarketCurrenciesNu * optional bool use_percentage_based_price = 24; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getUsePercentageBasedPrice = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getUsePercentageBasedPrice = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 24, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setUsePercentageBasedPrice = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setUsePercentageBasedPrice = function(value) { return jspb.Message.setProto3BooleanField(this, 24, value); }; @@ -61105,7 +55652,7 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setUsePercentageBasedPric * empty, instead returning `undefined` * @return {!jspb.Map} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getPeerTagMapMap = function(opt_noLazyCreate) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getPeerTagMapMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( jspb.Message.getMapField(this, 25, opt_noLazyCreate, null)); @@ -61114,9 +55661,9 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.getPeerTagMapMap = functi /** * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearPeerTagMapMap = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.clearPeerTagMapMap = function() { this.getPeerTagMapMap().clear(); return this;}; @@ -61125,16 +55672,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearPeerTagMapMap = func * optional string bitcoin_nodes = 26; * @return {string} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getBitcoinNodes = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getBitcoinNodes = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 26, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBitcoinNodes = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setBitcoinNodes = function(value) { return jspb.Message.setProto3StringField(this, 26, value); }; @@ -61143,16 +55690,16 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBitcoinNodes = functio * repeated string ignore_traders_list = 27; * @return {!Array} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getIgnoreTradersListList = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getIgnoreTradersListList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 27)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setIgnoreTradersListList = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setIgnoreTradersListList = function(value) { return jspb.Message.setField(this, 27, value || []); }; @@ -61160,18 +55707,18 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.setIgnoreTradersListList /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.addIgnoreTradersList = function(value, opt_index) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.addIgnoreTradersList = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 27, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearIgnoreTradersListList = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.clearIgnoreTradersListList = function() { return this.setIgnoreTradersListList([]); }; @@ -61180,80 +55727,62 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearIgnoreTradersListLis * optional string directory_chooser_path = 28; * @return {string} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getDirectoryChooserPath = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getDirectoryChooserPath = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 28, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setDirectoryChooserPath = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setDirectoryChooserPath = function(value) { return jspb.Message.setProto3StringField(this, 28, value); }; /** - * optional int64 buyer_security_deposit_as_long = 29; - * @return {number} - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getBuyerSecurityDepositAsLong = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 29, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBuyerSecurityDepositAsLong = function(value) { - return jspb.Message.setProto3IntField(this, 29, value); -}; - - -/** - * optional bool use_animations = 30; + * optional bool use_animations = 29; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getUseAnimations = function() { - return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 30, false)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getUseAnimations = function() { + return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 29, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setUseAnimations = function(value) { - return jspb.Message.setProto3BooleanField(this, 30, value); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setUseAnimations = function(value) { + return jspb.Message.setProto3BooleanField(this, 29, value); }; /** - * optional PaymentAccount selectedPayment_account_for_createOffer = 31; - * @return {?proto.io.bisq.protobuffer.PaymentAccount} + * optional PaymentAccount selectedPayment_account_for_createOffer = 30; + * @return {?proto.io.haveno.protobuffer.PaymentAccount} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getSelectedpaymentAccountForCreateoffer = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccount} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentAccount, 31)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getSelectedpaymentAccountForCreateoffer = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccount} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaymentAccount, 30)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccount|undefined} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccount|undefined} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setSelectedpaymentAccountForCreateoffer = function(value) { - return jspb.Message.setWrapperField(this, 31, value); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setSelectedpaymentAccountForCreateoffer = function(value) { + return jspb.Message.setWrapperField(this, 30, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearSelectedpaymentAccountForCreateoffer = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.clearSelectedpaymentAccountForCreateoffer = function() { return this.setSelectedpaymentAccountForCreateoffer(undefined); }; @@ -61262,560 +55791,560 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearSelectedpaymentAccou * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.hasSelectedpaymentAccountForCreateoffer = function() { - return jspb.Message.getField(this, 31) != null; +proto.io.haveno.protobuffer.PreferencesPayload.prototype.hasSelectedpaymentAccountForCreateoffer = function() { + return jspb.Message.getField(this, 30) != null; }; /** - * repeated string bridge_addresses = 32; + * repeated string bridge_addresses = 31; * @return {!Array} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getBridgeAddressesList = function() { - return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 32)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getBridgeAddressesList = function() { + return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 31)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBridgeAddressesList = function(value) { - return jspb.Message.setField(this, 32, value || []); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setBridgeAddressesList = function(value) { + return jspb.Message.setField(this, 31, value || []); }; /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.addBridgeAddresses = function(value, opt_index) { - return jspb.Message.addToRepeatedField(this, 32, value, opt_index); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.addBridgeAddresses = function(value, opt_index) { + return jspb.Message.addToRepeatedField(this, 31, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearBridgeAddressesList = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.clearBridgeAddressesList = function() { return this.setBridgeAddressesList([]); }; /** - * optional int32 bridge_option_ordinal = 33; + * optional int32 bridge_option_ordinal = 32; * @return {number} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getBridgeOptionOrdinal = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getBridgeOptionOrdinal = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 32, 0)); +}; + + +/** + * @param {number} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this + */ +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setBridgeOptionOrdinal = function(value) { + return jspb.Message.setProto3IntField(this, 32, value); +}; + + +/** + * optional int32 tor_transport_ordinal = 33; + * @return {number} + */ +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getTorTransportOrdinal = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 33, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBridgeOptionOrdinal = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setTorTransportOrdinal = function(value) { return jspb.Message.setProto3IntField(this, 33, value); }; /** - * optional int32 tor_transport_ordinal = 34; - * @return {number} - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getTorTransportOrdinal = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 34, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setTorTransportOrdinal = function(value) { - return jspb.Message.setProto3IntField(this, 34, value); -}; - - -/** - * optional string custom_bridges = 35; + * optional string custom_bridges = 34; * @return {string} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getCustomBridges = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 35, "")); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getCustomBridges = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 34, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setCustomBridges = function(value) { - return jspb.Message.setProto3StringField(this, 35, value); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setCustomBridges = function(value) { + return jspb.Message.setProto3StringField(this, 34, value); }; /** - * optional int32 bitcoin_nodes_option_ordinal = 36; + * optional int32 bitcoin_nodes_option_ordinal = 35; * @return {number} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getBitcoinNodesOptionOrdinal = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 36, 0)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getBitcoinNodesOptionOrdinal = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 35, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBitcoinNodesOptionOrdinal = function(value) { - return jspb.Message.setProto3IntField(this, 36, value); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setBitcoinNodesOptionOrdinal = function(value) { + return jspb.Message.setProto3IntField(this, 35, value); }; /** - * optional string referral_id = 37; + * optional string referral_id = 36; * @return {string} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getReferralId = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getReferralId = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 36, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this + */ +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setReferralId = function(value) { + return jspb.Message.setProto3StringField(this, 36, value); +}; + + +/** + * optional string phone_key_and_token = 37; + * @return {string} + */ +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getPhoneKeyAndToken = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 37, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setReferralId = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setPhoneKeyAndToken = function(value) { return jspb.Message.setProto3StringField(this, 37, value); }; /** - * optional string phone_key_and_token = 38; - * @return {string} - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getPhoneKeyAndToken = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 38, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setPhoneKeyAndToken = function(value) { - return jspb.Message.setProto3StringField(this, 38, value); -}; - - -/** - * optional bool use_sound_for_mobile_notifications = 39; + * optional bool use_sound_for_mobile_notifications = 38; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getUseSoundForMobileNotifications = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getUseSoundForMobileNotifications = function() { + return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 38, false)); +}; + + +/** + * @param {boolean} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this + */ +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setUseSoundForMobileNotifications = function(value) { + return jspb.Message.setProto3BooleanField(this, 38, value); +}; + + +/** + * optional bool use_trade_notifications = 39; + * @return {boolean} + */ +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getUseTradeNotifications = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 39, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setUseSoundForMobileNotifications = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setUseTradeNotifications = function(value) { return jspb.Message.setProto3BooleanField(this, 39, value); }; /** - * optional bool use_trade_notifications = 40; + * optional bool use_market_notifications = 40; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getUseTradeNotifications = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getUseMarketNotifications = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 40, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setUseTradeNotifications = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setUseMarketNotifications = function(value) { return jspb.Message.setProto3BooleanField(this, 40, value); }; /** - * optional bool use_market_notifications = 41; + * optional bool use_price_notifications = 41; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getUseMarketNotifications = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getUsePriceNotifications = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 41, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setUseMarketNotifications = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setUsePriceNotifications = function(value) { return jspb.Message.setProto3BooleanField(this, 41, value); }; /** - * optional bool use_price_notifications = 42; + * optional bool use_standby_mode = 42; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getUsePriceNotifications = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getUseStandbyMode = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 42, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setUsePriceNotifications = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setUseStandbyMode = function(value) { return jspb.Message.setProto3BooleanField(this, 42, value); }; /** - * optional bool use_standby_mode = 43; - * @return {boolean} - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getUseStandbyMode = function() { - return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 43, false)); -}; - - -/** - * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setUseStandbyMode = function(value) { - return jspb.Message.setProto3BooleanField(this, 43, value); -}; - - -/** - * optional string rpc_user = 44; + * optional string rpc_user = 43; * @return {string} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getRpcUser = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getRpcUser = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 43, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this + */ +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setRpcUser = function(value) { + return jspb.Message.setProto3StringField(this, 43, value); +}; + + +/** + * optional string rpc_pw = 44; + * @return {string} + */ +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getRpcPw = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 44, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setRpcUser = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setRpcPw = function(value) { return jspb.Message.setProto3StringField(this, 44, value); }; /** - * optional string rpc_pw = 45; + * optional string take_offer_selected_payment_account_id = 45; * @return {string} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getRpcPw = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getTakeOfferSelectedPaymentAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 45, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setRpcPw = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setTakeOfferSelectedPaymentAccountId = function(value) { return jspb.Message.setProto3StringField(this, 45, value); }; /** - * optional string take_offer_selected_payment_account_id = 46; - * @return {string} - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getTakeOfferSelectedPaymentAccountId = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 46, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setTakeOfferSelectedPaymentAccountId = function(value) { - return jspb.Message.setProto3StringField(this, 46, value); -}; - - -/** - * optional double buyer_security_deposit_as_percent = 47; + * optional double buyer_security_deposit_as_percent = 46; * @return {number} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getBuyerSecurityDepositAsPercent = function() { - return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 47, 0.0)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getBuyerSecurityDepositAsPercent = function() { + return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 46, 0.0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBuyerSecurityDepositAsPercent = function(value) { - return jspb.Message.setProto3FloatField(this, 47, value); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setBuyerSecurityDepositAsPercent = function(value) { + return jspb.Message.setProto3FloatField(this, 46, value); }; /** - * optional int32 ignore_dust_threshold = 48; + * optional int32 ignore_dust_threshold = 47; * @return {number} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getIgnoreDustThreshold = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 48, 0)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getIgnoreDustThreshold = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 47, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setIgnoreDustThreshold = function(value) { - return jspb.Message.setProto3IntField(this, 48, value); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setIgnoreDustThreshold = function(value) { + return jspb.Message.setProto3IntField(this, 47, value); }; /** - * optional double buyer_security_deposit_as_percent_for_crypto = 49; + * optional double buyer_security_deposit_as_percent_for_crypto = 48; * @return {number} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getBuyerSecurityDepositAsPercentForCrypto = function() { - return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 49, 0.0)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getBuyerSecurityDepositAsPercentForCrypto = function() { + return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 48, 0.0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBuyerSecurityDepositAsPercentForCrypto = function(value) { - return jspb.Message.setProto3FloatField(this, 49, value); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setBuyerSecurityDepositAsPercentForCrypto = function(value) { + return jspb.Message.setProto3FloatField(this, 48, value); }; /** - * optional int32 block_notify_port = 50; + * optional int32 block_notify_port = 49; * @return {number} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getBlockNotifyPort = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getBlockNotifyPort = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 49, 0)); +}; + + +/** + * @param {number} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this + */ +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setBlockNotifyPort = function(value) { + return jspb.Message.setProto3IntField(this, 49, value); +}; + + +/** + * optional int32 css_theme = 50; + * @return {number} + */ +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getCssTheme = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 50, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBlockNotifyPort = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setCssTheme = function(value) { return jspb.Message.setProto3IntField(this, 50, value); }; /** - * optional int32 css_theme = 51; - * @return {number} - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getCssTheme = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 51, 0)); -}; - - -/** - * @param {number} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setCssTheme = function(value) { - return jspb.Message.setProto3IntField(this, 51, value); -}; - - -/** - * optional bool tac_accepted_v120 = 52; + * optional bool tac_accepted_v120 = 51; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getTacAcceptedV120 = function() { - return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 52, false)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getTacAcceptedV120 = function() { + return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 51, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setTacAcceptedV120 = function(value) { - return jspb.Message.setProto3BooleanField(this, 52, value); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setTacAcceptedV120 = function(value) { + return jspb.Message.setProto3BooleanField(this, 51, value); }; /** - * repeated AutoConfirmSettings auto_confirm_settings = 53; - * @return {!Array} + * repeated AutoConfirmSettings auto_confirm_settings = 52; + * @return {!Array} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getAutoConfirmSettingsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.AutoConfirmSettings, 53)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getAutoConfirmSettingsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.AutoConfirmSettings, 52)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setAutoConfirmSettingsList = function(value) { - return jspb.Message.setRepeatedWrapperField(this, 53, value); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setAutoConfirmSettingsList = function(value) { + return jspb.Message.setRepeatedWrapperField(this, 52, value); }; /** - * @param {!proto.io.bisq.protobuffer.AutoConfirmSettings=} opt_value + * @param {!proto.io.haveno.protobuffer.AutoConfirmSettings=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.AutoConfirmSettings} + * @return {!proto.io.haveno.protobuffer.AutoConfirmSettings} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.addAutoConfirmSettings = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 53, opt_value, proto.io.bisq.protobuffer.AutoConfirmSettings, opt_index); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.addAutoConfirmSettings = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 52, opt_value, proto.io.haveno.protobuffer.AutoConfirmSettings, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearAutoConfirmSettingsList = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.clearAutoConfirmSettingsList = function() { return this.setAutoConfirmSettingsList([]); }; /** - * optional double bsq_average_trim_threshold = 54; + * optional double bsq_average_trim_threshold = 53; * @return {number} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getBsqAverageTrimThreshold = function() { - return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 54, 0.0)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getBsqAverageTrimThreshold = function() { + return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 53, 0.0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBsqAverageTrimThreshold = function(value) { - return jspb.Message.setProto3FloatField(this, 54, value); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setBsqAverageTrimThreshold = function(value) { + return jspb.Message.setProto3FloatField(this, 53, value); }; /** - * optional bool hide_non_account_payment_methods = 55; + * optional bool hide_non_account_payment_methods = 54; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getHideNonAccountPaymentMethods = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getHideNonAccountPaymentMethods = function() { + return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 54, false)); +}; + + +/** + * @param {boolean} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this + */ +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setHideNonAccountPaymentMethods = function(value) { + return jspb.Message.setProto3BooleanField(this, 54, value); +}; + + +/** + * optional bool show_offers_matching_my_accounts = 55; + * @return {boolean} + */ +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getShowOffersMatchingMyAccounts = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 55, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setHideNonAccountPaymentMethods = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setShowOffersMatchingMyAccounts = function(value) { return jspb.Message.setProto3BooleanField(this, 55, value); }; /** - * optional bool show_offers_matching_my_accounts = 56; + * optional bool deny_api_taker = 56; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getShowOffersMatchingMyAccounts = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getDenyApiTaker = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 56, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setShowOffersMatchingMyAccounts = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setDenyApiTaker = function(value) { return jspb.Message.setProto3BooleanField(this, 56, value); }; /** - * optional bool deny_api_taker = 57; + * optional bool notify_on_pre_release = 57; * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getDenyApiTaker = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getNotifyOnPreRelease = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 57, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setDenyApiTaker = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setNotifyOnPreRelease = function(value) { return jspb.Message.setProto3BooleanField(this, 57, value); }; /** - * optional bool notify_on_pre_release = 58; - * @return {boolean} + * optional MoneroNodeSettings monero_node_settings = 58; + * @return {?proto.io.haveno.protobuffer.MoneroNodeSettings} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getNotifyOnPreRelease = function() { - return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 58, false)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getMoneroNodeSettings = function() { + return /** @type{?proto.io.haveno.protobuffer.MoneroNodeSettings} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.MoneroNodeSettings, 58)); }; /** - * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setNotifyOnPreRelease = function(value) { - return jspb.Message.setProto3BooleanField(this, 58, value); -}; - - -/** - * optional MoneroNodeSettings monero_node_settings = 59; - * @return {?proto.io.bisq.protobuffer.MoneroNodeSettings} - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getMoneroNodeSettings = function() { - return /** @type{?proto.io.bisq.protobuffer.MoneroNodeSettings} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.MoneroNodeSettings, 59)); -}; - - -/** - * @param {?proto.io.bisq.protobuffer.MoneroNodeSettings|undefined} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @param {?proto.io.haveno.protobuffer.MoneroNodeSettings|undefined} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setMoneroNodeSettings = function(value) { - return jspb.Message.setWrapperField(this, 59, value); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setMoneroNodeSettings = function(value) { + return jspb.Message.setWrapperField(this, 58, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearMoneroNodeSettings = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.clearMoneroNodeSettings = function() { return this.setMoneroNodeSettings(undefined); }; @@ -61824,72 +56353,72 @@ proto.io.bisq.protobuffer.PreferencesPayload.prototype.clearMoneroNodeSettings = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.hasMoneroNodeSettings = function() { - return jspb.Message.getField(this, 59) != null; +proto.io.haveno.protobuffer.PreferencesPayload.prototype.hasMoneroNodeSettings = function() { + return jspb.Message.getField(this, 58) != null; }; /** - * optional int32 clear_data_after_days = 60; + * optional int32 clear_data_after_days = 59; * @return {number} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getClearDataAfterDays = function() { - return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 60, 0)); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getClearDataAfterDays = function() { + return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 59, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setClearDataAfterDays = function(value) { - return jspb.Message.setProto3IntField(this, 60, value); +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setClearDataAfterDays = function(value) { + return jspb.Message.setProto3IntField(this, 59, value); }; /** - * optional string buy_screen_crypto_currency_code = 61; + * optional string buy_screen_crypto_currency_code = 60; * @return {string} */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getBuyScreenCryptoCurrencyCode = function() { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getBuyScreenCryptoCurrencyCode = function() { + return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 60, "")); +}; + + +/** + * @param {string} value + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this + */ +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setBuyScreenCryptoCurrencyCode = function(value) { + return jspb.Message.setProto3StringField(this, 60, value); +}; + + +/** + * optional string sell_screen_crypto_currency_code = 61; + * @return {string} + */ +proto.io.haveno.protobuffer.PreferencesPayload.prototype.getSellScreenCryptoCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 61, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this + * @return {!proto.io.haveno.protobuffer.PreferencesPayload} returns this */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setBuyScreenCryptoCurrencyCode = function(value) { +proto.io.haveno.protobuffer.PreferencesPayload.prototype.setSellScreenCryptoCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 61, value); }; -/** - * optional string sell_screen_crypto_currency_code = 62; - * @return {string} - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.getSellScreenCryptoCurrencyCode = function() { - return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 62, "")); -}; - - -/** - * @param {string} value - * @return {!proto.io.bisq.protobuffer.PreferencesPayload} returns this - */ -proto.io.bisq.protobuffer.PreferencesPayload.prototype.setSellScreenCryptoCurrencyCode = function(value) { - return jspb.Message.setProto3StringField(this, 62, value); -}; - - /** * List of repeated fields within this message type. * @private {!Array} * @const */ -proto.io.bisq.protobuffer.AutoConfirmSettings.repeatedFields_ = [4]; +proto.io.haveno.protobuffer.AutoConfirmSettings.repeatedFields_ = [4]; @@ -61906,8 +56435,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.AutoConfirmSettings.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.AutoConfirmSettings.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.AutoConfirmSettings.toObject(opt_includeInstance, this); }; @@ -61916,11 +56445,11 @@ proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.toObject = function(opt_ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.AutoConfirmSettings} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.AutoConfirmSettings} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AutoConfirmSettings.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.AutoConfirmSettings.toObject = function(includeInstance, msg) { var f, obj = { enabled: jspb.Message.getBooleanFieldWithDefault(msg, 1, false), requiredConfirmations: jspb.Message.getFieldWithDefault(msg, 2, 0), @@ -61940,23 +56469,23 @@ proto.io.bisq.protobuffer.AutoConfirmSettings.toObject = function(includeInstanc /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.AutoConfirmSettings} + * @return {!proto.io.haveno.protobuffer.AutoConfirmSettings} */ -proto.io.bisq.protobuffer.AutoConfirmSettings.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.AutoConfirmSettings.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.AutoConfirmSettings; - return proto.io.bisq.protobuffer.AutoConfirmSettings.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.AutoConfirmSettings; + return proto.io.haveno.protobuffer.AutoConfirmSettings.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.AutoConfirmSettings} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.AutoConfirmSettings} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.AutoConfirmSettings} + * @return {!proto.io.haveno.protobuffer.AutoConfirmSettings} */ -proto.io.bisq.protobuffer.AutoConfirmSettings.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.AutoConfirmSettings.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -61996,9 +56525,9 @@ proto.io.bisq.protobuffer.AutoConfirmSettings.deserializeBinaryFromReader = func * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.AutoConfirmSettings.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.AutoConfirmSettings.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.AutoConfirmSettings.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -62006,11 +56535,11 @@ proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.serializeBinary = functi /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.AutoConfirmSettings} message + * @param {!proto.io.haveno.protobuffer.AutoConfirmSettings} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.AutoConfirmSettings.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.AutoConfirmSettings.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getEnabled(); if (f) { @@ -62054,16 +56583,16 @@ proto.io.bisq.protobuffer.AutoConfirmSettings.serializeBinaryToWriter = function * optional bool enabled = 1; * @return {boolean} */ -proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.getEnabled = function() { +proto.io.haveno.protobuffer.AutoConfirmSettings.prototype.getEnabled = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.AutoConfirmSettings} returns this + * @return {!proto.io.haveno.protobuffer.AutoConfirmSettings} returns this */ -proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.setEnabled = function(value) { +proto.io.haveno.protobuffer.AutoConfirmSettings.prototype.setEnabled = function(value) { return jspb.Message.setProto3BooleanField(this, 1, value); }; @@ -62072,16 +56601,16 @@ proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.setEnabled = function(va * optional int32 required_confirmations = 2; * @return {number} */ -proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.getRequiredConfirmations = function() { +proto.io.haveno.protobuffer.AutoConfirmSettings.prototype.getRequiredConfirmations = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.AutoConfirmSettings} returns this + * @return {!proto.io.haveno.protobuffer.AutoConfirmSettings} returns this */ -proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.setRequiredConfirmations = function(value) { +proto.io.haveno.protobuffer.AutoConfirmSettings.prototype.setRequiredConfirmations = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -62090,16 +56619,16 @@ proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.setRequiredConfirmations * optional int64 trade_limit = 3; * @return {number} */ -proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.getTradeLimit = function() { +proto.io.haveno.protobuffer.AutoConfirmSettings.prototype.getTradeLimit = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.AutoConfirmSettings} returns this + * @return {!proto.io.haveno.protobuffer.AutoConfirmSettings} returns this */ -proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.setTradeLimit = function(value) { +proto.io.haveno.protobuffer.AutoConfirmSettings.prototype.setTradeLimit = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -62108,16 +56637,16 @@ proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.setTradeLimit = function * repeated string service_addresses = 4; * @return {!Array} */ -proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.getServiceAddressesList = function() { +proto.io.haveno.protobuffer.AutoConfirmSettings.prototype.getServiceAddressesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 4)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.AutoConfirmSettings} returns this + * @return {!proto.io.haveno.protobuffer.AutoConfirmSettings} returns this */ -proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.setServiceAddressesList = function(value) { +proto.io.haveno.protobuffer.AutoConfirmSettings.prototype.setServiceAddressesList = function(value) { return jspb.Message.setField(this, 4, value || []); }; @@ -62125,18 +56654,18 @@ proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.setServiceAddressesList /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.AutoConfirmSettings} returns this + * @return {!proto.io.haveno.protobuffer.AutoConfirmSettings} returns this */ -proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.addServiceAddresses = function(value, opt_index) { +proto.io.haveno.protobuffer.AutoConfirmSettings.prototype.addServiceAddresses = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 4, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.AutoConfirmSettings} returns this + * @return {!proto.io.haveno.protobuffer.AutoConfirmSettings} returns this */ -proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.clearServiceAddressesList = function() { +proto.io.haveno.protobuffer.AutoConfirmSettings.prototype.clearServiceAddressesList = function() { return this.setServiceAddressesList([]); }; @@ -62145,16 +56674,16 @@ proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.clearServiceAddressesLis * optional string currency_code = 5; * @return {string} */ -proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.getCurrencyCode = function() { +proto.io.haveno.protobuffer.AutoConfirmSettings.prototype.getCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.AutoConfirmSettings} returns this + * @return {!proto.io.haveno.protobuffer.AutoConfirmSettings} returns this */ -proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.setCurrencyCode = function(value) { +proto.io.haveno.protobuffer.AutoConfirmSettings.prototype.setCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; @@ -62165,7 +56694,7 @@ proto.io.bisq.protobuffer.AutoConfirmSettings.prototype.setCurrencyCode = functi * @private {!Array} * @const */ -proto.io.bisq.protobuffer.MoneroNodeSettings.repeatedFields_ = [3]; +proto.io.haveno.protobuffer.MoneroNodeSettings.repeatedFields_ = [3]; @@ -62182,8 +56711,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MoneroNodeSettings.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MoneroNodeSettings.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MoneroNodeSettings.toObject(opt_includeInstance, this); }; @@ -62192,11 +56721,11 @@ proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MoneroNodeSettings} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MoneroNodeSettings} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MoneroNodeSettings.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MoneroNodeSettings.toObject = function(includeInstance, msg) { var f, obj = { blockchainPath: jspb.Message.getFieldWithDefault(msg, 1, ""), bootstrapUrl: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -62214,23 +56743,23 @@ proto.io.bisq.protobuffer.MoneroNodeSettings.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MoneroNodeSettings} + * @return {!proto.io.haveno.protobuffer.MoneroNodeSettings} */ -proto.io.bisq.protobuffer.MoneroNodeSettings.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MoneroNodeSettings.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MoneroNodeSettings; - return proto.io.bisq.protobuffer.MoneroNodeSettings.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MoneroNodeSettings; + return proto.io.haveno.protobuffer.MoneroNodeSettings.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MoneroNodeSettings} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MoneroNodeSettings} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MoneroNodeSettings} + * @return {!proto.io.haveno.protobuffer.MoneroNodeSettings} */ -proto.io.bisq.protobuffer.MoneroNodeSettings.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MoneroNodeSettings.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -62262,9 +56791,9 @@ proto.io.bisq.protobuffer.MoneroNodeSettings.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MoneroNodeSettings.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MoneroNodeSettings.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MoneroNodeSettings.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -62272,11 +56801,11 @@ proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MoneroNodeSettings} message + * @param {!proto.io.haveno.protobuffer.MoneroNodeSettings} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MoneroNodeSettings.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MoneroNodeSettings.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getBlockchainPath(); if (f.length > 0) { @@ -62306,16 +56835,16 @@ proto.io.bisq.protobuffer.MoneroNodeSettings.serializeBinaryToWriter = function( * optional string blockchain_path = 1; * @return {string} */ -proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.getBlockchainPath = function() { +proto.io.haveno.protobuffer.MoneroNodeSettings.prototype.getBlockchainPath = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MoneroNodeSettings} returns this + * @return {!proto.io.haveno.protobuffer.MoneroNodeSettings} returns this */ -proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.setBlockchainPath = function(value) { +proto.io.haveno.protobuffer.MoneroNodeSettings.prototype.setBlockchainPath = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -62324,16 +56853,16 @@ proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.setBlockchainPath = funct * optional string bootstrap_url = 2; * @return {string} */ -proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.getBootstrapUrl = function() { +proto.io.haveno.protobuffer.MoneroNodeSettings.prototype.getBootstrapUrl = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MoneroNodeSettings} returns this + * @return {!proto.io.haveno.protobuffer.MoneroNodeSettings} returns this */ -proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.setBootstrapUrl = function(value) { +proto.io.haveno.protobuffer.MoneroNodeSettings.prototype.setBootstrapUrl = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -62342,16 +56871,16 @@ proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.setBootstrapUrl = functio * repeated string startup_flags = 3; * @return {!Array} */ -proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.getStartupFlagsList = function() { +proto.io.haveno.protobuffer.MoneroNodeSettings.prototype.getStartupFlagsList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 3)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.MoneroNodeSettings} returns this + * @return {!proto.io.haveno.protobuffer.MoneroNodeSettings} returns this */ -proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.setStartupFlagsList = function(value) { +proto.io.haveno.protobuffer.MoneroNodeSettings.prototype.setStartupFlagsList = function(value) { return jspb.Message.setField(this, 3, value || []); }; @@ -62359,18 +56888,18 @@ proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.setStartupFlagsList = fun /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.MoneroNodeSettings} returns this + * @return {!proto.io.haveno.protobuffer.MoneroNodeSettings} returns this */ -proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.addStartupFlags = function(value, opt_index) { +proto.io.haveno.protobuffer.MoneroNodeSettings.prototype.addStartupFlags = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 3, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.MoneroNodeSettings} returns this + * @return {!proto.io.haveno.protobuffer.MoneroNodeSettings} returns this */ -proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.clearStartupFlagsList = function() { +proto.io.haveno.protobuffer.MoneroNodeSettings.prototype.clearStartupFlagsList = function() { return this.setStartupFlagsList([]); }; @@ -62381,7 +56910,7 @@ proto.io.bisq.protobuffer.MoneroNodeSettings.prototype.clearStartupFlagsList = f * @private {!Array} * @const */ -proto.io.bisq.protobuffer.UserPayload.repeatedFields_ = [2,4,8,9,13,14]; +proto.io.haveno.protobuffer.UserPayload.repeatedFields_ = [2,4,8,9,13,14]; @@ -62398,8 +56927,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.UserPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.UserPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.UserPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.UserPayload.toObject(opt_includeInstance, this); }; @@ -62408,32 +56937,32 @@ proto.io.bisq.protobuffer.UserPayload.prototype.toObject = function(opt_includeI * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.UserPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.UserPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UserPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.UserPayload.toObject = function(includeInstance, msg) { var f, obj = { accountId: jspb.Message.getFieldWithDefault(msg, 1, ""), paymentAccountsList: jspb.Message.toObjectList(msg.getPaymentAccountsList(), - proto.io.bisq.protobuffer.PaymentAccount.toObject, includeInstance), - currentPaymentAccount: (f = msg.getCurrentPaymentAccount()) && proto.io.bisq.protobuffer.PaymentAccount.toObject(includeInstance, f), + proto.io.haveno.protobuffer.PaymentAccount.toObject, includeInstance), + currentPaymentAccount: (f = msg.getCurrentPaymentAccount()) && proto.io.haveno.protobuffer.PaymentAccount.toObject(includeInstance, f), acceptedLanguageLocaleCodesList: (f = jspb.Message.getRepeatedField(msg, 4)) == null ? undefined : f, - developersAlert: (f = msg.getDevelopersAlert()) && proto.io.bisq.protobuffer.Alert.toObject(includeInstance, f), - displayedAlert: (f = msg.getDisplayedAlert()) && proto.io.bisq.protobuffer.Alert.toObject(includeInstance, f), - developersFilter: (f = msg.getDevelopersFilter()) && proto.io.bisq.protobuffer.Filter.toObject(includeInstance, f), + developersAlert: (f = msg.getDevelopersAlert()) && proto.io.haveno.protobuffer.Alert.toObject(includeInstance, f), + displayedAlert: (f = msg.getDisplayedAlert()) && proto.io.haveno.protobuffer.Alert.toObject(includeInstance, f), + developersFilter: (f = msg.getDevelopersFilter()) && proto.io.haveno.protobuffer.Filter.toObject(includeInstance, f), acceptedArbitratorsList: jspb.Message.toObjectList(msg.getAcceptedArbitratorsList(), - proto.io.bisq.protobuffer.Arbitrator.toObject, includeInstance), + proto.io.haveno.protobuffer.Arbitrator.toObject, includeInstance), acceptedMediatorsList: jspb.Message.toObjectList(msg.getAcceptedMediatorsList(), - proto.io.bisq.protobuffer.Mediator.toObject, includeInstance), - registeredArbitrator: (f = msg.getRegisteredArbitrator()) && proto.io.bisq.protobuffer.Arbitrator.toObject(includeInstance, f), - registeredMediator: (f = msg.getRegisteredMediator()) && proto.io.bisq.protobuffer.Mediator.toObject(includeInstance, f), - priceAlertFilter: (f = msg.getPriceAlertFilter()) && proto.io.bisq.protobuffer.PriceAlertFilter.toObject(includeInstance, f), + proto.io.haveno.protobuffer.Mediator.toObject, includeInstance), + registeredArbitrator: (f = msg.getRegisteredArbitrator()) && proto.io.haveno.protobuffer.Arbitrator.toObject(includeInstance, f), + registeredMediator: (f = msg.getRegisteredMediator()) && proto.io.haveno.protobuffer.Mediator.toObject(includeInstance, f), + priceAlertFilter: (f = msg.getPriceAlertFilter()) && proto.io.haveno.protobuffer.PriceAlertFilter.toObject(includeInstance, f), marketAlertFiltersList: jspb.Message.toObjectList(msg.getMarketAlertFiltersList(), - proto.io.bisq.protobuffer.MarketAlertFilter.toObject, includeInstance), + proto.io.haveno.protobuffer.MarketAlertFilter.toObject, includeInstance), acceptedRefundAgentsList: jspb.Message.toObjectList(msg.getAcceptedRefundAgentsList(), - proto.io.bisq.protobuffer.RefundAgent.toObject, includeInstance), - registeredRefundAgent: (f = msg.getRegisteredRefundAgent()) && proto.io.bisq.protobuffer.RefundAgent.toObject(includeInstance, f), + proto.io.haveno.protobuffer.RefundAgent.toObject, includeInstance), + registeredRefundAgent: (f = msg.getRegisteredRefundAgent()) && proto.io.haveno.protobuffer.RefundAgent.toObject(includeInstance, f), cookieMap: (f = msg.getCookieMap()) ? f.toObject(includeInstance, undefined) : [] }; @@ -62448,23 +56977,23 @@ proto.io.bisq.protobuffer.UserPayload.toObject = function(includeInstance, msg) /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.UserPayload} + * @return {!proto.io.haveno.protobuffer.UserPayload} */ -proto.io.bisq.protobuffer.UserPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.UserPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.UserPayload; - return proto.io.bisq.protobuffer.UserPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.UserPayload; + return proto.io.haveno.protobuffer.UserPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.UserPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.UserPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.UserPayload} + * @return {!proto.io.haveno.protobuffer.UserPayload} */ -proto.io.bisq.protobuffer.UserPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.UserPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -62476,13 +57005,13 @@ proto.io.bisq.protobuffer.UserPayload.deserializeBinaryFromReader = function(msg msg.setAccountId(value); break; case 2: - var value = new proto.io.bisq.protobuffer.PaymentAccount; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentAccount.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PaymentAccount; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentAccount.deserializeBinaryFromReader); msg.addPaymentAccounts(value); break; case 3: - var value = new proto.io.bisq.protobuffer.PaymentAccount; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentAccount.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PaymentAccount; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentAccount.deserializeBinaryFromReader); msg.setCurrentPaymentAccount(value); break; case 4: @@ -62490,58 +57019,58 @@ proto.io.bisq.protobuffer.UserPayload.deserializeBinaryFromReader = function(msg msg.addAcceptedLanguageLocaleCodes(value); break; case 5: - var value = new proto.io.bisq.protobuffer.Alert; - reader.readMessage(value,proto.io.bisq.protobuffer.Alert.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Alert; + reader.readMessage(value,proto.io.haveno.protobuffer.Alert.deserializeBinaryFromReader); msg.setDevelopersAlert(value); break; case 6: - var value = new proto.io.bisq.protobuffer.Alert; - reader.readMessage(value,proto.io.bisq.protobuffer.Alert.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Alert; + reader.readMessage(value,proto.io.haveno.protobuffer.Alert.deserializeBinaryFromReader); msg.setDisplayedAlert(value); break; case 7: - var value = new proto.io.bisq.protobuffer.Filter; - reader.readMessage(value,proto.io.bisq.protobuffer.Filter.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Filter; + reader.readMessage(value,proto.io.haveno.protobuffer.Filter.deserializeBinaryFromReader); msg.setDevelopersFilter(value); break; case 8: - var value = new proto.io.bisq.protobuffer.Arbitrator; - reader.readMessage(value,proto.io.bisq.protobuffer.Arbitrator.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Arbitrator; + reader.readMessage(value,proto.io.haveno.protobuffer.Arbitrator.deserializeBinaryFromReader); msg.addAcceptedArbitrators(value); break; case 9: - var value = new proto.io.bisq.protobuffer.Mediator; - reader.readMessage(value,proto.io.bisq.protobuffer.Mediator.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Mediator; + reader.readMessage(value,proto.io.haveno.protobuffer.Mediator.deserializeBinaryFromReader); msg.addAcceptedMediators(value); break; case 10: - var value = new proto.io.bisq.protobuffer.Arbitrator; - reader.readMessage(value,proto.io.bisq.protobuffer.Arbitrator.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Arbitrator; + reader.readMessage(value,proto.io.haveno.protobuffer.Arbitrator.deserializeBinaryFromReader); msg.setRegisteredArbitrator(value); break; case 11: - var value = new proto.io.bisq.protobuffer.Mediator; - reader.readMessage(value,proto.io.bisq.protobuffer.Mediator.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Mediator; + reader.readMessage(value,proto.io.haveno.protobuffer.Mediator.deserializeBinaryFromReader); msg.setRegisteredMediator(value); break; case 12: - var value = new proto.io.bisq.protobuffer.PriceAlertFilter; - reader.readMessage(value,proto.io.bisq.protobuffer.PriceAlertFilter.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PriceAlertFilter; + reader.readMessage(value,proto.io.haveno.protobuffer.PriceAlertFilter.deserializeBinaryFromReader); msg.setPriceAlertFilter(value); break; case 13: - var value = new proto.io.bisq.protobuffer.MarketAlertFilter; - reader.readMessage(value,proto.io.bisq.protobuffer.MarketAlertFilter.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.MarketAlertFilter; + reader.readMessage(value,proto.io.haveno.protobuffer.MarketAlertFilter.deserializeBinaryFromReader); msg.addMarketAlertFilters(value); break; case 14: - var value = new proto.io.bisq.protobuffer.RefundAgent; - reader.readMessage(value,proto.io.bisq.protobuffer.RefundAgent.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.RefundAgent; + reader.readMessage(value,proto.io.haveno.protobuffer.RefundAgent.deserializeBinaryFromReader); msg.addAcceptedRefundAgents(value); break; case 15: - var value = new proto.io.bisq.protobuffer.RefundAgent; - reader.readMessage(value,proto.io.bisq.protobuffer.RefundAgent.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.RefundAgent; + reader.readMessage(value,proto.io.haveno.protobuffer.RefundAgent.deserializeBinaryFromReader); msg.setRegisteredRefundAgent(value); break; case 16: @@ -62563,9 +57092,9 @@ proto.io.bisq.protobuffer.UserPayload.deserializeBinaryFromReader = function(msg * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.UserPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.UserPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -62573,11 +57102,11 @@ proto.io.bisq.protobuffer.UserPayload.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.UserPayload} message + * @param {!proto.io.haveno.protobuffer.UserPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.UserPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getAccountId(); if (f.length > 0) { @@ -62591,7 +57120,7 @@ proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter = function(message writer.writeRepeatedMessage( 2, f, - proto.io.bisq.protobuffer.PaymentAccount.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentAccount.serializeBinaryToWriter ); } f = message.getCurrentPaymentAccount(); @@ -62599,7 +57128,7 @@ proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter = function(message writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.PaymentAccount.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentAccount.serializeBinaryToWriter ); } f = message.getAcceptedLanguageLocaleCodesList(); @@ -62614,7 +57143,7 @@ proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter = function(message writer.writeMessage( 5, f, - proto.io.bisq.protobuffer.Alert.serializeBinaryToWriter + proto.io.haveno.protobuffer.Alert.serializeBinaryToWriter ); } f = message.getDisplayedAlert(); @@ -62622,7 +57151,7 @@ proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter = function(message writer.writeMessage( 6, f, - proto.io.bisq.protobuffer.Alert.serializeBinaryToWriter + proto.io.haveno.protobuffer.Alert.serializeBinaryToWriter ); } f = message.getDevelopersFilter(); @@ -62630,7 +57159,7 @@ proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter = function(message writer.writeMessage( 7, f, - proto.io.bisq.protobuffer.Filter.serializeBinaryToWriter + proto.io.haveno.protobuffer.Filter.serializeBinaryToWriter ); } f = message.getAcceptedArbitratorsList(); @@ -62638,7 +57167,7 @@ proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter = function(message writer.writeRepeatedMessage( 8, f, - proto.io.bisq.protobuffer.Arbitrator.serializeBinaryToWriter + proto.io.haveno.protobuffer.Arbitrator.serializeBinaryToWriter ); } f = message.getAcceptedMediatorsList(); @@ -62646,7 +57175,7 @@ proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter = function(message writer.writeRepeatedMessage( 9, f, - proto.io.bisq.protobuffer.Mediator.serializeBinaryToWriter + proto.io.haveno.protobuffer.Mediator.serializeBinaryToWriter ); } f = message.getRegisteredArbitrator(); @@ -62654,7 +57183,7 @@ proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter = function(message writer.writeMessage( 10, f, - proto.io.bisq.protobuffer.Arbitrator.serializeBinaryToWriter + proto.io.haveno.protobuffer.Arbitrator.serializeBinaryToWriter ); } f = message.getRegisteredMediator(); @@ -62662,7 +57191,7 @@ proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter = function(message writer.writeMessage( 11, f, - proto.io.bisq.protobuffer.Mediator.serializeBinaryToWriter + proto.io.haveno.protobuffer.Mediator.serializeBinaryToWriter ); } f = message.getPriceAlertFilter(); @@ -62670,7 +57199,7 @@ proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter = function(message writer.writeMessage( 12, f, - proto.io.bisq.protobuffer.PriceAlertFilter.serializeBinaryToWriter + proto.io.haveno.protobuffer.PriceAlertFilter.serializeBinaryToWriter ); } f = message.getMarketAlertFiltersList(); @@ -62678,7 +57207,7 @@ proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter = function(message writer.writeRepeatedMessage( 13, f, - proto.io.bisq.protobuffer.MarketAlertFilter.serializeBinaryToWriter + proto.io.haveno.protobuffer.MarketAlertFilter.serializeBinaryToWriter ); } f = message.getAcceptedRefundAgentsList(); @@ -62686,7 +57215,7 @@ proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter = function(message writer.writeRepeatedMessage( 14, f, - proto.io.bisq.protobuffer.RefundAgent.serializeBinaryToWriter + proto.io.haveno.protobuffer.RefundAgent.serializeBinaryToWriter ); } f = message.getRegisteredRefundAgent(); @@ -62694,7 +57223,7 @@ proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter = function(message writer.writeMessage( 15, f, - proto.io.bisq.protobuffer.RefundAgent.serializeBinaryToWriter + proto.io.haveno.protobuffer.RefundAgent.serializeBinaryToWriter ); } f = message.getCookieMap(true); @@ -62708,82 +57237,82 @@ proto.io.bisq.protobuffer.UserPayload.serializeBinaryToWriter = function(message * optional string account_id = 1; * @return {string} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getAccountId = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.getAccountId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.setAccountId = function(value) { +proto.io.haveno.protobuffer.UserPayload.prototype.setAccountId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * repeated PaymentAccount payment_accounts = 2; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getPaymentAccountsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.PaymentAccount, 2)); +proto.io.haveno.protobuffer.UserPayload.prototype.getPaymentAccountsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.PaymentAccount, 2)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.setPaymentAccountsList = function(value) { +proto.io.haveno.protobuffer.UserPayload.prototype.setPaymentAccountsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 2, value); }; /** - * @param {!proto.io.bisq.protobuffer.PaymentAccount=} opt_value + * @param {!proto.io.haveno.protobuffer.PaymentAccount=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.PaymentAccount} + * @return {!proto.io.haveno.protobuffer.PaymentAccount} */ -proto.io.bisq.protobuffer.UserPayload.prototype.addPaymentAccounts = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.io.bisq.protobuffer.PaymentAccount, opt_index); +proto.io.haveno.protobuffer.UserPayload.prototype.addPaymentAccounts = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.io.haveno.protobuffer.PaymentAccount, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.clearPaymentAccountsList = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.clearPaymentAccountsList = function() { return this.setPaymentAccountsList([]); }; /** * optional PaymentAccount current_payment_account = 3; - * @return {?proto.io.bisq.protobuffer.PaymentAccount} + * @return {?proto.io.haveno.protobuffer.PaymentAccount} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getCurrentPaymentAccount = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccount} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentAccount, 3)); +proto.io.haveno.protobuffer.UserPayload.prototype.getCurrentPaymentAccount = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccount} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaymentAccount, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccount|undefined} value - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccount|undefined} value + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.setCurrentPaymentAccount = function(value) { +proto.io.haveno.protobuffer.UserPayload.prototype.setCurrentPaymentAccount = function(value) { return jspb.Message.setWrapperField(this, 3, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.clearCurrentPaymentAccount = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.clearCurrentPaymentAccount = function() { return this.setCurrentPaymentAccount(undefined); }; @@ -62792,7 +57321,7 @@ proto.io.bisq.protobuffer.UserPayload.prototype.clearCurrentPaymentAccount = fun * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.UserPayload.prototype.hasCurrentPaymentAccount = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.hasCurrentPaymentAccount = function() { return jspb.Message.getField(this, 3) != null; }; @@ -62801,16 +57330,16 @@ proto.io.bisq.protobuffer.UserPayload.prototype.hasCurrentPaymentAccount = funct * repeated string accepted_language_locale_codes = 4; * @return {!Array} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getAcceptedLanguageLocaleCodesList = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.getAcceptedLanguageLocaleCodesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 4)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.setAcceptedLanguageLocaleCodesList = function(value) { +proto.io.haveno.protobuffer.UserPayload.prototype.setAcceptedLanguageLocaleCodesList = function(value) { return jspb.Message.setField(this, 4, value || []); }; @@ -62818,46 +57347,46 @@ proto.io.bisq.protobuffer.UserPayload.prototype.setAcceptedLanguageLocaleCodesLi /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.addAcceptedLanguageLocaleCodes = function(value, opt_index) { +proto.io.haveno.protobuffer.UserPayload.prototype.addAcceptedLanguageLocaleCodes = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 4, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.clearAcceptedLanguageLocaleCodesList = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.clearAcceptedLanguageLocaleCodesList = function() { return this.setAcceptedLanguageLocaleCodesList([]); }; /** * optional Alert developers_alert = 5; - * @return {?proto.io.bisq.protobuffer.Alert} + * @return {?proto.io.haveno.protobuffer.Alert} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getDevelopersAlert = function() { - return /** @type{?proto.io.bisq.protobuffer.Alert} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Alert, 5)); +proto.io.haveno.protobuffer.UserPayload.prototype.getDevelopersAlert = function() { + return /** @type{?proto.io.haveno.protobuffer.Alert} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Alert, 5)); }; /** - * @param {?proto.io.bisq.protobuffer.Alert|undefined} value - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @param {?proto.io.haveno.protobuffer.Alert|undefined} value + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.setDevelopersAlert = function(value) { +proto.io.haveno.protobuffer.UserPayload.prototype.setDevelopersAlert = function(value) { return jspb.Message.setWrapperField(this, 5, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.clearDevelopersAlert = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.clearDevelopersAlert = function() { return this.setDevelopersAlert(undefined); }; @@ -62866,35 +57395,35 @@ proto.io.bisq.protobuffer.UserPayload.prototype.clearDevelopersAlert = function( * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.UserPayload.prototype.hasDevelopersAlert = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.hasDevelopersAlert = function() { return jspb.Message.getField(this, 5) != null; }; /** * optional Alert displayed_alert = 6; - * @return {?proto.io.bisq.protobuffer.Alert} + * @return {?proto.io.haveno.protobuffer.Alert} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getDisplayedAlert = function() { - return /** @type{?proto.io.bisq.protobuffer.Alert} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Alert, 6)); +proto.io.haveno.protobuffer.UserPayload.prototype.getDisplayedAlert = function() { + return /** @type{?proto.io.haveno.protobuffer.Alert} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Alert, 6)); }; /** - * @param {?proto.io.bisq.protobuffer.Alert|undefined} value - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @param {?proto.io.haveno.protobuffer.Alert|undefined} value + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.setDisplayedAlert = function(value) { +proto.io.haveno.protobuffer.UserPayload.prototype.setDisplayedAlert = function(value) { return jspb.Message.setWrapperField(this, 6, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.clearDisplayedAlert = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.clearDisplayedAlert = function() { return this.setDisplayedAlert(undefined); }; @@ -62903,35 +57432,35 @@ proto.io.bisq.protobuffer.UserPayload.prototype.clearDisplayedAlert = function() * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.UserPayload.prototype.hasDisplayedAlert = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.hasDisplayedAlert = function() { return jspb.Message.getField(this, 6) != null; }; /** * optional Filter developers_filter = 7; - * @return {?proto.io.bisq.protobuffer.Filter} + * @return {?proto.io.haveno.protobuffer.Filter} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getDevelopersFilter = function() { - return /** @type{?proto.io.bisq.protobuffer.Filter} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Filter, 7)); +proto.io.haveno.protobuffer.UserPayload.prototype.getDevelopersFilter = function() { + return /** @type{?proto.io.haveno.protobuffer.Filter} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Filter, 7)); }; /** - * @param {?proto.io.bisq.protobuffer.Filter|undefined} value - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @param {?proto.io.haveno.protobuffer.Filter|undefined} value + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.setDevelopersFilter = function(value) { +proto.io.haveno.protobuffer.UserPayload.prototype.setDevelopersFilter = function(value) { return jspb.Message.setWrapperField(this, 7, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.clearDevelopersFilter = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.clearDevelopersFilter = function() { return this.setDevelopersFilter(undefined); }; @@ -62940,111 +57469,111 @@ proto.io.bisq.protobuffer.UserPayload.prototype.clearDevelopersFilter = function * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.UserPayload.prototype.hasDevelopersFilter = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.hasDevelopersFilter = function() { return jspb.Message.getField(this, 7) != null; }; /** * repeated Arbitrator accepted_arbitrators = 8; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getAcceptedArbitratorsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.Arbitrator, 8)); +proto.io.haveno.protobuffer.UserPayload.prototype.getAcceptedArbitratorsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.Arbitrator, 8)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.setAcceptedArbitratorsList = function(value) { +proto.io.haveno.protobuffer.UserPayload.prototype.setAcceptedArbitratorsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 8, value); }; /** - * @param {!proto.io.bisq.protobuffer.Arbitrator=} opt_value + * @param {!proto.io.haveno.protobuffer.Arbitrator=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Arbitrator} + * @return {!proto.io.haveno.protobuffer.Arbitrator} */ -proto.io.bisq.protobuffer.UserPayload.prototype.addAcceptedArbitrators = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.io.bisq.protobuffer.Arbitrator, opt_index); +proto.io.haveno.protobuffer.UserPayload.prototype.addAcceptedArbitrators = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.io.haveno.protobuffer.Arbitrator, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.clearAcceptedArbitratorsList = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.clearAcceptedArbitratorsList = function() { return this.setAcceptedArbitratorsList([]); }; /** * repeated Mediator accepted_mediators = 9; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getAcceptedMediatorsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.Mediator, 9)); +proto.io.haveno.protobuffer.UserPayload.prototype.getAcceptedMediatorsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.Mediator, 9)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.setAcceptedMediatorsList = function(value) { +proto.io.haveno.protobuffer.UserPayload.prototype.setAcceptedMediatorsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 9, value); }; /** - * @param {!proto.io.bisq.protobuffer.Mediator=} opt_value + * @param {!proto.io.haveno.protobuffer.Mediator=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Mediator} + * @return {!proto.io.haveno.protobuffer.Mediator} */ -proto.io.bisq.protobuffer.UserPayload.prototype.addAcceptedMediators = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 9, opt_value, proto.io.bisq.protobuffer.Mediator, opt_index); +proto.io.haveno.protobuffer.UserPayload.prototype.addAcceptedMediators = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 9, opt_value, proto.io.haveno.protobuffer.Mediator, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.clearAcceptedMediatorsList = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.clearAcceptedMediatorsList = function() { return this.setAcceptedMediatorsList([]); }; /** * optional Arbitrator registered_arbitrator = 10; - * @return {?proto.io.bisq.protobuffer.Arbitrator} + * @return {?proto.io.haveno.protobuffer.Arbitrator} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getRegisteredArbitrator = function() { - return /** @type{?proto.io.bisq.protobuffer.Arbitrator} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Arbitrator, 10)); +proto.io.haveno.protobuffer.UserPayload.prototype.getRegisteredArbitrator = function() { + return /** @type{?proto.io.haveno.protobuffer.Arbitrator} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Arbitrator, 10)); }; /** - * @param {?proto.io.bisq.protobuffer.Arbitrator|undefined} value - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @param {?proto.io.haveno.protobuffer.Arbitrator|undefined} value + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.setRegisteredArbitrator = function(value) { +proto.io.haveno.protobuffer.UserPayload.prototype.setRegisteredArbitrator = function(value) { return jspb.Message.setWrapperField(this, 10, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.clearRegisteredArbitrator = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.clearRegisteredArbitrator = function() { return this.setRegisteredArbitrator(undefined); }; @@ -63053,35 +57582,35 @@ proto.io.bisq.protobuffer.UserPayload.prototype.clearRegisteredArbitrator = func * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.UserPayload.prototype.hasRegisteredArbitrator = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.hasRegisteredArbitrator = function() { return jspb.Message.getField(this, 10) != null; }; /** * optional Mediator registered_mediator = 11; - * @return {?proto.io.bisq.protobuffer.Mediator} + * @return {?proto.io.haveno.protobuffer.Mediator} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getRegisteredMediator = function() { - return /** @type{?proto.io.bisq.protobuffer.Mediator} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Mediator, 11)); +proto.io.haveno.protobuffer.UserPayload.prototype.getRegisteredMediator = function() { + return /** @type{?proto.io.haveno.protobuffer.Mediator} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Mediator, 11)); }; /** - * @param {?proto.io.bisq.protobuffer.Mediator|undefined} value - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @param {?proto.io.haveno.protobuffer.Mediator|undefined} value + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.setRegisteredMediator = function(value) { +proto.io.haveno.protobuffer.UserPayload.prototype.setRegisteredMediator = function(value) { return jspb.Message.setWrapperField(this, 11, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.clearRegisteredMediator = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.clearRegisteredMediator = function() { return this.setRegisteredMediator(undefined); }; @@ -63090,35 +57619,35 @@ proto.io.bisq.protobuffer.UserPayload.prototype.clearRegisteredMediator = functi * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.UserPayload.prototype.hasRegisteredMediator = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.hasRegisteredMediator = function() { return jspb.Message.getField(this, 11) != null; }; /** * optional PriceAlertFilter price_alert_filter = 12; - * @return {?proto.io.bisq.protobuffer.PriceAlertFilter} + * @return {?proto.io.haveno.protobuffer.PriceAlertFilter} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getPriceAlertFilter = function() { - return /** @type{?proto.io.bisq.protobuffer.PriceAlertFilter} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PriceAlertFilter, 12)); +proto.io.haveno.protobuffer.UserPayload.prototype.getPriceAlertFilter = function() { + return /** @type{?proto.io.haveno.protobuffer.PriceAlertFilter} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PriceAlertFilter, 12)); }; /** - * @param {?proto.io.bisq.protobuffer.PriceAlertFilter|undefined} value - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @param {?proto.io.haveno.protobuffer.PriceAlertFilter|undefined} value + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.setPriceAlertFilter = function(value) { +proto.io.haveno.protobuffer.UserPayload.prototype.setPriceAlertFilter = function(value) { return jspb.Message.setWrapperField(this, 12, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.clearPriceAlertFilter = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.clearPriceAlertFilter = function() { return this.setPriceAlertFilter(undefined); }; @@ -63127,111 +57656,111 @@ proto.io.bisq.protobuffer.UserPayload.prototype.clearPriceAlertFilter = function * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.UserPayload.prototype.hasPriceAlertFilter = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.hasPriceAlertFilter = function() { return jspb.Message.getField(this, 12) != null; }; /** * repeated MarketAlertFilter market_alert_filters = 13; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getMarketAlertFiltersList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.MarketAlertFilter, 13)); +proto.io.haveno.protobuffer.UserPayload.prototype.getMarketAlertFiltersList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.MarketAlertFilter, 13)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.setMarketAlertFiltersList = function(value) { +proto.io.haveno.protobuffer.UserPayload.prototype.setMarketAlertFiltersList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 13, value); }; /** - * @param {!proto.io.bisq.protobuffer.MarketAlertFilter=} opt_value + * @param {!proto.io.haveno.protobuffer.MarketAlertFilter=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.MarketAlertFilter} + * @return {!proto.io.haveno.protobuffer.MarketAlertFilter} */ -proto.io.bisq.protobuffer.UserPayload.prototype.addMarketAlertFilters = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 13, opt_value, proto.io.bisq.protobuffer.MarketAlertFilter, opt_index); +proto.io.haveno.protobuffer.UserPayload.prototype.addMarketAlertFilters = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 13, opt_value, proto.io.haveno.protobuffer.MarketAlertFilter, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.clearMarketAlertFiltersList = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.clearMarketAlertFiltersList = function() { return this.setMarketAlertFiltersList([]); }; /** * repeated RefundAgent accepted_refund_agents = 14; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getAcceptedRefundAgentsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.RefundAgent, 14)); +proto.io.haveno.protobuffer.UserPayload.prototype.getAcceptedRefundAgentsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.RefundAgent, 14)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.setAcceptedRefundAgentsList = function(value) { +proto.io.haveno.protobuffer.UserPayload.prototype.setAcceptedRefundAgentsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 14, value); }; /** - * @param {!proto.io.bisq.protobuffer.RefundAgent=} opt_value + * @param {!proto.io.haveno.protobuffer.RefundAgent=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.RefundAgent} + * @return {!proto.io.haveno.protobuffer.RefundAgent} */ -proto.io.bisq.protobuffer.UserPayload.prototype.addAcceptedRefundAgents = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 14, opt_value, proto.io.bisq.protobuffer.RefundAgent, opt_index); +proto.io.haveno.protobuffer.UserPayload.prototype.addAcceptedRefundAgents = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 14, opt_value, proto.io.haveno.protobuffer.RefundAgent, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.clearAcceptedRefundAgentsList = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.clearAcceptedRefundAgentsList = function() { return this.setAcceptedRefundAgentsList([]); }; /** * optional RefundAgent registered_refund_agent = 15; - * @return {?proto.io.bisq.protobuffer.RefundAgent} + * @return {?proto.io.haveno.protobuffer.RefundAgent} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getRegisteredRefundAgent = function() { - return /** @type{?proto.io.bisq.protobuffer.RefundAgent} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.RefundAgent, 15)); +proto.io.haveno.protobuffer.UserPayload.prototype.getRegisteredRefundAgent = function() { + return /** @type{?proto.io.haveno.protobuffer.RefundAgent} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.RefundAgent, 15)); }; /** - * @param {?proto.io.bisq.protobuffer.RefundAgent|undefined} value - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @param {?proto.io.haveno.protobuffer.RefundAgent|undefined} value + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.setRegisteredRefundAgent = function(value) { +proto.io.haveno.protobuffer.UserPayload.prototype.setRegisteredRefundAgent = function(value) { return jspb.Message.setWrapperField(this, 15, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.clearRegisteredRefundAgent = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.clearRegisteredRefundAgent = function() { return this.setRegisteredRefundAgent(undefined); }; @@ -63240,7 +57769,7 @@ proto.io.bisq.protobuffer.UserPayload.prototype.clearRegisteredRefundAgent = fun * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.UserPayload.prototype.hasRegisteredRefundAgent = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.hasRegisteredRefundAgent = function() { return jspb.Message.getField(this, 15) != null; }; @@ -63251,7 +57780,7 @@ proto.io.bisq.protobuffer.UserPayload.prototype.hasRegisteredRefundAgent = funct * empty, instead returning `undefined` * @return {!jspb.Map} */ -proto.io.bisq.protobuffer.UserPayload.prototype.getCookieMap = function(opt_noLazyCreate) { +proto.io.haveno.protobuffer.UserPayload.prototype.getCookieMap = function(opt_noLazyCreate) { return /** @type {!jspb.Map} */ ( jspb.Message.getMapField(this, 16, opt_noLazyCreate, null)); @@ -63260,9 +57789,9 @@ proto.io.bisq.protobuffer.UserPayload.prototype.getCookieMap = function(opt_noLa /** * Clears values from the map. The map will be non-null. - * @return {!proto.io.bisq.protobuffer.UserPayload} returns this + * @return {!proto.io.haveno.protobuffer.UserPayload} returns this */ -proto.io.bisq.protobuffer.UserPayload.prototype.clearCookieMap = function() { +proto.io.haveno.protobuffer.UserPayload.prototype.clearCookieMap = function() { this.getCookieMap().clear(); return this;}; @@ -63283,8 +57812,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.BlockChainExplorer.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.BlockChainExplorer.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.BlockChainExplorer.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.BlockChainExplorer.toObject(opt_includeInstance, this); }; @@ -63293,11 +57822,11 @@ proto.io.bisq.protobuffer.BlockChainExplorer.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.BlockChainExplorer} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.BlockChainExplorer} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BlockChainExplorer.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.BlockChainExplorer.toObject = function(includeInstance, msg) { var f, obj = { name: jspb.Message.getFieldWithDefault(msg, 1, ""), txUrl: jspb.Message.getFieldWithDefault(msg, 2, ""), @@ -63315,23 +57844,23 @@ proto.io.bisq.protobuffer.BlockChainExplorer.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.BlockChainExplorer} + * @return {!proto.io.haveno.protobuffer.BlockChainExplorer} */ -proto.io.bisq.protobuffer.BlockChainExplorer.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.BlockChainExplorer.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.BlockChainExplorer; - return proto.io.bisq.protobuffer.BlockChainExplorer.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.BlockChainExplorer; + return proto.io.haveno.protobuffer.BlockChainExplorer.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.BlockChainExplorer} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.BlockChainExplorer} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.BlockChainExplorer} + * @return {!proto.io.haveno.protobuffer.BlockChainExplorer} */ -proto.io.bisq.protobuffer.BlockChainExplorer.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.BlockChainExplorer.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -63363,9 +57892,9 @@ proto.io.bisq.protobuffer.BlockChainExplorer.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.BlockChainExplorer.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.BlockChainExplorer.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.BlockChainExplorer.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.BlockChainExplorer.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -63373,11 +57902,11 @@ proto.io.bisq.protobuffer.BlockChainExplorer.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.BlockChainExplorer} message + * @param {!proto.io.haveno.protobuffer.BlockChainExplorer} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.BlockChainExplorer.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.BlockChainExplorer.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getName(); if (f.length > 0) { @@ -63407,16 +57936,16 @@ proto.io.bisq.protobuffer.BlockChainExplorer.serializeBinaryToWriter = function( * optional string name = 1; * @return {string} */ -proto.io.bisq.protobuffer.BlockChainExplorer.prototype.getName = function() { +proto.io.haveno.protobuffer.BlockChainExplorer.prototype.getName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.BlockChainExplorer} returns this + * @return {!proto.io.haveno.protobuffer.BlockChainExplorer} returns this */ -proto.io.bisq.protobuffer.BlockChainExplorer.prototype.setName = function(value) { +proto.io.haveno.protobuffer.BlockChainExplorer.prototype.setName = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -63425,16 +57954,16 @@ proto.io.bisq.protobuffer.BlockChainExplorer.prototype.setName = function(value) * optional string tx_url = 2; * @return {string} */ -proto.io.bisq.protobuffer.BlockChainExplorer.prototype.getTxUrl = function() { +proto.io.haveno.protobuffer.BlockChainExplorer.prototype.getTxUrl = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.BlockChainExplorer} returns this + * @return {!proto.io.haveno.protobuffer.BlockChainExplorer} returns this */ -proto.io.bisq.protobuffer.BlockChainExplorer.prototype.setTxUrl = function(value) { +proto.io.haveno.protobuffer.BlockChainExplorer.prototype.setTxUrl = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -63443,16 +57972,16 @@ proto.io.bisq.protobuffer.BlockChainExplorer.prototype.setTxUrl = function(value * optional string address_url = 3; * @return {string} */ -proto.io.bisq.protobuffer.BlockChainExplorer.prototype.getAddressUrl = function() { +proto.io.haveno.protobuffer.BlockChainExplorer.prototype.getAddressUrl = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.BlockChainExplorer} returns this + * @return {!proto.io.haveno.protobuffer.BlockChainExplorer} returns this */ -proto.io.bisq.protobuffer.BlockChainExplorer.prototype.setAddressUrl = function(value) { +proto.io.haveno.protobuffer.BlockChainExplorer.prototype.setAddressUrl = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -63463,7 +57992,7 @@ proto.io.bisq.protobuffer.BlockChainExplorer.prototype.setAddressUrl = function( * @private {!Array} * @const */ -proto.io.bisq.protobuffer.PaymentAccount.repeatedFields_ = [5]; +proto.io.haveno.protobuffer.PaymentAccount.repeatedFields_ = [5]; @@ -63480,8 +58009,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PaymentAccount.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PaymentAccount.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PaymentAccount.toObject(opt_includeInstance, this); }; @@ -63490,20 +58019,20 @@ proto.io.bisq.protobuffer.PaymentAccount.prototype.toObject = function(opt_inclu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PaymentAccount} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PaymentAccount} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentAccount.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PaymentAccount.toObject = function(includeInstance, msg) { var f, obj = { id: jspb.Message.getFieldWithDefault(msg, 1, ""), creationDate: jspb.Message.getFieldWithDefault(msg, 2, "0"), - paymentMethod: (f = msg.getPaymentMethod()) && proto.io.bisq.protobuffer.PaymentMethod.toObject(includeInstance, f), + paymentMethod: (f = msg.getPaymentMethod()) && proto.io.haveno.protobuffer.PaymentMethod.toObject(includeInstance, f), accountName: jspb.Message.getFieldWithDefault(msg, 4, ""), tradeCurrenciesList: jspb.Message.toObjectList(msg.getTradeCurrenciesList(), - proto.io.bisq.protobuffer.TradeCurrency.toObject, includeInstance), - selectedTradeCurrency: (f = msg.getSelectedTradeCurrency()) && proto.io.bisq.protobuffer.TradeCurrency.toObject(includeInstance, f), - paymentAccountPayload: (f = msg.getPaymentAccountPayload()) && proto.io.bisq.protobuffer.PaymentAccountPayload.toObject(includeInstance, f) + proto.io.haveno.protobuffer.TradeCurrency.toObject, includeInstance), + selectedTradeCurrency: (f = msg.getSelectedTradeCurrency()) && proto.io.haveno.protobuffer.TradeCurrency.toObject(includeInstance, f), + paymentAccountPayload: (f = msg.getPaymentAccountPayload()) && proto.io.haveno.protobuffer.PaymentAccountPayload.toObject(includeInstance, f) }; if (includeInstance) { @@ -63517,23 +58046,23 @@ proto.io.bisq.protobuffer.PaymentAccount.toObject = function(includeInstance, ms /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PaymentAccount} + * @return {!proto.io.haveno.protobuffer.PaymentAccount} */ -proto.io.bisq.protobuffer.PaymentAccount.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PaymentAccount.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PaymentAccount; - return proto.io.bisq.protobuffer.PaymentAccount.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PaymentAccount; + return proto.io.haveno.protobuffer.PaymentAccount.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PaymentAccount} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PaymentAccount} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PaymentAccount} + * @return {!proto.io.haveno.protobuffer.PaymentAccount} */ -proto.io.bisq.protobuffer.PaymentAccount.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PaymentAccount.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -63549,8 +58078,8 @@ proto.io.bisq.protobuffer.PaymentAccount.deserializeBinaryFromReader = function( msg.setCreationDate(value); break; case 3: - var value = new proto.io.bisq.protobuffer.PaymentMethod; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentMethod.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PaymentMethod; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentMethod.deserializeBinaryFromReader); msg.setPaymentMethod(value); break; case 4: @@ -63558,18 +58087,18 @@ proto.io.bisq.protobuffer.PaymentAccount.deserializeBinaryFromReader = function( msg.setAccountName(value); break; case 5: - var value = new proto.io.bisq.protobuffer.TradeCurrency; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeCurrency.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.TradeCurrency; + reader.readMessage(value,proto.io.haveno.protobuffer.TradeCurrency.deserializeBinaryFromReader); msg.addTradeCurrencies(value); break; case 6: - var value = new proto.io.bisq.protobuffer.TradeCurrency; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeCurrency.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.TradeCurrency; + reader.readMessage(value,proto.io.haveno.protobuffer.TradeCurrency.deserializeBinaryFromReader); msg.setSelectedTradeCurrency(value); break; case 7: - var value = new proto.io.bisq.protobuffer.PaymentAccountPayload; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PaymentAccountPayload; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentAccountPayload.deserializeBinaryFromReader); msg.setPaymentAccountPayload(value); break; default: @@ -63585,9 +58114,9 @@ proto.io.bisq.protobuffer.PaymentAccount.deserializeBinaryFromReader = function( * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PaymentAccount.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PaymentAccount.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PaymentAccount.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -63595,11 +58124,11 @@ proto.io.bisq.protobuffer.PaymentAccount.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PaymentAccount} message + * @param {!proto.io.haveno.protobuffer.PaymentAccount} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentAccount.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PaymentAccount.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getId(); if (f.length > 0) { @@ -63620,7 +58149,7 @@ proto.io.bisq.protobuffer.PaymentAccount.serializeBinaryToWriter = function(mess writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.PaymentMethod.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentMethod.serializeBinaryToWriter ); } f = message.getAccountName(); @@ -63635,7 +58164,7 @@ proto.io.bisq.protobuffer.PaymentAccount.serializeBinaryToWriter = function(mess writer.writeRepeatedMessage( 5, f, - proto.io.bisq.protobuffer.TradeCurrency.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradeCurrency.serializeBinaryToWriter ); } f = message.getSelectedTradeCurrency(); @@ -63643,7 +58172,7 @@ proto.io.bisq.protobuffer.PaymentAccount.serializeBinaryToWriter = function(mess writer.writeMessage( 6, f, - proto.io.bisq.protobuffer.TradeCurrency.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradeCurrency.serializeBinaryToWriter ); } f = message.getPaymentAccountPayload(); @@ -63651,7 +58180,7 @@ proto.io.bisq.protobuffer.PaymentAccount.serializeBinaryToWriter = function(mess writer.writeMessage( 7, f, - proto.io.bisq.protobuffer.PaymentAccountPayload.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentAccountPayload.serializeBinaryToWriter ); } }; @@ -63661,16 +58190,16 @@ proto.io.bisq.protobuffer.PaymentAccount.serializeBinaryToWriter = function(mess * optional string id = 1; * @return {string} */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.getId = function() { +proto.io.haveno.protobuffer.PaymentAccount.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentAccount} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccount} returns this */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.setId = function(value) { +proto.io.haveno.protobuffer.PaymentAccount.prototype.setId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -63679,44 +58208,44 @@ proto.io.bisq.protobuffer.PaymentAccount.prototype.setId = function(value) { * optional int64 creation_date = 2; * @return {string} */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.getCreationDate = function() { +proto.io.haveno.protobuffer.PaymentAccount.prototype.getCreationDate = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "0")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentAccount} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccount} returns this */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.setCreationDate = function(value) { +proto.io.haveno.protobuffer.PaymentAccount.prototype.setCreationDate = function(value) { return jspb.Message.setProto3StringIntField(this, 2, value); }; /** * optional PaymentMethod payment_method = 3; - * @return {?proto.io.bisq.protobuffer.PaymentMethod} + * @return {?proto.io.haveno.protobuffer.PaymentMethod} */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.getPaymentMethod = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentMethod} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentMethod, 3)); +proto.io.haveno.protobuffer.PaymentAccount.prototype.getPaymentMethod = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentMethod} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaymentMethod, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentMethod|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccount} returns this + * @param {?proto.io.haveno.protobuffer.PaymentMethod|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccount} returns this */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.setPaymentMethod = function(value) { +proto.io.haveno.protobuffer.PaymentAccount.prototype.setPaymentMethod = function(value) { return jspb.Message.setWrapperField(this, 3, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccount} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccount} returns this */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.clearPaymentMethod = function() { +proto.io.haveno.protobuffer.PaymentAccount.prototype.clearPaymentMethod = function() { return this.setPaymentMethod(undefined); }; @@ -63725,7 +58254,7 @@ proto.io.bisq.protobuffer.PaymentAccount.prototype.clearPaymentMethod = function * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.hasPaymentMethod = function() { +proto.io.haveno.protobuffer.PaymentAccount.prototype.hasPaymentMethod = function() { return jspb.Message.getField(this, 3) != null; }; @@ -63734,82 +58263,82 @@ proto.io.bisq.protobuffer.PaymentAccount.prototype.hasPaymentMethod = function() * optional string account_name = 4; * @return {string} */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.getAccountName = function() { +proto.io.haveno.protobuffer.PaymentAccount.prototype.getAccountName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentAccount} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccount} returns this */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.setAccountName = function(value) { +proto.io.haveno.protobuffer.PaymentAccount.prototype.setAccountName = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; /** * repeated TradeCurrency trade_currencies = 5; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.getTradeCurrenciesList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.TradeCurrency, 5)); +proto.io.haveno.protobuffer.PaymentAccount.prototype.getTradeCurrenciesList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.TradeCurrency, 5)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PaymentAccount} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.PaymentAccount} returns this */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.setTradeCurrenciesList = function(value) { +proto.io.haveno.protobuffer.PaymentAccount.prototype.setTradeCurrenciesList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 5, value); }; /** - * @param {!proto.io.bisq.protobuffer.TradeCurrency=} opt_value + * @param {!proto.io.haveno.protobuffer.TradeCurrency=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.TradeCurrency} + * @return {!proto.io.haveno.protobuffer.TradeCurrency} */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.addTradeCurrencies = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.io.bisq.protobuffer.TradeCurrency, opt_index); +proto.io.haveno.protobuffer.PaymentAccount.prototype.addTradeCurrencies = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 5, opt_value, proto.io.haveno.protobuffer.TradeCurrency, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PaymentAccount} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccount} returns this */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.clearTradeCurrenciesList = function() { +proto.io.haveno.protobuffer.PaymentAccount.prototype.clearTradeCurrenciesList = function() { return this.setTradeCurrenciesList([]); }; /** * optional TradeCurrency selected_trade_currency = 6; - * @return {?proto.io.bisq.protobuffer.TradeCurrency} + * @return {?proto.io.haveno.protobuffer.TradeCurrency} */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.getSelectedTradeCurrency = function() { - return /** @type{?proto.io.bisq.protobuffer.TradeCurrency} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.TradeCurrency, 6)); +proto.io.haveno.protobuffer.PaymentAccount.prototype.getSelectedTradeCurrency = function() { + return /** @type{?proto.io.haveno.protobuffer.TradeCurrency} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.TradeCurrency, 6)); }; /** - * @param {?proto.io.bisq.protobuffer.TradeCurrency|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccount} returns this + * @param {?proto.io.haveno.protobuffer.TradeCurrency|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccount} returns this */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.setSelectedTradeCurrency = function(value) { +proto.io.haveno.protobuffer.PaymentAccount.prototype.setSelectedTradeCurrency = function(value) { return jspb.Message.setWrapperField(this, 6, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccount} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccount} returns this */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.clearSelectedTradeCurrency = function() { +proto.io.haveno.protobuffer.PaymentAccount.prototype.clearSelectedTradeCurrency = function() { return this.setSelectedTradeCurrency(undefined); }; @@ -63818,35 +58347,35 @@ proto.io.bisq.protobuffer.PaymentAccount.prototype.clearSelectedTradeCurrency = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.hasSelectedTradeCurrency = function() { +proto.io.haveno.protobuffer.PaymentAccount.prototype.hasSelectedTradeCurrency = function() { return jspb.Message.getField(this, 6) != null; }; /** * optional PaymentAccountPayload payment_account_payload = 7; - * @return {?proto.io.bisq.protobuffer.PaymentAccountPayload} + * @return {?proto.io.haveno.protobuffer.PaymentAccountPayload} */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.getPaymentAccountPayload = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccountPayload} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentAccountPayload, 7)); +proto.io.haveno.protobuffer.PaymentAccount.prototype.getPaymentAccountPayload = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccountPayload} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaymentAccountPayload, 7)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccountPayload|undefined} value - * @return {!proto.io.bisq.protobuffer.PaymentAccount} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccountPayload|undefined} value + * @return {!proto.io.haveno.protobuffer.PaymentAccount} returns this */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.setPaymentAccountPayload = function(value) { +proto.io.haveno.protobuffer.PaymentAccount.prototype.setPaymentAccountPayload = function(value) { return jspb.Message.setWrapperField(this, 7, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.PaymentAccount} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccount} returns this */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.clearPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccount.prototype.clearPaymentAccountPayload = function() { return this.setPaymentAccountPayload(undefined); }; @@ -63855,7 +58384,7 @@ proto.io.bisq.protobuffer.PaymentAccount.prototype.clearPaymentAccountPayload = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.PaymentAccount.prototype.hasPaymentAccountPayload = function() { +proto.io.haveno.protobuffer.PaymentAccount.prototype.hasPaymentAccountPayload = function() { return jspb.Message.getField(this, 7) != null; }; @@ -63866,7 +58395,7 @@ proto.io.bisq.protobuffer.PaymentAccount.prototype.hasPaymentAccountPayload = fu * @private {!Array} * @const */ -proto.io.bisq.protobuffer.PaymentMethod.repeatedFields_ = [4]; +proto.io.haveno.protobuffer.PaymentMethod.repeatedFields_ = [4]; @@ -63883,8 +58412,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PaymentMethod.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PaymentMethod.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PaymentMethod.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PaymentMethod.toObject(opt_includeInstance, this); }; @@ -63893,11 +58422,11 @@ proto.io.bisq.protobuffer.PaymentMethod.prototype.toObject = function(opt_includ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PaymentMethod} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PaymentMethod} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentMethod.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PaymentMethod.toObject = function(includeInstance, msg) { var f, obj = { id: jspb.Message.getFieldWithDefault(msg, 1, ""), maxTradePeriod: jspb.Message.getFieldWithDefault(msg, 2, "0"), @@ -63916,23 +58445,23 @@ proto.io.bisq.protobuffer.PaymentMethod.toObject = function(includeInstance, msg /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PaymentMethod} + * @return {!proto.io.haveno.protobuffer.PaymentMethod} */ -proto.io.bisq.protobuffer.PaymentMethod.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PaymentMethod.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PaymentMethod; - return proto.io.bisq.protobuffer.PaymentMethod.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PaymentMethod; + return proto.io.haveno.protobuffer.PaymentMethod.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PaymentMethod} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PaymentMethod} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PaymentMethod} + * @return {!proto.io.haveno.protobuffer.PaymentMethod} */ -proto.io.bisq.protobuffer.PaymentMethod.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PaymentMethod.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -63968,9 +58497,9 @@ proto.io.bisq.protobuffer.PaymentMethod.deserializeBinaryFromReader = function(m * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PaymentMethod.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PaymentMethod.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PaymentMethod.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PaymentMethod.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -63978,11 +58507,11 @@ proto.io.bisq.protobuffer.PaymentMethod.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PaymentMethod} message + * @param {!proto.io.haveno.protobuffer.PaymentMethod} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentMethod.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PaymentMethod.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getId(); if (f.length > 0) { @@ -64019,16 +58548,16 @@ proto.io.bisq.protobuffer.PaymentMethod.serializeBinaryToWriter = function(messa * optional string id = 1; * @return {string} */ -proto.io.bisq.protobuffer.PaymentMethod.prototype.getId = function() { +proto.io.haveno.protobuffer.PaymentMethod.prototype.getId = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentMethod} returns this + * @return {!proto.io.haveno.protobuffer.PaymentMethod} returns this */ -proto.io.bisq.protobuffer.PaymentMethod.prototype.setId = function(value) { +proto.io.haveno.protobuffer.PaymentMethod.prototype.setId = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -64037,16 +58566,16 @@ proto.io.bisq.protobuffer.PaymentMethod.prototype.setId = function(value) { * optional int64 max_trade_period = 2; * @return {string} */ -proto.io.bisq.protobuffer.PaymentMethod.prototype.getMaxTradePeriod = function() { +proto.io.haveno.protobuffer.PaymentMethod.prototype.getMaxTradePeriod = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "0")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentMethod} returns this + * @return {!proto.io.haveno.protobuffer.PaymentMethod} returns this */ -proto.io.bisq.protobuffer.PaymentMethod.prototype.setMaxTradePeriod = function(value) { +proto.io.haveno.protobuffer.PaymentMethod.prototype.setMaxTradePeriod = function(value) { return jspb.Message.setProto3StringIntField(this, 2, value); }; @@ -64055,16 +58584,16 @@ proto.io.bisq.protobuffer.PaymentMethod.prototype.setMaxTradePeriod = function(v * optional int64 max_trade_limit = 3; * @return {string} */ -proto.io.bisq.protobuffer.PaymentMethod.prototype.getMaxTradeLimit = function() { +proto.io.haveno.protobuffer.PaymentMethod.prototype.getMaxTradeLimit = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "0")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentMethod} returns this + * @return {!proto.io.haveno.protobuffer.PaymentMethod} returns this */ -proto.io.bisq.protobuffer.PaymentMethod.prototype.setMaxTradeLimit = function(value) { +proto.io.haveno.protobuffer.PaymentMethod.prototype.setMaxTradeLimit = function(value) { return jspb.Message.setProto3StringIntField(this, 3, value); }; @@ -64073,16 +58602,16 @@ proto.io.bisq.protobuffer.PaymentMethod.prototype.setMaxTradeLimit = function(va * repeated string supported_asset_codes = 4; * @return {!Array} */ -proto.io.bisq.protobuffer.PaymentMethod.prototype.getSupportedAssetCodesList = function() { +proto.io.haveno.protobuffer.PaymentMethod.prototype.getSupportedAssetCodesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 4)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PaymentMethod} returns this + * @return {!proto.io.haveno.protobuffer.PaymentMethod} returns this */ -proto.io.bisq.protobuffer.PaymentMethod.prototype.setSupportedAssetCodesList = function(value) { +proto.io.haveno.protobuffer.PaymentMethod.prototype.setSupportedAssetCodesList = function(value) { return jspb.Message.setField(this, 4, value || []); }; @@ -64090,18 +58619,18 @@ proto.io.bisq.protobuffer.PaymentMethod.prototype.setSupportedAssetCodesList = f /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.PaymentMethod} returns this + * @return {!proto.io.haveno.protobuffer.PaymentMethod} returns this */ -proto.io.bisq.protobuffer.PaymentMethod.prototype.addSupportedAssetCodes = function(value, opt_index) { +proto.io.haveno.protobuffer.PaymentMethod.prototype.addSupportedAssetCodes = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 4, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PaymentMethod} returns this + * @return {!proto.io.haveno.protobuffer.PaymentMethod} returns this */ -proto.io.bisq.protobuffer.PaymentMethod.prototype.clearSupportedAssetCodesList = function() { +proto.io.haveno.protobuffer.PaymentMethod.prototype.clearSupportedAssetCodesList = function() { return this.setSupportedAssetCodesList([]); }; @@ -64122,8 +58651,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.Currency.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Currency.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.Currency.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Currency.toObject(opt_includeInstance, this); }; @@ -64132,11 +58661,11 @@ proto.io.bisq.protobuffer.Currency.prototype.toObject = function(opt_includeInst * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Currency} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.Currency} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Currency.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.Currency.toObject = function(includeInstance, msg) { var f, obj = { currencyCode: jspb.Message.getFieldWithDefault(msg, 1, "") }; @@ -64152,23 +58681,23 @@ proto.io.bisq.protobuffer.Currency.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Currency} + * @return {!proto.io.haveno.protobuffer.Currency} */ -proto.io.bisq.protobuffer.Currency.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Currency.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Currency; - return proto.io.bisq.protobuffer.Currency.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Currency; + return proto.io.haveno.protobuffer.Currency.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Currency} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Currency} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Currency} + * @return {!proto.io.haveno.protobuffer.Currency} */ -proto.io.bisq.protobuffer.Currency.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Currency.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -64192,9 +58721,9 @@ proto.io.bisq.protobuffer.Currency.deserializeBinaryFromReader = function(msg, r * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Currency.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Currency.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Currency.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Currency.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -64202,11 +58731,11 @@ proto.io.bisq.protobuffer.Currency.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Currency} message + * @param {!proto.io.haveno.protobuffer.Currency} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Currency.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Currency.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCurrencyCode(); if (f.length > 0) { @@ -64222,16 +58751,16 @@ proto.io.bisq.protobuffer.Currency.serializeBinaryToWriter = function(message, w * optional string currency_code = 1; * @return {string} */ -proto.io.bisq.protobuffer.Currency.prototype.getCurrencyCode = function() { +proto.io.haveno.protobuffer.Currency.prototype.getCurrencyCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Currency} returns this + * @return {!proto.io.haveno.protobuffer.Currency} returns this */ -proto.io.bisq.protobuffer.Currency.prototype.setCurrencyCode = function(value) { +proto.io.haveno.protobuffer.Currency.prototype.setCurrencyCode = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -64245,22 +58774,22 @@ proto.io.bisq.protobuffer.Currency.prototype.setCurrencyCode = function(value) { * @private {!Array>} * @const */ -proto.io.bisq.protobuffer.TradeCurrency.oneofGroups_ = [[3,4]]; +proto.io.haveno.protobuffer.TradeCurrency.oneofGroups_ = [[3,4]]; /** * @enum {number} */ -proto.io.bisq.protobuffer.TradeCurrency.MessageCase = { +proto.io.haveno.protobuffer.TradeCurrency.MessageCase = { MESSAGE_NOT_SET: 0, CRYPTO_CURRENCY: 3, FIAT_CURRENCY: 4 }; /** - * @return {proto.io.bisq.protobuffer.TradeCurrency.MessageCase} + * @return {proto.io.haveno.protobuffer.TradeCurrency.MessageCase} */ -proto.io.bisq.protobuffer.TradeCurrency.prototype.getMessageCase = function() { - return /** @type {proto.io.bisq.protobuffer.TradeCurrency.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.bisq.protobuffer.TradeCurrency.oneofGroups_[0])); +proto.io.haveno.protobuffer.TradeCurrency.prototype.getMessageCase = function() { + return /** @type {proto.io.haveno.protobuffer.TradeCurrency.MessageCase} */(jspb.Message.computeOneofCase(this, proto.io.haveno.protobuffer.TradeCurrency.oneofGroups_[0])); }; @@ -64278,8 +58807,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.TradeCurrency.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.TradeCurrency.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.TradeCurrency.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.TradeCurrency.toObject(opt_includeInstance, this); }; @@ -64288,16 +58817,16 @@ proto.io.bisq.protobuffer.TradeCurrency.prototype.toObject = function(opt_includ * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.TradeCurrency} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.TradeCurrency} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TradeCurrency.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.TradeCurrency.toObject = function(includeInstance, msg) { var f, obj = { code: jspb.Message.getFieldWithDefault(msg, 1, ""), name: jspb.Message.getFieldWithDefault(msg, 2, ""), - cryptoCurrency: (f = msg.getCryptoCurrency()) && proto.io.bisq.protobuffer.CryptoCurrency.toObject(includeInstance, f), - fiatCurrency: (f = msg.getFiatCurrency()) && proto.io.bisq.protobuffer.FiatCurrency.toObject(includeInstance, f) + cryptoCurrency: (f = msg.getCryptoCurrency()) && proto.io.haveno.protobuffer.CryptoCurrency.toObject(includeInstance, f), + fiatCurrency: (f = msg.getFiatCurrency()) && proto.io.haveno.protobuffer.FiatCurrency.toObject(includeInstance, f) }; if (includeInstance) { @@ -64311,23 +58840,23 @@ proto.io.bisq.protobuffer.TradeCurrency.toObject = function(includeInstance, msg /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.TradeCurrency} + * @return {!proto.io.haveno.protobuffer.TradeCurrency} */ -proto.io.bisq.protobuffer.TradeCurrency.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.TradeCurrency.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.TradeCurrency; - return proto.io.bisq.protobuffer.TradeCurrency.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.TradeCurrency; + return proto.io.haveno.protobuffer.TradeCurrency.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.TradeCurrency} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.TradeCurrency} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.TradeCurrency} + * @return {!proto.io.haveno.protobuffer.TradeCurrency} */ -proto.io.bisq.protobuffer.TradeCurrency.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.TradeCurrency.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -64343,13 +58872,13 @@ proto.io.bisq.protobuffer.TradeCurrency.deserializeBinaryFromReader = function(m msg.setName(value); break; case 3: - var value = new proto.io.bisq.protobuffer.CryptoCurrency; - reader.readMessage(value,proto.io.bisq.protobuffer.CryptoCurrency.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.CryptoCurrency; + reader.readMessage(value,proto.io.haveno.protobuffer.CryptoCurrency.deserializeBinaryFromReader); msg.setCryptoCurrency(value); break; case 4: - var value = new proto.io.bisq.protobuffer.FiatCurrency; - reader.readMessage(value,proto.io.bisq.protobuffer.FiatCurrency.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.FiatCurrency; + reader.readMessage(value,proto.io.haveno.protobuffer.FiatCurrency.deserializeBinaryFromReader); msg.setFiatCurrency(value); break; default: @@ -64365,9 +58894,9 @@ proto.io.bisq.protobuffer.TradeCurrency.deserializeBinaryFromReader = function(m * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.TradeCurrency.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.TradeCurrency.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.TradeCurrency.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.TradeCurrency.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -64375,11 +58904,11 @@ proto.io.bisq.protobuffer.TradeCurrency.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.TradeCurrency} message + * @param {!proto.io.haveno.protobuffer.TradeCurrency} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.TradeCurrency.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.TradeCurrency.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCode(); if (f.length > 0) { @@ -64400,7 +58929,7 @@ proto.io.bisq.protobuffer.TradeCurrency.serializeBinaryToWriter = function(messa writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.CryptoCurrency.serializeBinaryToWriter + proto.io.haveno.protobuffer.CryptoCurrency.serializeBinaryToWriter ); } f = message.getFiatCurrency(); @@ -64408,7 +58937,7 @@ proto.io.bisq.protobuffer.TradeCurrency.serializeBinaryToWriter = function(messa writer.writeMessage( 4, f, - proto.io.bisq.protobuffer.FiatCurrency.serializeBinaryToWriter + proto.io.haveno.protobuffer.FiatCurrency.serializeBinaryToWriter ); } }; @@ -64418,16 +58947,16 @@ proto.io.bisq.protobuffer.TradeCurrency.serializeBinaryToWriter = function(messa * optional string code = 1; * @return {string} */ -proto.io.bisq.protobuffer.TradeCurrency.prototype.getCode = function() { +proto.io.haveno.protobuffer.TradeCurrency.prototype.getCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeCurrency} returns this + * @return {!proto.io.haveno.protobuffer.TradeCurrency} returns this */ -proto.io.bisq.protobuffer.TradeCurrency.prototype.setCode = function(value) { +proto.io.haveno.protobuffer.TradeCurrency.prototype.setCode = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -64436,44 +58965,44 @@ proto.io.bisq.protobuffer.TradeCurrency.prototype.setCode = function(value) { * optional string name = 2; * @return {string} */ -proto.io.bisq.protobuffer.TradeCurrency.prototype.getName = function() { +proto.io.haveno.protobuffer.TradeCurrency.prototype.getName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.TradeCurrency} returns this + * @return {!proto.io.haveno.protobuffer.TradeCurrency} returns this */ -proto.io.bisq.protobuffer.TradeCurrency.prototype.setName = function(value) { +proto.io.haveno.protobuffer.TradeCurrency.prototype.setName = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional CryptoCurrency crypto_currency = 3; - * @return {?proto.io.bisq.protobuffer.CryptoCurrency} + * @return {?proto.io.haveno.protobuffer.CryptoCurrency} */ -proto.io.bisq.protobuffer.TradeCurrency.prototype.getCryptoCurrency = function() { - return /** @type{?proto.io.bisq.protobuffer.CryptoCurrency} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.CryptoCurrency, 3)); +proto.io.haveno.protobuffer.TradeCurrency.prototype.getCryptoCurrency = function() { + return /** @type{?proto.io.haveno.protobuffer.CryptoCurrency} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.CryptoCurrency, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.CryptoCurrency|undefined} value - * @return {!proto.io.bisq.protobuffer.TradeCurrency} returns this + * @param {?proto.io.haveno.protobuffer.CryptoCurrency|undefined} value + * @return {!proto.io.haveno.protobuffer.TradeCurrency} returns this */ -proto.io.bisq.protobuffer.TradeCurrency.prototype.setCryptoCurrency = function(value) { - return jspb.Message.setOneofWrapperField(this, 3, proto.io.bisq.protobuffer.TradeCurrency.oneofGroups_[0], value); +proto.io.haveno.protobuffer.TradeCurrency.prototype.setCryptoCurrency = function(value) { + return jspb.Message.setOneofWrapperField(this, 3, proto.io.haveno.protobuffer.TradeCurrency.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.TradeCurrency} returns this + * @return {!proto.io.haveno.protobuffer.TradeCurrency} returns this */ -proto.io.bisq.protobuffer.TradeCurrency.prototype.clearCryptoCurrency = function() { +proto.io.haveno.protobuffer.TradeCurrency.prototype.clearCryptoCurrency = function() { return this.setCryptoCurrency(undefined); }; @@ -64482,35 +59011,35 @@ proto.io.bisq.protobuffer.TradeCurrency.prototype.clearCryptoCurrency = function * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.TradeCurrency.prototype.hasCryptoCurrency = function() { +proto.io.haveno.protobuffer.TradeCurrency.prototype.hasCryptoCurrency = function() { return jspb.Message.getField(this, 3) != null; }; /** * optional FiatCurrency fiat_currency = 4; - * @return {?proto.io.bisq.protobuffer.FiatCurrency} + * @return {?proto.io.haveno.protobuffer.FiatCurrency} */ -proto.io.bisq.protobuffer.TradeCurrency.prototype.getFiatCurrency = function() { - return /** @type{?proto.io.bisq.protobuffer.FiatCurrency} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.FiatCurrency, 4)); +proto.io.haveno.protobuffer.TradeCurrency.prototype.getFiatCurrency = function() { + return /** @type{?proto.io.haveno.protobuffer.FiatCurrency} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.FiatCurrency, 4)); }; /** - * @param {?proto.io.bisq.protobuffer.FiatCurrency|undefined} value - * @return {!proto.io.bisq.protobuffer.TradeCurrency} returns this + * @param {?proto.io.haveno.protobuffer.FiatCurrency|undefined} value + * @return {!proto.io.haveno.protobuffer.TradeCurrency} returns this */ -proto.io.bisq.protobuffer.TradeCurrency.prototype.setFiatCurrency = function(value) { - return jspb.Message.setOneofWrapperField(this, 4, proto.io.bisq.protobuffer.TradeCurrency.oneofGroups_[0], value); +proto.io.haveno.protobuffer.TradeCurrency.prototype.setFiatCurrency = function(value) { + return jspb.Message.setOneofWrapperField(this, 4, proto.io.haveno.protobuffer.TradeCurrency.oneofGroups_[0], value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.TradeCurrency} returns this + * @return {!proto.io.haveno.protobuffer.TradeCurrency} returns this */ -proto.io.bisq.protobuffer.TradeCurrency.prototype.clearFiatCurrency = function() { +proto.io.haveno.protobuffer.TradeCurrency.prototype.clearFiatCurrency = function() { return this.setFiatCurrency(undefined); }; @@ -64519,7 +59048,7 @@ proto.io.bisq.protobuffer.TradeCurrency.prototype.clearFiatCurrency = function() * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.TradeCurrency.prototype.hasFiatCurrency = function() { +proto.io.haveno.protobuffer.TradeCurrency.prototype.hasFiatCurrency = function() { return jspb.Message.getField(this, 4) != null; }; @@ -64540,8 +59069,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.CryptoCurrency.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.CryptoCurrency.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.CryptoCurrency.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.CryptoCurrency.toObject(opt_includeInstance, this); }; @@ -64550,11 +59079,11 @@ proto.io.bisq.protobuffer.CryptoCurrency.prototype.toObject = function(opt_inclu * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.CryptoCurrency} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.CryptoCurrency} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CryptoCurrency.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.CryptoCurrency.toObject = function(includeInstance, msg) { var f, obj = { isAsset: jspb.Message.getBooleanFieldWithDefault(msg, 1, false) }; @@ -64570,23 +59099,23 @@ proto.io.bisq.protobuffer.CryptoCurrency.toObject = function(includeInstance, ms /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.CryptoCurrency} + * @return {!proto.io.haveno.protobuffer.CryptoCurrency} */ -proto.io.bisq.protobuffer.CryptoCurrency.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.CryptoCurrency.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.CryptoCurrency; - return proto.io.bisq.protobuffer.CryptoCurrency.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.CryptoCurrency; + return proto.io.haveno.protobuffer.CryptoCurrency.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.CryptoCurrency} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.CryptoCurrency} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.CryptoCurrency} + * @return {!proto.io.haveno.protobuffer.CryptoCurrency} */ -proto.io.bisq.protobuffer.CryptoCurrency.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.CryptoCurrency.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -64610,9 +59139,9 @@ proto.io.bisq.protobuffer.CryptoCurrency.deserializeBinaryFromReader = function( * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.CryptoCurrency.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.CryptoCurrency.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.CryptoCurrency.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.CryptoCurrency.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -64620,11 +59149,11 @@ proto.io.bisq.protobuffer.CryptoCurrency.prototype.serializeBinary = function() /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.CryptoCurrency} message + * @param {!proto.io.haveno.protobuffer.CryptoCurrency} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.CryptoCurrency.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.CryptoCurrency.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getIsAsset(); if (f) { @@ -64640,16 +59169,16 @@ proto.io.bisq.protobuffer.CryptoCurrency.serializeBinaryToWriter = function(mess * optional bool is_asset = 1; * @return {boolean} */ -proto.io.bisq.protobuffer.CryptoCurrency.prototype.getIsAsset = function() { +proto.io.haveno.protobuffer.CryptoCurrency.prototype.getIsAsset = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.CryptoCurrency} returns this + * @return {!proto.io.haveno.protobuffer.CryptoCurrency} returns this */ -proto.io.bisq.protobuffer.CryptoCurrency.prototype.setIsAsset = function(value) { +proto.io.haveno.protobuffer.CryptoCurrency.prototype.setIsAsset = function(value) { return jspb.Message.setProto3BooleanField(this, 1, value); }; @@ -64670,8 +59199,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.FiatCurrency.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.FiatCurrency.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.FiatCurrency.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.FiatCurrency.toObject(opt_includeInstance, this); }; @@ -64680,13 +59209,13 @@ proto.io.bisq.protobuffer.FiatCurrency.prototype.toObject = function(opt_include * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.FiatCurrency} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.FiatCurrency} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.FiatCurrency.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.FiatCurrency.toObject = function(includeInstance, msg) { var f, obj = { - currency: (f = msg.getCurrency()) && proto.io.bisq.protobuffer.Currency.toObject(includeInstance, f) + currency: (f = msg.getCurrency()) && proto.io.haveno.protobuffer.Currency.toObject(includeInstance, f) }; if (includeInstance) { @@ -64700,23 +59229,23 @@ proto.io.bisq.protobuffer.FiatCurrency.toObject = function(includeInstance, msg) /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.FiatCurrency} + * @return {!proto.io.haveno.protobuffer.FiatCurrency} */ -proto.io.bisq.protobuffer.FiatCurrency.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.FiatCurrency.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.FiatCurrency; - return proto.io.bisq.protobuffer.FiatCurrency.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.FiatCurrency; + return proto.io.haveno.protobuffer.FiatCurrency.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.FiatCurrency} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.FiatCurrency} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.FiatCurrency} + * @return {!proto.io.haveno.protobuffer.FiatCurrency} */ -proto.io.bisq.protobuffer.FiatCurrency.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.FiatCurrency.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -64724,8 +59253,8 @@ proto.io.bisq.protobuffer.FiatCurrency.deserializeBinaryFromReader = function(ms var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.Currency; - reader.readMessage(value,proto.io.bisq.protobuffer.Currency.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Currency; + reader.readMessage(value,proto.io.haveno.protobuffer.Currency.deserializeBinaryFromReader); msg.setCurrency(value); break; default: @@ -64741,9 +59270,9 @@ proto.io.bisq.protobuffer.FiatCurrency.deserializeBinaryFromReader = function(ms * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.FiatCurrency.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.FiatCurrency.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.FiatCurrency.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.FiatCurrency.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -64751,18 +59280,18 @@ proto.io.bisq.protobuffer.FiatCurrency.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.FiatCurrency} message + * @param {!proto.io.haveno.protobuffer.FiatCurrency} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.FiatCurrency.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.FiatCurrency.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCurrency(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.Currency.serializeBinaryToWriter + proto.io.haveno.protobuffer.Currency.serializeBinaryToWriter ); } }; @@ -64770,28 +59299,28 @@ proto.io.bisq.protobuffer.FiatCurrency.serializeBinaryToWriter = function(messag /** * optional Currency currency = 1; - * @return {?proto.io.bisq.protobuffer.Currency} + * @return {?proto.io.haveno.protobuffer.Currency} */ -proto.io.bisq.protobuffer.FiatCurrency.prototype.getCurrency = function() { - return /** @type{?proto.io.bisq.protobuffer.Currency} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Currency, 1)); +proto.io.haveno.protobuffer.FiatCurrency.prototype.getCurrency = function() { + return /** @type{?proto.io.haveno.protobuffer.Currency} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Currency, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.Currency|undefined} value - * @return {!proto.io.bisq.protobuffer.FiatCurrency} returns this + * @param {?proto.io.haveno.protobuffer.Currency|undefined} value + * @return {!proto.io.haveno.protobuffer.FiatCurrency} returns this */ -proto.io.bisq.protobuffer.FiatCurrency.prototype.setCurrency = function(value) { +proto.io.haveno.protobuffer.FiatCurrency.prototype.setCurrency = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.FiatCurrency} returns this + * @return {!proto.io.haveno.protobuffer.FiatCurrency} returns this */ -proto.io.bisq.protobuffer.FiatCurrency.prototype.clearCurrency = function() { +proto.io.haveno.protobuffer.FiatCurrency.prototype.clearCurrency = function() { return this.setCurrency(undefined); }; @@ -64800,7 +59329,7 @@ proto.io.bisq.protobuffer.FiatCurrency.prototype.clearCurrency = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.FiatCurrency.prototype.hasCurrency = function() { +proto.io.haveno.protobuffer.FiatCurrency.prototype.hasCurrency = function() { return jspb.Message.getField(this, 1) != null; }; @@ -64821,8 +59350,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.Country.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Country.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.Country.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Country.toObject(opt_includeInstance, this); }; @@ -64831,15 +59360,15 @@ proto.io.bisq.protobuffer.Country.prototype.toObject = function(opt_includeInsta * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Country} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.Country} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Country.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.Country.toObject = function(includeInstance, msg) { var f, obj = { code: jspb.Message.getFieldWithDefault(msg, 1, ""), name: jspb.Message.getFieldWithDefault(msg, 2, ""), - region: (f = msg.getRegion()) && proto.io.bisq.protobuffer.Region.toObject(includeInstance, f) + region: (f = msg.getRegion()) && proto.io.haveno.protobuffer.Region.toObject(includeInstance, f) }; if (includeInstance) { @@ -64853,23 +59382,23 @@ proto.io.bisq.protobuffer.Country.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Country} + * @return {!proto.io.haveno.protobuffer.Country} */ -proto.io.bisq.protobuffer.Country.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Country.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Country; - return proto.io.bisq.protobuffer.Country.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Country; + return proto.io.haveno.protobuffer.Country.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Country} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Country} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Country} + * @return {!proto.io.haveno.protobuffer.Country} */ -proto.io.bisq.protobuffer.Country.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Country.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -64885,8 +59414,8 @@ proto.io.bisq.protobuffer.Country.deserializeBinaryFromReader = function(msg, re msg.setName(value); break; case 3: - var value = new proto.io.bisq.protobuffer.Region; - reader.readMessage(value,proto.io.bisq.protobuffer.Region.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Region; + reader.readMessage(value,proto.io.haveno.protobuffer.Region.deserializeBinaryFromReader); msg.setRegion(value); break; default: @@ -64902,9 +59431,9 @@ proto.io.bisq.protobuffer.Country.deserializeBinaryFromReader = function(msg, re * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Country.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Country.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Country.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Country.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -64912,11 +59441,11 @@ proto.io.bisq.protobuffer.Country.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Country} message + * @param {!proto.io.haveno.protobuffer.Country} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Country.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Country.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCode(); if (f.length > 0) { @@ -64937,7 +59466,7 @@ proto.io.bisq.protobuffer.Country.serializeBinaryToWriter = function(message, wr writer.writeMessage( 3, f, - proto.io.bisq.protobuffer.Region.serializeBinaryToWriter + proto.io.haveno.protobuffer.Region.serializeBinaryToWriter ); } }; @@ -64947,16 +59476,16 @@ proto.io.bisq.protobuffer.Country.serializeBinaryToWriter = function(message, wr * optional string code = 1; * @return {string} */ -proto.io.bisq.protobuffer.Country.prototype.getCode = function() { +proto.io.haveno.protobuffer.Country.prototype.getCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Country} returns this + * @return {!proto.io.haveno.protobuffer.Country} returns this */ -proto.io.bisq.protobuffer.Country.prototype.setCode = function(value) { +proto.io.haveno.protobuffer.Country.prototype.setCode = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -64965,44 +59494,44 @@ proto.io.bisq.protobuffer.Country.prototype.setCode = function(value) { * optional string name = 2; * @return {string} */ -proto.io.bisq.protobuffer.Country.prototype.getName = function() { +proto.io.haveno.protobuffer.Country.prototype.getName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Country} returns this + * @return {!proto.io.haveno.protobuffer.Country} returns this */ -proto.io.bisq.protobuffer.Country.prototype.setName = function(value) { +proto.io.haveno.protobuffer.Country.prototype.setName = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; /** * optional Region region = 3; - * @return {?proto.io.bisq.protobuffer.Region} + * @return {?proto.io.haveno.protobuffer.Region} */ -proto.io.bisq.protobuffer.Country.prototype.getRegion = function() { - return /** @type{?proto.io.bisq.protobuffer.Region} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.Region, 3)); +proto.io.haveno.protobuffer.Country.prototype.getRegion = function() { + return /** @type{?proto.io.haveno.protobuffer.Region} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.Region, 3)); }; /** - * @param {?proto.io.bisq.protobuffer.Region|undefined} value - * @return {!proto.io.bisq.protobuffer.Country} returns this + * @param {?proto.io.haveno.protobuffer.Region|undefined} value + * @return {!proto.io.haveno.protobuffer.Country} returns this */ -proto.io.bisq.protobuffer.Country.prototype.setRegion = function(value) { +proto.io.haveno.protobuffer.Country.prototype.setRegion = function(value) { return jspb.Message.setWrapperField(this, 3, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.Country} returns this + * @return {!proto.io.haveno.protobuffer.Country} returns this */ -proto.io.bisq.protobuffer.Country.prototype.clearRegion = function() { +proto.io.haveno.protobuffer.Country.prototype.clearRegion = function() { return this.setRegion(undefined); }; @@ -65011,7 +59540,7 @@ proto.io.bisq.protobuffer.Country.prototype.clearRegion = function() { * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.Country.prototype.hasRegion = function() { +proto.io.haveno.protobuffer.Country.prototype.hasRegion = function() { return jspb.Message.getField(this, 3) != null; }; @@ -65032,8 +59561,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.Region.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.Region.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.Region.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.Region.toObject(opt_includeInstance, this); }; @@ -65042,11 +59571,11 @@ proto.io.bisq.protobuffer.Region.prototype.toObject = function(opt_includeInstan * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.Region} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.Region} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Region.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.Region.toObject = function(includeInstance, msg) { var f, obj = { code: jspb.Message.getFieldWithDefault(msg, 1, ""), name: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -65063,23 +59592,23 @@ proto.io.bisq.protobuffer.Region.toObject = function(includeInstance, msg) { /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.Region} + * @return {!proto.io.haveno.protobuffer.Region} */ -proto.io.bisq.protobuffer.Region.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.Region.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.Region; - return proto.io.bisq.protobuffer.Region.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.Region; + return proto.io.haveno.protobuffer.Region.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.Region} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.Region} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.Region} + * @return {!proto.io.haveno.protobuffer.Region} */ -proto.io.bisq.protobuffer.Region.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.Region.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -65107,9 +59636,9 @@ proto.io.bisq.protobuffer.Region.deserializeBinaryFromReader = function(msg, rea * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.Region.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.Region.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.Region.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.Region.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -65117,11 +59646,11 @@ proto.io.bisq.protobuffer.Region.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.Region} message + * @param {!proto.io.haveno.protobuffer.Region} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.Region.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.Region.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCode(); if (f.length > 0) { @@ -65144,16 +59673,16 @@ proto.io.bisq.protobuffer.Region.serializeBinaryToWriter = function(message, wri * optional string code = 1; * @return {string} */ -proto.io.bisq.protobuffer.Region.prototype.getCode = function() { +proto.io.haveno.protobuffer.Region.prototype.getCode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Region} returns this + * @return {!proto.io.haveno.protobuffer.Region} returns this */ -proto.io.bisq.protobuffer.Region.prototype.setCode = function(value) { +proto.io.haveno.protobuffer.Region.prototype.setCode = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -65162,16 +59691,16 @@ proto.io.bisq.protobuffer.Region.prototype.setCode = function(value) { * optional string name = 2; * @return {string} */ -proto.io.bisq.protobuffer.Region.prototype.getName = function() { +proto.io.haveno.protobuffer.Region.prototype.getName = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.Region} returns this + * @return {!proto.io.haveno.protobuffer.Region} returns this */ -proto.io.bisq.protobuffer.Region.prototype.setName = function(value) { +proto.io.haveno.protobuffer.Region.prototype.setName = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -65192,8 +59721,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PriceAlertFilter.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PriceAlertFilter.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PriceAlertFilter.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PriceAlertFilter.toObject(opt_includeInstance, this); }; @@ -65202,11 +59731,11 @@ proto.io.bisq.protobuffer.PriceAlertFilter.prototype.toObject = function(opt_inc * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PriceAlertFilter} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PriceAlertFilter} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PriceAlertFilter.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PriceAlertFilter.toObject = function(includeInstance, msg) { var f, obj = { currencycode: jspb.Message.getFieldWithDefault(msg, 1, ""), high: jspb.Message.getFieldWithDefault(msg, 2, 0), @@ -65224,23 +59753,23 @@ proto.io.bisq.protobuffer.PriceAlertFilter.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PriceAlertFilter} + * @return {!proto.io.haveno.protobuffer.PriceAlertFilter} */ -proto.io.bisq.protobuffer.PriceAlertFilter.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PriceAlertFilter.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PriceAlertFilter; - return proto.io.bisq.protobuffer.PriceAlertFilter.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PriceAlertFilter; + return proto.io.haveno.protobuffer.PriceAlertFilter.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PriceAlertFilter} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PriceAlertFilter} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PriceAlertFilter} + * @return {!proto.io.haveno.protobuffer.PriceAlertFilter} */ -proto.io.bisq.protobuffer.PriceAlertFilter.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PriceAlertFilter.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -65272,9 +59801,9 @@ proto.io.bisq.protobuffer.PriceAlertFilter.deserializeBinaryFromReader = functio * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PriceAlertFilter.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PriceAlertFilter.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PriceAlertFilter.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PriceAlertFilter.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -65282,11 +59811,11 @@ proto.io.bisq.protobuffer.PriceAlertFilter.prototype.serializeBinary = function( /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PriceAlertFilter} message + * @param {!proto.io.haveno.protobuffer.PriceAlertFilter} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PriceAlertFilter.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PriceAlertFilter.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getCurrencycode(); if (f.length > 0) { @@ -65316,16 +59845,16 @@ proto.io.bisq.protobuffer.PriceAlertFilter.serializeBinaryToWriter = function(me * optional string currencyCode = 1; * @return {string} */ -proto.io.bisq.protobuffer.PriceAlertFilter.prototype.getCurrencycode = function() { +proto.io.haveno.protobuffer.PriceAlertFilter.prototype.getCurrencycode = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PriceAlertFilter} returns this + * @return {!proto.io.haveno.protobuffer.PriceAlertFilter} returns this */ -proto.io.bisq.protobuffer.PriceAlertFilter.prototype.setCurrencycode = function(value) { +proto.io.haveno.protobuffer.PriceAlertFilter.prototype.setCurrencycode = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -65334,16 +59863,16 @@ proto.io.bisq.protobuffer.PriceAlertFilter.prototype.setCurrencycode = function( * optional int64 high = 2; * @return {number} */ -proto.io.bisq.protobuffer.PriceAlertFilter.prototype.getHigh = function() { +proto.io.haveno.protobuffer.PriceAlertFilter.prototype.getHigh = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PriceAlertFilter} returns this + * @return {!proto.io.haveno.protobuffer.PriceAlertFilter} returns this */ -proto.io.bisq.protobuffer.PriceAlertFilter.prototype.setHigh = function(value) { +proto.io.haveno.protobuffer.PriceAlertFilter.prototype.setHigh = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -65352,16 +59881,16 @@ proto.io.bisq.protobuffer.PriceAlertFilter.prototype.setHigh = function(value) { * optional int64 low = 3; * @return {number} */ -proto.io.bisq.protobuffer.PriceAlertFilter.prototype.getLow = function() { +proto.io.haveno.protobuffer.PriceAlertFilter.prototype.getLow = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PriceAlertFilter} returns this + * @return {!proto.io.haveno.protobuffer.PriceAlertFilter} returns this */ -proto.io.bisq.protobuffer.PriceAlertFilter.prototype.setLow = function(value) { +proto.io.haveno.protobuffer.PriceAlertFilter.prototype.setLow = function(value) { return jspb.Message.setProto3IntField(this, 3, value); }; @@ -65372,7 +59901,7 @@ proto.io.bisq.protobuffer.PriceAlertFilter.prototype.setLow = function(value) { * @private {!Array} * @const */ -proto.io.bisq.protobuffer.MarketAlertFilter.repeatedFields_ = [4]; +proto.io.haveno.protobuffer.MarketAlertFilter.repeatedFields_ = [4]; @@ -65389,8 +59918,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MarketAlertFilter.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MarketAlertFilter.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MarketAlertFilter.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MarketAlertFilter.toObject(opt_includeInstance, this); }; @@ -65399,13 +59928,13 @@ proto.io.bisq.protobuffer.MarketAlertFilter.prototype.toObject = function(opt_in * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MarketAlertFilter} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MarketAlertFilter} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketAlertFilter.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MarketAlertFilter.toObject = function(includeInstance, msg) { var f, obj = { - paymentAccount: (f = msg.getPaymentAccount()) && proto.io.bisq.protobuffer.PaymentAccount.toObject(includeInstance, f), + paymentAccount: (f = msg.getPaymentAccount()) && proto.io.haveno.protobuffer.PaymentAccount.toObject(includeInstance, f), triggerValue: jspb.Message.getFieldWithDefault(msg, 2, 0), isBuyOffer: jspb.Message.getBooleanFieldWithDefault(msg, 3, false), alertIdsList: (f = jspb.Message.getRepeatedField(msg, 4)) == null ? undefined : f @@ -65422,23 +59951,23 @@ proto.io.bisq.protobuffer.MarketAlertFilter.toObject = function(includeInstance, /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MarketAlertFilter} + * @return {!proto.io.haveno.protobuffer.MarketAlertFilter} */ -proto.io.bisq.protobuffer.MarketAlertFilter.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MarketAlertFilter.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MarketAlertFilter; - return proto.io.bisq.protobuffer.MarketAlertFilter.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MarketAlertFilter; + return proto.io.haveno.protobuffer.MarketAlertFilter.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MarketAlertFilter} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MarketAlertFilter} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MarketAlertFilter} + * @return {!proto.io.haveno.protobuffer.MarketAlertFilter} */ -proto.io.bisq.protobuffer.MarketAlertFilter.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MarketAlertFilter.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -65446,8 +59975,8 @@ proto.io.bisq.protobuffer.MarketAlertFilter.deserializeBinaryFromReader = functi var field = reader.getFieldNumber(); switch (field) { case 1: - var value = new proto.io.bisq.protobuffer.PaymentAccount; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentAccount.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PaymentAccount; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentAccount.deserializeBinaryFromReader); msg.setPaymentAccount(value); break; case 2: @@ -65475,9 +60004,9 @@ proto.io.bisq.protobuffer.MarketAlertFilter.deserializeBinaryFromReader = functi * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MarketAlertFilter.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MarketAlertFilter.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MarketAlertFilter.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MarketAlertFilter.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -65485,18 +60014,18 @@ proto.io.bisq.protobuffer.MarketAlertFilter.prototype.serializeBinary = function /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MarketAlertFilter} message + * @param {!proto.io.haveno.protobuffer.MarketAlertFilter} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MarketAlertFilter.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MarketAlertFilter.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getPaymentAccount(); if (f != null) { writer.writeMessage( 1, f, - proto.io.bisq.protobuffer.PaymentAccount.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentAccount.serializeBinaryToWriter ); } f = message.getTriggerValue(); @@ -65525,28 +60054,28 @@ proto.io.bisq.protobuffer.MarketAlertFilter.serializeBinaryToWriter = function(m /** * optional PaymentAccount payment_account = 1; - * @return {?proto.io.bisq.protobuffer.PaymentAccount} + * @return {?proto.io.haveno.protobuffer.PaymentAccount} */ -proto.io.bisq.protobuffer.MarketAlertFilter.prototype.getPaymentAccount = function() { - return /** @type{?proto.io.bisq.protobuffer.PaymentAccount} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.PaymentAccount, 1)); +proto.io.haveno.protobuffer.MarketAlertFilter.prototype.getPaymentAccount = function() { + return /** @type{?proto.io.haveno.protobuffer.PaymentAccount} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.PaymentAccount, 1)); }; /** - * @param {?proto.io.bisq.protobuffer.PaymentAccount|undefined} value - * @return {!proto.io.bisq.protobuffer.MarketAlertFilter} returns this + * @param {?proto.io.haveno.protobuffer.PaymentAccount|undefined} value + * @return {!proto.io.haveno.protobuffer.MarketAlertFilter} returns this */ -proto.io.bisq.protobuffer.MarketAlertFilter.prototype.setPaymentAccount = function(value) { +proto.io.haveno.protobuffer.MarketAlertFilter.prototype.setPaymentAccount = function(value) { return jspb.Message.setWrapperField(this, 1, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.MarketAlertFilter} returns this + * @return {!proto.io.haveno.protobuffer.MarketAlertFilter} returns this */ -proto.io.bisq.protobuffer.MarketAlertFilter.prototype.clearPaymentAccount = function() { +proto.io.haveno.protobuffer.MarketAlertFilter.prototype.clearPaymentAccount = function() { return this.setPaymentAccount(undefined); }; @@ -65555,7 +60084,7 @@ proto.io.bisq.protobuffer.MarketAlertFilter.prototype.clearPaymentAccount = func * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.MarketAlertFilter.prototype.hasPaymentAccount = function() { +proto.io.haveno.protobuffer.MarketAlertFilter.prototype.hasPaymentAccount = function() { return jspb.Message.getField(this, 1) != null; }; @@ -65564,16 +60093,16 @@ proto.io.bisq.protobuffer.MarketAlertFilter.prototype.hasPaymentAccount = functi * optional int32 trigger_value = 2; * @return {number} */ -proto.io.bisq.protobuffer.MarketAlertFilter.prototype.getTriggerValue = function() { +proto.io.haveno.protobuffer.MarketAlertFilter.prototype.getTriggerValue = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.MarketAlertFilter} returns this + * @return {!proto.io.haveno.protobuffer.MarketAlertFilter} returns this */ -proto.io.bisq.protobuffer.MarketAlertFilter.prototype.setTriggerValue = function(value) { +proto.io.haveno.protobuffer.MarketAlertFilter.prototype.setTriggerValue = function(value) { return jspb.Message.setProto3IntField(this, 2, value); }; @@ -65582,16 +60111,16 @@ proto.io.bisq.protobuffer.MarketAlertFilter.prototype.setTriggerValue = function * optional bool is_buy_offer = 3; * @return {boolean} */ -proto.io.bisq.protobuffer.MarketAlertFilter.prototype.getIsBuyOffer = function() { +proto.io.haveno.protobuffer.MarketAlertFilter.prototype.getIsBuyOffer = function() { return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 3, false)); }; /** * @param {boolean} value - * @return {!proto.io.bisq.protobuffer.MarketAlertFilter} returns this + * @return {!proto.io.haveno.protobuffer.MarketAlertFilter} returns this */ -proto.io.bisq.protobuffer.MarketAlertFilter.prototype.setIsBuyOffer = function(value) { +proto.io.haveno.protobuffer.MarketAlertFilter.prototype.setIsBuyOffer = function(value) { return jspb.Message.setProto3BooleanField(this, 3, value); }; @@ -65600,16 +60129,16 @@ proto.io.bisq.protobuffer.MarketAlertFilter.prototype.setIsBuyOffer = function(v * repeated string alert_ids = 4; * @return {!Array} */ -proto.io.bisq.protobuffer.MarketAlertFilter.prototype.getAlertIdsList = function() { +proto.io.haveno.protobuffer.MarketAlertFilter.prototype.getAlertIdsList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 4)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.MarketAlertFilter} returns this + * @return {!proto.io.haveno.protobuffer.MarketAlertFilter} returns this */ -proto.io.bisq.protobuffer.MarketAlertFilter.prototype.setAlertIdsList = function(value) { +proto.io.haveno.protobuffer.MarketAlertFilter.prototype.setAlertIdsList = function(value) { return jspb.Message.setField(this, 4, value || []); }; @@ -65617,18 +60146,18 @@ proto.io.bisq.protobuffer.MarketAlertFilter.prototype.setAlertIdsList = function /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.MarketAlertFilter} returns this + * @return {!proto.io.haveno.protobuffer.MarketAlertFilter} returns this */ -proto.io.bisq.protobuffer.MarketAlertFilter.prototype.addAlertIds = function(value, opt_index) { +proto.io.haveno.protobuffer.MarketAlertFilter.prototype.addAlertIds = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 4, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.MarketAlertFilter} returns this + * @return {!proto.io.haveno.protobuffer.MarketAlertFilter} returns this */ -proto.io.bisq.protobuffer.MarketAlertFilter.prototype.clearAlertIdsList = function() { +proto.io.haveno.protobuffer.MarketAlertFilter.prototype.clearAlertIdsList = function() { return this.setAlertIdsList([]); }; @@ -65649,8 +60178,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MockMailboxPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MockMailboxPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MockMailboxPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MockMailboxPayload.toObject(opt_includeInstance, this); }; @@ -65659,14 +60188,14 @@ proto.io.bisq.protobuffer.MockMailboxPayload.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MockMailboxPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MockMailboxPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MockMailboxPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MockMailboxPayload.toObject = function(includeInstance, msg) { var f, obj = { message: jspb.Message.getFieldWithDefault(msg, 1, ""), - senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.bisq.protobuffer.NodeAddress.toObject(includeInstance, f), + senderNodeAddress: (f = msg.getSenderNodeAddress()) && proto.io.haveno.protobuffer.NodeAddress.toObject(includeInstance, f), uid: jspb.Message.getFieldWithDefault(msg, 3, "") }; @@ -65681,23 +60210,23 @@ proto.io.bisq.protobuffer.MockMailboxPayload.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MockMailboxPayload} + * @return {!proto.io.haveno.protobuffer.MockMailboxPayload} */ -proto.io.bisq.protobuffer.MockMailboxPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MockMailboxPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MockMailboxPayload; - return proto.io.bisq.protobuffer.MockMailboxPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MockMailboxPayload; + return proto.io.haveno.protobuffer.MockMailboxPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MockMailboxPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MockMailboxPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MockMailboxPayload} + * @return {!proto.io.haveno.protobuffer.MockMailboxPayload} */ -proto.io.bisq.protobuffer.MockMailboxPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MockMailboxPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -65709,8 +60238,8 @@ proto.io.bisq.protobuffer.MockMailboxPayload.deserializeBinaryFromReader = funct msg.setMessage(value); break; case 2: - var value = new proto.io.bisq.protobuffer.NodeAddress; - reader.readMessage(value,proto.io.bisq.protobuffer.NodeAddress.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.NodeAddress; + reader.readMessage(value,proto.io.haveno.protobuffer.NodeAddress.deserializeBinaryFromReader); msg.setSenderNodeAddress(value); break; case 3: @@ -65730,9 +60259,9 @@ proto.io.bisq.protobuffer.MockMailboxPayload.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MockMailboxPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MockMailboxPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MockMailboxPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MockMailboxPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -65740,11 +60269,11 @@ proto.io.bisq.protobuffer.MockMailboxPayload.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MockMailboxPayload} message + * @param {!proto.io.haveno.protobuffer.MockMailboxPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MockMailboxPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MockMailboxPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMessage(); if (f.length > 0) { @@ -65758,7 +60287,7 @@ proto.io.bisq.protobuffer.MockMailboxPayload.serializeBinaryToWriter = function( writer.writeMessage( 2, f, - proto.io.bisq.protobuffer.NodeAddress.serializeBinaryToWriter + proto.io.haveno.protobuffer.NodeAddress.serializeBinaryToWriter ); } f = message.getUid(); @@ -65775,44 +60304,44 @@ proto.io.bisq.protobuffer.MockMailboxPayload.serializeBinaryToWriter = function( * optional string message = 1; * @return {string} */ -proto.io.bisq.protobuffer.MockMailboxPayload.prototype.getMessage = function() { +proto.io.haveno.protobuffer.MockMailboxPayload.prototype.getMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MockMailboxPayload} returns this + * @return {!proto.io.haveno.protobuffer.MockMailboxPayload} returns this */ -proto.io.bisq.protobuffer.MockMailboxPayload.prototype.setMessage = function(value) { +proto.io.haveno.protobuffer.MockMailboxPayload.prototype.setMessage = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; /** * optional NodeAddress sender_node_address = 2; - * @return {?proto.io.bisq.protobuffer.NodeAddress} + * @return {?proto.io.haveno.protobuffer.NodeAddress} */ -proto.io.bisq.protobuffer.MockMailboxPayload.prototype.getSenderNodeAddress = function() { - return /** @type{?proto.io.bisq.protobuffer.NodeAddress} */ ( - jspb.Message.getWrapperField(this, proto.io.bisq.protobuffer.NodeAddress, 2)); +proto.io.haveno.protobuffer.MockMailboxPayload.prototype.getSenderNodeAddress = function() { + return /** @type{?proto.io.haveno.protobuffer.NodeAddress} */ ( + jspb.Message.getWrapperField(this, proto.io.haveno.protobuffer.NodeAddress, 2)); }; /** - * @param {?proto.io.bisq.protobuffer.NodeAddress|undefined} value - * @return {!proto.io.bisq.protobuffer.MockMailboxPayload} returns this + * @param {?proto.io.haveno.protobuffer.NodeAddress|undefined} value + * @return {!proto.io.haveno.protobuffer.MockMailboxPayload} returns this */ -proto.io.bisq.protobuffer.MockMailboxPayload.prototype.setSenderNodeAddress = function(value) { +proto.io.haveno.protobuffer.MockMailboxPayload.prototype.setSenderNodeAddress = function(value) { return jspb.Message.setWrapperField(this, 2, value); }; /** * Clears the message field making it undefined. - * @return {!proto.io.bisq.protobuffer.MockMailboxPayload} returns this + * @return {!proto.io.haveno.protobuffer.MockMailboxPayload} returns this */ -proto.io.bisq.protobuffer.MockMailboxPayload.prototype.clearSenderNodeAddress = function() { +proto.io.haveno.protobuffer.MockMailboxPayload.prototype.clearSenderNodeAddress = function() { return this.setSenderNodeAddress(undefined); }; @@ -65821,7 +60350,7 @@ proto.io.bisq.protobuffer.MockMailboxPayload.prototype.clearSenderNodeAddress = * Returns whether this field is set. * @return {boolean} */ -proto.io.bisq.protobuffer.MockMailboxPayload.prototype.hasSenderNodeAddress = function() { +proto.io.haveno.protobuffer.MockMailboxPayload.prototype.hasSenderNodeAddress = function() { return jspb.Message.getField(this, 2) != null; }; @@ -65830,16 +60359,16 @@ proto.io.bisq.protobuffer.MockMailboxPayload.prototype.hasSenderNodeAddress = fu * optional string uid = 3; * @return {string} */ -proto.io.bisq.protobuffer.MockMailboxPayload.prototype.getUid = function() { +proto.io.haveno.protobuffer.MockMailboxPayload.prototype.getUid = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MockMailboxPayload} returns this + * @return {!proto.io.haveno.protobuffer.MockMailboxPayload} returns this */ -proto.io.bisq.protobuffer.MockMailboxPayload.prototype.setUid = function(value) { +proto.io.haveno.protobuffer.MockMailboxPayload.prototype.setUid = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -65860,8 +60389,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.MockPayload.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.MockPayload.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.MockPayload.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.MockPayload.toObject(opt_includeInstance, this); }; @@ -65870,11 +60399,11 @@ proto.io.bisq.protobuffer.MockPayload.prototype.toObject = function(opt_includeI * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.MockPayload} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.MockPayload} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MockPayload.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.MockPayload.toObject = function(includeInstance, msg) { var f, obj = { messageVersion: jspb.Message.getFieldWithDefault(msg, 1, ""), message: jspb.Message.getFieldWithDefault(msg, 2, "") @@ -65891,23 +60420,23 @@ proto.io.bisq.protobuffer.MockPayload.toObject = function(includeInstance, msg) /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.MockPayload} + * @return {!proto.io.haveno.protobuffer.MockPayload} */ -proto.io.bisq.protobuffer.MockPayload.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.MockPayload.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.MockPayload; - return proto.io.bisq.protobuffer.MockPayload.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.MockPayload; + return proto.io.haveno.protobuffer.MockPayload.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.MockPayload} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.MockPayload} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.MockPayload} + * @return {!proto.io.haveno.protobuffer.MockPayload} */ -proto.io.bisq.protobuffer.MockPayload.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.MockPayload.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -65935,9 +60464,9 @@ proto.io.bisq.protobuffer.MockPayload.deserializeBinaryFromReader = function(msg * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.MockPayload.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.MockPayload.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.MockPayload.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.MockPayload.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -65945,11 +60474,11 @@ proto.io.bisq.protobuffer.MockPayload.prototype.serializeBinary = function() { /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.MockPayload} message + * @param {!proto.io.haveno.protobuffer.MockPayload} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.MockPayload.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.MockPayload.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getMessageVersion(); if (f.length > 0) { @@ -65972,16 +60501,16 @@ proto.io.bisq.protobuffer.MockPayload.serializeBinaryToWriter = function(message * optional string message_version = 1; * @return {string} */ -proto.io.bisq.protobuffer.MockPayload.prototype.getMessageVersion = function() { +proto.io.haveno.protobuffer.MockPayload.prototype.getMessageVersion = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MockPayload} returns this + * @return {!proto.io.haveno.protobuffer.MockPayload} returns this */ -proto.io.bisq.protobuffer.MockPayload.prototype.setMessageVersion = function(value) { +proto.io.haveno.protobuffer.MockPayload.prototype.setMessageVersion = function(value) { return jspb.Message.setProto3StringField(this, 1, value); }; @@ -65990,16 +60519,16 @@ proto.io.bisq.protobuffer.MockPayload.prototype.setMessageVersion = function(val * optional string message = 2; * @return {string} */ -proto.io.bisq.protobuffer.MockPayload.prototype.getMessage = function() { +proto.io.haveno.protobuffer.MockPayload.prototype.getMessage = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.MockPayload} returns this + * @return {!proto.io.haveno.protobuffer.MockPayload} returns this */ -proto.io.bisq.protobuffer.MockPayload.prototype.setMessage = function(value) { +proto.io.haveno.protobuffer.MockPayload.prototype.setMessage = function(value) { return jspb.Message.setProto3StringField(this, 2, value); }; @@ -66010,7 +60539,7 @@ proto.io.bisq.protobuffer.MockPayload.prototype.setMessage = function(value) { * @private {!Array} * @const */ -proto.io.bisq.protobuffer.PaymentAccountForm.repeatedFields_ = [2]; +proto.io.haveno.protobuffer.PaymentAccountForm.repeatedFields_ = [2]; @@ -66027,8 +60556,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PaymentAccountForm.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PaymentAccountForm.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PaymentAccountForm.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PaymentAccountForm.toObject(opt_includeInstance, this); }; @@ -66037,15 +60566,15 @@ proto.io.bisq.protobuffer.PaymentAccountForm.prototype.toObject = function(opt_i * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PaymentAccountForm} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PaymentAccountForm} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentAccountForm.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PaymentAccountForm.toObject = function(includeInstance, msg) { var f, obj = { id: jspb.Message.getFieldWithDefault(msg, 1, 0), fieldsList: jspb.Message.toObjectList(msg.getFieldsList(), - proto.io.bisq.protobuffer.PaymentAccountFormField.toObject, includeInstance) + proto.io.haveno.protobuffer.PaymentAccountFormField.toObject, includeInstance) }; if (includeInstance) { @@ -66059,23 +60588,23 @@ proto.io.bisq.protobuffer.PaymentAccountForm.toObject = function(includeInstance /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PaymentAccountForm} + * @return {!proto.io.haveno.protobuffer.PaymentAccountForm} */ -proto.io.bisq.protobuffer.PaymentAccountForm.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PaymentAccountForm.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PaymentAccountForm; - return proto.io.bisq.protobuffer.PaymentAccountForm.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PaymentAccountForm; + return proto.io.haveno.protobuffer.PaymentAccountForm.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PaymentAccountForm} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PaymentAccountForm} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PaymentAccountForm} + * @return {!proto.io.haveno.protobuffer.PaymentAccountForm} */ -proto.io.bisq.protobuffer.PaymentAccountForm.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PaymentAccountForm.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -66083,12 +60612,12 @@ proto.io.bisq.protobuffer.PaymentAccountForm.deserializeBinaryFromReader = funct var field = reader.getFieldNumber(); switch (field) { case 1: - var value = /** @type {!proto.io.bisq.protobuffer.PaymentAccountForm.FormId} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.PaymentAccountForm.FormId} */ (reader.readEnum()); msg.setId(value); break; case 2: - var value = new proto.io.bisq.protobuffer.PaymentAccountFormField; - reader.readMessage(value,proto.io.bisq.protobuffer.PaymentAccountFormField.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.PaymentAccountFormField; + reader.readMessage(value,proto.io.haveno.protobuffer.PaymentAccountFormField.deserializeBinaryFromReader); msg.addFields(value); break; default: @@ -66104,9 +60633,9 @@ proto.io.bisq.protobuffer.PaymentAccountForm.deserializeBinaryFromReader = funct * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PaymentAccountForm.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PaymentAccountForm.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PaymentAccountForm.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PaymentAccountForm.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -66114,11 +60643,11 @@ proto.io.bisq.protobuffer.PaymentAccountForm.prototype.serializeBinary = functio /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PaymentAccountForm} message + * @param {!proto.io.haveno.protobuffer.PaymentAccountForm} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentAccountForm.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PaymentAccountForm.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getId(); if (f !== 0.0) { @@ -66132,7 +60661,7 @@ proto.io.bisq.protobuffer.PaymentAccountForm.serializeBinaryToWriter = function( writer.writeRepeatedMessage( 2, f, - proto.io.bisq.protobuffer.PaymentAccountFormField.serializeBinaryToWriter + proto.io.haveno.protobuffer.PaymentAccountFormField.serializeBinaryToWriter ); } }; @@ -66141,13 +60670,13 @@ proto.io.bisq.protobuffer.PaymentAccountForm.serializeBinaryToWriter = function( /** * @enum {number} */ -proto.io.bisq.protobuffer.PaymentAccountForm.FormId = { +proto.io.haveno.protobuffer.PaymentAccountForm.FormId = { BLOCK_CHAINS: 0, REVOLUT: 1, SEPA: 2, SEPA_INSTANT: 3, TRANSFERWISE: 4, - CLEAR_X_CHANGE: 5, + ZELLE: 5, SWIFT: 6, F2F: 7, STRIKE: 8, @@ -66159,56 +60688,56 @@ proto.io.bisq.protobuffer.PaymentAccountForm.FormId = { /** * optional FormId id = 1; - * @return {!proto.io.bisq.protobuffer.PaymentAccountForm.FormId} + * @return {!proto.io.haveno.protobuffer.PaymentAccountForm.FormId} */ -proto.io.bisq.protobuffer.PaymentAccountForm.prototype.getId = function() { - return /** @type {!proto.io.bisq.protobuffer.PaymentAccountForm.FormId} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); +proto.io.haveno.protobuffer.PaymentAccountForm.prototype.getId = function() { + return /** @type {!proto.io.haveno.protobuffer.PaymentAccountForm.FormId} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.PaymentAccountForm.FormId} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountForm} returns this + * @param {!proto.io.haveno.protobuffer.PaymentAccountForm.FormId} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountForm} returns this */ -proto.io.bisq.protobuffer.PaymentAccountForm.prototype.setId = function(value) { +proto.io.haveno.protobuffer.PaymentAccountForm.prototype.setId = function(value) { return jspb.Message.setProto3EnumField(this, 1, value); }; /** * repeated PaymentAccountFormField fields = 2; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.PaymentAccountForm.prototype.getFieldsList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.PaymentAccountFormField, 2)); +proto.io.haveno.protobuffer.PaymentAccountForm.prototype.getFieldsList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.PaymentAccountFormField, 2)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountForm} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountForm} returns this */ -proto.io.bisq.protobuffer.PaymentAccountForm.prototype.setFieldsList = function(value) { +proto.io.haveno.protobuffer.PaymentAccountForm.prototype.setFieldsList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 2, value); }; /** - * @param {!proto.io.bisq.protobuffer.PaymentAccountFormField=} opt_value + * @param {!proto.io.haveno.protobuffer.PaymentAccountFormField=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} */ -proto.io.bisq.protobuffer.PaymentAccountForm.prototype.addFields = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.io.bisq.protobuffer.PaymentAccountFormField, opt_index); +proto.io.haveno.protobuffer.PaymentAccountForm.prototype.addFields = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.io.haveno.protobuffer.PaymentAccountFormField, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PaymentAccountForm} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountForm} returns this */ -proto.io.bisq.protobuffer.PaymentAccountForm.prototype.clearFieldsList = function() { +proto.io.haveno.protobuffer.PaymentAccountForm.prototype.clearFieldsList = function() { return this.setFieldsList([]); }; @@ -66219,7 +60748,7 @@ proto.io.bisq.protobuffer.PaymentAccountForm.prototype.clearFieldsList = functio * @private {!Array} * @const */ -proto.io.bisq.protobuffer.PaymentAccountFormField.repeatedFields_ = [8,9,10,11,12]; +proto.io.haveno.protobuffer.PaymentAccountFormField.repeatedFields_ = [8,9,10,11,12]; @@ -66236,8 +60765,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) { * http://goto/soy-param-migration * @return {!Object} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.toObject = function(opt_includeInstance) { - return proto.io.bisq.protobuffer.PaymentAccountFormField.toObject(opt_includeInstance, this); +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.toObject = function(opt_includeInstance) { + return proto.io.haveno.protobuffer.PaymentAccountFormField.toObject(opt_includeInstance, this); }; @@ -66246,11 +60775,11 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.toObject = function( * @param {boolean|undefined} includeInstance Deprecated. Whether to include * the JSPB instance for transitional soy proto support: * http://goto/soy-param-migration - * @param {!proto.io.bisq.protobuffer.PaymentAccountFormField} msg The msg instance to transform. + * @param {!proto.io.haveno.protobuffer.PaymentAccountFormField} msg The msg instance to transform. * @return {!Object} * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentAccountFormField.toObject = function(includeInstance, msg) { +proto.io.haveno.protobuffer.PaymentAccountFormField.toObject = function(includeInstance, msg) { var f, obj = { id: jspb.Message.getFieldWithDefault(msg, 1, 0), component: jspb.Message.getFieldWithDefault(msg, 2, 0), @@ -66260,13 +60789,13 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.toObject = function(includeIns minlength: jspb.Message.getFieldWithDefault(msg, 6, 0), maxlength: jspb.Message.getFieldWithDefault(msg, 7, 0), supportedCurrenciesList: jspb.Message.toObjectList(msg.getSupportedCurrenciesList(), - proto.io.bisq.protobuffer.TradeCurrency.toObject, includeInstance), + proto.io.haveno.protobuffer.TradeCurrency.toObject, includeInstance), supportedCountriesList: jspb.Message.toObjectList(msg.getSupportedCountriesList(), - proto.io.bisq.protobuffer.Country.toObject, includeInstance), + proto.io.haveno.protobuffer.Country.toObject, includeInstance), supportedSepaEuroCountriesList: jspb.Message.toObjectList(msg.getSupportedSepaEuroCountriesList(), - proto.io.bisq.protobuffer.Country.toObject, includeInstance), + proto.io.haveno.protobuffer.Country.toObject, includeInstance), supportedSepaNonEuroCountriesList: jspb.Message.toObjectList(msg.getSupportedSepaNonEuroCountriesList(), - proto.io.bisq.protobuffer.Country.toObject, includeInstance), + proto.io.haveno.protobuffer.Country.toObject, includeInstance), requiredForCountriesList: (f = jspb.Message.getRepeatedField(msg, 12)) == null ? undefined : f }; @@ -66281,23 +60810,23 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.toObject = function(includeIns /** * Deserializes binary data (in protobuf wire format). * @param {jspb.ByteSource} bytes The bytes to deserialize. - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.deserializeBinary = function(bytes) { +proto.io.haveno.protobuffer.PaymentAccountFormField.deserializeBinary = function(bytes) { var reader = new jspb.BinaryReader(bytes); - var msg = new proto.io.bisq.protobuffer.PaymentAccountFormField; - return proto.io.bisq.protobuffer.PaymentAccountFormField.deserializeBinaryFromReader(msg, reader); + var msg = new proto.io.haveno.protobuffer.PaymentAccountFormField; + return proto.io.haveno.protobuffer.PaymentAccountFormField.deserializeBinaryFromReader(msg, reader); }; /** * Deserializes binary data (in protobuf wire format) from the * given reader into the given message object. - * @param {!proto.io.bisq.protobuffer.PaymentAccountFormField} msg The message object to deserialize into. + * @param {!proto.io.haveno.protobuffer.PaymentAccountFormField} msg The message object to deserialize into. * @param {!jspb.BinaryReader} reader The BinaryReader to use. - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.deserializeBinaryFromReader = function(msg, reader) { +proto.io.haveno.protobuffer.PaymentAccountFormField.deserializeBinaryFromReader = function(msg, reader) { while (reader.nextField()) { if (reader.isEndGroup()) { break; @@ -66305,11 +60834,11 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.deserializeBinaryFromReader = var field = reader.getFieldNumber(); switch (field) { case 1: - var value = /** @type {!proto.io.bisq.protobuffer.PaymentAccountFormField.FieldId} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.PaymentAccountFormField.FieldId} */ (reader.readEnum()); msg.setId(value); break; case 2: - var value = /** @type {!proto.io.bisq.protobuffer.PaymentAccountFormField.Component} */ (reader.readEnum()); + var value = /** @type {!proto.io.haveno.protobuffer.PaymentAccountFormField.Component} */ (reader.readEnum()); msg.setComponent(value); break; case 3: @@ -66333,23 +60862,23 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.deserializeBinaryFromReader = msg.setMaxlength(value); break; case 8: - var value = new proto.io.bisq.protobuffer.TradeCurrency; - reader.readMessage(value,proto.io.bisq.protobuffer.TradeCurrency.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.TradeCurrency; + reader.readMessage(value,proto.io.haveno.protobuffer.TradeCurrency.deserializeBinaryFromReader); msg.addSupportedCurrencies(value); break; case 9: - var value = new proto.io.bisq.protobuffer.Country; - reader.readMessage(value,proto.io.bisq.protobuffer.Country.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Country; + reader.readMessage(value,proto.io.haveno.protobuffer.Country.deserializeBinaryFromReader); msg.addSupportedCountries(value); break; case 10: - var value = new proto.io.bisq.protobuffer.Country; - reader.readMessage(value,proto.io.bisq.protobuffer.Country.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Country; + reader.readMessage(value,proto.io.haveno.protobuffer.Country.deserializeBinaryFromReader); msg.addSupportedSepaEuroCountries(value); break; case 11: - var value = new proto.io.bisq.protobuffer.Country; - reader.readMessage(value,proto.io.bisq.protobuffer.Country.deserializeBinaryFromReader); + var value = new proto.io.haveno.protobuffer.Country; + reader.readMessage(value,proto.io.haveno.protobuffer.Country.deserializeBinaryFromReader); msg.addSupportedSepaNonEuroCountries(value); break; case 12: @@ -66369,9 +60898,9 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.deserializeBinaryFromReader = * Serializes the message to binary data (in protobuf wire format). * @return {!Uint8Array} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.serializeBinary = function() { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.serializeBinary = function() { var writer = new jspb.BinaryWriter(); - proto.io.bisq.protobuffer.PaymentAccountFormField.serializeBinaryToWriter(this, writer); + proto.io.haveno.protobuffer.PaymentAccountFormField.serializeBinaryToWriter(this, writer); return writer.getResultBuffer(); }; @@ -66379,11 +60908,11 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.serializeBinary = fu /** * Serializes the given message to binary data (in protobuf wire * format), writing to the given BinaryWriter. - * @param {!proto.io.bisq.protobuffer.PaymentAccountFormField} message + * @param {!proto.io.haveno.protobuffer.PaymentAccountFormField} message * @param {!jspb.BinaryWriter} writer * @suppress {unusedLocalVariables} f is only used for nested messages */ -proto.io.bisq.protobuffer.PaymentAccountFormField.serializeBinaryToWriter = function(message, writer) { +proto.io.haveno.protobuffer.PaymentAccountFormField.serializeBinaryToWriter = function(message, writer) { var f = undefined; f = message.getId(); if (f !== 0.0) { @@ -66439,7 +60968,7 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.serializeBinaryToWriter = func writer.writeRepeatedMessage( 8, f, - proto.io.bisq.protobuffer.TradeCurrency.serializeBinaryToWriter + proto.io.haveno.protobuffer.TradeCurrency.serializeBinaryToWriter ); } f = message.getSupportedCountriesList(); @@ -66447,7 +60976,7 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.serializeBinaryToWriter = func writer.writeRepeatedMessage( 9, f, - proto.io.bisq.protobuffer.Country.serializeBinaryToWriter + proto.io.haveno.protobuffer.Country.serializeBinaryToWriter ); } f = message.getSupportedSepaEuroCountriesList(); @@ -66455,7 +60984,7 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.serializeBinaryToWriter = func writer.writeRepeatedMessage( 10, f, - proto.io.bisq.protobuffer.Country.serializeBinaryToWriter + proto.io.haveno.protobuffer.Country.serializeBinaryToWriter ); } f = message.getSupportedSepaNonEuroCountriesList(); @@ -66463,7 +60992,7 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.serializeBinaryToWriter = func writer.writeRepeatedMessage( 11, f, - proto.io.bisq.protobuffer.Country.serializeBinaryToWriter + proto.io.haveno.protobuffer.Country.serializeBinaryToWriter ); } f = message.getRequiredForCountriesList(); @@ -66479,7 +61008,7 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.serializeBinaryToWriter = func /** * @enum {number} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.FieldId = { +proto.io.haveno.protobuffer.PaymentAccountFormField.FieldId = { ADDRESS: 0, ACCEPTED_COUNTRY_CODES: 1, ACCOUNT_ID: 2, @@ -66543,7 +61072,7 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.FieldId = { /** * @enum {number} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.Component = { +proto.io.haveno.protobuffer.PaymentAccountFormField.Component = { TEXT: 0, TEXTAREA: 1, SELECT_ONE: 2, @@ -66552,36 +61081,36 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.Component = { /** * optional FieldId id = 1; - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField.FieldId} + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField.FieldId} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.getId = function() { - return /** @type {!proto.io.bisq.protobuffer.PaymentAccountFormField.FieldId} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.getId = function() { + return /** @type {!proto.io.haveno.protobuffer.PaymentAccountFormField.FieldId} */ (jspb.Message.getFieldWithDefault(this, 1, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.PaymentAccountFormField.FieldId} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @param {!proto.io.haveno.protobuffer.PaymentAccountFormField.FieldId} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setId = function(value) { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.setId = function(value) { return jspb.Message.setProto3EnumField(this, 1, value); }; /** * optional Component component = 2; - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField.Component} + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField.Component} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.getComponent = function() { - return /** @type {!proto.io.bisq.protobuffer.PaymentAccountFormField.Component} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.getComponent = function() { + return /** @type {!proto.io.haveno.protobuffer.PaymentAccountFormField.Component} */ (jspb.Message.getFieldWithDefault(this, 2, 0)); }; /** - * @param {!proto.io.bisq.protobuffer.PaymentAccountFormField.Component} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @param {!proto.io.haveno.protobuffer.PaymentAccountFormField.Component} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setComponent = function(value) { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.setComponent = function(value) { return jspb.Message.setProto3EnumField(this, 2, value); }; @@ -66590,16 +61119,16 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setComponent = funct * optional string type = 3; * @return {string} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.getType = function() { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.getType = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setType = function(value) { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.setType = function(value) { return jspb.Message.setProto3StringField(this, 3, value); }; @@ -66608,16 +61137,16 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setType = function(v * optional string label = 4; * @return {string} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.getLabel = function() { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.getLabel = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setLabel = function(value) { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.setLabel = function(value) { return jspb.Message.setProto3StringField(this, 4, value); }; @@ -66626,16 +61155,16 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setLabel = function( * optional string value = 5; * @return {string} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.getValue = function() { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.getValue = function() { return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, "")); }; /** * @param {string} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setValue = function(value) { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.setValue = function(value) { return jspb.Message.setProto3StringField(this, 5, value); }; @@ -66644,16 +61173,16 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setValue = function( * optional uint32 minLength = 6; * @return {number} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.getMinlength = function() { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.getMinlength = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setMinlength = function(value) { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.setMinlength = function(value) { return jspb.Message.setProto3IntField(this, 6, value); }; @@ -66662,168 +61191,168 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setMinlength = funct * optional uint32 maxLength = 7; * @return {number} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.getMaxlength = function() { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.getMaxlength = function() { return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0)); }; /** * @param {number} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setMaxlength = function(value) { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.setMaxlength = function(value) { return jspb.Message.setProto3IntField(this, 7, value); }; /** * repeated TradeCurrency supported_currencies = 8; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.getSupportedCurrenciesList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.TradeCurrency, 8)); +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.getSupportedCurrenciesList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.TradeCurrency, 8)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setSupportedCurrenciesList = function(value) { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.setSupportedCurrenciesList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 8, value); }; /** - * @param {!proto.io.bisq.protobuffer.TradeCurrency=} opt_value + * @param {!proto.io.haveno.protobuffer.TradeCurrency=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.TradeCurrency} + * @return {!proto.io.haveno.protobuffer.TradeCurrency} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.addSupportedCurrencies = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.io.bisq.protobuffer.TradeCurrency, opt_index); +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.addSupportedCurrencies = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.io.haveno.protobuffer.TradeCurrency, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.clearSupportedCurrenciesList = function() { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.clearSupportedCurrenciesList = function() { return this.setSupportedCurrenciesList([]); }; /** * repeated Country supported_countries = 9; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.getSupportedCountriesList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.Country, 9)); +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.getSupportedCountriesList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.Country, 9)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setSupportedCountriesList = function(value) { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.setSupportedCountriesList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 9, value); }; /** - * @param {!proto.io.bisq.protobuffer.Country=} opt_value + * @param {!proto.io.haveno.protobuffer.Country=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Country} + * @return {!proto.io.haveno.protobuffer.Country} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.addSupportedCountries = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 9, opt_value, proto.io.bisq.protobuffer.Country, opt_index); +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.addSupportedCountries = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 9, opt_value, proto.io.haveno.protobuffer.Country, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.clearSupportedCountriesList = function() { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.clearSupportedCountriesList = function() { return this.setSupportedCountriesList([]); }; /** * repeated Country supported_sepa_euro_countries = 10; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.getSupportedSepaEuroCountriesList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.Country, 10)); +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.getSupportedSepaEuroCountriesList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.Country, 10)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setSupportedSepaEuroCountriesList = function(value) { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.setSupportedSepaEuroCountriesList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 10, value); }; /** - * @param {!proto.io.bisq.protobuffer.Country=} opt_value + * @param {!proto.io.haveno.protobuffer.Country=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Country} + * @return {!proto.io.haveno.protobuffer.Country} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.addSupportedSepaEuroCountries = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 10, opt_value, proto.io.bisq.protobuffer.Country, opt_index); +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.addSupportedSepaEuroCountries = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 10, opt_value, proto.io.haveno.protobuffer.Country, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.clearSupportedSepaEuroCountriesList = function() { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.clearSupportedSepaEuroCountriesList = function() { return this.setSupportedSepaEuroCountriesList([]); }; /** * repeated Country supported_sepa_non_euro_countries = 11; - * @return {!Array} + * @return {!Array} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.getSupportedSepaNonEuroCountriesList = function() { - return /** @type{!Array} */ ( - jspb.Message.getRepeatedWrapperField(this, proto.io.bisq.protobuffer.Country, 11)); +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.getSupportedSepaNonEuroCountriesList = function() { + return /** @type{!Array} */ ( + jspb.Message.getRepeatedWrapperField(this, proto.io.haveno.protobuffer.Country, 11)); }; /** - * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @param {!Array} value + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setSupportedSepaNonEuroCountriesList = function(value) { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.setSupportedSepaNonEuroCountriesList = function(value) { return jspb.Message.setRepeatedWrapperField(this, 11, value); }; /** - * @param {!proto.io.bisq.protobuffer.Country=} opt_value + * @param {!proto.io.haveno.protobuffer.Country=} opt_value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.Country} + * @return {!proto.io.haveno.protobuffer.Country} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.addSupportedSepaNonEuroCountries = function(opt_value, opt_index) { - return jspb.Message.addToRepeatedWrapperField(this, 11, opt_value, proto.io.bisq.protobuffer.Country, opt_index); +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.addSupportedSepaNonEuroCountries = function(opt_value, opt_index) { + return jspb.Message.addToRepeatedWrapperField(this, 11, opt_value, proto.io.haveno.protobuffer.Country, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.clearSupportedSepaNonEuroCountriesList = function() { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.clearSupportedSepaNonEuroCountriesList = function() { return this.setSupportedSepaNonEuroCountriesList([]); }; @@ -66832,16 +61361,16 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.clearSupportedSepaNo * repeated string required_for_countries = 12; * @return {!Array} */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.getRequiredForCountriesList = function() { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.getRequiredForCountriesList = function() { return /** @type {!Array} */ (jspb.Message.getRepeatedField(this, 12)); }; /** * @param {!Array} value - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setRequiredForCountriesList = function(value) { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.setRequiredForCountriesList = function(value) { return jspb.Message.setField(this, 12, value || []); }; @@ -66849,18 +61378,18 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.setRequiredForCountr /** * @param {string} value * @param {number=} opt_index - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.addRequiredForCountries = function(value, opt_index) { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.addRequiredForCountries = function(value, opt_index) { return jspb.Message.addToRepeatedField(this, 12, value, opt_index); }; /** * Clears the list making it empty but non-null. - * @return {!proto.io.bisq.protobuffer.PaymentAccountFormField} returns this + * @return {!proto.io.haveno.protobuffer.PaymentAccountFormField} returns this */ -proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.clearRequiredForCountriesList = function() { +proto.io.haveno.protobuffer.PaymentAccountFormField.prototype.clearRequiredForCountriesList = function() { return this.setRequiredForCountriesList([]); }; @@ -66868,7 +61397,7 @@ proto.io.bisq.protobuffer.PaymentAccountFormField.prototype.clearRequiredForCoun /** * @enum {number} */ -proto.io.bisq.protobuffer.SupportType = { +proto.io.haveno.protobuffer.SupportType = { ARBITRATION: 0, MEDIATION: 1, TRADE: 2, @@ -66878,7 +61407,7 @@ proto.io.bisq.protobuffer.SupportType = { /** * @enum {number} */ -proto.io.bisq.protobuffer.OfferDirection = { +proto.io.haveno.protobuffer.OfferDirection = { OFFER_DIRECTION_ERROR: 0, BUY: 1, SELL: 2 @@ -66887,7 +61416,7 @@ proto.io.bisq.protobuffer.OfferDirection = { /** * @enum {number} */ -proto.io.bisq.protobuffer.AvailabilityResult = { +proto.io.haveno.protobuffer.AvailabilityResult = { PB_ERROR: 0, UNKNOWN_FAILURE: 1, AVAILABLE: 2, @@ -66908,7 +61437,7 @@ proto.io.bisq.protobuffer.AvailabilityResult = { /** * @enum {number} */ -proto.io.bisq.protobuffer.MediationResultState = { +proto.io.haveno.protobuffer.MediationResultState = { PB_ERROR_MEDIATION_RESULT: 0, UNDEFINED_MEDIATION_RESULT: 1, MEDIATION_RESULT_ACCEPTED: 2, @@ -66930,9 +61459,9 @@ proto.io.bisq.protobuffer.MediationResultState = { /** * @enum {number} */ -proto.io.bisq.protobuffer.RefundResultState = { +proto.io.haveno.protobuffer.RefundResultState = { PB_ERROR_REFUND_RESULT: 0, UNDEFINED_REFUND_RESULT: 1 }; -goog.object.extend(exports, proto.io.bisq.protobuffer); +goog.object.extend(exports, proto.io.haveno.protobuffer); diff --git a/dist/utils/HavenoUtils.d.ts b/dist/utils/HavenoUtils.d.ts index 9f74899f..5cab75fd 100644 --- a/dist/utils/HavenoUtils.d.ts +++ b/dist/utils/HavenoUtils.d.ts @@ -4,7 +4,6 @@ import { PaymentAccountForm, PaymentAccountFormField } from "../protobuf/pb_pb"; */ export default class HavenoUtils { static logLevel: number; - static centinerosToAUMultiplier: number; static months: string[]; static lastLogTimeMs: number; /** @@ -42,13 +41,6 @@ export default class HavenoUtils { * @param {String} signal - the kill signal, e.g. SIGTERM, SIGKILL, SIGINT (default) */ static kill(process: any, signal?: string): Promise; - /** - * Convert centineros to atomic units. - * - * @param {number} centineros - denominates an amount of XMR in centineros - * @return {BigInt} the amount denominated in atomic units - */ - static centinerosToAtomicUnits(centineros: number): bigint; /** * Stringify a payment account form. * @@ -79,4 +71,12 @@ export default class HavenoUtils { * @param {number} durationMs - the duration to wait for in milliseconds */ static waitFor(durationMs: number): Promise; + /** + * Divide one bigint by another. + * + * @param {bigint} a dividend + * @param {bigint} b divisor + * @returns {number} the result + */ + static divideBI(a: bigint, b: bigint): number; } diff --git a/dist/utils/HavenoUtils.js b/dist/utils/HavenoUtils.js index f6f1022f..10877e19 100644 --- a/dist/utils/HavenoUtils.js +++ b/dist/utils/HavenoUtils.js @@ -66,15 +66,6 @@ class HavenoUtils { process.kill(signal ? signal : "SIGINT"); }); } - /** - * Convert centineros to atomic units. - * - * @param {number} centineros - denominates an amount of XMR in centineros - * @return {BigInt} the amount denominated in atomic units - */ - static centinerosToAtomicUnits(centineros) { - return BigInt(centineros) * BigInt(HavenoUtils.centinerosToAUMultiplier); - } /** * Stringify a payment account form. * @@ -128,10 +119,19 @@ class HavenoUtils { static async waitFor(durationMs) { return new Promise(function (resolve) { setTimeout(resolve, durationMs); }); } + /** + * Divide one bigint by another. + * + * @param {bigint} a dividend + * @param {bigint} b divisor + * @returns {number} the result + */ + static divideBI(a, b) { + return Number(a * 100n / b) / 100; + } } exports.default = HavenoUtils; HavenoUtils.logLevel = 0; -HavenoUtils.centinerosToAUMultiplier = 10000; HavenoUtils.months = ['Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']; HavenoUtils.lastLogTimeMs = 0; //# sourceMappingURL=HavenoUtils.js.map \ No newline at end of file diff --git a/dist/utils/HavenoUtils.js.map b/dist/utils/HavenoUtils.js.map index cf980432..85774e29 100644 --- a/dist/utils/HavenoUtils.js.map +++ b/dist/utils/HavenoUtils.js.map @@ -1 +1 @@ -{"version":3,"file":"HavenoUtils.js","sourceRoot":"","sources":["../../src/utils/HavenoUtils.ts"],"names":[],"mappings":";;;;;AAAA,oDAA4B;AAC5B,sDAA8B;AAG9B;;GAEG;AACH,MAAqB,WAAW;IAO9B;;;;OAIG;IACH,MAAM,CAAC,KAAK,CAAC,WAAW,CAAC,KAAa;QACpC,IAAA,gBAAM,EAAC,KAAK,KAAK,QAAQ,CAAC,KAAK,GAAG,EAAE,EAAE,EAAE,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE,mCAAmC,CAAC,CAAC;QAC9F,WAAW,CAAC,QAAQ,GAAG,KAAK,CAAC;IAC/B,CAAC;IAED;;;;OAIG;IACH,MAAM,CAAC,WAAW;QAChB,OAAO,WAAW,CAAC,QAAQ,CAAC;IAC9B,CAAC;IAED;;;;;OAKG;IACH,MAAM,CAAC,GAAG,CAAC,KAAa,EAAE,GAAW;QACnC,IAAA,gBAAM,EAAC,KAAK,KAAK,QAAQ,CAAC,KAAK,GAAG,EAAE,EAAE,EAAE,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE,mCAAmC,CAAC,CAAC;QAC9F,IAAI,WAAW,CAAC,QAAQ,IAAI,KAAK,EAAE;YACjC,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;YACvB,MAAM,yBAAyB,GAAG,WAAW,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,GAAG,GAAG,WAAW,CAAC,aAAa,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;YACxH,WAAW,CAAC,aAAa,GAAG,GAAG,CAAC;YAChC,iBAAO,CAAC,GAAG,CAAC,WAAW,CAAC,eAAe,CAAC,GAAG,CAAC,GAAG,yBAAyB,GAAG,MAAM,GAAG,KAAK,GAAG,IAAI,GAAG,GAAG,CAAC,CAAC;SACzG;IACH,CAAC;IAED;;;;;OAKG;IACH,MAAM,CAAC,eAAe,CAAC,SAAiB;QACtC,MAAM,IAAI,GAAG,IAAI,IAAI,CAAC,SAAS,CAAC,CAAC;QACjC,OAAO,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,GAAG,GAAG,GAAG,IAAI,CAAC,OAAO,EAAE,GAAG,GAAG,GAAG,IAAI,CAAC,QAAQ,EAAE,GAAG,GAAG,GAAG,CAAC,GAAG,GAAI,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC,GAAG,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC,GAAG,GAAG,IAAI,CAAC,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;IACzO,CAAC;IAED;;;;;;;OAOG;IACH,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,OAAY,EAAE,MAAe;QAC7C,OAAO,IAAI,OAAO,CAAC,UAAS,OAAO,EAAE,MAAM;YACzC,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,cAAa,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;YAC9C,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,UAAS,GAAQ,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;YACzD,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;QAC3C,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,MAAM,CAAC,uBAAuB,CAAC,UAAkB;QAC/C,OAAO,MAAM,CAAC,UAAU,CAAC,GAAG,MAAM,CAAC,WAAW,CAAC,wBAAwB,CAAC,CAAC;IAC3E,CAAC;IAED;;;;;OAKG;IACH,MAAM,CAAC,YAAY,CAAC,IAAwB;QAC1C,IAAI,GAAG,GAAG,EAAE,CAAC;QACb,KAAK,MAAM,KAAK,IAAI,IAAI,CAAC,aAAa,EAAE,EAAE;YACxC,GAAG,IAAI,KAAK,CAAC,KAAK,EAAE,GAAG,IAAI,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,KAAK,CAAC,KAAK,EAAE,CAAC,GAAG,IAAI,CAAC;SAC7E;QACD,OAAO,GAAG,CAAC,IAAI,EAAE,CAAC;IACpB,CAAC;IAED;;;;;;OAMG;IACH,gFAAgF;IAChF,MAAM,CAAC,YAAY,CAAC,IAAwB,EAAE,OAAwC;QACpF,KAAK,MAAM,KAAK,IAAI,IAAI,CAAC,aAAa,EAAE,EAAE;YACxC,IAAI,KAAK,CAAC,KAAK,EAAE,KAAK,OAAO;gBAAE,OAAO,KAAK,CAAC,QAAQ,EAAE,CAAC;SACxD;QACD,MAAM,IAAI,KAAK,CAAC,yCAAyC,GAAG,OAAO,CAAC,CAAC;IACvE,CAAC;IAED;;;;;;;OAOG;IACH,MAAM,CAAC,YAAY,CAAC,OAAwC,EAAE,KAAa,EAAE,IAAwB;QACnG,KAAK,MAAM,KAAK,IAAI,IAAI,CAAC,aAAa,EAAE,EAAE;YACxC,IAAI,KAAK,CAAC,KAAK,EAAE,KAAK,OAAO,EAAE;gBAC7B,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;gBACtB,OAAO;aACR;SACF;QACD,MAAM,IAAI,KAAK,CAAC,yCAAyC,GAAG,OAAO,CAAC,CAAC;IACvE,CAAC;IAED;;;;OAIG;IACD,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,UAAkB;QACrC,OAAO,IAAI,OAAO,CAAC,UAAS,OAAO,IAAI,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7E,CAAC;;AArIL,8BAsIC;AApIQ,oBAAQ,GAAG,CAAC,CAAC;AACb,oCAAwB,GAAG,KAAK,CAAC;AACjC,kBAAM,GAAG,CAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,CAAC,CAAC;AACnF,yBAAa,GAAG,CAAC,CAAC"} \ No newline at end of file +{"version":3,"file":"HavenoUtils.js","sourceRoot":"","sources":["../../src/utils/HavenoUtils.ts"],"names":[],"mappings":";;;;;AAAA,oDAA4B;AAC5B,sDAA8B;AAG9B;;GAEG;AACH,MAAqB,WAAW;IAM9B;;;;OAIG;IACH,MAAM,CAAC,KAAK,CAAC,WAAW,CAAC,KAAa;QACpC,IAAA,gBAAM,EAAC,KAAK,KAAK,QAAQ,CAAC,KAAK,GAAG,EAAE,EAAE,EAAE,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE,mCAAmC,CAAC,CAAC;QAC9F,WAAW,CAAC,QAAQ,GAAG,KAAK,CAAC;IAC/B,CAAC;IAED;;;;OAIG;IACH,MAAM,CAAC,WAAW;QAChB,OAAO,WAAW,CAAC,QAAQ,CAAC;IAC9B,CAAC;IAED;;;;;OAKG;IACH,MAAM,CAAC,GAAG,CAAC,KAAa,EAAE,GAAW;QACnC,IAAA,gBAAM,EAAC,KAAK,KAAK,QAAQ,CAAC,KAAK,GAAG,EAAE,EAAE,EAAE,CAAC,IAAI,KAAK,IAAI,CAAC,EAAE,mCAAmC,CAAC,CAAC;QAC9F,IAAI,WAAW,CAAC,QAAQ,IAAI,KAAK,EAAE;YACjC,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,EAAE,CAAC;YACvB,MAAM,yBAAyB,GAAG,WAAW,CAAC,aAAa,CAAC,CAAC,CAAC,KAAK,GAAG,CAAC,GAAG,GAAG,WAAW,CAAC,aAAa,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,IAAI,CAAC;YACxH,WAAW,CAAC,aAAa,GAAG,GAAG,CAAC;YAChC,iBAAO,CAAC,GAAG,CAAC,WAAW,CAAC,eAAe,CAAC,GAAG,CAAC,GAAG,yBAAyB,GAAG,MAAM,GAAG,KAAK,GAAG,IAAI,GAAG,GAAG,CAAC,CAAC;SACzG;IACH,CAAC;IAED;;;;;OAKG;IACH,MAAM,CAAC,eAAe,CAAC,SAAiB;QACtC,MAAM,IAAI,GAAG,IAAI,IAAI,CAAC,SAAS,CAAC,CAAC;QACjC,OAAO,WAAW,CAAC,MAAM,CAAC,IAAI,CAAC,QAAQ,EAAE,CAAC,GAAG,GAAG,GAAG,IAAI,CAAC,OAAO,EAAE,GAAG,GAAG,GAAG,IAAI,CAAC,QAAQ,EAAE,GAAG,GAAG,GAAG,CAAC,GAAG,GAAI,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC,GAAG,GAAG,IAAI,CAAC,UAAU,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,GAAG,GAAG,GAAG,CAAC,GAAG,GAAG,IAAI,CAAC,eAAe,EAAE,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,CAAC;IACzO,CAAC;IAED;;;;;;;OAOG;IACH,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,OAAY,EAAE,MAAe;QAC7C,OAAO,IAAI,OAAO,CAAC,UAAS,OAAO,EAAE,MAAM;YACzC,OAAO,CAAC,EAAE,CAAC,MAAM,EAAE,cAAa,OAAO,EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;YAC9C,OAAO,CAAC,EAAE,CAAC,OAAO,EAAE,UAAS,GAAQ,IAAI,MAAM,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;YACzD,OAAO,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,MAAM,CAAC,CAAC,CAAC,QAAQ,CAAC,CAAC;QAC3C,CAAC,CAAC,CAAC;IACL,CAAC;IAED;;;;;OAKG;IACH,MAAM,CAAC,YAAY,CAAC,IAAwB;QAC1C,IAAI,GAAG,GAAG,EAAE,CAAC;QACb,KAAK,MAAM,KAAK,IAAI,IAAI,CAAC,aAAa,EAAE,EAAE;YACxC,GAAG,IAAI,KAAK,CAAC,KAAK,EAAE,GAAG,IAAI,GAAG,IAAI,CAAC,YAAY,CAAC,IAAI,EAAE,KAAK,CAAC,KAAK,EAAE,CAAC,GAAG,IAAI,CAAC;SAC7E;QACD,OAAO,GAAG,CAAC,IAAI,EAAE,CAAC;IACpB,CAAC;IAED;;;;;;OAMG;IACH,gFAAgF;IAChF,MAAM,CAAC,YAAY,CAAC,IAAwB,EAAE,OAAwC;QACpF,KAAK,MAAM,KAAK,IAAI,IAAI,CAAC,aAAa,EAAE,EAAE;YACxC,IAAI,KAAK,CAAC,KAAK,EAAE,KAAK,OAAO;gBAAE,OAAO,KAAK,CAAC,QAAQ,EAAE,CAAC;SACxD;QACD,MAAM,IAAI,KAAK,CAAC,yCAAyC,GAAG,OAAO,CAAC,CAAC;IACvE,CAAC;IAED;;;;;;;OAOG;IACH,MAAM,CAAC,YAAY,CAAC,OAAwC,EAAE,KAAa,EAAE,IAAwB;QACnG,KAAK,MAAM,KAAK,IAAI,IAAI,CAAC,aAAa,EAAE,EAAE;YACxC,IAAI,KAAK,CAAC,KAAK,EAAE,KAAK,OAAO,EAAE;gBAC7B,KAAK,CAAC,QAAQ,CAAC,KAAK,CAAC,CAAC;gBACtB,OAAO;aACR;SACF;QACD,MAAM,IAAI,KAAK,CAAC,yCAAyC,GAAG,OAAO,CAAC,CAAC;IACvE,CAAC;IAED;;;;OAIG;IACD,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,UAAkB;QACrC,OAAO,IAAI,OAAO,CAAC,UAAS,OAAO,IAAI,UAAU,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;IAC7E,CAAC;IAEH;;;;;;OAMG;IACH,MAAM,CAAC,QAAQ,CAAC,CAAS,EAAE,CAAS;QAClC,OAAO,MAAM,CAAC,CAAC,GAAG,IAAI,GAAG,CAAC,CAAC,GAAG,GAAG,CAAA;IACnC,CAAC;;AArIH,8BAsIC;AApIQ,oBAAQ,GAAG,CAAC,CAAC;AACb,kBAAM,GAAG,CAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,EAAC,KAAK,CAAC,CAAC;AACnF,yBAAa,GAAG,CAAC,CAAC"} \ No newline at end of file