hanayo/vendor/zxq.co/ripple/rippleapi/common/flags.go
2019-02-23 13:29:15 +00:00

9 lines
199 B
Go

package common
// These are the flags an user can have. Mostly settings or things like whether
// the user has verified their email address.
const (
FlagEmailVerified = 1 << iota
FlagCountry2FA
)