Variable TransactionHandlerConfig
TransactionHandlerConfig: { create( base?: { fetchConfig?: { block?: boolean; trace?: boolean; transaction?: boolean; transactionReceipt?: boolean; transactionReceiptLogs?: boolean; }; handlerId?: number; handlerName?: string; }, ): TransactionHandlerConfig; decode( input: Uint8Array | Reader, length?: number, ): TransactionHandlerConfig; encode(message: TransactionHandlerConfig, writer?: Writer): Writer; fromJSON(object: any): TransactionHandlerConfig; fromPartial( object: { fetchConfig?: { block?: boolean; trace?: boolean; transaction?: boolean; transactionReceipt?: boolean; transactionReceiptLogs?: boolean; }; handlerId?: number; handlerName?: string; }, ): TransactionHandlerConfig; toJSON(message: TransactionHandlerConfig): unknown;}