XrpFee
Model getters
| Method name | Return type | Description | Notes |
|---|---|---|---|
| getCurrentLedgerSize() | string | Number of transactions provisionally included in the in-progress ledger. Example: 8 | [optional] |
| getCurrentQueueSize() | string | Number of transactions currently queued for the next ledger. Example: 0 | [optional] |
| getDrops() | \Tatum\Model\XrpFeeDrops | Example: null | [optional] |
| getExpectedLedgerSize() | string | The approximate number of transactions expected to be included in the current ledger. This is based on the number of transactions in the previous ledger. Example: 67 | [optional] |
| getLedgerCurrentIndex() | float | The Ledger Index of the current open ledger these stats describe. Example: 760411 | [optional] |
| getLevels() | \Tatum\Model\XrpFeeLevels | Example: null | [optional] |
| getMaxQueueSize() | string | The maximum number of transactions that the transaction queue can currently hold. Example: 2000 | [optional] |