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.unitval show_signaturetype : signaturetype -> Ppx_deriving_runtime.stringval signaturetype_of_yojson :
Yojson.Safe.t ->
signaturetype Ppx_deriving_yojson_runtime.error_orval pp_direction :
Ppx_deriving_runtime.Format.formatter ->
direction ->
Ppx_deriving_runtime.unitval show_direction : direction -> Ppx_deriving_runtime.stringval direction_of_yojson :
Yojson.Safe.t ->
direction Ppx_deriving_yojson_runtime.error_orval direction_to_yojson : direction -> Yojson.Safe.ttype blockeventtype = [ | `Block_added |
| `Block_removed |
]val pp_blockeventtype :
Ppx_deriving_runtime.Format.formatter ->
blockeventtype ->
Ppx_deriving_runtime.unitval show_blockeventtype : blockeventtype -> Ppx_deriving_runtime.stringval blockeventtype_of_yojson :
Yojson.Safe.t ->
blockeventtype Ppx_deriving_yojson_runtime.error_ortype case = [ | `Upper_case |
| `Lower_case |
| `Case_sensitive |
| `Null |
]val pp_case :
Ppx_deriving_runtime.Format.formatter ->
case ->
Ppx_deriving_runtime.unitval show_case : case -> Ppx_deriving_runtime.stringval equal_case : case -> case -> Ppx_deriving_runtime.boolval case_of_yojson : Yojson.Safe.t -> case Ppx_deriving_yojson_runtime.error_orval case_to_yojson : case -> Yojson.Safe.ttype exemptiontype = [ | `Greater_or_equal |
| `Less_or_equal |
| `Dynamic |
]val pp_exemptiontype :
Ppx_deriving_runtime.Format.formatter ->
exemptiontype ->
Ppx_deriving_runtime.unitval show_exemptiontype : exemptiontype -> Ppx_deriving_runtime.stringval exemptiontype_of_yojson :
Yojson.Safe.t ->
exemptiontype Ppx_deriving_yojson_runtime.error_orval pp_operator :
Ppx_deriving_runtime.Format.formatter ->
operator ->
Ppx_deriving_runtime.unitval show_operator : operator -> Ppx_deriving_runtime.stringval operator_of_yojson :
Yojson.Safe.t ->
operator Ppx_deriving_yojson_runtime.error_orval operator_to_yojson : operator -> Yojson.Safe.ttype curvetype = [ | `Secp256k1 |
| `Secp256r1 |
| `Edwards25519 |
| `Tweedle |
| `Pallas |
]val pp_curvetype :
Ppx_deriving_runtime.Format.formatter ->
curvetype ->
Ppx_deriving_runtime.unitval show_curvetype : curvetype -> Ppx_deriving_runtime.stringval curvetype_of_yojson :
Yojson.Safe.t ->
curvetype Ppx_deriving_yojson_runtime.error_orval curvetype_to_yojson : curvetype -> Yojson.Safe.ttype coinaction = [ | `Coin_created |
| `Coin_spent |
]val _ : Yojson.Safe.t -> coinaction Ppx_deriving_yojson_runtime.error_orval pp_coinaction :
Ppx_deriving_runtime.Format.formatter ->
coinaction ->
Ppx_deriving_runtime.unitval show_coinaction : coinaction -> Ppx_deriving_runtime.stringval coinaction_of_yojson :
Yojson.Safe.t ->
coinaction Ppx_deriving_yojson_runtime.error_orval coinaction_to_yojson : coinaction -> Yojson.Safe.t