EscrowCancel

[ソース]

Escrow Amendmentが必要です。

Escrowに留保されているXRPを送金元に返金します。

EscrowCancel JSONの例

{
   "Account": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
   "TransactionType": "EscrowCancel",
   "Owner": "rf1BiGeXwwQoi8Z2ueFYTEXSwuJYfV2Jpn",
   "OfferSequence": 7,
}

EscrowCancel Fields

In addition to the common fields, a EscrowCancel transaction uses the following fields:

フィールド JSONの型 内部の型 説明
Owner 文字列 AccountID Escrow経由の支払いに資金を供給した支払元アカウントのアドレス。
OfferSequence 数値 UInt32 取り消すEscrowを作成したEscrowCreateトランザクションのトランザクションシーケンス。

EscrowCancelトランザクションはどのアカウントからでも送信できます。

  • 対応するEscrowCreateトランザクションCancelAfter時刻が指定されていない場合、EscrowCancelトランザクションは失敗します。
  • 指定されていても、CancelAfter時刻が最後に閉鎖されたレジャーの閉鎖時刻よりも後である場合は、EscrowCancelトランザクションが失敗します。