Preparing search index...
The search index is not available
bitbadgesjs-sdk - v0.5.8
bitbadgesjs-sdk
iSimulateTxSuccessResponse
Interface iSimulateTxSuccessResponse
interface
iSimulateTxSuccessResponse
{
gas_info
:
{
gas_used
:
string
;
gas_wanted
:
string
;
}
;
result
:
{
data
:
string
;
events
:
{
attributes
:
{
index
:
boolean
;
key
:
string
;
value
:
string
;
}
[]
;
type
:
string
;
}
[]
;
log
:
string
;
}
;
}
Implemented by
SimulateTxSuccessResponse
Index
Properties
gas_
info
result
Properties
gas_
info
gas_
info
:
{
gas_used
:
string
;
gas_wanted
:
string
;
}
How much gas was used in the simulation.
result
result
:
{
data
:
string
;
events
:
{
attributes
:
{
index
:
boolean
;
key
:
string
;
value
:
string
;
}
[]
;
type
:
string
;
}
[]
;
log
:
string
;
}
The result of the simulation.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
gas_
info
result
bitbadgesjs-sdk - v0.5.8
Loading...
How much gas was used in the simulation.