package vrf

type Config struct {
}

func (o *Config) Validate() error {
	return nil
}
