swtc-chains
Version:
swtc chain information
5 lines • 916 B
TypeScript
export { ZERO, CHAINS } from "./constants";
export { LEDGER_FLAGS, FLAGS } from "./ledger";
export { REQUIRED, TRANSACTION_TYPES, LEDGER_ENTRY_TYPES, METADATA, TYPES_MAP, FIELDS_MAP, INVERSE_FIELDS_MAP, MIN_CURRENCY_LEN, MAX_CURRENCY_LEN, TUM_NAME_LEN, AMOUNT_CONSTS, allNumeric, isCustomTum, isRelation, isTumCode, isCurrency, isFloat, isLetterNumer, 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 "./serializer";
export { funcGetChain, funcSeqEqual, funcConcatArgs, funcHexToBytes, funcBytesToHex, funcHexToString, funcStringToHex, funcString2Hex, funcNumber2Hex, funcHex2Number, funcIsEmpty } from "./functions";
//# sourceMappingURL=index.d.ts.map