Sparse_ledger.Global_state
type t = {
ledger : sparse_ledger; |
fee_excess : Currency.Amount.Signed.t; |
supply_increase : Currency.Amount.Signed.t; |
protocol_state : Mina_base.Zkapp_precondition.Protocol_state.View.t; |
}
val to_yojson : t -> Yojson.Safe.t