Preparing search index...
The search index is not available
@torch-finance/simulator
@torch-finance/simulator
types
SimulatorState
Interface SimulatorState
interface
SimulatorState
{
adminFeeNumerator
:
number
;
adminFees
:
Allocation
[]
;
decimals
:
Allocation
[]
;
feeNumerator
:
number
;
futureA
:
number
;
futureATime
:
number
;
initA
:
number
;
initATime
:
number
;
lpTotalSupply
:
bigint
;
poolAddress
:
string
;
rates
?:
Allocation
[]
;
reserves
:
Allocation
[]
;
}
Hierarchy
SimulatorConfig
SimulatorState
Index
Properties
admin
Fee
Numerator
admin
Fees
decimals
fee
Numerator
futureA
futureATime
initA
initATime
lp
Total
Supply
pool
Address
rates?
reserves
Properties
admin
Fee
Numerator
adminFeeNumerator
:
number
admin
Fees
adminFees
:
Allocation
[]
decimals
decimals
:
Allocation
[]
fee
Numerator
feeNumerator
:
number
futureA
futureA
:
number
futureATime
futureATime
:
number
initA
initA
:
number
initATime
initATime
:
number
lp
Total
Supply
lpTotalSupply
:
bigint
pool
Address
poolAddress
:
string
Optional
rates
rates
?:
Allocation
[]
reserves
reserves
:
Allocation
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
admin
Fee
Numerator
admin
Fees
decimals
fee
Numerator
futureA
futureATime
initA
initATime
lp
Total
Supply
pool
Address
rates
reserves
@torch-finance/simulator
Loading...