Skip to content

Version: 0.65.1

Compare
Choose a tag to compare
@d3p d3p released this 12 Sep 10:29
· 53 commits to master since this release
279a93b

Fixed

  • blockchain.account.transactions_by_lt pagination cursor is a transaction lt.
    So before and after args should be specified as a string with bigint representation
    (e.g. 0xabc for hex or 123 for dec).
    Cursors are returned using 0x hex bigint representation.