// @ts-nocheck /** * Generated by the protoc-gen-ts. DO NOT EDIT! * compiler version: 3.21.12 * source: syscontract/cert_manage.proto * git: https://github.com/thesayyn/protoc-gen-ts */ import * as pb_1 from "google-protobuf"; export namespace syscontract { export enum CertManageFunction { CERT_ADD = 0, CERTS_DELETE = 1, CERTS_QUERY = 2, CERTS_FREEZE = 3, CERTS_UNFREEZE = 4, CERTS_REVOKE = 5, CERT_ALIAS_ADD = 6, CERT_ALIAS_UPDATE = 7, CERTS_ALIAS_DELETE = 8, CERTS_ALIAS_QUERY = 9 } }