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

    Interface ApiReferralsGetRefCodeResponse

    Response containing a wallet's referral code, when one exists.

    interface ApiReferralsGetRefCodeResponse {
        address: string;
        refCode: string | undefined;
    }
    Index
    address: string

    The wallet address queried.

    refCode: string | undefined

    The wallet's referral code, or undefined when no code is linked.