Rendered.Delegationval public_key_to_yojson : public_key -> Yojson.Safe.tval public_key_of_yojson :
Yojson.Safe.t ->
public_key Ppx_deriving_yojson_runtime.error_ortype 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.tval of_yojson : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_orval _ : Yojson.Safe.t -> t Ppx_deriving_yojson_runtime.error_or