We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b16b1ca commit ae8a49cCopy full SHA for ae8a49c
src/torusdk/cli/misc.py
@@ -45,12 +45,13 @@ def circulating_supply(ctx: Context, unit: BalanceUnit = BalanceUnit.joule):
45
context.output(format_balance(supply, unit))
46
47
48
-@misc_app.command()
+@misc_app.command(hidden=True)
49
def apr(ctx: Context, fee: int = 0):
50
"""
51
Gets the current staking APR on validators.
52
The miner reinvest rate & fee are specified in percentages.
53
54
+ raise NotImplementedError("Emissions are not enabled yet")
55
context = make_custom_context(ctx)
56
client = context.com_client()
57
0 commit comments