add hash.ml
This commit is contained in:
parent
55ccc6f18a
commit
98e5937981
11 changed files with 138 additions and 141 deletions
|
|
@ -24,13 +24,12 @@
|
|||
open Crypto
|
||||
open Bin_sig
|
||||
open Jsont.Object
|
||||
module DenominationHash = Hash.DenominationHash
|
||||
|
||||
let encode_exn jsont v = Jsont_bytesrw.encode_string jsont v |> Result.get_ok
|
||||
let encode jsont v = Jsont_bytesrw.encode_string jsont v
|
||||
let decode jsont v = Jsont_bytesrw.decode_string jsont v
|
||||
|
||||
module DenominationHash = Bin_type.DenominationHash
|
||||
|
||||
module Account_operation = struct
|
||||
type t =
|
||||
| Withdraw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue