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
User Story
As a user I'd like some APIs to query tickets.
Impacts Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.
Additional Context (optional) Add any other context about your request here.
The text was updated successfully, but these errors were encountered:
Done via #2289.
Sorry, something went wrong.
Can you please elaborate what value of a ticket is and how it is calculated?
value
For next_type_downgrade_time I assume its the next time that the ticket changes its type (also upgrade)? What happens on next_auto_update_time?
next_type_downgrade_time
next_auto_update_time
@sschiessl-bcp see https://github.com/bitshares/bitshares-core/blob/test-5.1.0/libraries/chain/ticket_object.cpp#L164-L171, https://github.com/bitshares/bitshares-core/blob/test-5.1.0/libraries/chain/ticket_object.cpp#L118-L145 and etc. next_auto_update_time is for all updates and next_type_downgrade_time is only for downgrade.
Successfully merging a pull request may close this issue.
User Story
As a user I'd like some APIs to query tickets.
Impacts
Describe which portion(s) of BitShares Core may be impacted by your request. Please tick at least one box.
Additional Context (optional)
Add any other context about your request here.
CORE TEAM TASK LIST
The text was updated successfully, but these errors were encountered: