Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
revoxhere
GitHub Repository: revoxhere/duino-coin
Path: blob/master/Resources/cli_wallet_commands.json
922 views
1
{
2
"help": " - shows this help message",
3
"refresh": " - refresh balance",
4
"send": " - send funds",
5
"changepass": " - changes account password",
6
"exit": " - exit Duino-Coin wallet",
7
"about": " - displays about message",
8
"donate": " - donate to developpers/maintainers of the program",
9
"logout": " - logs off the user\n",
10
"wrapper_commands": {
11
"wsend": " - sends wDUCO via tron - you should have some TRX or tron energy for txn fees",
12
"wrapperconf": " - set wrapper config",
13
"wrap": " - wrap DUCO on tron",
14
"unwrap": " - unwrap wDUCO - you should have some TRX or tron energy for txn fees",
15
"cancelunwrap": " - sends back pending unwrap values to wallet - you should have some trx or tron energy for txn fees",
16
"finishunwraps": " - completes pending unwraps",
17
"exportwrapkey": " - exports wrapper private key"
18
}
19
}
20