JBSuckerState
Options for the deprecation state of a JBSucker.
Notes:
- 
member: ENABLED The
JBSuckeris not deprecated. - 
member: DEPRECATION_PENDING The
JBSuckerhas a deprecation set, but it is still fully functional. - 
member: SENDING_DISABLED The
JBSuckeris deprecated and sending to the pair sucker is disabled. - 
member: DEPRECATED The
JBSuckeris deprecated, but it continues to let users claim their funds. 
enum JBSuckerState {
    ENABLED,
    DEPRECATION_PENDING,
    SENDING_DISABLED,
    DEPRECATED
}