Module Transaction_protocol_state

Transactions included in a block with the associated block data which is the protocol state body of the previous block. TODO: This will change to current block

module Block_data : sig ... end
module Poly : sig ... end
module Stable : sig ... end
type 'a t = 'a Stable.Latest.t
include Ppx_sexp_conv_lib.Sexpable.S1 with type 'a t := 'a t
val t_of_sexp : ( Sexplib0__.Sexp.t -> 'a ) -> Sexplib0__.Sexp.t -> 'a t
val sexp_of_t : ( 'a -> Sexplib0__.Sexp.t ) -> 'a t -> Sexplib0__.Sexp.t
val transaction : 'a t -> 'a
val block_data : _ t -> Block_data.t