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