Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
Order
Variable Order
Order
:
{
typeUrl
:
string
;
decode
(
input
:
Uint8Array
|
BinaryReader
,
length
?:
number
)
:
Order
;
encode
(
message
:
Order
,
writer
?:
BinaryWriter
)
:
BinaryWriter
;
fromAmino
(
object
:
OrderAmino
)
:
Order
;
fromAminoMsg
(
object
:
OrderAminoMsg
)
:
Order
;
fromPartial
(
object
:
{
account
?:
string
;
assetDenom
?:
string
;
contractAddr
?:
string
;
data
?:
string
;
id
?:
bigint
;
nominal
?:
string
;
orderType
?:
OrderType
;
positionDirection
?:
PositionDirection
;
price
?:
string
;
priceDenom
?:
string
;
quantity
?:
string
;
status
?:
OrderStatus
;
statusDescription
?:
string
;
triggerPrice
?:
string
;
triggerStatus
?:
boolean
;
}
)
:
Order
;
fromProtoMsg
(
message
:
OrderProtoMsg
)
:
Order
;
toAmino
(
message
:
Order
)
:
OrderAmino
;
toProto
(
message
:
Order
)
:
Uint8Array
;
toProtoMsg
(
message
:
Order
)
:
OrderProtoMsg
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@crownfi/sei-js-proto
Loading...