tezos-base
Tezos: meta-package and pervasive type definitions for Tezos
1024" x-on:close-sidebar="sidebar=window.innerWidth > 1024 && true">
package tezos-base
-
tezos-base
-
-
tezos-base.unix
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Library tezos-base
type t = {
known_valid : Tezos_crypto.Operation_hash.t list; | (* A valid sequence of operations on top of the current head. *) |
pending : Tezos_crypto.Operation_hash.Set.t; | (* Set of known not-invalid operation. *) |
}
type mempool = t
val encoding : mempool Data_encoding.t
val bounded_encoding : ?max_operations:int -> unit -> mempool Data_encoding.t
val empty : mempool
Empty mempool.
ON THIS PAGE
No table of contents