@etherspot/remote-signer
Version:
Etherspot Permissioned Signer SDK - signs the UserOp with SessionKey and sends it to the Bundler
11 lines (9 loc) • 424 B
text/typescript
declare const erc20Abi: string[];
declare const erc721Abi: string[];
declare const factoryAbi: string[];
declare const bootstrapAbi: string[];
declare const modulesAbi: string[];
declare const entryPointAbi: string[];
declare const accountAbi: string[];
declare const sessionKeyValidatorAbi: string[];
export { accountAbi, bootstrapAbi, entryPointAbi, erc20Abi, erc721Abi, factoryAbi, modulesAbi, sessionKeyValidatorAbi };