Type alias RLNPCDArgs

RLNPCDArgs: {
    epoch: BigIntArgument;
    group: ObjectArgument<SerializedSemaphoreGroup>;
    identity: PCDArgument<SemaphoreIdentityPCD>;
    rlnIdentifier: BigIntArgument;
    signal: StringArgument;
}

Generated using TypeDoc