xray-grpc
Version:
GRPC client for xray.
28 lines (22 loc) • 933 B
TypeScript
// package: xray.proxy.trojan
// file: proxy/trojan.proto
/* tslint:disable */
/* eslint-disable */
import * as jspb from "google-protobuf";
export class Account extends jspb.Message {
getPassword(): string;
setPassword(value: string): Account;
serializeBinary(): Uint8Array;
toObject(includeInstance?: boolean): Account.AsObject;
static toObject(includeInstance: boolean, msg: Account): Account.AsObject;
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
static serializeBinaryToWriter(message: Account, writer: jspb.BinaryWriter): void;
static deserializeBinary(bytes: Uint8Array): Account;
static deserializeBinaryFromReader(message: Account, reader: jspb.BinaryReader): Account;
}
export namespace Account {
export type AsObject = {
password: string,
}
}