2017-02-17 21:15:46 +04:00
|
|
|
(**************************************************************************)
|
|
|
|
(* *)
|
2018-02-06 00:17:03 +04:00
|
|
|
(* Copyright (c) 2014 - 2018. *)
|
2017-02-17 21:15:46 +04:00
|
|
|
(* Dynamic Ledger Solutions, Inc. <contact@tezos.com> *)
|
|
|
|
(* *)
|
|
|
|
(* All rights reserved. No warranty, explicit or implicit, provided. *)
|
|
|
|
(* *)
|
|
|
|
(**************************************************************************)
|
|
|
|
|
2018-02-08 13:51:01 +04:00
|
|
|
include Blake2B.Make_merkle_tree (Tezos_crypto.Base58) (struct
|
2017-11-27 09:13:12 +04:00
|
|
|
let name = "Operation_list_list_hash"
|
|
|
|
let title = "A list of list of operations"
|
2018-02-08 13:51:01 +04:00
|
|
|
let b58check_prefix = Tezos_crypto.Base58.Prefix.operation_list_list_hash
|
2017-11-27 09:13:12 +04:00
|
|
|
let size = None
|
|
|
|
end) (Operation_list_hash)
|
2017-02-17 21:15:46 +04:00
|
|
|
|
2017-11-27 09:13:12 +04:00
|
|
|
let () =
|
2018-02-08 13:51:01 +04:00
|
|
|
Tezos_crypto.Base58.check_encoded_prefix b58check_encoding "LLo" 53 ;
|