tezos-protocol-alpha.raw
Alpha_context.Commitment
This module re-exports definitions from Commitment_repr and, Commitment_storage.
Commitment_repr
Commitment_storage
tezos-protocol-alpha
tezos-protocol-alpha.environment
tezos-protocol-alpha.lifted
tezos-protocol-alpha.parameters
type t = {
blinded_public_key_hash : Blinded_public_key_hash.t;
amount : Tez.tez;
}
val exists : context -> Blinded_public_key_hash.t -> bool Tezos_protocol_environment_alpha.Lwt.t
See Commitment_storage.exists.
Commitment_storage.exists
val encoding : t Tezos_protocol_environment_alpha.Data_encoding.t