/** * Generated by the protoc-gen-ts. DO NOT EDIT! * compiler version: 3.21.12 * source: syscontract/subscribe.proto * git: https://github.com/thesayyn/protoc-gen-ts */ import * as pb_1 from "google-protobuf"; export declare namespace syscontract { enum SubscribeFunction { SUBSCRIBE_BLOCK = 0, SUBSCRIBE_TX = 1, SUBSCRIBE_CONTRACT_EVENT = 2 } class SubscribeBlock extends pb_1.Message { #private; constructor(data?: any[] | {}); static fromObject(data: {}): SubscribeBlock; toObject(): {}; serialize(): Uint8Array; serialize(w: pb_1.BinaryWriter): void; static deserialize(bytes: Uint8Array | pb_1.BinaryReader): SubscribeBlock; serializeBinary(): Uint8Array; static deserializeBinary(bytes: Uint8Array): SubscribeBlock; } namespace SubscribeBlock { enum Parameter { START_BLOCK = 0, END_BLOCK = 1, WITH_RWSET = 2, ONLY_HEADER = 3 } } class SubscribeTx extends pb_1.Message { #private; constructor(data?: any[] | {}); static fromObject(data: {}): SubscribeTx; toObject(): {}; serialize(): Uint8Array; serialize(w: pb_1.BinaryWriter): void; static deserialize(bytes: Uint8Array | pb_1.BinaryReader): SubscribeTx; serializeBinary(): Uint8Array; static deserializeBinary(bytes: Uint8Array): SubscribeTx; } namespace SubscribeTx { enum Parameter { START_BLOCK = 0, END_BLOCK = 1, CONTRACT_NAME = 2, TX_IDS = 3, PRE_ALIAS = 4, PRE_TX_ID = 5, PRE_ORG_ID = 6 } } class SubscribeContractEvent extends pb_1.Message { #private; constructor(data?: any[] | {}); static fromObject(data: {}): SubscribeContractEvent; toObject(): {}; serialize(): Uint8Array; serialize(w: pb_1.BinaryWriter): void; static deserialize(bytes: Uint8Array | pb_1.BinaryReader): SubscribeContractEvent; serializeBinary(): Uint8Array; static deserializeBinary(bytes: Uint8Array): SubscribeContractEvent; } namespace SubscribeContractEvent { enum Parameter { TOPIC = 0, CONTRACT_NAME = 1, START_BLOCK = 2, END_BLOCK = 3 } } }