Rendered.Delegation
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
type t = {
delegator : public_key; |
new_delegate : public_key; |
fee : Unsigned_extended.UInt64.t; |
nonce : Unsigned_extended.UInt32.t; |
memo : string option; |
valid_until : Unsigned_extended.UInt32.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