Variable LogHandlerConfig
LogHandlerConfig: { create( base?: { fetchConfig?: { block?: boolean; trace?: boolean; transaction?: boolean; transactionReceipt?: boolean; transactionReceiptLogs?: boolean; }; filters?: { address?: string; addressType?: AddressType; topics?: { hashes?: (...)
[] }[]; }[]; handlerId?: number; handlerName?: string; }, ): LogHandlerConfig; decode(input: Uint8Array | Reader, length?: number): LogHandlerConfig; encode(message: LogHandlerConfig, writer?: Writer): Writer; fromJSON(object: any): LogHandlerConfig; fromPartial( object: { fetchConfig?: { block?: boolean; trace?: boolean; transaction?: boolean; transactionReceipt?: boolean; transactionReceiptLogs?: boolean; }; filters?: { address?: string; addressType?: AddressType; topics?: { hashes?: string[] }[]; }[]; handlerId?: number; handlerName?: string; }, ): LogHandlerConfig; toJSON(message: LogHandlerConfig): unknown;}