ISteerGovernance.sol
Methods
cancelByInternalGovernance(address[],uint256[],bytes[],bytes32)
Solidity
function cancelByInternalGovernance(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash) external nonpayable
Parameters
Name | Type | Description |
---|---|---|
targets | address[] | undefined |
values | uint256[] | undefined |
calldatas | bytes[] | undefined |
descriptionHash | bytes32 | undefined |
setInternalGovernanceTimeLockOnce(address)
Solidity
function setInternalGovernanceTimeLockOnce(address _internalGovernanceTimeLock) external nonpayable
Parameters
Name | Type | Description |
---|---|---|
_internalGovernanceTimeLock | address | undefined |
Events
CancelledByInternalGovernance
Solidity
event CancelledByInternalGovernance(address[] targets, uint256[] values, bytes[] calldatas, bytes32 descriptionHash)
Parameters
Name | Type | Description |
---|---|---|
targets | address[] | undefined |
values | uint256[] | undefined |
calldatas | bytes[] | undefined |
descriptionHash | bytes32 | undefined |