Documentation ¶
Overview ¶
Copyright 2017 The Celo Authors This file is part of the celo library.
The celo library is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
The celo library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with the celo library. If not, see <http://www.gnu.org/licenses/>.
Index ¶
- func DistributeEpochPayment(header *types.Header, state vm.StateDB, address common.Address, ...) (*big.Int, error)
- func GetMembershipInLastEpoch(header *types.Header, state vm.StateDB, validator common.Address) (common.Address, error)
- func GetValidatorData(header *types.Header, state vm.StateDB, validatorAddresses []common.Address) ([]istanbul.ValidatorData, error)
- func RetrieveRegisteredValidatorSigners(header *types.Header, state vm.StateDB) ([]common.Address, error)
- func RetrieveRegisteredValidators(header *types.Header, state vm.StateDB) ([]common.Address, error)
- func UpdateValidatorScore(header *types.Header, state vm.StateDB, address common.Address, ...) error
- type ValidatorContractData
Constants ¶
This section is empty.
Variables ¶
This section is empty.