IInternalGovernance.sol
Methods
giveVotingPower(address[])
Solidity
function giveVotingPower(address[] _recipients) external nonpayable
Parameters
| Name | Type | Description |
|---|---|---|
| _recipients | address[] | undefined |
removeVotingPower(address[])
Solidity
function removeVotingPower(address[] _recipients) external nonpayable
Parameters
| Name | Type | Description |
|---|---|---|
| _recipients | address[] | undefined |
Events
VotingPowerGiven
Solidity
event VotingPowerGiven(address[] recipients)
Parameters
| Name | Type | Description |
|---|---|---|
| recipients | address[] | undefined |
VotingPowerRemoved
Solidity
event VotingPowerRemoved(address[] recipients)
Parameters
| Name | Type | Description |
|---|---|---|
| recipients | address[] | undefined |