UNPKG

xud

Version:
7 lines (6 loc) 396 B
/** The maximum ratio of payment amount to fee that we will tolerate for a swap payment. */ export declare const MAX_FEE_RATIO = 0.03; /** The maximum time in milliseconds to wait for a client to be ready. */ export declare const BASE_MAX_CLIENT_WAIT_TIME = 6000; /** The maximum time in milliseconds we will wait for a swap payment to complete. */ export declare const MAX_PAYMENT_TIME = 90000;