Enum AddressFormatError
An error describing issues with address formatting when converting from a string.
Namespace: Algorand.Unity
Assembly: cs.temp.dll.dll
Syntax
public enum AddressFormatError
Fields
Name | Description |
---|---|
IncorrectLength | The length of the address string is not StringLength. |
InvalidChecksum | The calculated checksum does not match the given checksum. |
None | The formatting is correct, and there were no errors. |
NotBase32 | The string is not valid Base32 format. |