You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Definition:
1. Id: Auto increment
2. Transaction hash
3. Entity Type(Message, Requests) // Please validate if this is needed, this info can be derived from action Type.
4. Action Type(
AcceptStakeRequest, ConfirmStake, ProveGateway, ProveCoGateway, ProgressStake, ProgressMint)
5. Identifier(i.e. primary key like MessageHash, stakeRequestHash)
6. Status (Submitted, SubmissionFailed, Confirmed, Lost, Retried, TimeOut)
7. Retry count
Status can be defined by implementor
The text was updated successfully, but these errors were encountered:
Proposal
Definition:
1. Id: Auto increment
2. Transaction hash
3. Entity Type(Message, Requests) // Please validate if this is needed, this info can be derived from action Type.
4. Action Type(
AcceptStakeRequest, ConfirmStake, ProveGateway, ProveCoGateway, ProgressStake, ProgressMint)
5. Identifier(i.e. primary key like MessageHash, stakeRequestHash)
6. Status (Submitted, SubmissionFailed, Confirmed, Lost, Retried, TimeOut)
7. Retry count
Status can be defined by implementor
The text was updated successfully, but these errors were encountered: