ABI.Abi
type t =
| Contract of AbiContract.t
| Json of string
| AbiHandle of int
| Serialized of AbiContract.t
val enc : t Json_encoding.encoding
val t_enc : t Json_encoding.encoding