Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager interface { GetServerKey() *SeverKey GetLeaguePool() *pool.LeaguePool GetVotePool() *pool.VotePool GetLastBlockNum() *big.Int GetEpoch() *big.Int SetEpoch(epoch int64) GetManagerOtprnCh() chan struct{} GetStopLeagueCh() chan struct{} StoreOtprn(otprn *otprn.Otprn) GetStoredOtprn() *otprn.Otprn GetUsingOtprn() *otprn.Otprn DeleteStoreOtprn() GetReSendOtprn() chan common.Hash GetMakeJoinTxCh() chan struct{} }
Click to show internal directories.
Click to hide internal directories.