Code samples: copy edit descriptions

This commit is contained in:
mDuo13
2022-05-10 14:23:59 -07:00
parent 8eda87fe60
commit cafb714104
8 changed files with 13 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
# Submit and Verify
Example code to submit a signed transaction blob and wait until it has a final result.
Submit a signed transaction blob and wait until it has a final result.
- [submit-and-verify.js](js/submit-and-verify.js): ripple-lib 1.x version.
- [submit-and-verify2.js](js/submit-and-verify2.js): xrpl.js 2.x version. Unlike the submitAndWait() method built into xrpl.js, this checks the server's available history and returns a different code when the transaction's status is unknowable with the server's available history versus if the transaction was _definitely_ not confirmed by consensus.