Module Alpha_context.Nonce

This module re-exports definitions from Nonce_storage.

type t
type nonce = t
type unrevealed = {
  1. nonce_hash : Nonce_hash.t;
  2. delegate : public_key_hash;
}
type status =
  1. | Unrevealed of unrevealed
  2. | Revealed of nonce
val hash : nonce -> Nonce_hash.t
val check_hash : nonce -> Nonce_hash.t -> bool