IdentifierInterface
type IdentifierInterface
A move identifier
BCS
The BCS serialized form for this type is defined by the following ABNF:
```text identifier = %d1-128 ; length of the identifier (ALPHA *127(ALPHA / DIGIT / UNDERSCORE)) / (UNDERSCORE 1*127(ALPHA / DIGIT / UNDERSCORE))
UNDERSCORE = %x95 ```
type IdentifierInterface interface {
AsStr() string
}