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

    Interface ApiReferralsGetLinkedRefCodeResponse

    Response containing the referral code linked to a wallet, when one exists.

    interface ApiReferralsGetLinkedRefCodeResponse {
        address: string;
        linkedAt: number | undefined;
        linkedRefCode: string | undefined;
    }
    Index
    address: string

    The wallet address queried

    linkedAt: number | undefined

    Unix timestamp, in milliseconds, when the link was created, or undefined when no code is linked.

    linkedRefCode: string | undefined

    The referral code linked to the queried wallet address, or undefined.