mirror of
https://github.com/logos-messaging/waku-rlnv1-contract.git
synced 2026-01-04 07:13:12 +00:00
chore: add membership status enum
This commit is contained in:
parent
4a26f8ff0e
commit
c3654409a0
@ -22,6 +22,8 @@ contract Membership {
|
||||
uint16 public maxRateLimitPerMembership;
|
||||
uint16 public minRateLimitPerMembership;
|
||||
|
||||
enum MembershipStatus { Undefined, Active, GracePeriod, Expired, ErasedAwaitsWithdrawal, Erased }
|
||||
|
||||
uint public totalRateLimitPerEpoch;
|
||||
|
||||
function __Membership_init(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user