Pravda broadcast run
pravda broadcast run --dry-run --wallet <file> --program-wallet <file> --watt-payer-wallet <file> --limit <long> --price <long> --endpoint <string> --input <file>
Description
Send a transaction with Pravda Program address to the blockchain to run it
Options
Option | Description |
---|---|
--dry-run |
Broadcast action without applying effects. |
-w , --wallet |
File with user wallet. You can obtain it using 'pravda gen address' command. Format: {"address": |
-p , --program-wallet |
Wallet of program account |
--watt-payer-wallet |
File with watt payer wallet. Format same as for wallet. |
-l , --limit |
Watt limit (300 by default). |
-P , --price |
Watt price (1 by default). |
-e , --endpoint |
Node endpoint (http://localhost:8080/api/public by default). |
-i , --input |
Input file. |