Log_recorder.Operationstype t = {mutable operations : [ `Bake of
Internal_pervasives.string
* Internal_pervasives.string
* Internal_pervasives.string Internal_pervasives.list
| `Endorse of
Internal_pervasives.string
* Internal_pervasives.string
* Internal_pervasives.string Internal_pervasives.list
| `Transfer of
Internal_pervasives.string
* Internal_pervasives.string
* Internal_pervasives.string
* Internal_pervasives.string Internal_pervasives.list ]
Internal_pervasives.list;}val make : unit -> tval show_all :
< application_name : Internal_pervasives.string
; console : Console.t
; operations_log : t.. > ->
Console.Prompt.itemval bake :
< operations_log : t.. > ->
client:Internal_pervasives.string ->
output:Internal_pervasives.string Internal_pervasives.list ->
Internal_pervasives.string ->
unitval endorse :
< operations_log : t.. > ->
client:Internal_pervasives.string ->
output:Internal_pervasives.string Internal_pervasives.list ->
Internal_pervasives.string ->
unit