mirror of
https://github.com/Discreetly/interfaces.git
synced 2026-01-09 12:57:58 -05:00
added bandada
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "discreetly-interfaces",
|
||||
"version": "0.1.21",
|
||||
"version": "0.1.22",
|
||||
"description": "Common interfaces and utilities for discreetly",
|
||||
"author": "AtHeartEngineer",
|
||||
"homepage": "https://github.com/Discreetly",
|
||||
|
||||
@@ -9,9 +9,15 @@ export enum RoomType {
|
||||
SECURE = 'secure'
|
||||
}
|
||||
|
||||
export interface BandadaGroupI {
|
||||
groupID: string;
|
||||
url: string;
|
||||
}
|
||||
|
||||
export interface MembershipI {
|
||||
identityCommitments?: IdentityCommitmentT[];
|
||||
rlnContract?: RLNContractI;
|
||||
bandadaGroup?: BandadaGroupI;
|
||||
}
|
||||
|
||||
export interface RLNContractI {
|
||||
|
||||
Reference in New Issue
Block a user