跳至主要內容

[Filter] klay_getFilterLogs

Returns an array of all logs matching filter with given id, which has been obtained using klay_newFilter.Note that filter ids returned by other filter creation functions, such as klay_newBlockFilter or klay_newPendingTransactionFilter, cannot be used with this function.

The execution of this API can be limited by two node configurations to manage resources of Kaia node safely.

  • The number of maximum returned results in a single query (Default: 10,000).

  • The execution duration limit of a single query (Default: 10 seconds).

JSONRPC: klay_getFilterLogs

Request

Responses

Returns an array of all logs matching filter with given id. See klay_getFilterChanges.

讓這個頁面變得更好