= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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