Array of rune amounts (e8) bonded by each active node.
Network
Int64, Number of active nodes
Network
Network
Network
Float, E.g. 0.01 = 1%. Estimate of the compounded bonding earnings based on the current reserve size, emmission curve, blocks per year and pool share factor = (WeeklyBondIncome/BondAmount + 1)^52 - 1
Network
Float, E.g. 0.01 = 1%. Estimate of the compounded liquidity provider earnings based on the current reserve size, emmission curve, blocks per year and pool share factor = (WeeklyLiquidityIncome/(totalPooledRune*2) + 1)^52 - 1
Network
Int64, height (block number) of the next churn.
Network
Int64, the remaining time of pool activation (in blocks)
Network
Float [0..1], the ratio which is used to split earnings between liquidity provider and nodes. LPIncome = rewards * poolShareFactor ; BondIncome := rewards * (1 - poolShareFactor)
Network
Array of rune amounts (e8) bonded by each standby node.
Network
Int64, Number of standby nodes, some of them might become active at the next churn.
Network
Int64(e8), total Rune in all pools. Because asset and Rune value is the same amount in every pool (by definition), the total amount pooled is totalPooledRune*2.
Network
Int64(e8), Current size of the Reserve.
Network
Generated using TypeDoc
Export
Network