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

    Interface ApiReferralsCreateReferralLinkBody

    Request body for creating a referral link for a wallet.

    interface ApiReferralsCreateReferralLinkBody {
        bytes: string;
        refCode: string;
        signature: string;
        walletAddress: string;
    }
    Index
    bytes: string

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

    refCode: string

    Referral code to create. The current signed terms message does not carry this code, so the code travels in the body.

    signature: string

    Signature corresponding to bytes.

    walletAddress: string

    Wallet address of the user creating the link.