mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
amendment-xls34d
add transfer rate Update definitions.json update test error text update validation error fix undefined validation switch claim signing order, update claim object update workflow docker tests (paychan + escrow) add ic gateway (test) add faucet update sdk fixup git-workflow
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
/* eslint-disable complexity -- Necessary for validateEscrowCreate */
|
||||
import { ValidationError } from '../../errors'
|
||||
import { Amount } from '../common'
|
||||
|
||||
import { BaseTransaction, validateBaseTransaction } from './common'
|
||||
|
||||
@@ -15,7 +16,7 @@ export interface EscrowCreate extends BaseTransaction {
|
||||
* 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: string
|
||||
Amount: Amount
|
||||
/** Address to receive escrowed XRP. */
|
||||
Destination: string
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user