Documentation ¶
Overview ¶
You should have received a copy of the GNU General Public License along with MAP Protocol. If not, see <http://www.gnu.org/licenses/>.
Index ¶
- func DeRegisterValidatorsInPending(vmRunner vm.EVMRunner) (*[]common.Address, error)
- func DeRegisterValidatorsInPending2(vmRunner vm.EVMRunner) (*[]common.Address, error)
- func DistributeEpochReward(vmRunner vm.EVMRunner, address common.Address, maxReward *big.Int, ...) (*big.Int, *big.Int, error)
- func GetPledgeMultiplierInReward(vmRunner vm.EVMRunner) (*big.Int, error)
- func GetValidatorData(vmRunner vm.EVMRunner, validatorAddresses []common.Address) ([]istanbul.ValidatorData, error)
- func RetrieveRegisteredValidatorSigners(vmRunner vm.EVMRunner) ([]common.Address, error)
- func RetrieveRegisteredValidators(vmRunner vm.EVMRunner) ([]common.Address, error)
- func UpdateValidatorScore(vmRunner vm.EVMRunner, address common.Address, uptime *big.Int) (*big.Int, bool, error)
- type ValidatorContractData
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DistributeEpochReward ¶
func GetValidatorData ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.