Statement.Poly
module Stable : sig ... end
type ('ledger_hash, 'amount, 'pending_coinbase, 'fee_excess, 'sok_digest, 'local_state)
t =
( 'ledger_hash,
'amount,
'pending_coinbase,
'fee_excess,
'sok_digest,
'local_state )
Stable.Latest.t =
{
source : ( 'ledger_hash, 'pending_coinbase, 'local_state )
Mina_state.Registers.t; |
target : ( 'ledger_hash, 'pending_coinbase, 'local_state )
Mina_state.Registers.t; |
supply_increase : 'amount; |
fee_excess : 'fee_excess; |
sok_digest : 'sok_digest; |
}
val to_yojson :
( 'ledger_hash -> Yojson.Safe.t ) ->
( 'amount -> Yojson.Safe.t ) ->
( 'pending_coinbase -> Yojson.Safe.t ) ->
( 'fee_excess -> Yojson.Safe.t ) ->
( 'sok_digest -> Yojson.Safe.t ) ->
( 'local_state -> Yojson.Safe.t ) ->
( 'ledger_hash,
'amount,
'pending_coinbase,
'fee_excess,
'sok_digest,
'local_state )
t ->
Yojson.Safe.t
val of_yojson :
( Yojson.Safe.t -> 'ledger_hash Ppx_deriving_yojson_runtime.error_or ) ->
( Yojson.Safe.t -> 'amount Ppx_deriving_yojson_runtime.error_or ) ->
( Yojson.Safe.t -> 'pending_coinbase Ppx_deriving_yojson_runtime.error_or ) ->
( Yojson.Safe.t -> 'fee_excess Ppx_deriving_yojson_runtime.error_or ) ->
( Yojson.Safe.t -> 'sok_digest Ppx_deriving_yojson_runtime.error_or ) ->
( Yojson.Safe.t -> 'local_state Ppx_deriving_yojson_runtime.error_or ) ->
Yojson.Safe.t ->
( 'ledger_hash,
'amount,
'pending_coinbase,
'fee_excess,
'sok_digest,
'local_state )
t
Ppx_deriving_yojson_runtime.error_or
val compare :
( 'ledger_hash -> 'ledger_hash -> int ) ->
( 'amount -> 'amount -> int ) ->
( 'pending_coinbase -> 'pending_coinbase -> int ) ->
( 'fee_excess -> 'fee_excess -> int ) ->
( 'sok_digest -> 'sok_digest -> int ) ->
( 'local_state -> 'local_state -> int ) ->
( 'ledger_hash,
'amount,
'pending_coinbase,
'fee_excess,
'sok_digest,
'local_state )
t ->
( 'ledger_hash,
'amount,
'pending_coinbase,
'fee_excess,
'sok_digest,
'local_state )
t ->
int
val equal :
( 'ledger_hash -> 'ledger_hash -> bool ) ->
( 'amount -> 'amount -> bool ) ->
( 'pending_coinbase -> 'pending_coinbase -> bool ) ->
( 'fee_excess -> 'fee_excess -> bool ) ->
( 'sok_digest -> 'sok_digest -> bool ) ->
( 'local_state -> 'local_state -> bool ) ->
( 'ledger_hash,
'amount,
'pending_coinbase,
'fee_excess,
'sok_digest,
'local_state )
t ->
( 'ledger_hash,
'amount,
'pending_coinbase,
'fee_excess,
'sok_digest,
'local_state )
t ->
bool
val hash_fold_t :
( 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 ->
'pending_coinbase ->
Ppx_hash_lib.Std.Hash.state ) ->
( Ppx_hash_lib.Std.Hash.state -> 'fee_excess -> Ppx_hash_lib.Std.Hash.state ) ->
( Ppx_hash_lib.Std.Hash.state -> 'sok_digest -> Ppx_hash_lib.Std.Hash.state ) ->
( Ppx_hash_lib.Std.Hash.state ->
'local_state ->
Ppx_hash_lib.Std.Hash.state ) ->
Ppx_hash_lib.Std.Hash.state ->
( 'ledger_hash,
'amount,
'pending_coinbase,
'fee_excess,
'sok_digest,
'local_state )
t ->
Ppx_hash_lib.Std.Hash.state
val sexp_of_t :
( 'ledger_hash -> Ppx_sexp_conv_lib.Sexp.t ) ->
( 'amount -> Ppx_sexp_conv_lib.Sexp.t ) ->
( 'pending_coinbase -> Ppx_sexp_conv_lib.Sexp.t ) ->
( 'fee_excess -> Ppx_sexp_conv_lib.Sexp.t ) ->
( 'sok_digest -> Ppx_sexp_conv_lib.Sexp.t ) ->
( 'local_state -> Ppx_sexp_conv_lib.Sexp.t ) ->
( 'ledger_hash,
'amount,
'pending_coinbase,
'fee_excess,
'sok_digest,
'local_state )
t ->
Ppx_sexp_conv_lib.Sexp.t
val t_of_sexp :
( Ppx_sexp_conv_lib.Sexp.t -> 'ledger_hash ) ->
( Ppx_sexp_conv_lib.Sexp.t -> 'amount ) ->
( Ppx_sexp_conv_lib.Sexp.t -> 'pending_coinbase ) ->
( Ppx_sexp_conv_lib.Sexp.t -> 'fee_excess ) ->
( Ppx_sexp_conv_lib.Sexp.t -> 'sok_digest ) ->
( Ppx_sexp_conv_lib.Sexp.t -> 'local_state ) ->
Ppx_sexp_conv_lib.Sexp.t ->
( 'ledger_hash,
'amount,
'pending_coinbase,
'fee_excess,
'sok_digest,
'local_state )
t
val to_hlist :
( 'ledger_hash,
'amount,
'pending_coinbase,
'fee_excess,
'sok_digest,
'local_state )
t ->
( unit,
( 'ledger_hash, 'pending_coinbase, 'local_state ) Mina_state.Registers.t ->
( 'ledger_hash, 'pending_coinbase, 'local_state ) Mina_state.Registers.t ->
'amount ->
'fee_excess ->
'sok_digest ->
unit )
H_list.t
val of_hlist :
( unit,
( 'ledger_hash, 'pending_coinbase, 'local_state ) Mina_state.Registers.t ->
( 'ledger_hash, 'pending_coinbase, 'local_state ) Mina_state.Registers.t ->
'amount ->
'fee_excess ->
'sok_digest ->
unit )
H_list.t ->
( 'ledger_hash,
'amount,
'pending_coinbase,
'fee_excess,
'sok_digest,
'local_state )
t
val with_empty_local_state :
supply_increase:'amount ->
fee_excess:'fee_excess ->
sok_digest:'sok_digest ->
source:'ledger_hash ->
target:'ledger_hash ->
pending_coinbase_stack_state:
'pending_coinbase Pending_coinbase_stack_state.poly ->
( 'ledger_hash,
'amount,
'pending_coinbase,
'fee_excess,
'sok_digest,
Mina_transaction_logic.Zkapp_command_logic.Local_state.Value.t )
t