Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Tezos_rpc.RPC_answer
Sourcetype 'o t = [
| `Ok of 'o
| `OkChunk of 'o
| `OkStream of 'o stream
| `Created of string option
| `No_content
| `Forbidden of RPC_service.error option
| `Not_found of RPC_service.error option
| `Conflict of RPC_service.error option
| `Gone of RPC_service.error option
| `Error of RPC_service.error option
]
Return type for service handler