Information about a referral code.

interface ReferralInfo {
    isActive: boolean;
    ownerAddress: string;
    valid: boolean;
}

Properties

isActive: boolean

Whether the referral code is currently active.

ownerAddress: string

The address of the referral code owner.

valid: boolean

Whether the referral code is valid.