UNPKG

ldpos-client

Version:
35 lines (33 loc) 729 B
import * as commonJSModule from './index.js'; export const { LDPoSClient, createClient, merkle, generateWallet, computePublicKeysFromPassphrase, computeWalletAddressFromPassphrase, computeWalletAddressFromPublicKey, computeSeedFromPassphrase, computePublicKeyFromSeed, computeTreeFromSeed, computeTreeName, computeWalletAddressFromSeed, computeTreeIndex, computeLeafIndex, computeId, validatePassphrase, validateWalletAddress, getAllObjectKeySet, getAllObjectKeys, stringifyObject, stringifyObjectWithMetadata, sha256, LEAF_COUNT, SEED_ENCODING, NODE_ENCODING, SIGNATURE_ENCODING, ID_ENCODING, ID_LENGTH, WALLET_ADDRESS_BASE_BYTE_LENGTH, HEX_REGEX } = commonJSModule;