Module Mavryk_protocol_environment_001_PtAtLas.RPC_query
val field :
?descr:string ->
string ->
'a RPC_arg.t ->
'a ->
('b -> 'a) ->
('b, 'a) field
val opt_field :
?descr:string ->
string ->
'a RPC_arg.t ->
('b -> 'a option) ->
('b, 'a option) field
val flag : ?descr:string -> string -> ('b -> bool) -> ('b, bool) field
val multi_field :
?descr:string ->
string ->
'a RPC_arg.t ->
('b -> 'a list) ->
('b, 'a list) field
type ('a, 'b, 'c) open_query
type untyped = (string * string) list
exception Invalid of string