NameFormat
type NameFormat
Two different view options for a name. `At` -> `test@example` | `Dot` -> `test.example.iota`
type NameFormat uint
const (
NameFormatAt NameFormat = 1
NameFormatDot NameFormat = 2
)
Two different view options for a name. `At` -> `test@example` | `Dot` -> `test.example.iota`
type NameFormat uint
const (
NameFormatAt NameFormat = 1
NameFormatDot NameFormat = 2
)