LedgerResponse constructor

LedgerResponse(
  1. int sequence,
  2. String hash,
  3. String pagingToken,
  4. String prevHash,
  5. int transactionCount,
  6. int successfulTransactionCount,
  7. int failedTransactionCount,
  8. int operationCount,
  9. String closedAt,
  10. String totalCoins,
  11. String feePool,
  12. int baseFee,
  13. String baseFeeInStroops,
  14. String baseReserve,
  15. String baseReserveInStroops,
  16. int maxTxSetSize,
  17. int protocolVersion,
  18. String headerXdr,
  19. LedgerResponseLinks links
)

Implementation

LedgerResponse(
    this.sequence,
    this.hash,
    this.pagingToken,
    this.prevHash,
    this.transactionCount,
    this.successfulTransactionCount,
    this.failedTransactionCount,
    this.operationCount,
    this.closedAt,
    this.totalCoins,
    this.feePool,
    this.baseFee,
    this.baseFeeInStroops,
    this.baseReserve,
    this.baseReserveInStroops,
    this.maxTxSetSize,
    this.protocolVersion,
    this.headerXdr,
    this.links);