Interface VDFParams<T>

VDF parameters interface. Parameters represent public information that can be shared by all users.

interface VDFParams<T> {
    new VDFParamsnew (): T;
}

Type Parameters

Constructors

Constructors

  • Creates an instance of this VDF from the given parameters.

    Returns T