Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
TxResponse
Variable TxResponse
Tx
Response
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
TxResponse
;
encode
(
message
:
TxResponse
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
TxResponseAmino
)
:
TxResponse
;
fromAminoMsg
(
object
:
TxResponseAminoMsg
)
:
TxResponse
;
fromPartial
(
object
:
{
code
?:
number
;
codespace
?:
string
;
data
?:
string
;
events
?:
{
attributes
?:
{
index
?:
boolean
;
key
?:
Uint8Array
;
value
?:
Uint8Array
;
}
[]
;
type
?:
string
;
}
[]
;
gasUsed
?:
bigint
;
gasWanted
?:
bigint
;
height
?:
bigint
;
info
?:
string
;
logs
?:
{
events
?:
{
attributes
?:
{
key
?:
...
;
value
?:
...
;
}
[]
;
type
?:
string
;
}
[]
;
log
?:
string
;
msgIndex
?:
number
;
}
[]
;
rawLog
?:
string
;
timestamp
?:
string
;
tx
?:
{
$typeUrl
?:
string
;
typeUrl
?:
string
;
value
?:
Uint8Array
;
}
;
txhash
?:
string
;
}
)
:
TxResponse
;
fromProtoMsg
(
message
:
TxResponseProtoMsg
)
:
TxResponse
;
toAmino
(
message
:
TxResponse
)
:
TxResponseAmino
;
toAminoMsg
(
message
:
TxResponse
)
:
TxResponseAminoMsg
;
toProto
(
message
:
TxResponse
)
:
Uint8Array
;
toProtoMsg
(
message
:
TxResponse
)
:
TxResponseProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...