Show / Hide Table of Contents

Class EscrowCancelResponse

Return escrowed XRP or fungible tokens (IOUs, MPTs) to the sender. Requires the TokenEscrow amendment for fungible token support.

Inheritance
object
BaseTransactionResponse
TransactionResponse
EscrowCancelResponse
Implements
ITransactionResponse
IBaseTransactionResponse
IEscrowCancel
ITransactionCommon
Inherited Members
TransactionResponse.NetworkID
TransactionResponse.Account
TransactionResponse.AccountTxnID
TransactionResponse.Fee
TransactionResponse.Flags
TransactionResponse.LastLedgerSequence
TransactionResponse.Memos
TransactionResponse.MemoValue
TransactionResponse.Sequence
TransactionResponse.SigningPublicKey
TransactionResponse.Signers
TransactionResponse.TransactionType
TransactionResponse.TransactionSignature
TransactionResponse.Meta
TransactionResponse.ToJson()
TransactionResponse.ToDictionary()
TransactionResponse.SourceTag
TransactionResponse.TicketSequence
BaseTransactionResponse.Date
BaseTransactionResponse.Hash
BaseTransactionResponse.InLedger
BaseTransactionResponse.LedgerIndex
BaseTransactionResponse.Validated
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class EscrowCancelResponse : TransactionResponse, ITransactionResponse, IBaseTransactionResponse, IEscrowCancel, ITransactionCommon

Properties

| Edit this page View Source

OfferSequence

Transaction sequence (or Ticket number) of EscrowCreate transaction that.
created the escrow to cancel.

Declaration
public uint OfferSequence { get; set; }
Property Value
Type Description
uint
| Edit this page View Source

Owner

Address of the source account that funded the escrow.

Declaration
public string Owner { get; set; }
Property Value
Type Description
string

Implements

ITransactionResponse
IBaseTransactionResponse
IEscrowCancel
ITransactionCommon
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX