package tezos-protocol-demo-noops

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val chest_encoding : chest Data_encoding.t
val chest_key_encoding : chest_key Data_encoding.t
type opening_result = Tezos_crypto.Timelock.opening_result =
  1. | Correct of Bytes.t
  2. | Bogus_cipher
  3. | Bogus_opening
val open_chest : chest -> chest_key -> time:int -> opening_result
val get_plaintext_size : chest -> int