Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateValidatorRecordList ¶
func UpdateValidatorRecordList(filepath string, validaterRecordList []*ValidatorRecord) error
Types ¶
type ValidatorRecord ¶
type ValidatorRecordMgr ¶
type ValidatorRecordMgr struct { ValidatorRecordList []*ValidatorRecord // contains filtered or unexported fields }
func LoadValidatorRecordList ¶
func LoadValidatorRecordList(path string) *ValidatorRecordMgr
func (*ValidatorRecordMgr) UpdateValidatorRecord ¶
func (vrm *ValidatorRecordMgr) UpdateValidatorRecord(validatorId uint64, host string)
Click to show internal directories.
Click to hide internal directories.