/** * Generated by the protoc-gen-ts. DO NOT EDIT! * compiler version: 3.21.12 * source: syscontract/pubkey_manage.proto * git: https://github.com/thesayyn/protoc-gen-ts */ import * as pb_1 from "google-protobuf"; export namespace syscontract { export enum PubkeyManageFunction { PUBKEY_ADD = 0, PUBKEY_DELETE = 1, PUBKEY_QUERY = 2 } }