Module Mina_base.Transaction_union_tag
type t = | Payment |
| Stake_delegation |
| Create_account |
| Mint_tokens |
| Fee_transfer |
| Coinbase |
val min : Ppx_deriving_runtime.intval max : Ppx_deriving_runtime.intval to_enum : t -> Ppx_deriving_runtime.intval of_enum : Ppx_deriving_runtime.int -> t Ppx_deriving_runtime.optionval equal : t -> t -> boolinclude Ppx_sexp_conv_lib.Sexpable.S with type t := t
val t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Sexplib0__.Sexp.tval to_string : t -> stringval gen : t Core_kernel.Quickcheck.Generator.tval to_bits : t -> bool listmodule Bits : sig ... end