update docstrings

This commit is contained in:
Denis Angell
2023-02-06 10:17:47 -05:00
parent 5541632b7f
commit 9b540c89f0
6 changed files with 28 additions and 29 deletions

View File

@@ -12,9 +12,9 @@ import { BaseTransaction, validateBaseTransaction } from './common'
export interface EscrowCreate extends BaseTransaction {
TransactionType: 'EscrowCreate'
/**
* 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).
* Amount to deduct from the sender's balance and escrow. Once escrowed, the
* amount can either go to the Destination address (after the FinishAfter time)
* or returned to the sender (after the CancelAfter time).
*/
Amount: Amount
/** Address to receive escrowed XRP. */