bitbadgesjs-sdk - v0.22.7
Preparing search index...
iBroadcastTxSuccessResponse
Interface iBroadcastTxSuccessResponse
interface
iBroadcastTxSuccessResponse
{
tx_response
:
{
code
:
number
;
codespace
:
string
;
data
:
string
;
events
:
{
attributes
:
{
index
:
boolean
;
key
:
string
;
value
:
string
}
[]
;
type
:
string
;
}
[]
;
gas_used
:
string
;
gas_wanted
:
string
;
height
:
string
;
logs
:
{
events
:
{
attributes
:
{
index
:
boolean
;
key
:
string
;
value
:
string
}
[]
;
type
:
string
;
}
[]
;
}
[]
;
raw_log
:
string
;
timestamp
:
string
;
tx
:
null
|
object
;
txhash
:
string
;
}
;
}
Implemented by
BroadcastTxSuccessResponse
Index
Properties
tx_
response
Properties
tx_
response
tx_response
:
{
code
:
number
;
codespace
:
string
;
data
:
string
;
events
:
{
attributes
:
{
index
:
boolean
;
key
:
string
;
value
:
string
}
[]
;
type
:
string
;
}
[]
;
gas_used
:
string
;
gas_wanted
:
string
;
height
:
string
;
logs
:
{
events
:
{
attributes
:
{
index
:
boolean
;
key
:
string
;
value
:
string
}
[]
;
type
:
string
;
}
[]
;
}
[]
;
raw_log
:
string
;
timestamp
:
string
;
tx
:
null
|
object
;
txhash
:
string
;
}
The response from the blockchain for the broadcasted tx.
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
tx_
response
bitbadgesjs-sdk - v0.22.7
Loading...
The response from the blockchain for the broadcasted tx.