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