Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EscrowCreate

Sequester XRP until the escrow process either finishes or is canceled.

Hierarchy

  • BaseTransaction
    • EscrowCreate

Index

Properties

Account

Account: string

Optional AccountTxnID

AccountTxnID: string

Amount

Amount: string

Amount of XRP, in drops, to deduct from the sender's balance and escrow. Once escrowed, the XRP can either go to the Destination address (after the. FinishAfter time) or returned to the sender (after the CancelAfter time).

Optional CancelAfter

CancelAfter: number

The time, in seconds since the Ripple Epoch, when this escrow expires. This value is immutable; the funds can only be returned the sender after. this time.

Optional Condition

Condition: string

Hex value representing a PREIMAGE-SHA-256 crypto-condition . The funds can. only be delivered to the recipient if this condition is fulfilled.

Destination

Destination: string

Address to receive escrowed XRP.

Optional DestinationTag

DestinationTag: number

Arbitrary tag to further specify the destination for this escrowed. payment, such as a hosted recipient at the destination address.

Optional Fee

Fee: string

Optional FinishAfter

FinishAfter: number

The time, in seconds since the Ripple Epoch, when the escrowed XRP can be released to the recipient. This value is immutable; the funds cannot move. until this time is reached.

Optional Flags

Flags: number | GlobalFlags

Optional LastLedgerSequence

LastLedgerSequence: number

Optional Memos

Memos: { Memo: Memo }[]

Optional Sequence

Sequence: number

Optional Signers

Signers: Signer[]

Optional SigningPubKey

SigningPubKey: string

Optional SourceTag

SourceTag: number

Optional TicketSequence

TicketSequence: number

TransactionType

TransactionType: "EscrowCreate"

Optional TxnSignature

TxnSignature: string

Generated using TypeDoc