Show / Hide Table of Contents

Class EscrowCancel

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

Inheritance
object
TransactionRequest
EscrowCancel
Implements
ITransactionRequest
IEscrowCancel
ITransactionCommon
Inherited Members
TransactionRequest.NetworkID
TransactionRequest.Account
TransactionRequest.AccountTxnID
TransactionRequest.Fee
TransactionRequest.Flags
TransactionRequest.LastLedgerSequence
TransactionRequest.Memos
TransactionRequest.Sequence
TransactionRequest.SigningPublicKey
TransactionRequest.Signers
TransactionRequest.TransactionType
TransactionRequest.TransactionSignature
TransactionRequest.ToJson()
TransactionRequest.ToDictionary()
TransactionRequest.SourceTag
TransactionRequest.TicketSequence
Namespace: Xrpl.Models.Transactions
Assembly: Xrpl.dll
Syntax
public class EscrowCancel : TransactionRequest, ITransactionRequest, IEscrowCancel, ITransactionCommon

Constructors

| Edit this page View Source

EscrowCancel()

Declaration
public EscrowCancel()

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

ITransactionRequest
IEscrowCancel
ITransactionCommon

Extension Methods

BatchUtils.ToBatchTx(ITransactionRequest)
Utilities.Encode(TransactionRequest)
Utilities.EncodeForMultiSigning(TransactionRequest, string)
Utilities.EncodeForSigning(TransactionRequest)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX