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

    Interface ApiReferralsSetReferrerResponse

    Response returned after linking a wallet to a referral code.

    interface ApiReferralsSetReferrerResponse {
        createdAt: number;
        refCode: string;
        refereeAddress: string;
        status: string;
    }
    Index
    createdAt: number

    Unix timestamp, in milliseconds, when the relationship was established.

    refCode: string

    Referral code used for the link.

    refereeAddress: string

    Wallet address of the referred user.

    status: string

    Backend status for the link result.