Get All Transaction Logs Ordered By Block

Get the transaction logs, grouped by the finalized_block_index, in ascending order.

Example

{
    "method": "get_all_transaction_logs_ordered_by_block",
    "jsonrpc": "2.0",
    "id": 1
}

Last updated