ldpos-client
Version:
JavaScript Client for LDPoS
35 lines (33 loc) • 729 B
JavaScript
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;