Skip to content

v2.3.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Mar 14:42
· 338 commits to main since this release

2.3.0 (2022-03-28)

Features

  • account: add fields for total assets/accounts opted-in/created (3ea7882)
  • errors: serializer read errors now print the full message they're deserializing (b67db2a)
  • formatter: add isStrict to AlgoApiObjectFormatter (d8467c6)
  • indexer: add new IIndexerResponse<T> and IPaginatedIndexerResponse<T> interfaces (3b3abda)
  • transaction: add Indexer TransactionApplication model (99f63fa)
  • transactiongroup: add generic methods for constructing TransactionGroup (5e4b6aa), closes #126