package tezos-protocol-007-PsDELPH1
Tezos/Protocol: economic-protocol definition
Install
Dune Dependency
Authors
Maintainers
Sources
tezos-16.0.tar.gz
sha256=ad9e08819871c75ba6f4530b125f7d157799398e4d77a1e6bfea9d91ff37ff55
sha512=c5dc4d40cc09bc6980fbbdb5c2e105bf4252cf9cfcb2b49660b0ebe4dc789f6709ec3b3bf2f87d81580d3eed9521eeb1c960f24d9b14eb0285aaba1f84d10a9b
doc/tezos-protocol-007-PsDELPH1.raw/Tezos_raw_protocol_007_PsDELPH1/Services_registration/index.html
Module Tezos_raw_protocol_007_PsDELPH1.Services_registration
Source
Source
type rpc_context = {
block_hash : Tezos_protocol_environment_007_PsDELPH1.Block_hash.t;
block_header : Alpha_context.Block_header.shell_header;
context : Alpha_context.t;
}
Source
val register0_fullctxt :
([< Resto.meth ],
Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context,
Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context,
'a,
'b,
'c)
Tezos_protocol_environment_007_PsDELPH1.RPC_service.t ->
(rpc_context ->
'a ->
'b ->
'c Tezos_protocol_environment_007_PsDELPH1.Error_monad.tzresult
Tezos_protocol_environment_007_PsDELPH1.Lwt.t) ->
unit
Source
val opt_register0_fullctxt :
([< Resto.meth ],
Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context,
Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context,
'a,
'b,
'c)
Tezos_protocol_environment_007_PsDELPH1.RPC_service.t ->
(rpc_context ->
'a ->
'b ->
'c option Tezos_protocol_environment_007_PsDELPH1.Error_monad.tzresult
Tezos_protocol_environment_007_PsDELPH1.Lwt.t) ->
unit
Source
val register0 :
([< Resto.meth ],
Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context,
Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context,
'a,
'b,
'c)
Tezos_protocol_environment_007_PsDELPH1.RPC_service.t ->
(Alpha_context.t ->
'a ->
'b ->
'c Tezos_protocol_environment_007_PsDELPH1.Error_monad.tzresult
Tezos_protocol_environment_007_PsDELPH1.Lwt.t) ->
unit
Source
val register0_noctxt :
([< Resto.meth ],
Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context,
'a,
'b,
'c,
'd)
Tezos_protocol_environment_007_PsDELPH1.RPC_service.t ->
('b ->
'c ->
'd Tezos_protocol_environment_007_PsDELPH1.Error_monad.tzresult
Tezos_protocol_environment_007_PsDELPH1.Lwt.t) ->
unit
Source
val register1_fullctxt :
([< Resto.meth ],
Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context,
Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context * 'a,
'b,
'c,
'd)
Tezos_protocol_environment_007_PsDELPH1.RPC_service.t ->
(rpc_context ->
'a ->
'b ->
'c ->
'd Tezos_protocol_environment_007_PsDELPH1.Error_monad.tzresult
Tezos_protocol_environment_007_PsDELPH1.Lwt.t) ->
unit
Source
val register1 :
([< Resto.meth ],
Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context,
Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context * 'a,
'b,
'c,
'd)
Tezos_protocol_environment_007_PsDELPH1.RPC_service.t ->
(Alpha_context.t ->
'a ->
'b ->
'c ->
'd Tezos_protocol_environment_007_PsDELPH1.Error_monad.tzresult
Tezos_protocol_environment_007_PsDELPH1.Lwt.t) ->
unit
Source
val register1_noctxt :
([< Resto.meth ],
Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context,
'a * 'b,
'c,
'd,
'e)
Tezos_protocol_environment_007_PsDELPH1.RPC_service.t ->
('b ->
'c ->
'd ->
'e Tezos_protocol_environment_007_PsDELPH1.Error_monad.tzresult
Tezos_protocol_environment_007_PsDELPH1.Lwt.t) ->
unit
Source
val register2_fullctxt :
([< Resto.meth ],
Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context,
(Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context * 'a) * 'b,
'c,
'd,
'e)
Tezos_protocol_environment_007_PsDELPH1.RPC_service.t ->
(rpc_context ->
'a ->
'b ->
'c ->
'd ->
'e Tezos_protocol_environment_007_PsDELPH1.Error_monad.tzresult
Tezos_protocol_environment_007_PsDELPH1.Lwt.t) ->
unit
Source
val register2 :
([< Resto.meth ],
Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context,
(Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context * 'a) * 'b,
'c,
'd,
'e)
Tezos_protocol_environment_007_PsDELPH1.RPC_service.t ->
(Alpha_context.t ->
'a ->
'b ->
'c ->
'd ->
'e Tezos_protocol_environment_007_PsDELPH1.Error_monad.tzresult
Tezos_protocol_environment_007_PsDELPH1.Lwt.t) ->
unit
Source
val get_rpc_services :
unit ->
Tezos_protocol_environment_007_PsDELPH1.Updater.rpc_context
Tezos_protocol_environment_007_PsDELPH1.RPC_directory.directory
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>