RPC.Parse
module S : sig ... end
val parse_protocol_data :
bytes ->
Tezos_protocol_021_PsQuebec.Protocol.Alpha_context.Block_header.protocol_data
val parse_operation :
Tezos_protocol_021_PsQuebec.Protocol.Alpha_context.Operation.raw ->
(Tezos_protocol_021_PsQuebec.Protocol.Alpha_context.packed_operation,
Tezos_protocol_021_PsQuebec.Environment.Error_monad.error
Tezos_protocol_021_PsQuebec.Environment.Error_monad.trace)
Tezos_protocol_environment_021_PsQuebec.Pervasives.result
val operations :
'a Tezos_protocol_021_PsQuebec.Environment.RPC_context.simple ->
'a ->
?version:version ->
?check:bool ->
Tezos_protocol_021_PsQuebec.Protocol.Alpha_context.Operation.raw list ->
(Tezos_protocol_021_PsQuebec.Protocol.Alpha_context.Operation.packed list,
Tezos_base.TzPervasives.Error_monad.tztrace list)
Stdlib.result
Lwt.t
val block :
'a Tezos_protocol_021_PsQuebec.Environment.RPC_context.simple ->
'a ->
Tezos_protocol_environment_021_PsQuebec.Block_header.shell_header ->
bytes ->
Tezos_protocol_021_PsQuebec.Protocol.Alpha_context.Block_header.protocol_data
Tezos_protocol_environment_021_PsQuebec.Error_monad.shell_tzresult
Tezos_protocol_environment_021_PsQuebec.Lwt.t