Verify Proposal
The proposal can be verified using the verify instruction after the proposal is approved, and the proposal account will be deleted after the verification is passed.
This step corresponds to step 9 of the above multi-signature process and occurs in the second Alice call.
The proposal validation interface must be called by a custom contract across contracts to serve its intended purpose, never call the verify instruction offline.
For multi-signature interfaces, the contract developer, should execute the business logic of the interface after a successful verify call.
To prevent proposal account stacking, proposal accounts will be deleted after verify successfully.
To view information on the proposal account after successful Verify.
As you can see, the proposal account is no longer available for searching.
Last updated