Module Alpha_context.NonceSource

This module re-exports definitions from Nonce_storage.

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