Documentation ¶
Index ¶
- type Manager
- func (m *Manager) GetChallenge(_ context.Context) ([]byte, uint16, error)
- func (m *Manager) GetFaucetAddress(_ context.Context) (ed25519.PublicKey, error)
- func (m *Manager) Run(ctx context.Context) error
- func (m *Manager) SolveChallenge(ctx context.Context, solver ed25519.PublicKey, salt []byte, solution []byte) (ids.ID, uint64, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) GetChallenge ¶
func (*Manager) GetFaucetAddress ¶
Click to show internal directories.
Click to hide internal directories.