- erc7579Actions(): (<TSmartAccount>(client) => Erc7579Actions<TSmartAccount>)
- <TSmartAccount>(client): Erc7579Actions<TSmartAccount>
Type Parameters
- TSmartAccount extends undefined | object & Assign_<SmartAccountImplementation<Abi, EntryPointVersion, object>, {
address: `0x${string}`;
getNonce: ((parameters?) => Promise<bigint>);
isDeployed: (() => Promise<boolean>);
type: "smart";
}> & {
address: `0x${string}`;
getNonce: ((parameters?) => Promise<bigint>);
isDeployed: (() => Promise<boolean>);
type: "smart";
}