Documentation ¶
Index ¶
Constants ¶
View Source
const ( ErrorColor = color.FgRed WarningColor = color.FgYellow UpdateDepositDataColor = color.FgHiWhite SendExitDataColor = color.FgGreen )
Config
View Source
const (
PubkeyKey string = "pubkey"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SendExitDataTask ¶
type SendExitDataTask struct {
// contains filtered or unexported fields
}
Send exit data task
func NewSendExitDataTask ¶
func NewSendExitDataTask(ctx context.Context, sp swcommon.IStakeWiseServiceProvider, logger *log.Logger) *SendExitDataTask
Create Exit data task
type TaskLoop ¶
type TaskLoop struct {
// contains filtered or unexported fields
}
func NewTaskLoop ¶
func NewTaskLoop(sp swcommon.IStakeWiseServiceProvider, wg *sync.WaitGroup) *TaskLoop
type UpdateDepositDataTask ¶
type UpdateDepositDataTask struct {
// contains filtered or unexported fields
}
Update deposit data task
func NewUpdateDepositDataTask ¶
func NewUpdateDepositDataTask(ctx context.Context, sp swcommon.IStakeWiseServiceProvider, logger *log.Logger) *UpdateDepositDataTask
Create update deposit data task
Click to show internal directories.
Click to hide internal directories.