package tezos-shell

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Make.Internal_for_testsSource

Sourceval get_mempool_operations : t -> protocol_operation Tezos_base.TzPervasives.Operation_hash.Map.t

Return the map of operations currently present in the protocol representation of the mempool.

Sourceval get_filter_state : t -> filter_state

Return the filter_state component of the state.

Sourceval set_mempool : t -> mempool -> t

Modify the mempool field of the internal state t.