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

    Interface ApiDCAsOwnedBody

    Deprecated. Body for fetching the DCA orders owned by a specific user. Use separate getActiveDcaOrders and getPastDcaOrders calls instead.

    interface ApiDCAsOwnedBody {
        walletAddress: string;
    }
    Index
    walletAddress: string

    The user's Sui address whose DCA orders should be fetched.