Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
MethodOptions
Variable MethodOptions
Method
Options
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
MethodOptions
;
encode
(
message
:
MethodOptions
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
MethodOptionsAmino
)
:
MethodOptions
;
fromAminoMsg
(
object
:
MethodOptionsAminoMsg
)
:
MethodOptions
;
fromPartial
(
object
:
{
deprecated
?:
boolean
;
idempotencyLevel
?:
MethodOptions_IdempotencyLevel
;
uninterpretedOption
?:
{
aggregateValue
?:
string
;
doubleValue
?:
number
;
identifierValue
?:
string
;
name
?:
{
isExtension
?:
boolean
;
namePart
?:
string
;
}
[]
;
negativeIntValue
?:
bigint
;
positiveIntValue
?:
bigint
;
stringValue
?:
Uint8Array
;
}
[]
;
}
)
:
MethodOptions
;
fromProtoMsg
(
message
:
MethodOptionsProtoMsg
)
:
MethodOptions
;
toAmino
(
message
:
MethodOptions
)
:
MethodOptionsAmino
;
toProto
(
message
:
MethodOptions
)
:
Uint8Array
;
toProtoMsg
(
message
:
MethodOptions
)
:
MethodOptionsProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...