Nado Typescript SDK Documentation
Preparing search index...
Nado Contracts
Internal
BaseProduct
Interface BaseProduct
Shared properties across products
interface
BaseProduct
{
type
:
ProductEngineType
;
productId
:
number
;
oraclePrice
:
BigNumber
;
longWeightInitial
:
BigNumber
;
shortWeightInitial
:
BigNumber
;
longWeightMaintenance
:
BigNumber
;
shortWeightMaintenance
:
BigNumber
;
}
Hierarchy (
View Summary
)
BaseProduct
PerpProduct
SpotProduct
Index
Properties
type
product
Id
oracle
Price
long
Weight
Initial
short
Weight
Initial
long
Weight
Maintenance
short
Weight
Maintenance
Properties
type
type
:
ProductEngineType
product
Id
productId
:
number
oracle
Price
oraclePrice
:
BigNumber
long
Weight
Initial
longWeightInitial
:
BigNumber
short
Weight
Initial
shortWeightInitial
:
BigNumber
long
Weight
Maintenance
longWeightMaintenance
:
BigNumber
short
Weight
Maintenance
shortWeightMaintenance
:
BigNumber
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
type
product
Id
oracle
Price
long
Weight
Initial
short
Weight
Initial
long
Weight
Maintenance
short
Weight
Maintenance
Documentation
Loading...
Shared properties across products