1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package tezos-shell-services
-
tezos-shell-services
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type t = Make(Fake_protocol)(Fake_protocol).Mempool.t = {
applied : (Tezos_crypto.Operation_hash.t * Fake_protocol.operation) list; |
refused : (Fake_protocol.operation * Tezos_base__TzPervasives.error list)
Tezos_crypto.Operation_hash.Map.t; |
branch_refused : (Fake_protocol.operation * Tezos_base__TzPervasives.error list)
Tezos_crypto.Operation_hash.Map.t; |
branch_delayed : (Fake_protocol.operation * Tezos_base__TzPervasives.error list)
Tezos_crypto.Operation_hash.Map.t; |
unprocessed : Fake_protocol.operation Tezos_crypto.Operation_hash.Map.t; |
}
val pending_operations :
Tezos_rpc.RPC_context.simple ->
?chain:chain ->
unit ->
( t, Tezos_base__TzPervasives.error list ) result Lwt.t
val monitor_operations :
Tezos_rpc.RPC_context.streamed ->
?chain:chain ->
?applied:bool ->
?branch_delayed:bool ->
?branch_refused:bool ->
?refused:bool ->
unit ->
( Fake_protocol.operation list Lwt_stream.t * Tezos_rpc.RPC_context.stopper,
Tezos_base__TzPervasives.error list )
result
Lwt.t
val request_operations :
Tezos_rpc.RPC_context.simple ->
?chain:chain ->
unit ->
( unit, Tezos_base__TzPervasives.error list ) result Lwt.t