Alpha_context.ParametersSourceThis module re-exports definitions from Parameters_repr.
type bootstrap_account = {public_key_hash : public_key_hash;public_key : public_key option;amount : Tez.t;delegate_to : public_key_hash option;consensus_key : public_key option;}type bootstrap_contract = {delegate : public_key_hash option;amount : Tez.t;script : Script.t;}type t = {bootstrap_accounts : bootstrap_account list;bootstrap_contracts : bootstrap_contract list;commitments : Commitment.t list;constants : Constants.Parametric.t;security_deposit_ramp_up_cycles : int option;no_reward_cycles : int option;}val bootstrap_account_encoding :
bootstrap_account Tezos_protocol_environment_alpha.Data_encoding.t