Skip to content

Commit

Permalink
docs: fixed typo (#2680).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Apr 29, 2022
1 parent 04c0515 commit 8770cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs.wrm/api/providers/types.wrm
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ transaction was mined.

_property: transaction.raw => string<[[DataHexString]]>
The serialized transaction. This may be null as some backends do not
rpopulate it. If this is required, it can be computed from a **TransactionResponse**
populate it. If this is required, it can be computed from a **TransactionResponse**
object using [this cookbook recipe](cookbook--compute-raw-transaction).

_property: transaction.wait([ confirms = 1 ]) => Promise<[[providers-TransactionReceipt]]>
Expand Down

0 comments on commit 8770cc4

Please sign in to comment.