Use frontmatter in references

This commit is contained in:
mDuo13
2021-04-22 15:17:29 -07:00
parent 7d7f694f1c
commit 25a2890306
235 changed files with 1318 additions and 866 deletions

View File

@@ -1,3 +1,8 @@
---
html: channel_authorize.html
parent: payment-channel-methods.html
blurb: 特定額のXRPをPayment Channelから清算するときに使用できる署名を作成します。
---
# channel_authorize
[[ソース]](https://github.com/ripple/rippled/blob/d4a56f223a3b80f64ff70b4e90ab6792806929ca/src/ripple/rpc/handlers/PayChanClaim.cpp#L41 "Source")

View File

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

View File

@@ -1,5 +1,10 @@
---
html: channel_verify.html
parent: payment-channel-methods.html
blurb: 特定額のXRPをPayment Channelから清算するときに使用できる署名の有効性を検証します。
---
# channel_verify
[[ソース]<br>](https://github.com/ripple/rippled/blob/d4a56f223a3b80f64ff70b4e90ab6792806929ca/src/ripple/rpc/handlers/PayChanClaim.cpp#L89 "Source")
[[ソース]](https://github.com/ripple/rippled/blob/d4a56f223a3b80f64ff70b4e90ab6792806929ca/src/ripple/rpc/handlers/PayChanClaim.cpp#L89 "Source")
_[PayChan Amendment][]が有効になっている必要があります。[新規: rippled 0.33.0][]_

View File

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