Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBROKEN

Hierarchy

  • IBROKEN

Indexable

[k: string]: any

Index

Properties

Optional blockHash

blockHash: string | null

Hash of the block where this transaction was in. null when its pending

Optional blockNumber

blockNumber: string | null

Block number where this transaction was in. null when its pending

Optional from

from: undefined | string

Address of the sender

Optional gas

gas: undefined | string

The gas limit provided by the sender in Wei

Optional gasPrice

gasPrice: undefined | string

The gas price willing to be paid by the sender in Wei

Optional hash

hash: undefined | string

Keccak 256 Hash of the RLP encoding of a transaction

Optional input

input: undefined | string

The data field sent with the transaction

Optional nonce

nonce: undefined | string

The total number of prior transactions made by the sender

Optional r

r: undefined | string

ECDSA signature r

Optional s

s: undefined | string

ECDSA signature s

Optional to

to: undefined | string

address of the receiver. null when its a contract creation transaction

Optional transactionIndex

transactionIndex: string | null

Integer of the transaction's index position in the block. null when its pending

Optional v

v: undefined | string

ECDSA recovery id

Optional value

value: undefined | string

Value of Ether being transferred in Wei

Generated using TypeDoc