import type { BinaryReadOptions, FieldList, JsonReadOptions, JsonValue, PartialMessage, PlainMessage } from "@bufbuild/protobuf"; import { Message, proto3 } from "@bufbuild/protobuf"; /** * @generated from message data.v1.RefreshProtocolStatsRequest */ export declare class RefreshProtocolStatsRequest extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "data.v1.RefreshProtocolStatsRequest"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): RefreshProtocolStatsRequest; static fromJson(jsonValue: JsonValue, options?: Partial): RefreshProtocolStatsRequest; static fromJsonString(jsonString: string, options?: Partial): RefreshProtocolStatsRequest; static equals(a: RefreshProtocolStatsRequest | PlainMessage | undefined, b: RefreshProtocolStatsRequest | PlainMessage | undefined): boolean; } /** * @generated from message data.v1.RefreshProtocolStatsResponse */ export declare class RefreshProtocolStatsResponse extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "data.v1.RefreshProtocolStatsResponse"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): RefreshProtocolStatsResponse; static fromJson(jsonValue: JsonValue, options?: Partial): RefreshProtocolStatsResponse; static fromJsonString(jsonString: string, options?: Partial): RefreshProtocolStatsResponse; static equals(a: RefreshProtocolStatsResponse | PlainMessage | undefined, b: RefreshProtocolStatsResponse | PlainMessage | undefined): boolean; } /** * @generated from message data.v1.CheckSubgraphHealthRequest */ export declare class CheckSubgraphHealthRequest extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "data.v1.CheckSubgraphHealthRequest"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): CheckSubgraphHealthRequest; static fromJson(jsonValue: JsonValue, options?: Partial): CheckSubgraphHealthRequest; static fromJsonString(jsonString: string, options?: Partial): CheckSubgraphHealthRequest; static equals(a: CheckSubgraphHealthRequest | PlainMessage | undefined, b: CheckSubgraphHealthRequest | PlainMessage | undefined): boolean; } /** * @generated from message data.v1.CheckSubgraphHealthResponse */ export declare class CheckSubgraphHealthResponse extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "data.v1.CheckSubgraphHealthResponse"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): CheckSubgraphHealthResponse; static fromJson(jsonValue: JsonValue, options?: Partial): CheckSubgraphHealthResponse; static fromJsonString(jsonString: string, options?: Partial): CheckSubgraphHealthResponse; static equals(a: CheckSubgraphHealthResponse | PlainMessage | undefined, b: CheckSubgraphHealthResponse | PlainMessage | undefined): boolean; } /** * @generated from message data.v1.BlockaidMetadataItem */ export declare class BlockaidMetadataItem extends Message { /** * @generated from field: string chain = 1; */ chain: string; /** * @generated from field: string address = 2; */ address: string; /** * @generated from field: string result_type = 3; */ resultType: string; /** * @generated from field: repeated string attack_types = 4; */ attackTypes: string[]; /** * @generated from field: double fee_buy = 5; */ feeBuy: number; /** * @generated from field: double fee_sell = 6; */ feeSell: number; /** * @generated from field: double fee_transfer = 7; */ feeTransfer: number; /** * @generated from field: repeated string features = 8; */ features: string[]; constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "data.v1.BlockaidMetadataItem"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): BlockaidMetadataItem; static fromJson(jsonValue: JsonValue, options?: Partial): BlockaidMetadataItem; static fromJsonString(jsonString: string, options?: Partial): BlockaidMetadataItem; static equals(a: BlockaidMetadataItem | PlainMessage | undefined, b: BlockaidMetadataItem | PlainMessage | undefined): boolean; } /** * @generated from message data.v1.IngestBlockaidMetadataRequest */ export declare class IngestBlockaidMetadataRequest extends Message { /** * @generated from field: repeated data.v1.BlockaidMetadataItem items = 1; */ items: BlockaidMetadataItem[]; constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "data.v1.IngestBlockaidMetadataRequest"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): IngestBlockaidMetadataRequest; static fromJson(jsonValue: JsonValue, options?: Partial): IngestBlockaidMetadataRequest; static fromJsonString(jsonString: string, options?: Partial): IngestBlockaidMetadataRequest; static equals(a: IngestBlockaidMetadataRequest | PlainMessage | undefined, b: IngestBlockaidMetadataRequest | PlainMessage | undefined): boolean; } /** * @generated from message data.v1.IngestBlockaidMetadataResponse */ export declare class IngestBlockaidMetadataResponse extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "data.v1.IngestBlockaidMetadataResponse"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): IngestBlockaidMetadataResponse; static fromJson(jsonValue: JsonValue, options?: Partial): IngestBlockaidMetadataResponse; static fromJsonString(jsonString: string, options?: Partial): IngestBlockaidMetadataResponse; static equals(a: IngestBlockaidMetadataResponse | PlainMessage | undefined, b: IngestBlockaidMetadataResponse | PlainMessage | undefined): boolean; } /** * @generated from message data.v1.RunLaunchpadOrphanCleanupRequest */ export declare class RunLaunchpadOrphanCleanupRequest extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "data.v1.RunLaunchpadOrphanCleanupRequest"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): RunLaunchpadOrphanCleanupRequest; static fromJson(jsonValue: JsonValue, options?: Partial): RunLaunchpadOrphanCleanupRequest; static fromJsonString(jsonString: string, options?: Partial): RunLaunchpadOrphanCleanupRequest; static equals(a: RunLaunchpadOrphanCleanupRequest | PlainMessage | undefined, b: RunLaunchpadOrphanCleanupRequest | PlainMessage | undefined): boolean; } /** * @generated from message data.v1.RunLaunchpadOrphanCleanupResponse */ export declare class RunLaunchpadOrphanCleanupResponse extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "data.v1.RunLaunchpadOrphanCleanupResponse"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): RunLaunchpadOrphanCleanupResponse; static fromJson(jsonValue: JsonValue, options?: Partial): RunLaunchpadOrphanCleanupResponse; static fromJsonString(jsonString: string, options?: Partial): RunLaunchpadOrphanCleanupResponse; static equals(a: RunLaunchpadOrphanCleanupResponse | PlainMessage | undefined, b: RunLaunchpadOrphanCleanupResponse | PlainMessage | undefined): boolean; } /** * @generated from message data.v1.RunQuickLaunchSweepRequest */ export declare class RunQuickLaunchSweepRequest extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "data.v1.RunQuickLaunchSweepRequest"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): RunQuickLaunchSweepRequest; static fromJson(jsonValue: JsonValue, options?: Partial): RunQuickLaunchSweepRequest; static fromJsonString(jsonString: string, options?: Partial): RunQuickLaunchSweepRequest; static equals(a: RunQuickLaunchSweepRequest | PlainMessage | undefined, b: RunQuickLaunchSweepRequest | PlainMessage | undefined): boolean; } /** * @generated from message data.v1.RunQuickLaunchSweepResponse */ export declare class RunQuickLaunchSweepResponse extends Message { constructor(data?: PartialMessage); static readonly runtime: typeof proto3; static readonly typeName = "data.v1.RunQuickLaunchSweepResponse"; static readonly fields: FieldList; static fromBinary(bytes: Uint8Array, options?: Partial): RunQuickLaunchSweepResponse; static fromJson(jsonValue: JsonValue, options?: Partial): RunQuickLaunchSweepResponse; static fromJsonString(jsonString: string, options?: Partial): RunQuickLaunchSweepResponse; static equals(a: RunQuickLaunchSweepResponse | PlainMessage | undefined, b: RunQuickLaunchSweepResponse | PlainMessage | undefined): boolean; }