Mockup.Protocol_parameters
type t = {
initial_timestamp : Tezos_base.TzPervasives.Time.Protocol.t;
bootstrap_accounts : Tezos_protocol_012_Psithaca.Protocol.Alpha_context.Parameters.bootstrap_account
list;
bootstrap_contracts : Tezos_protocol_012_Psithaca.Protocol.Alpha_context.Parameters.bootstrap_contract
list;
constants : Tezos_protocol_012_Psithaca.Protocol.Alpha_context.Constants.parametric;
}
val encoding : t Tezos_base.TzPervasives.Data_encoding.t
val default_value : t