Skip to content

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

Open
@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

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions