package tezos-shell-services

  1. Overview
  2. Docs
val operation_hashes : Tezos_rpc.RPC_context.simple -> ?chain:chain -> ?block:block -> unit -> (Tezos_crypto.Operation_hash.t list list, Tezos_error_monad.TzCore.error list) result Lwt.t
val operation_hashes_in_pass : Tezos_rpc.RPC_context.simple -> ?chain:chain -> ?block:block -> int -> (Tezos_crypto.Operation_hash.t list, Tezos_error_monad.TzCore.error list) result Lwt.t
val operation_hash : Tezos_rpc.RPC_context.simple -> ?chain:chain -> ?block:block -> int -> int -> (Tezos_crypto.Operation_hash.t, Tezos_error_monad.TzCore.error list) result Lwt.t