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 signaturetype_of_yojson :
Yojson.Safe.t ->
signaturetype Ppx_deriving_yojson_runtime.error_or
val pp_direction :
Ppx_deriving_runtime.Format.formatter ->
direction ->
Ppx_deriving_runtime.unit
val show_direction : direction -> Ppx_deriving_runtime.string
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 blockeventtype_of_yojson :
Yojson.Safe.t ->
blockeventtype Ppx_deriving_yojson_runtime.error_or
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 exemptiontype_of_yojson :
Yojson.Safe.t ->
exemptiontype Ppx_deriving_yojson_runtime.error_or
val pp_operator :
Ppx_deriving_runtime.Format.formatter ->
operator ->
Ppx_deriving_runtime.unit
val show_operator : operator -> Ppx_deriving_runtime.string
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 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 coinaction_of_yojson :
Yojson.Safe.t ->
coinaction Ppx_deriving_yojson_runtime.error_or
val coinaction_to_yojson : coinaction -> Yojson.Safe.t