Module Baking_state.Delegate

type t = {
  1. consensus_key : Consensus_key.t;
  2. delegate_id : Delegate_id.t;
}
val encoding_for_logging__cannot_decode : t Tezos_base.TzPervasives.Data_encoding.t

Partial encoding for t that omits secret keys to avoid leaking them in event logs; see Key.encoding_for_logging__cannot_decode.

Warning: As a consequence, decoding from this encoding will always fail.

val pp : Stdlib.Format.formatter -> t -> unit