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
Develop the mechanism for proposing, approving, and executing transactions, including asset transfers and administrative changes that require multi-signature approval.
Acceptance Criteria
Signers can propose transactions specifying recipient, amount, and data payload if needed.
Transactions are assigned unique identifiers for tracking.
Signers can approve and revoke approvals for proposed transactions.
Transactions can be executed once the required number of approvals is met and the transaction timelock has elapsed.
Transactions cannot be executed more than once.
Transactions cannot proceed if total signers are less than the required threshold.
The text was updated successfully, but these errors were encountered:
Feature Description
Develop the mechanism for proposing, approving, and executing transactions, including asset transfers and administrative changes that require multi-signature approval.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: