address reviews

This commit is contained in:
tequ
2025-09-01 18:34:49 +09:00
committed by akcodez
parent 674af89127
commit 201dce8fd3
4 changed files with 6 additions and 6 deletions

View File

@@ -55,8 +55,8 @@ path_findコマンドには3種類のモードサブコマンドがあり
リクエストには以下のパラメーターが含まれます。
| フィールド | 型 | 必須? | 説明 |
|:----------------------|:-------------------------|:---- --|:---------------------------|
| フィールド | 型 | 必須? | 説明 |
|:----------------------|:-------------------------|:-------|:---------------------------|
| `subcommand` | 文字列 | はい | `"create"`を使用してcreateサブコマンドを送信します。 |
| `source_account` | 文字列 - [アドレス][] | はい | 検索するパスの送金元アカウントのドレス。(つまり、支払いを送金するアカウント) |
| `destination_account` | 文字列 - [アドレス][] | はい | 検索するパスの送金先アカウントのアドレス。(つまり、支払いを受領するアカウント) |