In the SNS template there are various string
fields expressed with limitation in bytes.
# URL to the dapp controlled by the SNS project.
# Must be a string from 10 to 512 bytes.
url: ~
# The title of the NNS proposal. Must be a string of 4 to 256 bytes.
title: ~
# The description of the proposal. Must be a string of 10 to 2,000 bytes.
summary: ~
Is it correct that the limitation is in bytes and not the number of characters?
If it is in bytes, can it be expressed in the number of characters for consistency reason (e.g. name
and description
are expressed in number of characters) and ease of understanding?