= 768" x-on:close-sidebar="sidebar=window.innerWidth >= 768 && true">
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Types for L2 transactions
module Hash : Tezos_crypto.S.HASH
Hash with b58check encoding txL2(54), for hashes of L2 transactions
type hash = Hash.t
Alias for transaction hash
Serialization
val encoding : t Tezos_base.TzPervasives.Data_encoding.encoding
Batching
val batch :
t list ->
(Tezos_protocol_013_PtJakart.Protocol.Indexable.unknown,
Tezos_protocol_013_PtJakart.Protocol.Indexable.unknown)
Tezos_protocol_013_PtJakart.Protocol.Tx_rollup_l2_batch.t
Tezos_base.TzPervasives.tzresult
Build a L2 batch of transactions by aggregating the BLS signatures of individual transactions
On This Page