Constructors
constructor
- new Prices(dict: Dictionary<bigint, bigint>, dataCell: Cell): Prices
Parameters
- dict: Dictionary<bigint, bigint>
- dataCell: Cell
Accessors
dataCell
- get dataCell(): Cell
Returns Cell
dict
- get dict(): Dictionary<bigint, bigint>
Returns Dictionary<bigint, bigint>
Methods
getAssetPrice
- getAssetPrice<T extends bigint | PoolAssetConfig>(asset: T): undefined | bigint
Returns undefined | bigint