mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-20 20:25:48 +00:00
Lints src/models (#1572)
* resolve src/models/methods * PaymentTransaction => Payment, remove empty returns * fix common, method signatures * fix checkCash * handle complexity complaints * fix jsdocs * handle magic numbers * finish models/transactions * fix models/utils * fix models/ledger * fix ts issues * fix tests * fix modifiedoffercreatetransaction * remove comments, fix additional TODO
This commit is contained in:
@@ -25,7 +25,7 @@ export interface AccountLinesRequest extends BaseRequest {
|
||||
ledger_index?: LedgerIndex;
|
||||
peer?: string;
|
||||
limit?: number;
|
||||
marker?: any;
|
||||
marker?: unknown;
|
||||
}
|
||||
|
||||
export interface AccountLinesResponse extends BaseResponse {
|
||||
@@ -35,6 +35,6 @@ export interface AccountLinesResponse extends BaseResponse {
|
||||
ledger_current_index?: number;
|
||||
ledger_index?: number;
|
||||
ledger_hash?: string;
|
||||
marker?: any;
|
||||
marker?: unknown;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user