Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion XLS-0085-token-escrow/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ The `EscrowCreate` transaction is modified as follows:
- **MPTs**: The escrow `Amount` is deducted from the source's MPT balance. The `sfOutstandingBalance` of the MPT issuance remains unchanged. The `sfLockedAmount` is increased on both the source's MPT and the MPT issuance.
- **Escrow Object Creation:**
- The `Escrow` ledger object includes:
- `CancelAfter`: When the Escrow Expires (Required on IOU/MPT)
- `Amount`: Tokens held in escrow.
- `TransferRate`: `TransferRate` (IOUs) or `TransferFee` (MPTs) at creation.
- `IssuerNode`: Reference to the issuer’s ledger node if applicable.
Expand Down