mirror of
https://github.com/arnaucube/hermez-node.git
synced 2026-02-07 11:26:44 +01:00
Add sync interface
This commit is contained in:
12
common/exittree.go
Normal file
12
common/exittree.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package common
|
||||
|
||||
import (
|
||||
"math/big"
|
||||
)
|
||||
|
||||
type ExitTreeLeaf struct {
|
||||
AccountIdx Idx
|
||||
MerkleProof []byte
|
||||
Amount *big.Int
|
||||
Nullifier *big.Int
|
||||
}
|
||||
Reference in New Issue
Block a user