Get actions by specified filter.
List of account addresses to get actions. Can be sent in hex, base64 or base64url form.
Find actions by transaction hash.
Find actions by message hash.
Find actions by the action_id.
Find actions by the trace_id.
Query actions of traces which was completed in masterchain block with given seqno
Query actions for traces with trace_end_utime >= start_utime
.
Query actions for traces with trace_end_utime <= end_utime
.
Query actions for traces with trace_end_lt >= start_lt
.
Query actions for traces with trace_end_lt <= end_lt
.
Limit number of queried rows. Use with offset to batch read.
Skip first N rows. Use with limit to batch read.
Sort actions by lt.