Documentation ¶
Overview ¶
Package glagolitsa provides Glagolitic script for NeoFS Alphabet.
Index ¶
Constants ¶
View Source
const Size = 41
Variables ¶
This section is empty.
Functions ¶
func LetterByIndex ¶
LetterByIndex returns string representation of Glagolitic letter compatible with NeoFS Alphabet contract by index. Index must be in range [0, Size).
Types ¶
type Glagolitsa ¶ added in v0.42.0
type Glagolitsa struct{}
Glagolitsa implement github.com/nspcc-dev/neofs-contract/deploy.Glagolitsa.
func (*Glagolitsa) LetterByIndex ¶ added in v0.42.0
func (g *Glagolitsa) LetterByIndex(ind int) string
func (*Glagolitsa) Size ¶ added in v0.42.0
func (g *Glagolitsa) Size() int
Click to show internal directories.
Click to hide internal directories.