nimiqclient.models.transaction.TransactionReceipt¶
-
class
nimiqclient.models.transaction.
TransactionReceipt
(transactionHash, transactionIndex, blockHash, blockNumber, confirmations, timestamp)[source]¶ Bases:
object
Transaction receipt returned by the server.
- Parameters
transactionHash (str) – Hex-encoded hash of the transaction.
transactionIndex (int) – Integer of the transactions index position in the block.
blockHash (str) – Hex-encoded hash of the block where this transaction was in.
blockNumber (int) – Block number where this transaction was in.
confirmations (int) – Number of confirmations for this transaction (number of blocks on top of the block where this transaction was in).
timestamp (int) – Timestamp of the block where this transaction was in.
Methods