tasks -> how-tos

This commit is contained in:
ddawson
2024-03-13 16:26:30 -07:00
committed by Amarantha Kulkarni
parent 5f5852a57e
commit 5c12a9b80a
116 changed files with 216 additions and 210 deletions

View File

@@ -1238,7 +1238,7 @@ XRPの「Payment Channel」を作成します。Payment Channelは、2名の当
新たに作成するトランザクションタイプは次の3つです。[PaymentChannelCreate][]、[PaymentChannelClaim][]、[PaymentChannelFund][]。新たに作成するレジャーオブジェクトタイプは[PayChannel](../docs/references/protocol/ledger-data/ledger-entry-types/paychannel.md)です。レジャー外のデータ構造`Claim`を定義し、ChannelClaimトランザクションに使用します。新たに作成する`rippled`APIメソッドは次のとおりです。[`channel_authorize`](../docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_authorize.md)(署名されたクレームを作成します)、[`channel_verify`](../docs/references/http-websocket-apis/public-api-methods/payment-channel-methods/channel_verify.md)(署名されたクレームを検証します)、[`account_channels`](../docs/references/http-websocket-apis/public-api-methods/account-methods/account_channels.md)(アカウントに関連するチャンネルをリストを作成します)。
詳細は、[Payment Channelsのチュートリアル](../docs/tutorials/tasks/use-specialized-payment-types/use-payment-channels/index.md)を参照してください。
詳細は、[Payment Channelsのチュートリアル](../docs/tutorials/how-tos/use-specialized-payment-types/use-payment-channels/index.md)を参照してください。
### RequireFullyCanonicalSig