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

    Interface ApiReferralsCreateReferralLinkResponse

    Response returned after creating a referral link.

    interface ApiReferralsCreateReferralLinkResponse {
        createdAt: number;
        refCode: string;
        status: string;
        walletAddress: string;
    }
    Index
    createdAt: number

    Unix timestamp, in milliseconds, when the link was created.

    refCode: string

    The created referral code.

    status: string

    Backend status for the creation result.

    walletAddress: string

    Wallet address of the referrer.