Skip to content

Commit

Permalink
update CLI doc
Browse files Browse the repository at this point in the history
  • Loading branch information
craigjson committed Nov 30, 2023
1 parent f76925e commit 26d9ece
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ Create an Aleo program deployment.
- `fee` - The deployment fee in microcredits
- optional - defaults to 0
- `record` - The record to spend the fee from
- `priority_fee` - The priority fee in microcredits, uses public balance if no record is specified
- optional
- `display` - Display the generated transaction
- optional - defaults to false
- `broadcast` - Broadcast the transaction to a specified endpoint
Expand Down Expand Up @@ -142,6 +144,8 @@ Create an Aleo program execution.
- optional
- `record` - The record to spend the fee from
- optional
- `priority_fee` - The priority fee in microcredits, uses public balance if no record is specified
- optional
- `display` - Display the generated transaction
- optional - defaults to false
- `broadcast` - Broadcast the transaction to a specified endpoint
Expand Down

0 comments on commit 26d9ece

Please sign in to comment.