GroupOptions: {
    filters?: {
        admin?: string;
        identityCommitment?: string;
        timestamp?: Date;
        timestampGte?: Date;
        timestampLte?: Date;
    };
    members?: boolean;
    validatedProofs?: boolean;
}

Type declaration

  • Optional filters?: {
        admin?: string;
        identityCommitment?: string;
        timestamp?: Date;
        timestampGte?: Date;
        timestampLte?: Date;
    }
    • Optional admin?: string
    • Optional identityCommitment?: string
    • Optional timestamp?: Date
    • Optional timestampGte?: Date
    • Optional timestampLte?: Date
  • Optional members?: boolean
  • Optional validatedProofs?: boolean