Preparing search index...
The search index is not available
@metrixcoin/metrilib
@metrixcoin/metrilib
TransactionReceipt
Interface TransactionReceipt
interface
TransactionReceipt
{
blockHash
:
string
;
blockNumber
:
number
;
confirmations
?:
number
;
contractAddress
:
string
;
createdContracts
?:
any
[]
;
cumulativeGasUsed
:
number
;
destructedContracts
?:
any
[]
;
excepted
:
string
;
exceptedMessage
:
string
;
from
:
string
;
gasUsed
:
number
;
log
?:
any
[]
;
logs
?:
any
[]
;
outputIndex
:
number
;
stateRoot
?:
string
;
to
:
string
;
transactionHash
:
string
;
transactionIndex
:
number
;
utxoRoot
?:
string
;
}
Index
Properties
block
Hash
block
Number
confirmations?
contract
Address
created
Contracts?
cumulative
Gas
Used
destructed
Contracts?
excepted
excepted
Message
from
gas
Used
log?
logs?
output
Index
state
Root?
to
transaction
Hash
transaction
Index
utxo
Root?
Properties
block
Hash
block
Hash
:
string
block
Number
block
Number
:
number
Optional
confirmations
confirmations
?:
number
contract
Address
contract
Address
:
string
Optional
created
Contracts
created
Contracts
?:
any
[]
cumulative
Gas
Used
cumulative
Gas
Used
:
number
Optional
destructed
Contracts
destructed
Contracts
?:
any
[]
excepted
excepted
:
string
excepted
Message
excepted
Message
:
string
from
from
:
string
gas
Used
gas
Used
:
number
Optional
log
log
?:
any
[]
Optional
logs
logs
?:
any
[]
output
Index
output
Index
:
number
Optional
state
Root
state
Root
?:
string
to
to
:
string
transaction
Hash
transaction
Hash
:
string
transaction
Index
transaction
Index
:
number
Optional
utxo
Root
utxo
Root
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block
Hash
block
Number
confirmations
contract
Address
created
Contracts
cumulative
Gas
Used
destructed
Contracts
excepted
excepted
Message
from
gas
Used
log
logs
output
Index
state
Root
to
transaction
Hash
transaction
Index
utxo
Root
@metrixcoin/metrilib
Loading...