package tezos-protocol-007-PsDELPH1

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Tezos_raw_protocol_007_PsDELPH1.Operation_reprSource

Sourcemodule Kind : sig ... end
Sourcetype 'kind operation = {
  1. shell : Tezos_protocol_environment_007_PsDELPH1.Operation.shell_header;
  2. protocol_data : 'kind protocol_data;
}
Sourceand 'kind protocol_data = {
  1. contents : 'kind contents_list;
  2. signature : Tezos_protocol_environment_007_PsDELPH1.Signature.t option;
}
Sourceand _ contents_list =
  1. | Single : 'kind contents -> 'kind contents_list
  2. | Cons : 'kind Kind.manager contents * 'rest Kind.manager contents_list -> ('kind * 'rest) Kind.manager contents_list
Sourcetype 'kind internal_operation = {
  1. source : Contract_repr.contract;
  2. operation : 'kind manager_operation;
  3. nonce : int;
}
Sourcetype packed_manager_operation =
  1. | Manager : 'kind manager_operation -> packed_manager_operation
Sourcetype packed_contents =
  1. | Contents : 'kind contents -> packed_contents
Sourcetype packed_contents_list =
  1. | Contents_list : 'kind contents_list -> packed_contents_list
Sourcetype packed_protocol_data =
  1. | Operation_data : 'kind protocol_data -> packed_protocol_data
Sourceval pack : 'kind operation -> packed_operation
Sourcetype packed_internal_operation =
  1. | Internal_operation : 'kind internal_operation -> packed_internal_operation
Sourceval manager_kind : 'kind manager_operation -> 'kind Kind.manager
Sourceval raw : _ operation -> raw
Sourceval acceptable_passes : packed_operation -> int list
Sourcetype ('a, 'b) eq =
  1. | Eq : ('a, 'a) eq
Sourceval equal : 'a operation -> 'b operation -> ('a, 'b) eq option
Sourcemodule Encoding : sig ... end
OCaml

Innovation. Community. Security.