TransactionReceipt

public struct TransactionReceipt : Decodable

Transaction receipt returned by the server.

  • Hex-encoded hash of the transaction.

    Declaration

    Swift

    public var transactionHash: String
  • Integer of the transactions index position in the block.

    Declaration

    Swift

    public var transactionIndex: Int
  • Hex-encoded hash of the block where this transaction was in.

    Declaration

    Swift

    public var blockHash: String
  • Block number where this transaction was in.

    Declaration

    Swift

    public var blockNumber: Int
  • Number of confirmations for this transaction (number of blocks on top of the block where this transaction was in).

    Declaration

    Swift

    public var confirmations: Int
  • Timestamp of the block where this transaction was in.

    Declaration

    Swift

    public var timestamp: Int