klay_isSenderTxHashIndexingEnabled
Returns true
if the node is indexing sender transaction hash to transaction hash mapping information. It is disabled by default and can be enabled by --sendertxhashindexing
.
Parameters
None
Return Value
Type
Description
Boolean
true
means the node is indexing sender transaction hash to transaction hash mapping information.
Example
Last updated