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
DerivedDaoActionData is responsible to verify deposit to, withdraw and claim from
Derive dao operations from tx DerivedDaoActionData#derive
Verify that the derived operations can be found in the CoBuild message, and there are now two derived operations mapping to the same operation in the CoBuild message. DerivedDaoActionData#verify
Verify that all derived operations can be found. DerivedDaoActionData#complete
DerivedCkbAccounting is responsible to verify deposit from and claim to
Accumulate accounting requirements from CoBuild message DerivedCkbAccounting#derive
Tally the CKB balance in tx and verify the account balances are sufficient DerivedCkbAccounting#verify
The text was updated successfully, but these errors were encountered:
DerivedDaoActionData#complete
Architecture
DerivedDaoActionData
is responsible to verify deposit to, withdraw and claim fromDerivedDaoActionData#derive
DerivedDaoActionData#verify
DerivedDaoActionData#complete
DerivedCkbAccounting
is responsible to verify deposit from and claim toDerivedCkbAccounting#derive
DerivedCkbAccounting#verify
The text was updated successfully, but these errors were encountered: