Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
AppDescriptor
Variable AppDescriptor
App
Descriptor
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
AppDescriptor
;
encode
(
message
:
AppDescriptor
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
AppDescriptorAmino
)
:
AppDescriptor
;
fromAminoMsg
(
object
:
AppDescriptorAminoMsg
)
:
AppDescriptor
;
fromPartial
(
object
:
{
authn
?:
{
signModes
?:
{
authnInfoProviderMethodFullname
?:
string
;
name
?:
string
;
number
?:
number
;
}
[]
;
}
;
chain
?:
{
id
?:
string
;
}
;
codec
?:
{
interfaces
?:
{
fullname
?:
string
;
interfaceAcceptingMessages
?:
{
fieldDescriptorNames
?:
(
...
)
|
(
...
)
;
fullname
?:
(
...
)
|
(
...
)
;
}
[]
;
interfaceImplementers
?:
{
fullname
?:
(
...
)
|
(
...
)
;
typeUrl
?:
(
...
)
|
(
...
)
;
}
[]
;
}
[]
;
}
;
configuration
?:
{
bech32AccountAddressPrefix
?:
string
;
}
;
queryServices
?:
{
queryServices
?:
{
fullname
?:
string
;
isModule
?:
boolean
;
methods
?:
{
fullQueryPath
?:
(
...
)
|
(
...
)
;
name
?:
(
...
)
|
(
...
)
;
}
[]
;
}
[]
;
}
;
tx
?:
{
fullname
?:
string
;
msgs
?:
{
msgTypeUrl
?:
string
;
}
[]
;
}
;
}
)
:
AppDescriptor
;
fromProtoMsg
(
message
:
AppDescriptorProtoMsg
)
:
AppDescriptor
;
toAmino
(
message
:
AppDescriptor
)
:
AppDescriptorAmino
;
toAminoMsg
(
message
:
AppDescriptor
)
:
AppDescriptorAminoMsg
;
toProto
(
message
:
AppDescriptor
)
:
Uint8Array
;
toProtoMsg
(
message
:
AppDescriptor
)
:
AppDescriptorProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...