Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
SourceCodeInfo
Variable SourceCodeInfo
Source
Code
Info
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
SourceCodeInfo
;
encode
(
message
:
SourceCodeInfo
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
SourceCodeInfoAmino
)
:
SourceCodeInfo
;
fromAminoMsg
(
object
:
SourceCodeInfoAminoMsg
)
:
SourceCodeInfo
;
fromPartial
(
object
:
{
location
?:
{
leadingComments
?:
string
;
leadingDetachedComments
?:
string
[]
;
path
?:
number
[]
;
span
?:
number
[]
;
trailingComments
?:
string
;
}
[]
;
}
)
:
SourceCodeInfo
;
fromProtoMsg
(
message
:
SourceCodeInfoProtoMsg
)
:
SourceCodeInfo
;
toAmino
(
message
:
SourceCodeInfo
)
:
SourceCodeInfoAmino
;
toProto
(
message
:
SourceCodeInfo
)
:
Uint8Array
;
toProtoMsg
(
message
:
SourceCodeInfo
)
:
SourceCodeInfoProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...