Tezos_shell_services.Preapply_resultSourcetype 'error t = {applied : (Tezos_base.TzPervasives.Operation_hash.t * Tezos_base.Operation.t)
list;Applied operations
*)refused : (Tezos_base.Operation.t * 'error list)
Tezos_base.TzPervasives.Operation_hash.Map.t;Refused operations, for example because of an invalid signature
*)outdated : (Tezos_base.Operation.t * 'error list)
Tezos_base.TzPervasives.Operation_hash.Map.t;Outdated operations, for example a late endorsement
*)branch_refused : (Tezos_base.Operation.t * 'error list)
Tezos_base.TzPervasives.Operation_hash.Map.t;Branch refused operations, for example because of insufficient balance
*)branch_delayed : (Tezos_base.Operation.t * 'error list)
Tezos_base.TzPervasives.Operation_hash.Map.t;Branch delayed operations, for example because of a timestamp in the future
*)}A container for classified operations
empty t returns an empty instance of t: all collections * are initialized empty