Merge pull request #2478 from tequdev/ja-ammvote-tradingfee

[JA] update AMMVote TradingFee field
This commit is contained in:
Amarantha Kulkarni
2024-03-21 14:14:45 -07:00
committed by GitHub

View File

@@ -40,7 +40,7 @@ _([AMM amendment][] {% not-enabled /%}が必要です。)_
|:-------------|:-----------|:-----------|:-----|:------------|
| `Asset` | オブジェクト | STIssue | はい | AMMのプールにある資産の一つを定義します。JSONでは、`currency``issuer`フィールドを持つオブジェクトになりますXRPの場合は`issuer`を省略します)。 |
| `Asset2` | オブジェクト | STIssue | はい | AMMのプールにあるもう一つの資産を定義します。JSONでは、`currency``issuer`フィールドを持つオブジェクトになりますXRPの場合は`issuer`を省略します)。|
| `TradingFee` | 数値 | UInt16 | はい | 投票に必要な手数料を1/100,000の単位で指定します。最大値は1000で、1の手数料を表します。 |
| `TradingFee` | 数値 | UInt16 | はい | 投票に必要な手数料を1/100,000の単位で指定します。値1は0.001%を表します。最大値は1000で、1の手数料を表します。 |
## エラーケース