Skip to content

chore(RLNContract/RLNBaseContract): use composition instead of inheritance #2392

@danisharora099

Description

@danisharora099

Description

RLNContract class currently extends the RLNBaseContract class

Proposed Solution / Feature Design

RLNContract, instead of extending RLNBaseContract, to initialise RLNBaseContract as a private class variable:

private baseContract: RLNBaseContract = new RLNBaseContract()`

Notes

Metadata

Metadata

Assignees

No one assigned

    Labels

    debtTechnical debt marker

    Type

    Projects

    Status

    To Do

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions