package octez-protocol-017-PtNairob-libs

  1. Overview
  2. Docs
Octez protocol 017-PtNairob libraries

Install

Dune Dependency

Authors

Maintainers

Sources

octez-19.1.tar.gz
sha256=55ea1fb8bb3273a7fc270ca8f650d45c56449665619482aad9bc12f3ea736b7e
sha512=fec850fc2d17d7490bbabd5147d62aad13b3aaed8774270f8a38ab419670ed03e0fd30cf8642a97984eca5c2446726fe590ad99c015f7ec50919dc7652f25053

doc/octez-protocol-017-PtNairob-libs.client/Tezos_client_017_PtNairob/Mockup/M/Block_services/index.html

Module M.Block_servicesSource

Sourceval path : (unit, (unit * [ `Main | `Test | `Hash of Tezos_base.TzPervasives.Chain_id.t ]) * [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_base.TzPervasives.Block_hash.t * int | `Level of Int32.t ]) Tezos_rpc.Path.t
Sourcetype raw_block_header = {
  1. shell : Tezos_base.Block_header.shell_header;
  2. protocol_data : Protocol.block_header_data;
}
Sourcetype block_header = {
  1. chain_id : Tezos_base.TzPervasives.Chain_id.t;
  2. hash : Tezos_base.TzPervasives.Block_hash.t;
  3. shell : Tezos_base.Block_header.shell_header;
  4. protocol_data : Protocol.block_header_data;
}
Sourcetype block_metadata = {
  1. protocol_data : Protocol.block_header_metadata;
  2. test_chain_status : Tezos_base.Test_chain_status.t;
  3. max_operations_ttl : int;
  4. max_operation_data_length : int;
  5. max_block_header_length : int;
  6. operation_list_quota : Tezos_shell_services__Block_services.operation_list_quota list;
}
Sourcetype operation_receipt =
  1. | Empty
  2. | Too_large
  3. | Receipt of Protocol.operation_receipt
Sourcetype operation = {
  1. chain_id : Tezos_base.TzPervasives.Chain_id.t;
  2. hash : Tezos_base.TzPervasives.Operation_hash.t;
  3. shell : Tezos_base.Operation.shell_header;
  4. protocol_data : Protocol.operation_data;
  5. receipt : operation_receipt;
}
Sourcetype block_info = {
  1. chain_id : Tezos_base.TzPervasives.Chain_id.t;
  2. hash : Tezos_base.TzPervasives.Block_hash.t;
  3. header : raw_block_header;
  4. metadata : block_metadata option;
  5. operations : operation list list;
}
Sourceval block_info_encoding : (Tezos_shell_services__Block_services.version * block_info) Tezos_base.TzPervasives.Data_encoding.t
Sourceval info : Tezos_rpc.Context.simple -> ?version:Tezos_shell_services__Block_services.version -> ?force_metadata:bool -> ?metadata:[ `Always | `Never ] -> ?chain:[ `Main | `Test | `Hash of Tezos_base.TzPervasives.Chain_id.t ] -> ?block: [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_base.TzPervasives.Block_hash.t * int | `Level of Int32.t ] -> unit -> block_info Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval hash : Tezos_rpc.Context.simple -> ?chain:[ `Main | `Test | `Hash of Tezos_base.TzPervasives.Chain_id.t ] -> ?block: [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_base.TzPervasives.Block_hash.t * int | `Level of Int32.t ] -> unit -> Tezos_base.TzPervasives.Block_hash.t Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval raw_header : Tezos_rpc.Context.simple -> ?chain:[ `Main | `Test | `Hash of Tezos_base.TzPervasives.Chain_id.t ] -> ?block: [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_base.TzPervasives.Block_hash.t * int | `Level of Int32.t ] -> unit -> Tezos_base.TzPervasives.Bytes.t Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval header : Tezos_rpc.Context.simple -> ?chain:[ `Main | `Test | `Hash of Tezos_base.TzPervasives.Chain_id.t ] -> ?block: [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_base.TzPervasives.Block_hash.t * int | `Level of Int32.t ] -> unit -> block_header Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval metadata : Tezos_rpc.Context.simple -> ?version:Tezos_shell_services__Block_services.version -> ?chain:[ `Main | `Test | `Hash of Tezos_base.TzPervasives.Chain_id.t ] -> ?block: [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_base.TzPervasives.Block_hash.t * int | `Level of Int32.t ] -> unit -> block_metadata Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval metadata_hash : Tezos_rpc.Context.simple -> ?chain:[ `Main | `Test | `Hash of Tezos_base.TzPervasives.Chain_id.t ] -> ?block: [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_base.TzPervasives.Block_hash.t * int | `Level of Int32.t ] -> unit -> Tezos_base.TzPervasives.Block_metadata_hash.t Tezos_base.TzPervasives.tzresult Lwt.t
Sourceval resulting_context_hash : Tezos_rpc.Context.simple -> ?chain:[ `Main | `Test | `Hash of Tezos_base.TzPervasives.Chain_id.t ] -> ?block: [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_base.TzPervasives.Block_hash.t * int | `Level of Int32.t ] -> unit -> Tezos_base.TzPervasives.Context_hash.t Tezos_base.TzPervasives.tzresult Lwt.t
Sourcemodule Header : sig ... end
Sourcemodule Operations : sig ... end
Sourcemodule Operation_hashes : sig ... end
Sourcemodule Operation_metadata_hashes : sig ... end
Sourcemodule Context : sig ... end
Sourcemodule Helpers : sig ... end
Sourcemodule Mempool : sig ... end
Sourceval live_blocks : Tezos_rpc.Context.simple -> ?chain:[ `Main | `Test | `Hash of Tezos_base.TzPervasives.Chain_id.t ] -> ?block: [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_base.TzPervasives.Block_hash.t * int | `Level of Int32.t ] -> unit -> Tezos_base.TzPervasives.Block_hash.Set.t Tezos_base.TzPervasives.tzresult Lwt.t
Sourcemodule S : sig ... end
OCaml

Innovation. Community. Security.