Skip to main content

JBSuckerState

Git Source

Options for the deprecation state of a JBSucker.

Notes:

  • member: ENABLED The JBSucker is not deprecated.

  • member: DEPRECATION_PENDING The JBSucker has a deprecation set, but it is still fully functional.

  • member: SENDING_DISABLED The JBSucker is deprecated and sending to the pair sucker is disabled.

  • member: DEPRECATED The JBSucker is deprecated, but it continues to let users claim their funds.

enum JBSuckerState {
ENABLED,
DEPRECATION_PENDING,
SENDING_DISABLED,
DEPRECATED
}