Epoch_ledger.Poly
module Stable : sig ... end
type ('ledger_hash, 'amount) t = ( 'ledger_hash, 'amount ) Stable.Latest.t = {
hash : 'ledger_hash; |
total_currency : 'amount; |
}
val to_yojson :
'ledger_hash 'amount. ( 'ledger_hash -> Yojson.Safe.t ) ->
( 'amount -> Yojson.Safe.t ) ->
( 'ledger_hash, 'amount ) t ->
Yojson.Safe.t
val of_yojson :
'ledger_hash 'amount. ( Yojson.Safe.t ->
'ledger_hash Ppx_deriving_yojson_runtime.error_or ) ->
( Yojson.Safe.t -> 'amount Ppx_deriving_yojson_runtime.error_or ) ->
Yojson.Safe.t ->
( 'ledger_hash, 'amount ) t Ppx_deriving_yojson_runtime.error_or
val _ :
( Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or ) ->
( Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or ) ->
Yojson.Safe.t ->
( 'a, 'b ) t Ppx_deriving_yojson_runtime.error_or
val t_of_sexp :
'ledger_hash 'amount. ( Ppx_sexp_conv_lib.Sexp.t -> 'ledger_hash ) ->
( Ppx_sexp_conv_lib.Sexp.t -> 'amount ) ->
Ppx_sexp_conv_lib.Sexp.t ->
( 'ledger_hash, 'amount ) t
val sexp_of_t :
'ledger_hash 'amount. ( 'ledger_hash -> Ppx_sexp_conv_lib.Sexp.t ) ->
( 'amount -> Ppx_sexp_conv_lib.Sexp.t ) ->
( 'ledger_hash, 'amount ) t ->
Ppx_sexp_conv_lib.Sexp.t
val hash_fold_t :
'ledger_hash 'amount. ( Ppx_hash_lib.Std.Hash.state ->
'ledger_hash ->
Ppx_hash_lib.Std.Hash.state ) ->
( Ppx_hash_lib.Std.Hash.state -> 'amount -> Ppx_hash_lib.Std.Hash.state ) ->
Ppx_hash_lib.Std.Hash.state ->
( 'ledger_hash, 'amount ) t ->
Ppx_hash_lib.Std.Hash.state
val total_currency : ( 'a, 'b ) t -> 'c
val hash : ( 'a, 'b ) t -> 'c
module Fields : sig ... end