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

    Interface ApiReferralsGetLinkedRefCodeBody

    Request body for fetching the referral code linked to a wallet.

    interface ApiReferralsGetLinkedRefCodeBody {
        bytes: string;
        signature: string;
        walletAddress: string;
    }
    Index
    bytes: string

    The bytes of the message signed by the user's wallet. Required for authentication.

    signature: string

    The signature of the message signed by the user's wallet. Required for authentication.

    walletAddress: string

    The wallet address whose linked referral code to fetch.