For the complete documentation index, see llms.txt. This page is also available as Markdown.

WithdrawalManager

Git Source

Namespace for the structs used in WithdrawalManager

Structs

CycleConfig

struct CycleConfig {
    uint64 initialCycleId;
    uint64 initialCycleTime;
    uint64 cycleDuration;
    uint64 windowDuration;
}

Last updated

Was this helpful?