Search
Preparing search index...
The search index is not available
API Reference | Injective - Powering the future of decentralized finance.
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
API Reference | Injective - Powering the future of decentralized finance.
@injectivelabs/sdk-ts
TransactionFromExplorerApiResponse
Interface TransactionFromExplorerApiResponse
Hierarchy
TransactionFromExplorerApiResponse
Index
Properties
block_
number
block_
timestamp
code
codespace
data
error_
log
events
gas_
fee
gas_
used
gas_
wanted
hash
id
info
memo
messages
signatures
tx_
type
Properties
block_
number
block_
number
:
number
block_
timestamp
block_
timestamp
:
string
code
code
:
number
codespace
codespace
:
string
Optional
data
data
?:
string
|
internal
.
Uint8Array
Optional
error_
log
error_
log
?:
string
events
events
:
any
[]
gas_
fee
gas_
fee
:
{
amount
:
{
amount
:
string
;
denom
:
string
}
[]
;
gas_limit
:
number
;
granter
:
string
;
payer
:
string
}
Type declaration
amount
:
{
amount
:
string
;
denom
:
string
}
[]
gas_
limit
:
number
granter
:
string
payer
:
string
gas_
used
gas_
used
:
number
gas_
wanted
gas_
wanted
:
number
hash
hash
:
string
id
id
:
string
info
info
:
string
Optional
memo
memo
?:
string
messages
messages
:
{
type
:
string
;
value
:
any
}
[]
signatures
signatures
:
{
address
:
string
;
pubkey
:
string
;
sequence
:
number
;
signature
:
string
}
[]
tx_
type
tx_
type
:
string
Modules
@injectivelabs/sdk-
ts
internal
@injectivelabs/wallet-
ts
Transaction
From
Explorer
Api
Response
block_
number
block_
timestamp
code
codespace
data
error_
log
events
gas_
fee
gas_
used
gas_
wanted
hash
id
info
memo
messages
signatures
tx_
type
Generated using
TypeDoc