UNPKG

@gemini-wallet/core

Version:

Core SDK for Gemini Wallet integration with popup communication

14 lines (13 loc) 547 B
export { SDK_BACKEND_URL, SDK_VERSION } from "../constants"; export { base64ToHex, bufferToBase64URLString, decodeBase64, encodeBase64, utf8StringToBuffer } from "./base64"; export { calculateV1Address, calculateWalletAddress, type CalculateWalletAddressParams, generateAuthenticatorIdHash, validateWebAuthnKey, type WebAuthnValidatorData, } from "./calculateWalletAddress"; export { reverseResolveEns } from "./ens"; export { closePopup, openPopup } from "./popup"; export { hexStringFromNumber, safeJsonStringify } from "./strings";