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 'error t = {
applied : (Tezos_crypto.Operation_hash.t * Operation.t) list; |
refused : (Operation.t * 'error list) Tezos_crypto.Operation_hash.Map.t; |
branch_refused : (Operation.t * 'error list) Tezos_crypto.Operation_hash.Map.t; |
branch_delayed : (Operation.t * 'error list) Tezos_crypto.Operation_hash.Map.t; |
}
val empty : 'error t
val map : ( (Operation.t * 'a list) -> Operation.t * 'b list ) -> 'a t -> 'b t
val operations : 'error t -> Operation.t Tezos_crypto.Operation_hash.Map.t
val encoding : 'error list Data_encoding.t -> 'error t Data_encoding.t
ON THIS PAGE
No table of contents