Label browsing: more labels, style updates, etc.

This commit is contained in:
mDuo13
2021-06-04 14:31:42 -07:00
parent 366ff1d2d0
commit 7b44ea177b
118 changed files with 297 additions and 24 deletions

View File

@@ -2,6 +2,8 @@
html: channel_authorize.html
parent: payment-channel-methods.html
blurb: Sign a claim for money from a payment channel.
labels:
- Payment Channels
---
# channel_authorize
[[Source]](https://github.com/ripple/rippled/blob/d4a56f223a3b80f64ff70b4e90ab6792806929ca/src/ripple/rpc/handlers/PayChanClaim.cpp#L41 "Source")

View File

@@ -2,6 +2,8 @@
html: channel_verify.html
parent: payment-channel-methods.html
blurb: Check a payment channel claim's signature.
labels:
- Payment Channels
---
# channel_verify
[[Source]](https://github.com/ripple/rippled/blob/d4a56f223a3b80f64ff70b4e90ab6792806929ca/src/ripple/rpc/handlers/PayChanClaim.cpp#L89 "Source")