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

    Interface ApiLimitOrdersActiveOrdersOwnedBody

    Body for fetching active limit orders of a user, requiring user signature data for identification.

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

    Signed bytes of a message verifying user identity.

    signature: string

    Signature over the bytes.

    walletAddress: string

    The Sui address of the user.