Should TX_Vesting_Start Reference the VestingTerms obj id? #256
Unanswered
JSv4
asked this question in
Suggestions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The current spec for the
VestingStart
requires two IDs - 1) thesecurity_id
and 2) thevesting_condition_id
. Implicit to this, then, is that thevesting_condition_id
must be globally unique for the issuer. I don't think that's necessarily likely, and it's also not documented. The id field for VestingCondition simply says "reference identifier for this condition."If, for example, you created two
VestingTerms
objects (two "Vesting Schedules") with the sameVestingStartTrigger
VestingCondition
id of "start", you couldn't start either schedule properly, I don't think. The TX_Vesting_Start transaction would not have a unique condition id to resolve. I think for this (and other reasons - such as easier lookup) we should consider ALSO referencing the VestingTerm obj id too.Beta Was this translation helpful? Give feedback.
All reactions