@aptos-labs/ts-sdk - v5.1.4
    Preparing search index...

    Type Alias OrderBy<T>

    OrderBy: { [K in keyof T]?: OrderByValue }[]

    A generic type that being passed by each function and holds an array of properties we can sort the query by

    Type Parameters

    • T