package tezos-protocol-002-PsYLVpVv

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type validation_result = Environment_context.validation_result = {
  1. context : Context.t;
  2. fitness : Fitness.t;
  3. message : string option;
  4. max_operations_ttl : int;
  5. last_allowed_fork_level : Int32.t;
}
type quota = Environment_context.quota = {
  1. max_size : int;
  2. max_op : int option;
}
type rpc_context = Environment_context.rpc_context = {
  1. block_hash : Block_hash.t;
  2. block_header : Block_header.shell_header;
  3. context : Context.t;
}
module type PROTOCOL = sig ... end
val fork_test_chain : Context.t -> protocol:Protocol_hash.t -> expiration:Time.t -> Context.t Lwt.t