Module Node.Services

val register : bool
val arg_hash : string EzAPI.Arg.t
val arg_id : Z.t EzAPI.Arg.t
val blocks_path : (EzAPI.Req.t, EzAPI.Req.t) EzAPI.Path.t
val head_path : (EzAPI.Req.t, EzAPI.Req.t) EzAPI.Path.t
val ctxt_path : (EzAPI.Req.t, EzAPI.Req.t) EzAPI.Path.t
val errors : Rp.tzfunc_error EzAPI.Err.case list
type nonrec 'a service0 = ('a, Rp.error, EzAPI.no_security) EzAPI.service0
type nonrec ('a, 'b) service1 = ('a, 'b, Rp.error, EzAPI.no_security) EzAPI.service1
type nonrec ('a, 'b, 'c) service2 = ('a, 'b, 'c, Rp.error, EzAPI.no_security) EzAPI.service2
type nonrec ('a, 'b) post_service0 = ('a, 'b, Rp.error, EzAPI.no_security) EzAPI.post_service0
type nonrec ('a, 'b, 'c) post_service1 = ('a, 'b, 'c, Rp.error, EzAPI.no_security) EzAPI.post_service1
val entrypoints : (string, entrypoints) service1
val entrypoint_type : (Proto.A.contract, string, Proto.micheline) service2
val preapply : (preapply, preapply) post_service0
val run_operation : (run_input, run_output) post_service0