Skip to content

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions