# Constants
Empty is a sender's status when it has no deposit or reserve.
Locked is a sender's status when it has a deposit or reserve and has not initiated the unlock period.
Unlocked is a sender's status when it is no longer in the unlocking period, but it still has a deposit or reserve.
Unlocking is a sender's status when it has initiated and is still in the unlock period.
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
SenderStatus represents a sender's current status.