LedgerResponse constructor

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

Implementation

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