# Constants
ConfirmedReferralStatus means the reward has been sent to the sender and receiver.
InstalledReferralStatus means the receiver installed the Browser and restored the account with their seed.
RegisteredReferralStatus means the receiver registered with the sender referral code.
# Variables
ErrAddressIsTaken ...
ErrNotFound ...
ErrReferralCodeNotFound ...
ErrReferralTrackingExists ...
# Structs
DLoan ...
ReferralTracking ...
ReferralTrackingStats ...
RegisterStats ...
Request ...
# Interfaces
Storage provides methods for interacting with database.
# Type aliases
ReferralStatus represents a referral workflow status: registered -> installed -> confirmed.