We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
for a batch of vouchers, we'd like to easily query which ones are reaped and optionally reap all outdated vouchers
in python. will need to use CLI client wrapper lib
input:
voucher.py
*.secrets
global args:
ss58prefix
commands:
info
accountid, balance, <reap_timestamp>, <reap_accountid>
recollect --reap_age 30d --beneficiary ACCOUNTID
reap_age
The text was updated successfully, but these errors were encountered:
No branches or pull requests
for a batch of vouchers, we'd like to easily query which ones are reaped and optionally reap all outdated vouchers
in python. will need to use CLI client wrapper lib
input:
voucher.py
as*.secrets
global args:
ss58prefix
specifies account display format: 42 for default, 2 for kusamacommands:
info
: prints csv to stdout:accountid, balance, <reap_timestamp>, <reap_accountid>
, where balance has demurrage appliedrecollect --reap_age 30d --beneficiary ACCOUNTID
: reaps all vouchers that haven't sent any extrinsic for the lastreap_age
days/timeThe text was updated successfully, but these errors were encountered: