NewPoolTier
NewPoolTier creates a new PoolTier instance with single initial 1 tier pool.
Parameters: - pools: The pool collection. - currentTime: The current block time. - initialPoolPath: The path of the initial pool. - getEmission: A function that returns the current emission to the staker contract. - getHalvingBlocksInRange: A function that returns a list of halving blocks within the interval [start, end) in ascending order.
Returns: - *PoolTier: The new PoolTier instance.
Command
gnokey query vm/qeval -remote "https://rpc.topaz.testnets.gno.land" -data "gno.land/r/gnoswap/staker/v1.NewPoolTier(,,,,)"
Result