Type alias PCDArgument<T, ValidatorParams>

PCDArgument<T, ValidatorParams>: Argument<PCD, SerializedPCD<T>, ValidatorParams> & {
    pcdType?: string;
}

Type Parameters

  • T extends PCD = PCD
  • ValidatorParams extends {
        notFoundMessage?: string;
    } = {
        notFoundMessage?: string;
    }

Type declaration

  • Optional pcdType?: string

Generated using TypeDoc