Type Alias NominationPoolsPoolState

NominationPoolsPoolState: Enum<{
    Blocked: undefined;
    Destroying: undefined;
    Open: undefined;
}>