@cfxlabsinc/b2b-services
    Preparing search index...

    Type Alias UtilaTransactionOrderBy

    UtilaTransactionOrderBy: "create_time" | "create_time desc"

    Every ordering Utila's ListTransactions accepts.

    A closed union rather than string because the API orders on exactly one field, so "createTime" or "create_time ASC" are typos a string would happily pass to Utila. Ascending is the one the transaction sync wants: balances are carried forward from the previous row, so ingest order has to be chain order (ยง 3.5).