All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.stratumn.sdk.model.trace.PaginationResults Maven / Gradle / Ivy

There is a newer version: 0.0.8
Show newest version
package com.stratumn.sdk.model.trace;

class Info {
  boolean hasNext;
  boolean hasPrevious;
  String startCursor;
  String endCursor;
}

public class PaginationResults {
  int totalCount;
  Info info;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy