v1.0.0-beta.5
Pre-release
Pre-release
- All interface methods regarding the account package have been renamed to use
Address
instead ofRequest
, making the method naming much more sensible. - Multi-Use and expected-amount conditions are now mutually exclusive: you can have one or the other but not both.
- The account checks whether target addresses of transfer objects which transfer value are spent and if so, aborts
Send()
operations.