Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

Add Named imports for better readability #19

@allwin199

Description

@allwin199

import "@account-abstraction/contracts/core/BasePaymaster.sol";

The above line can be improved with named imports

 import {BasePaymaster} from "@account-abstraction/contracts/core/BasePaymaster.sol"; 

Named imports can be applied to all imports.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions