UNPKG

@swtc/serializer

Version:
5 lines 560 B
declare const serializeHex: (so: any, hexData: any, noLength?: boolean) => void; declare const convertHexToByteArray: (in_str: any) => any; export { convertHexToByteArray, serializeHex }; export { convertByteArrayToHex, convertIntegerToByteArray, convertHexToString, convertStringToHex, get_char_from_num, get_dec_from_hexchar, get_transaction_type, get_transaction_result, get_ledger_entry_type, hex_str_to_byte_array, isHexInt64String, isHexHASH256String, isNumber, isString, readAndSum, sort_fields } from "@swtc/common"; //# sourceMappingURL=Utils.d.ts.map