Module Rosetta_models.Enums

type signaturetype = [
| `Ecdsa
| `Ecdsa_recovery
| `Ed25519
| `Schnorr_1
| `Schnorr_poseidon
]
val pp_signaturetype : Ppx_deriving_runtime.Format.formatter -> signaturetype -> Ppx_deriving_runtime.unit
val show_signaturetype : signaturetype -> Ppx_deriving_runtime.string
val equal_signaturetype : signaturetype -> signaturetype -> Ppx_deriving_runtime.bool
val signaturetype_of_yojson : Yojson.Safe.t -> signaturetype Ppx_deriving_yojson_runtime.error_or
val signaturetype_to_yojson : signaturetype -> Yojson.Safe.t
type direction = [
| `Forward
| `Backward
]
val pp_direction : Ppx_deriving_runtime.Format.formatter -> direction -> Ppx_deriving_runtime.unit
val show_direction : direction -> Ppx_deriving_runtime.string
val equal_direction : direction -> direction -> Ppx_deriving_runtime.bool
val direction_of_yojson : Yojson.Safe.t -> direction Ppx_deriving_yojson_runtime.error_or
val direction_to_yojson : direction -> Yojson.Safe.t
type blockeventtype = [
| `Block_added
| `Block_removed
]
val pp_blockeventtype : Ppx_deriving_runtime.Format.formatter -> blockeventtype -> Ppx_deriving_runtime.unit
val show_blockeventtype : blockeventtype -> Ppx_deriving_runtime.string
val equal_blockeventtype : blockeventtype -> blockeventtype -> Ppx_deriving_runtime.bool
val blockeventtype_of_yojson : Yojson.Safe.t -> blockeventtype Ppx_deriving_yojson_runtime.error_or
val blockeventtype_to_yojson : blockeventtype -> Yojson.Safe.t
type case = [
| `Upper_case
| `Lower_case
| `Case_sensitive
| `Null
]
val pp_case : Ppx_deriving_runtime.Format.formatter -> case -> Ppx_deriving_runtime.unit
val show_case : case -> Ppx_deriving_runtime.string
val equal_case : case -> case -> Ppx_deriving_runtime.bool
val case_of_yojson : Yojson.Safe.t -> case Ppx_deriving_yojson_runtime.error_or
val case_to_yojson : case -> Yojson.Safe.t
type exemptiontype = [
| `Greater_or_equal
| `Less_or_equal
| `Dynamic
]
val pp_exemptiontype : Ppx_deriving_runtime.Format.formatter -> exemptiontype -> Ppx_deriving_runtime.unit
val show_exemptiontype : exemptiontype -> Ppx_deriving_runtime.string
val equal_exemptiontype : exemptiontype -> exemptiontype -> Ppx_deriving_runtime.bool
val exemptiontype_of_yojson : Yojson.Safe.t -> exemptiontype Ppx_deriving_yojson_runtime.error_or
val exemptiontype_to_yojson : exemptiontype -> Yojson.Safe.t
type operator = [
| `_or
| `_and
]
val pp_operator : Ppx_deriving_runtime.Format.formatter -> operator -> Ppx_deriving_runtime.unit
val show_operator : operator -> Ppx_deriving_runtime.string
val equal_operator : operator -> operator -> Ppx_deriving_runtime.bool
val operator_of_yojson : Yojson.Safe.t -> operator Ppx_deriving_yojson_runtime.error_or
val operator_to_yojson : operator -> Yojson.Safe.t
type curvetype = [
| `Secp256k1
| `Secp256r1
| `Edwards25519
| `Tweedle
| `Pallas
]
val pp_curvetype : Ppx_deriving_runtime.Format.formatter -> curvetype -> Ppx_deriving_runtime.unit
val show_curvetype : curvetype -> Ppx_deriving_runtime.string
val equal_curvetype : curvetype -> curvetype -> Ppx_deriving_runtime.bool
val curvetype_of_yojson : Yojson.Safe.t -> curvetype Ppx_deriving_yojson_runtime.error_or
val curvetype_to_yojson : curvetype -> Yojson.Safe.t
type coinaction = [
| `Coin_created
| `Coin_spent
]
val _ : Yojson.Safe.t -> coinaction Ppx_deriving_yojson_runtime.error_or
val pp_coinaction : Ppx_deriving_runtime.Format.formatter -> coinaction -> Ppx_deriving_runtime.unit
val show_coinaction : coinaction -> Ppx_deriving_runtime.string
val equal_coinaction : coinaction -> coinaction -> Ppx_deriving_runtime.bool
val coinaction_of_yojson : Yojson.Safe.t -> coinaction Ppx_deriving_yojson_runtime.error_or
val coinaction_to_yojson : coinaction -> Yojson.Safe.t