interledgerjs / ilp-packet

Moved to monorepo in interledgerjs/interledgerjs
https://github.com/interledgerjs/interledgerjs
Other
6 stars 7 forks source link

docs: document IlpPrepare, IlpFulfill, IlpReject #30

Closed michielbdejong closed 6 years ago

codecov-io commented 6 years ago

Codecov Report

Merging #30 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #30   +/-   ##
=======================================
  Coverage   90.88%   90.88%           
=======================================
  Files           3        3           
  Lines         417      417           
  Branches       72       72           
=======================================
  Hits          379      379           
  Misses         38       38

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 01473b4...7724aa2. Read the comment docs.

michielbdejong commented 6 years ago

These packet types were added in #26 but no example code for them had been added to the readme yet. I slightly deviated from the pattern used for the other code examples, because I thought it was nice to show the sha256-relation between prepare and fulfill.