@etherspot/remote-signer
Version:
Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler
16 lines (15 loc) • 929 B
TypeScript
export { deepCompare } from './deep-compare.js';
export { sleep } from './sleep.js';
export { openUrl } from './openurl.js';
export { addressesEqual, getChain, getPublicClient, getViemAccount, getViemAddress, getWalletClientFromAccount, getWalletClientFromPrivateKey, isAddress, isContract, prepareAddress, prepareAddresses } from './viem-utils.js';
export { bigNumberishToBigInt, fromBigInt, isBigNumber } from './bignumber-utils.js';
export { concatHex, isHex, keccak256, toHexFromBytesLike } from './hashing-utils.js';
export { isUrl, parseJson, stringifyJson } from './json-utils.js';
export { Deferrable, Result, getExecuteMode, resolveProperties } from './userop-utils.js';
import 'node_modules/viem/_types/types/utils';
import 'node_modules/viem/_types/actions/siwe/verifySiweMessage';
import 'viem';
import 'viem/chains';
import '../../types/bignumber.js';
import '../../types/common-types.js';
import '../constants.js';