permissionless
Version:
A utility library for working with ERC-4337
28 lines • 753 B
TypeScript
export declare const EtherspotBootstrapAbi: {
inputs: {
components: {
internalType: string;
name: string;
type: string;
}[];
internalType: string;
name: string;
type: string;
}[];
name: string;
outputs: never[];
stateMutability: string;
type: string;
}[];
export declare const EtherspotOnInstallAbi: readonly [{
readonly inputs: readonly [{
readonly internalType: "bytes";
readonly name: "data";
readonly type: "bytes";
}];
readonly name: "onInstall";
readonly outputs: readonly [];
readonly stateMutability: "nonpayable";
readonly type: "function";
}];
//# sourceMappingURL=EtherspotBootstrapAbi.d.ts.map