Versions in this module Expand all Collapse all v1 v1.10.3 Dec 16, 2024 v1.10.2 Dec 15, 2024 Changes in this version + var CollectRewardsTopic = crypto.Keccak256Hash([]byte(collectRewardsStr)) + var DelegateTopic = crypto.Keccak256Hash([]byte(delegateStr)) + var FirstElectionEpochKey = crypto.Keccak256Hash([]byte(firstElectionEpochStr)) + var IsValidator = crypto.Keccak256Hash([]byte(isValidatorStr)) + var IsValidatorKey = crypto.Keccak256Hash([]byte(isValidatorKeyStr)) + var UnDelegateTopic = crypto.Keccak256Hash([]byte(unDelegateStr)) + func ParseStakeMsg(contractCaller common.Address, input []byte) (interface{}, error) + func ValidateContractAddress(contractCaller common.Address, args map[string]interface{}, key string) (common.Address, error)