Skip to main content

TypeScript shape

interface WalletTokenRanking {
  attribute: WalletTokenRankingAttribute;
  direction: RankingDirection;
}
attribute
WalletTokenRankingAttribute!
The field to sort by. See WalletTokenRankingAttribute.
direction
RankingDirection!
Sort direction: ASC or DESC. See RankingDirection.