Function: proposeMetavestAmendment(address _grant, byte[4] _msgSig, bytes _callData)
This function is used to propose a metavest amendment.
Inputs
_grantControl: Arbitrary.
Constraints: Should be a valid allocation address.
Impact: Address of the grant.
_msgSigControl: Arbitrary.
Constraints: None.
Impact: Signature of the function to propose.
_callDataControl: Arbitrary.
Constraints: None.
Impact: Data to call the function.
Branches and code coverage
Intended branches
Update the
functionToProposalmapping with the_grant,_msgSig, and_callData.
Negative behavior
Revert if the caller is not the authority.