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

    Request body for fetching a wallet's referral code.

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

    Serialized bytes of the message signed by the wallet for authentication.

    signature: string

    Signature corresponding to bytes.

    walletAddress: string

    The wallet address whose referral code to fetch.