package tezos-tx-rollup-015-PtLimaPt

  1. Overview
  2. Docs

Module Tezos_tx_rollup_015_PtLimaPt.L2_transactionSource

Types for L2 transactions

Sourcetype t = {
  1. transaction : (Tezos_protocol_015_PtLimaPt.Protocol.Indexable.unknown, Tezos_protocol_015_PtLimaPt.Protocol.Indexable.unknown) Tezos_protocol_015_PtLimaPt.Protocol.Tx_rollup_l2_batch.V1.transaction;
  2. signatures : Tezos_protocol_015_PtLimaPt.Protocol.Tx_rollup_l2_batch.V1.signature list;
}

Hash with b58check encoding txL2(54), for hashes of L2 transactions

Sourcetype hash = Hash.t

Alias for transaction hash

Serialization

Sourceval encoding : t Tezos_base.TzPervasives.Data_encoding.encoding
Sourceval hash : t -> Hash.t

Batching

Sourceval batch : t list -> (Tezos_protocol_015_PtLimaPt.Protocol.Indexable.unknown, Tezos_protocol_015_PtLimaPt.Protocol.Indexable.unknown) Tezos_protocol_015_PtLimaPt.Protocol.Tx_rollup_l2_batch.t Tezos_base.TzPervasives.tzresult

Build a L2 batch of transactions by aggregating the BLS signatures of individual transactions

OCaml

Innovation. Community. Security.