Preparing search index...
The search index is not available
@metrixcoin/metrilib
@metrixcoin/metrilib
ContractResponse
Interface ContractResponse
interface
ContractResponse
{
address
:
string
;
executionResult
:
{
codeDeposit
:
number
;
depositSize
:
number
;
excepted
:
string
;
exceptedMessage
?:
string
;
gasForDeposit
:
number
;
gasRefunded
:
number
;
gasUsed
:
number
;
newAddress
:
string
;
output
:
string
;
}
;
transactionReceipt
:
{
bloom
:
string
;
createdContracts
?:
any
[]
;
destructedContracts
?:
any
[]
;
gasUsed
:
number
;
log
:
any
[]
;
stateRoot
:
string
;
utxoRoot
?:
string
;
}
;
}
Index
Properties
address
execution
Result
transaction
Receipt
Properties
address
address
:
string
execution
Result
execution
Result
:
{
codeDeposit
:
number
;
depositSize
:
number
;
excepted
:
string
;
exceptedMessage
?:
string
;
gasForDeposit
:
number
;
gasRefunded
:
number
;
gasUsed
:
number
;
newAddress
:
string
;
output
:
string
;
}
transaction
Receipt
transaction
Receipt
:
{
bloom
:
string
;
createdContracts
?:
any
[]
;
destructedContracts
?:
any
[]
;
gasUsed
:
number
;
log
:
any
[]
;
stateRoot
:
string
;
utxoRoot
?:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
address
execution
Result
transaction
Receipt
@metrixcoin/metrilib
Loading...