You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
161 B

  1. package common
  2. // L2Tx is a struct that represents an already forged L2 tx
  3. type L2Tx struct {
  4. Tx
  5. Position int // Position among all the L1Txs in that batch
  6. }