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 270141b commit a67a246Copy full SHA for a67a246
docs/deweb.md
@@ -21,3 +21,25 @@ dewebd tx staking create-validator \
21
--gas-prices 0.001udws \
22
--from deweb_test
23
```
24
+
25
+Withdraw rewards
26
27
+```bash
28
+dewebd tx distribution withdraw-rewards dewebvaloper1jt9w26mpxxjsk63mvd4m2ynj0af09cslwkjylp --commission \
29
+ --chain-id deweb-testnet-0 \
30
+ --gas auto \
31
+ --gas-adjustment 1.5 \
32
+ --gas-prices 0.001udws \
33
+ --from deweb_test
34
+```
35
36
+Delegate
37
38
39
+dewebd tx staking delegate dewebvaloper1jt9w26mpxxjsk63mvd4m2ynj0af09cslwkjylp 113000000udws \
40
41
42
43
44
45
0 commit comments