Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetAddrStringHost ¶
Types ¶
type ValidatorInfo ¶
type ValidatorInfoMask ¶
type ValidatorInfoMask uint64
const ( MaskValidatorId ValidatorInfoMask = 1 << 0 MaskPublicKey ValidatorInfoMask = 1 << 1 MaskActivitionCount ValidatorInfoMask = 1 << 2 MaskGeneratorCount ValidatorInfoMask = 1 << 3 MaskDiscountCount ValidatorInfoMask = 1 << 4 MaskFaultCount ValidatorInfoMask = 1 << 5 MaskCreateTime ValidatorInfoMask = 1 << 6 MaskHost ValidatorInfoMask = 1 << 7 MaskAll ValidatorInfoMask = MaskValidatorId | MaskPublicKey | MaskActivitionCount | MaskGeneratorCount | MaskDiscountCount | MaskFaultCount | MaskCreateTime )
Click to show internal directories.
Click to hide internal directories.