Skip to content

Commit 8770cc4

Browse files
committedApr 29, 2022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs.wrm/api/providers/types.wrm

+1-1
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ transaction was mined.
300300

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

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

0 commit comments

Comments
 (0)
Please sign in to comment.