We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When buying REX, immediately send received REX to savings (locked until user request to unstake).
buyrex automatically sends rex_received to mvtosavings.
buyrex
rex_received
mvtosavings
mvtosavings( from, rex_received );
Note: changes should be pushed to Antelope Reference contracts https://github.com/AntelopeIO/reference-contracts
The text was updated successfully, but these errors were encountered:
Move to savings when buying REX
67c2429
ref: eosnetworkfoundation/eos-system-contracts#135
Move to savings when buying REX & sell REX when matured
6d791ad
ref: eosnetworkfoundation/eos-system-contracts#135 & eosnetworkfoundation/eos-system-contracts#134
Implemented via AntelopeIO/reference-contracts@6d791ad
Additional unit tests is required
Sorry, something went wrong.
Implemented in v3.5.0
No branches or pull requests
Purpose
When buying REX, immediately send received REX to savings (locked until user request to unstake).
Feedback provided by
Code example
mvtosavings( from, rex_received );
Preconditions
mvtosavings
wheneverbuyrex
is called by userReferences
rex_received
mvtosavings
The text was updated successfully, but these errors were encountered: