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