aladinnetwork-blockstack
Version:
The Aladin Javascript library for authentication, identity, and storage.
14 lines (13 loc) • 879 B
TypeScript
export * from './auth';
export * from './profiles';
export * from './storage';
export { makeDIDFromAddress, makeDIDFromPublicKey, getDIDType, getAddressFromDID } from './dids';
export { getEntropy, makeECPrivateKey, publicKeyToAddress, getPublicKeyFromPrivate } from './keys';
export { nextYear, nextMonth, nextHour, makeUUID4, updateQueryStringParameter, isLaterVersion, isSameOriginAbsoluteUrl, hexStringToECPair, ecPairToHexString, ecPairToAddress } from './utils';
export { transactions, safety, TransactionSigner, PubkeyHashSigner, addUTXOsToFund, estimateTXBytes } from './operations';
export { AladinWallet, IdentityKeyPair } from './wallet';
export { network } from './network';
export { decodeToken } from 'jsontokens';
export { config } from './config';
export { encryptMnemonic, decryptMnemonic } from './encryption';
export { UserSession } from './auth/userSession';