Module Fee_transfer.Kind

type t = [
| `Normal
| `Via_coinbase
]
val to_string : t -> string