Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
TxBody
Variable TxBody
Tx
Body
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
TxBody
;
encode
(
message
:
TxBody
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
TxBodyAmino
)
:
TxBody
;
fromAminoMsg
(
object
:
TxBodyAminoMsg
)
:
TxBody
;
fromPartial
(
object
:
{
extensionOptions
?:
{
$typeUrl
?:
string
;
typeUrl
?:
string
;
value
?:
Uint8Array
;
}
[]
;
memo
?:
string
;
messages
?:
{
$typeUrl
?:
string
;
typeUrl
?:
string
;
value
?:
Uint8Array
;
}
[]
;
nonCriticalExtensionOptions
?:
{
$typeUrl
?:
string
;
typeUrl
?:
string
;
value
?:
Uint8Array
;
}
[]
;
timeoutHeight
?:
bigint
;
}
)
:
TxBody
;
fromProtoMsg
(
message
:
TxBodyProtoMsg
)
:
TxBody
;
toAmino
(
message
:
TxBody
)
:
TxBodyAmino
;
toAminoMsg
(
message
:
TxBody
)
:
TxBodyAminoMsg
;
toProto
(
message
:
TxBody
)
:
Uint8Array
;
toProtoMsg
(
message
:
TxBody
)
:
TxBodyProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...