aftermath-ts-sdk - v3.3.3
    Preparing search index...

    A wallet that joined through a referral code.

    interface ReferralsRefereeInfo {
        joinedAt: number;
        walletAddress: string;
    }
    Index
    joinedAt: number

    Unix timestamp, in milliseconds, when the user joined through the code.

    walletAddress: string

    The wallet address of the referred user.