github.com/leovct/zkevm-bridge-service@v0.4.4/bridgectrl/config.go (about)

     1  package bridgectrl
     2  
     3  // Config is state config
     4  type Config struct {
     5  	// Store is the kind of storage in the bridge tree
     6  	Store string
     7  	// Height is the depth of the merkle tree
     8  	Height uint8
     9  }