Mavryk_protocol_environment_alpha.Updater
type rpc_context = {
block_hash : Block_hash.t;
block_header : Block_header.shell_header;
context : Context.t;
}
module type PROTOCOL = sig ... end
val activate : Context.t -> Protocol_hash.t -> Context.t Lwt.t