mirror of
https://github.com/haveno-dex/haveno-ts.git
synced 2025-09-21 05:04:39 -04:00
update dist
This commit is contained in:
parent
e3ea1ca4bf
commit
3143e77ced
12 changed files with 448 additions and 6 deletions
3
dist/protobuf/GrpcServiceClientPb.d.ts
vendored
3
dist/protobuf/GrpcServiceClientPb.d.ts
vendored
|
@ -203,6 +203,9 @@ export declare class XmrConnectionsClient {
|
|||
methodDescriptorSetAutoSwitch: grpcWeb.MethodDescriptor<grpc_pb.SetAutoSwitchRequest, grpc_pb.SetAutoSwitchReply>;
|
||||
setAutoSwitch(request: grpc_pb.SetAutoSwitchRequest, metadata?: grpcWeb.Metadata | null): Promise<grpc_pb.SetAutoSwitchReply>;
|
||||
setAutoSwitch(request: grpc_pb.SetAutoSwitchRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: grpc_pb.SetAutoSwitchReply) => void): grpcWeb.ClientReadableStream<grpc_pb.SetAutoSwitchReply>;
|
||||
methodDescriptorGetAutoSwitch: grpcWeb.MethodDescriptor<grpc_pb.GetAutoSwitchRequest, grpc_pb.GetAutoSwitchReply>;
|
||||
getAutoSwitch(request: grpc_pb.GetAutoSwitchRequest, metadata?: grpcWeb.Metadata | null): Promise<grpc_pb.GetAutoSwitchReply>;
|
||||
getAutoSwitch(request: grpc_pb.GetAutoSwitchRequest, metadata: grpcWeb.Metadata | null, callback: (err: grpcWeb.RpcError, response: grpc_pb.GetAutoSwitchReply) => void): grpcWeb.ClientReadableStream<grpc_pb.GetAutoSwitchReply>;
|
||||
}
|
||||
export declare class XmrNodeClient {
|
||||
client_: grpcWeb.AbstractClientBase;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue