nimiqclient.models.mempool.MempoolInfo

class nimiqclient.models.mempool.MempoolInfo(**kwargs)[source]

Bases: object

Mempool information returned by the server.

Methods

buckets

List containing a subset of fee per byte buckets from [10000, 5000, 2000, 1000, 500, 200, 100, 50, 20, 10, 5, 2, 1, 0] that currently have more than one transaction.

total

Total number of pending transactions in mempool.

transactionsPerBucket

Number of transaction in the bucket. A transaction is assigned to the highest bucket of a value lower than its fee per byte value.