Preparing search index...
The search index is not available
@crownfi/sei-js-proto
@crownfi/sei-js-proto
<internal>
ContractState
Interface ContractState
interface
ContractState
{
contractInfo
:
undefined
|
ContractInfoV2
;
longBookList
:
LongBook
[]
;
nextOrderId
:
bigint
;
pairList
:
Pair
[]
;
priceList
:
ContractPairPrices
[]
;
shortBookList
:
ShortBook
[]
;
triggeredOrdersList
:
Order
[]
;
}
Index
Properties
contract
Info
long
Book
List
next
Order
Id
pair
List
price
List
short
Book
List
triggered
Orders
List
Properties
contract
Info
contract
Info
:
undefined
|
ContractInfoV2
long
Book
List
long
Book
List
:
LongBook
[]
next
Order
Id
next
Order
Id
:
bigint
pair
List
pair
List
:
Pair
[]
price
List
price
List
:
ContractPairPrices
[]
short
Book
List
short
Book
List
:
ShortBook
[]
triggered
Orders
List
triggered
Orders
List
:
Order
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
contract
Info
long
Book
List
next
Order
Id
pair
List
price
List
short
Book
List
triggered
Orders
List
@crownfi/sei-js-proto
Loading...