github.com/aeternity/aepp-sdk-go@v1.0.3-0.20190606142815-1c0ffdc21fd9/doc/cli/aecli_wallet_spend.md (about) 1 ## aecli wallet spend 2 3 Print the aeternity wallet spend 4 5 ### Synopsis 6 7 Print the aeternity wallet spend 8 9 ``` 10 aecli wallet spend WALLET_PATH RECIPIENT_ADDRESS AMOUNT [flags] 11 ``` 12 13 ### Options 14 15 ``` 16 -h, --help help for spend 17 -m, --message string Payload to add to the spend transaction 18 -w, --wait Wait for the transaction to be mined before exiting 19 ``` 20 21 ### Options inherited from parent commands 22 23 ``` 24 -c, --config string config file to load (defaults to $HOME/.aeternity/config.yaml 25 --debug enable debug 26 --json print output in json format 27 ``` 28 29 ### SEE ALSO 30 31 * [aecli wallet](aecli_wallet.md) - Interact with a wallet 32 33 ###### Auto generated by spf13/cobra on 19-Sep-2018