Epoch_ledger.Polymodule Stable : sig ... endtype ('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.tval 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_orval _ :
( 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_orval 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 ) tval 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.tval 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.stateval total_currency : ( 'a, 'b ) t -> 'cval hash : ( 'a, 'b ) t -> 'cmodule Fields : sig ... end