mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-27 23:25:51 +00:00
For better URLs, the content folder has been renamed 'docs' and all other files have been moved up a level. Also, non-docs images have been moved to the static folder at the top level where they belong. Many relative paths had to be fixed to make this work.
1.7 KiB
1.7 KiB
| フィールド | 値 | 説明 |
|---|---|---|
AffectedNodes |
配列 | このトランザクションで作成、削除、または修正されたレジャーオブジェクトのリストと、個々のオブジェクトに対する具体的な変更内容。 |
DeliveredAmount |
[通貨額][] | 廃止予定。delivered_amountで置き換えられます。Partial Paymentsでない場合は省略されます。 |
TransactionIndex |
符号なし整数 | トランザクションが記録されているレジャーでのトランザクションの位置。この配列は0から始まります。(例えば、値が2の場合、そのレジャーの3番目のトランザクションであったことを意味します)。 |
TransactionResult |
文字列 | トランザクションが成功したか、どのような理由で失敗したかを示す結果コード。 |
delivered_amount |
[通貨額][] | Destinationアカウントが実際に受取った[通貨額][]。このフィールドは、トランザクションがPartial Paymentsであるかどうかにかかわらず、送金された金額を特定するために使用します。{% badge href="https://github.com/XRPLF/rippled/releases/tag/0.27.0" %}新規: rippled 0.27.0{% /badge %} |