Smart Contracts Data Synchronization

This commit is contained in:
ToniRamirezM
2020-09-15 16:02:22 +02:00
committed by Eduard S
parent 5ad447c47c
commit 145f37b135
4 changed files with 348 additions and 44 deletions

View File

@@ -91,9 +91,9 @@ type RollupState struct {
// RollupEventL1UserTx is an event of the Rollup Smart Contract
type RollupEventL1UserTx struct {
L1Tx common.L1Tx
QueueIndex *big.Int
TransactionIndex *big.Int
L1Tx common.L1Tx
ToForgeL1TxsNum int64 // QueueIndex *big.Int
Position int // TransactionIndex *big.Int
}
// RollupEventAddToken is an event of the Rollup Smart Contract