UTILS.AddressStringFormat
type t =
| AccountId
| Hex
| Base64 of {
url : bool;
test : bool;
bounce : bool;
}
val enc : t Json_encoding.encoding
val t_enc : t Json_encoding.encoding