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

    Interface ApiDcaCreateUserBody

    Deprecated. Body for creating a user public key in the old DCA system. Use ApiUserDataCreateUserBody from userData package instead.

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

    The message bytes that the user is signing (in hex or base64).

    signature: string

    The resulting signature from signing bytes.

    walletAddress: string

    The Sui address of the user.