mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-04 11:55:50 +00:00
fix to match XLS-20 spec
This commit is contained in:
@@ -40,7 +40,7 @@ status: not_enabled
|
||||
|
||||
* `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer` が `NFToken` の`購入`オファーであり、`NFTokenAcceptOffer` を送信したアカウントが、実行時に対応する `NFToken` を所有していない場合。
|
||||
* `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer` は `NFToken` の`売却`オファーであり、実行時に `NFToken` の所有者ではないアカウントが送信している場合。
|
||||
* `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer` は `NFToken` の`売却`オファーであり、実行時に `NFTokenOffer` 内の受信者である `Destination` 以外のアカウントによって送信された場合(存在する場合)。
|
||||
* `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer` は `NFToken` の`売却`オファーであり、実行時に `NFTokenOffer` 内の受信者である `Account` 以外のアカウントによって送信された場合(存在する場合)。
|
||||
* `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer` に `expiration` が設定されており、そのトランザクションが含まれる親レジャーのフィールドの終了時刻が既に経過している場合。
|
||||
* `NFTokenAcceptOffer` トランザクションの対象となる `NFTokenOffer` が、`NFTokenAcceptOffer` を実行するアカウントが所有し、 `NFToken` の売買が行われる場合。
|
||||
|
||||
|
||||
@@ -40,7 +40,7 @@ In direct mode, `NFTokenAcceptOffer` transaction fails if:
|
||||
|
||||
* The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed is an offer to `buy` the `NFToken` and the account executing the `NFTokenAcceptOffer` is not, at the time of execution, the current owner of the corresponding `NFToken`.
|
||||
* The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed is an offer to `sell` the `NFToken` and was placed by an account which is not, at the time of execution, the current owner of the `NFToken`.
|
||||
* The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed is an offer to `sell` the `NFToken` and was placed by an account which is not, at the time of execution, the `Destination` in the recipient field of the `NFTokenOffer`, if one exists.
|
||||
* The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed is an offer to `sell` the `NFToken` and was placed by an account which is not, at the time of execution, the `Account` in the recipient field of the `NFTokenOffer`, if one exists.
|
||||
* The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed specifies an `expiration` time and the close time field of the parent of the ledger in which the transaction would be included has already passed.
|
||||
* The `NFTokenOffer` against which `NFTokenAcceptOffer` transaction is placed to buy or sell the `NFToken `is owned by the account executing the `NFTokenAcceptOffer`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user