v0.2.0-beta
·
322 commits
to main
since this release
[0.2.0-beta] - 2023-04-13
Transaction, Request and Ledger object models
Added
- Request models
- Transaction models
- Ledger models
- Utilize
anyhowandthiserrorfor models - Utilities regarding
serdecrate - Utilities regarding
anyhowcrate
Changed
- Use
serde_withto reduce repetitive serialization skip attribute tags - Use
strum_macros::Displayinstead of manualcore::fmt::Display - Use
strum_macros::DisplayforCryptoAlgorithmenum - Separated
CurrencytoCurrencyandAmount - Make
Walletfields public
Fixed
- Broken documentation link
- Flatten hex exceptions missed from previous pass