v1.2.1
Added
- Added Amount.ofMOB(BigInteger value) to create an Amount with MOB token ID
Changed
- Updated bindings to version 1.2.1
Upgrading
No code changes are required to upgrade from 1.2.0 to 1.2.1
- Calls to
new Amount(value, TokenId.MOB)
may be replaced withAmount.ofMOB(value)
.