Unsigned.Rendered
val public_key_to_yojson : public_key -> Yojson.Safe.t
val public_key_of_yojson :
Yojson.Safe.t ->
public_key Ppx_deriving_yojson_runtime.error_or
module Payment : sig ... end
module Delegation : sig ... end
type t = {
random_oracle_input : string; |
signer_input : Random_oracle_input.Legacy.Coding2.Rendered.t; |
payment : Payment.t option; |
stake_delegation : Delegation.t option; |
}
val to_yojson : t -> Yojson.Safe.t
val of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or
val _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or