Add usefull methods for reorg

This commit is contained in:
Arnau B
2020-08-21 16:59:30 +02:00
parent 1cbf54acc7
commit c108739c24
7 changed files with 28 additions and 12 deletions

View File

@@ -4,9 +4,9 @@ import (
"math/big"
)
type ExitTreeLeaf struct {
type ExitInfo struct {
AccountIdx Idx
MerkleProof []byte
Amount *big.Int
Balance *big.Int
Nullifier *big.Int
}