Calculates the size of the prize.
(bignumber)
The current Pool#balance
(bignumber)
The current Pool#accountedBalance
(bignumber)
Fraction represented as fixed point 18 (as in wei)
Calculates the estimated prize
(bignumber)
The current Pool#balance
(bignumber)
The current Pool prize as calculated by @see utils.calculatePrize
(bignumber)
The remaining number of blocks expressed as a fixed point 18 number (like ether denominated in wei)
(bignumber)
The fraction that is accrued per block
bignumber
:
The projected prize
Calculates the supply rate per block less the fee fraction
(bignumber)
The supply rate per block as returned by Pool#supplyRatePerBlock
(bignumber)
The draw fee fraction as returned by Pool#getDraw
Converts a value to a bignumber instance.
((string | bignumber))
The value to be converted to a bn.js bignumber instance