IIdentifier
Namespace: IotaSdk
A move identifier
BCS
The BCS serialized form for this type is defined by the following ABNF:
identifier = %d1-128 ; length of the identifier
(ALPHA *127(ALPHA / DIGIT / UNDERSCORE)) /
(UNDERSCORE 1*127(ALPHA / DIGIT / UNDERSCORE))
UNDERSCORE = %x95
public interface IIdentifier : System.IEquatable`1[[IotaSdk.Identifier, IotaSdk, Version=1.0.0.0, Culture=neutral, PublicKeyToken=null]]
Implements IEquatable<Identifier>
Attributes NullableContextAttribute
Methods
AsStr()
string AsStr()