Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QuorumTx

export
interface

QuorumTx

Hierarchy

  • QuorumTx

Index

Properties

blockHash

blockHash: string

Hash of the block where this transaction was in.

memberof

QuorumTx

blockNumber

blockNumber: number

Block number where this transaction was in.

memberof

QuorumTx

from

from: string

Address of the sender.

memberof

QuorumTx

gas

gas: number

Gas provided by the sender.

memberof

QuorumTx

gasPrice

gasPrice: number

Gas price provided by the sender in wei.

memberof

QuorumTx

hash

hash: string

Hash of the transaction.

memberof

QuorumTx

input

input: string

The data sent along with the transaction.

memberof

QuorumTx

nonce

nonce: number

The number of transactions made by the sender prior to this one.

memberof

QuorumTx

to

to: string

Address of the receiver. 'null' when its a contract creation transaction.

memberof

QuorumTx

transactionIndex

transactionIndex: number

Integer of the transactions index position in the block.

memberof

QuorumTx

value

value: string

Value transferred in wei.

memberof

QuorumTx

Generated using TypeDoc