SortOrder
SortOrder represents the order of the result possible values are ASC or DESC
enum SortOrder {
ASC
DESC
}
Values
SortOrder.ASC
Ascending order
SortOrder.DESC
Descending order
Member of
transactionChain
query