Execute
After the Timelock delay period, any account may invoke the execute method to apply the changes from the proposal to the target contracts. This will invoke each of the actions described in the proposal.
This function is payable so the Timelock contract can invoke payable functions that were selected in the proposal.
A proposal can add reserves to a market like fBNB, set a fToken's interest rate model, or set risk parameters on the Unitroller.
proposalId: ID of a succeeded proposal to execute.
RETURN: No return, reverts on error.
Solidity
Web3 1.2.6
Last updated