UNPKG

@etherspot/remote-signer

Version:

Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler

16 lines (15 loc) 940 B
export { deepCompare } from './deep-compare.mjs'; export { sleep } from './sleep.mjs'; export { openUrl } from './openurl.mjs'; export { addressesEqual, getChain, getPublicClient, getViemAccount, getViemAddress, getWalletClientFromAccount, getWalletClientFromPrivateKey, isAddress, isContract, prepareAddress, prepareAddresses } from './viem-utils.mjs'; export { bigNumberishToBigInt, fromBigInt, isBigNumber } from './bignumber-utils.mjs'; export { concatHex, isHex, keccak256, toHexFromBytesLike } from './hashing-utils.mjs'; export { isUrl, parseJson, stringifyJson } from './json-utils.mjs'; export { Deferrable, Result, getExecuteMode, resolveProperties } from './userop-utils.mjs'; import 'node_modules/viem/_types/types/utils'; import 'node_modules/viem/_types/actions/siwe/verifySiweMessage'; import 'viem'; import 'viem/chains'; import '../../types/bignumber.mjs'; import '../../types/common-types.mjs'; import '../constants.mjs';