Versions in this module Expand all Collapse all v1 v1.1.1 Feb 22, 2026 v1.1.0 Feb 19, 2026 Changes in this version + var AddrStakingContract = types.StringToAddress("1001") + var ErrFailedTypeAssertion = errors.New("failed type assertion") + var ErrMethodNotFoundInABI = errors.New("method not found in ABI") + func DecodeValidators(method *abi.Method, returnValue []byte) ([]types.Address, error) + func QueryBLSPublicKeys(t TxQueryHandler, from types.Address) ([][]byte, error) + func QueryValidators(t TxQueryHandler, from types.Address) ([]types.Address, error) + type TxQueryHandler interface + Apply func(*types.Transaction) (*runtime.ExecutionResult, error) + GetNonce func(types.Address) uint64 + SetNonPayable func(nonPayable bool)