Skip to content

Internal Netvote CLI for viewing and rerunning vote transactions

License

Notifications You must be signed in to change notification settings

netvote/vote-transaction-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vote-transaction-cli

Internal Netvote CLI for viewing and rerunning vote transactions

# print all transactions
node index.js 2c6c8b2-06b0-423a-b93a-1977990bec1a

# print all pending transactions
node index.js --status pending d2c6c8b2-06b0-423a-b93a-1977990bec1a

# print all complete transactions
node index.js --status complete d2c6c8b2-06b0-423a-b93a-1977990bec1a

# print all error transactions
node index.js --status error d2c6c8b2-06b0-423a-b93a-1977990bec1a

# re-run all pending transactions
node index.js --rerun --status pending d2c6c8b2-06b0-423a-b93a-1977990bec1a

# re-run all pending and error transactions
node index.js --rerun d2c6c8b2-06b0-423a-b93a-1977990bec1a

About

Internal Netvote CLI for viewing and rerunning vote transactions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published