Return escrowed XAH or IOU to the sender.
[Source]
Added by the [Escrow amendment][].
Owner
String
AccountID
Address of the source account that funded the escrow payment.
OfferSequence
Number
UInt32
(Optional) Transaction sequence (or Ticket number) of [EscrowCreate transaction][] that created the escrow to cancel.
EscrowID
String
Hash256
(Optional) The ID of the Escrow ledger object to cancel, as a 64-character hexadecimal string.
Any account may submit an EscrowCancel transaction.
If the corresponding [EscrowCreate transaction][] did not specify a CancelAfter
time, the EscrowCancel transaction fails.
Otherwise the EscrowCancel transaction fails if the CancelAfter
time is after the close time of the most recently-closed ledger.