Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
GetTxsEventResponse
Variable GetTxsEventResponse
Get
Txs
Event
Response
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
GetTxsEventResponse
;
encode
(
message
:
GetTxsEventResponse
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
GetTxsEventResponseAmino
)
:
GetTxsEventResponse
;
fromAminoMsg
(
object
:
GetTxsEventResponseAminoMsg
)
:
GetTxsEventResponse
;
fromPartial
(
object
:
{
pagination
?:
{
nextKey
?:
Uint8Array
;
total
?:
bigint
;
}
;
txResponses
?:
{
code
?:
number
;
codespace
?:
string
;
data
?:
string
;
events
?:
{
attributes
?:
{
index
?:
...
;
key
?:
...
;
value
?:
...
;
}
[]
;
type
?:
string
;
}
[]
;
gasUsed
?:
bigint
;
gasWanted
?:
bigint
;
height
?:
bigint
;
info
?:
string
;
logs
?:
{
events
?:
{
attributes
?:
...
;
type
?:
...
;
}
[]
;
log
?:
string
;
msgIndex
?:
number
;
}
[]
;
rawLog
?:
string
;
timestamp
?:
string
;
tx
?:
{
$typeUrl
?:
string
;
typeUrl
?:
string
;
value
?:
Uint8Array
;
}
;
txhash
?:
string
;
}
[]
;
txs
?:
{
authInfo
?:
{
fee
?:
{
amount
?:
(
...
)
[]
;
gasLimit
?:
bigint
;
granter
?:
string
;
payer
?:
string
;
}
;
signerInfos
?:
{
modeInfo
?:
(
...
)
|
(
...
)
;
publicKey
?:
(
...
)
|
(
...
)
;
sequence
?:
(
...
)
|
(
...
)
;
}
[]
;
}
;
body
?:
{
extensionOptions
?:
{
$typeUrl
?:
(
...
)
|
(
...
)
;
typeUrl
?:
(
...
)
|
(
...
)
;
value
?:
(
...
)
|
(
...
)
;
}
[]
;
memo
?:
string
;
messages
?:
{
$typeUrl
?:
(
...
)
|
(
...
)
;
typeUrl
?:
(
...
)
|
(
...
)
;
value
?:
(
...
)
|
(
...
)
;
}
[]
;
nonCriticalExtensionOptions
?:
{
$typeUrl
?:
(
...
)
|
(
...
)
;
typeUrl
?:
(
...
)
|
(
...
)
;
value
?:
(
...
)
|
(
...
)
;
}
[]
;
timeoutHeight
?:
bigint
;
}
;
signatures
?:
Uint8Array
[]
;
}
[]
;
}
)
:
GetTxsEventResponse
;
fromProtoMsg
(
message
:
GetTxsEventResponseProtoMsg
)
:
GetTxsEventResponse
;
toAmino
(
message
:
GetTxsEventResponse
)
:
GetTxsEventResponseAmino
;
toAminoMsg
(
message
:
GetTxsEventResponse
)
:
GetTxsEventResponseAminoMsg
;
toProto
(
message
:
GetTxsEventResponse
)
:
Uint8Array
;
toProtoMsg
(
message
:
GetTxsEventResponse
)
:
GetTxsEventResponseProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...