Class VRFPublicKey

    • Constructor Detail

      • VRFPublicKey

        public VRFPublicKey​(byte[] bytes)
        Create a new VRF key.
        Parameters:
        bytes - a length 32 byte array.
      • VRFPublicKey

        public VRFPublicKey()
    • Method Detail

      • getBytes

        public byte[] getBytes()