Options
All
  • Public
  • Public/Protected
  • All
Menu

Module common/constants

Index

Variables

Const DECIMAL_PLACES

DECIMAL_PLACES: 2 = 2

Number of deciml decimal places for the predicted price

Const FLOAT_TO_SOL_NUM

FLOAT_TO_SOL_NUM: 100000000 = 100000000

Multiplier used to convert a number to Solidity representation

Const INVALID_NUM_SHARES

INVALID_NUM_SHARES: 0 = 0

Const INVALID_PRICE

INVALID_PRICE: 0 = 0

Placeholder numbers in buying shares form, used for invalid check as you cannot buy 0 shares

Const MAX_AVAX_SHARE_PRICE

MAX_AVAX_SHARE_PRICE: BN = ...

Maximum number of shares available

Const MS_TO_SECS

MS_TO_SECS: 1000 = 1000

Multiplier used to convert milliseconds to seconds

Generated using TypeDoc