getChainTopUserTransactions constant

String const getChainTopUserTransactions

Implementation

static const String getChainTopUserTransactions =
    r'''query getChainTopUserTransactions($limit: Int) {
user_transactions(limit: $limit, order_by: {version: desc}) {
  version
}
}''';