Version: 0.65.1
Fixed
blockchain.account.transactions_by_lt
pagination cursor is a transactionlt
.
Sobefore
andafter
args should be specified as a string withbigint
representation
(e.g.0xabc
for hex or123
for dec).
Cursors are returned using0x
hex bigint representation.