Variable ParamsFormatterConst
ParamsFormatter: {
toArray: ((format?) => ((arg) => any));
toBoolean: ((value) => boolean);
toCellDep: ((cellDep) => CellDep);
toDepType: ((type) => "code" | "dep_group");
toGetCellsSearchKey: ((data) => GetCellsSearchKey);
toGetTransactionsSearchKey: ((data) => GetTransactionsSearchKey);
toHash: ((hash) => string);
toInput: ((input) => CellInput);
toNumber: ((number) => string);
toOptional: ((format?) => ((arg) => any));
toOrder: ((order) => Order);
toOutPoint: ((outPoint) => OutPoint);
toOutput: ((output) => CellOutput);
toOutputsValidator: ((outputsValidator) => undefined | "default" | "passthrough");
toPageNumber: ((pageNo?) => string);
toPageSize: ((pageSize?) => string);
toRawTransaction: ((transaction) => RawTransaction);
toReverseOrder: ((reverse?) => boolean);
toScript: ((script) => Script);
toSearchFilter: ((data) => SearchFilter);
toSearchKey: ((data) => SearchKey);
toTransactionAndWitnessProof: ((proof) => TransactionAndWitnessProof);
toTransactionProof: ((proof) => TransactionProof);
} = paramsFormatter