To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
Library
Module
Module type
Parameter
Class
Class type
val equal_operation : Tezos_base.Operation.t option Lib_test.Assert.check2
equal_operation msg op0 op1
checks that the operations op0
and op1
are equal. Will fail with the message msg
otherwise
val equal_block : Tezos_base.Block_header.t Lib_test.Assert.check2
equal_block loc msg b0 b1
checks that the blocks b0
and b1
are equal. Will fail with the message msg
otherwise
val equal_block_set : Tezos_crypto.Block_hash.Set.t Lib_test.Assert.check2
equal_block_set msg bs0 bs1
checks that the block sets bs0
and bs1
are equal. Will fail with the message msg
otherwise
val equal_block_map :
eq:('a -> 'a -> bool) ->
'a Tezos_crypto.Block_hash.Map.t Lib_test.Assert.check2
equal_block_map msg bm0 bm1
checks that the block maps bm0
and bm1
are equal. Will fail with the message msg
otherwise
val equal_block_hash_list :
Tezos_crypto.Block_hash.t list Lib_test.Assert.check2
equal_block_hash_list msg bhl0 bhl1
checks that the block hashes list bhl0
and bhl1
are equal. Will fail with the message msg
otherwise
val equal_block_descriptor :
(int32 * Tezos_crypto.Block_hash.t) Lib_test.Assert.check2
equal_block_descriptor msg bd0 bd1
checks that the block descriptors bd0
and bd1
are equal. Will fail with the message msg
otherwise