eth-ipfs-state-validator/pkg/types.go

10 lines
143 B
Go
Raw Normal View History

2022-08-24 19:09:46 +00:00
package validator
type TraversalType = string
const (
fullTraversal = "full"
stateTraversal = "state"
storageTraversal = "storage"
)