github.com/0xPolygon/supernets2-node@v0.0.0-20230711153321-2fe574524eaa/etherman/types/finalproofinputs.go (about)

     1  package types
     2  
     3  import "github.com/0xPolygon/supernets2-node/aggregator/pb"
     4  
     5  // FinalProofInputs struct
     6  type FinalProofInputs struct {
     7  	FinalProof       *pb.FinalProof
     8  	NewLocalExitRoot []byte
     9  	NewStateRoot     []byte
    10  }