etherscan-api
Preparing search index...
index
NormalTransaction
Interface NormalTransaction
A normal transaction (
account.txlist
).
interface
NormalTransaction
{
blockHash
:
string
;
blockNumber
:
string
;
confirmations
:
string
;
contractAddress
:
string
;
cumulativeGasUsed
:
string
;
from
:
string
;
functionName
:
string
;
gas
:
string
;
gasPrice
:
string
;
gasUsed
:
string
;
hash
:
string
;
input
:
string
;
isError
:
string
;
methodId
:
string
;
nonce
:
string
;
timeStamp
:
string
;
to
:
string
;
transactionIndex
:
string
;
txreceipt_status
:
string
;
value
:
string
;
}
Index
Properties
block
Hash
block
Number
confirmations
contract
Address
cumulative
Gas
Used
from
function
Name
gas
gas
Price
gas
Used
hash
input
is
Error
method
Id
nonce
time
Stamp
to
transaction
Index
txreceipt_
status
value
Properties
block
Hash
blockHash
:
string
block
Number
blockNumber
:
string
confirmations
confirmations
:
string
contract
Address
contractAddress
:
string
cumulative
Gas
Used
cumulativeGasUsed
:
string
from
from
:
string
function
Name
functionName
:
string
gas
gas
:
string
gas
Price
gasPrice
:
string
gas
Used
gasUsed
:
string
hash
hash
:
string
input
input
:
string
is
Error
isError
:
string
method
Id
methodId
:
string
nonce
nonce
:
string
time
Stamp
timeStamp
:
string
to
to
:
string
transaction
Index
transactionIndex
:
string
txreceipt_
status
txreceipt_status
:
string
value
value
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block
Hash
block
Number
confirmations
contract
Address
cumulative
Gas
Used
from
function
Name
gas
gas
Price
gas
Used
hash
input
is
Error
method
Id
nonce
time
Stamp
to
transaction
Index
txreceipt_
status
value
etherscan-api
Loading...
A normal transaction (
account.txlist).