several fixes and improvments to transactions
1.8.2.13
- restore of chia-rpc project file which got corrupted for unknown reasons
- updated the code to fetch the primary coin from a transaction
- added amount in cat to transaction
- made coin documentation clearer
- Marked GetCoinID() as deprecated (use CoinName property instead)
- implemented lazy loading and caching for CoinName
- added amount in cat property to coin
- reworked getPrimaryCoin
- added custom transaction type
- added a transaction invalidity check
- added implicit conversion from WalletID_RPC to ulong (Wallet ID)
1.8.2.5
This is a Major overhaul of the Package.
It implements nullable types for all endpoints. It is likely to require code changes or otherwise at least produces plentiful null value compiler warnings.
1.8.2.4
- hotfix for peer (has no attribute names)
- added unit test
1.8.2.3
- timestamps can now be read as DateTime
- improved resiliense and error handling in case of serialisation failures
1.8.2.2
- Included Peer object
- updated transaction documentationfor
sent_to
andsent
- changed
sent_to
fromdynamic?
toPeer[]?
related documentation: https://docs.chia.net/walletconnect-commands?_highlight=sent#transactionrecord