Files
hermez-node/common/exittree.go
2020-08-25 14:15:12 +02:00

13 lines
146 B
Go

package common
import (
"math/big"
)
type ExitInfo struct {
AccountIdx Idx
MerkleProof []byte
Balance *big.Int
Nullifier *big.Int
}