Signature.CONV_OPTThe type of partial conversion modules from one version to another.
module V_from : sig ... endmodule V_to : sig ... endval public_key_hash : V_from.Public_key_hash.t -> V_to.Public_key_hash.t optionval public_key : V_from.Public_key.t -> V_to.Public_key.t optionval secret_key : V_from.Secret_key.t -> V_to.Secret_key.t option