Skip to content

Commit

Permalink
docs: add --async
Browse files Browse the repository at this point in the history
  • Loading branch information
onbjerg committed Jul 22, 2022
1 parent 92bd011 commit 699beab
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/reference/cast/cast-publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Publish a raw pre-signed transaction to the network.

#### Publish Options

`--async`
`--cast-async`
    Do not wait for a transaction receipt.
    Environment: `CAST_ASYNC`
Expand Down
1 change: 1 addition & 0 deletions src/reference/cast/cast-receipt.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ If *field* is specified, then only the given field of the receipt is displayed.

#### Receipt Options

`--async`
`--cast-async`
    Do not wait for the transaction receipt if it does not exist yet.
    Environment: `CAST_ASYNC`
Expand Down
1 change: 1 addition & 0 deletions src/reference/cast/cast-send.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ The destination (*to*) can be an ENS name or an address.

#### Receipt Options

`--async`
`--cast-async`
    Do not wait for the transaction receipt if it does not exist yet.
    Environment: `CAST_ASYNC`
Expand Down

0 comments on commit 699beab

Please sign in to comment.