Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
FieldOptions
Variable FieldOptions
Field
Options
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
FieldOptions
;
encode
(
message
:
FieldOptions
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
FieldOptionsAmino
)
:
FieldOptions
;
fromAminoMsg
(
object
:
FieldOptionsAminoMsg
)
:
FieldOptions
;
fromPartial
(
object
:
{
ctype
?:
FieldOptions_CType
;
deprecated
?:
boolean
;
jstype
?:
FieldOptions_JSType
;
lazy
?:
boolean
;
packed
?:
boolean
;
uninterpretedOption
?:
{
aggregateValue
?:
string
;
doubleValue
?:
number
;
identifierValue
?:
string
;
name
?:
{
isExtension
?:
boolean
;
namePart
?:
string
;
}
[]
;
negativeIntValue
?:
bigint
;
positiveIntValue
?:
bigint
;
stringValue
?:
Uint8Array
;
}
[]
;
weak
?:
boolean
;
}
)
:
FieldOptions
;
fromProtoMsg
(
message
:
FieldOptionsProtoMsg
)
:
FieldOptions
;
toAmino
(
message
:
FieldOptions
)
:
FieldOptionsAmino
;
toProto
(
message
:
FieldOptions
)
:
Uint8Array
;
toProtoMsg
(
message
:
FieldOptions
)
:
FieldOptionsProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...