-
Notifications
You must be signed in to change notification settings - Fork 115
New issue
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
[REQUEST] Allow additional MST in and outputs in a MIT transfer #364
Comments
Allow additional MST in and outputs in a MIT transfer is work in https://github.com/baidang201/metaverse/tree/364-additional-MST-in-MIT-transfer { |
Currently a MIT transfer does not allow to send additional ETP or MST. This would be required for a transaction in which someone wants to receive a MST in return of MITs.
Alice wants to sell a MIT. Bob wants to buy it and they already decided about a price of 10 DNA.
They manually create a transaction in which there is the MIT input from Alice, the DNA input from Bob (Must be >=10 DNA) as well as ETP input to cover the transaction fees. The outputs are the MIT to Bob, 10 DNA to Alice and the change outputs (rest of the DNA and rest of the ETP).
For this functionality we do not need a mvs-cli command. The transaction will be created externally but is required to be validated by the mvsd transaction validation.
ATTENTION: Please check for the implementation of #363 which should work similar
The text was updated successfully, but these errors were encountered: