LedgerResponse constructor

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

Implementation

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