Module ABI.Signer

type t =
| None
| External of string
| SigningBox of int
val enc : t Json_encoding.encoding
val t_enc : t Json_encoding.encoding