Interface GetTransactionReceiptResponse

Hierarchy

  • GetTransactionReceiptResponse

Properties

block_hash: string
block_number: number
fee_used: number
from: string
status?: boolean
timestamp: number
transaction: {
    transaction: Object;
    tx_type: string;
}

Type declaration

  • transaction: Object
  • tx_type: string
transaction_hash: string

Generated using TypeDoc