package tezos-client-alpha

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val root : Tezos_rpc.RPC_context.simple -> ?chain:[ `Main | `Test | `Hash of Tezos_crypto.Chain_id.t ] -> ?block: [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_crypto.Block_hash.t * int | `Level of Int32.t ] -> unit -> Tezos_crypto.Operation_metadata_list_list_hash.t Tezos_base.TzPervasives.tzresult Lwt.t
val operation_metadata_hashes : Tezos_rpc.RPC_context.simple -> ?chain:[ `Main | `Test | `Hash of Tezos_crypto.Chain_id.t ] -> ?block: [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_crypto.Block_hash.t * int | `Level of Int32.t ] -> unit -> Tezos_crypto.Operation_metadata_hash.t list list Tezos_base.TzPervasives.tzresult Lwt.t
val operation_metadata_hashes_in_pass : Tezos_rpc.RPC_context.simple -> ?chain:[ `Main | `Test | `Hash of Tezos_crypto.Chain_id.t ] -> ?block: [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_crypto.Block_hash.t * int | `Level of Int32.t ] -> int -> Tezos_crypto.Operation_metadata_hash.t list Tezos_base.TzPervasives.tzresult Lwt.t
val operation_metadata_hash : Tezos_rpc.RPC_context.simple -> ?chain:[ `Main | `Test | `Hash of Tezos_crypto.Chain_id.t ] -> ?block: [ `Genesis | `Head of int | `Alias of [ `Caboose | `Checkpoint | `Savepoint ] * int | `Hash of Tezos_crypto.Block_hash.t * int | `Level of Int32.t ] -> int -> int -> Tezos_crypto.Operation_metadata_hash.t Tezos_base.TzPervasives.tzresult Lwt.t