package tezos-protocol-005-PsBabyM1

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type nonrec 'kind contents = 'kind contents
type nonrec packed_contents = packed_contents
type nonrec 'kind protocol_data = 'kind protocol_data
type nonrec packed_protocol_data = packed_protocol_data
type 'kind t = 'kind operation = {
  1. shell : Tezos_protocol_environment_005_PsBabyM1.Operation.shell_header;
  2. protocol_data : 'kind protocol_data;
}
type nonrec packed = packed_operation
val raw : _ operation -> raw
val acceptable_passes : packed_operation -> int list
val pack : 'kind operation -> packed_operation
type ('a, 'b) eq =
  1. | Eq : ('a, 'a) eq
val equal : 'a operation -> 'b operation -> ('a, 'b) eq option
module Encoding : sig ... end
OCaml

Innovation. Community. Security.