Search code examples
nearprotocol

What is the maximum account name length in NEAR blockchain?


I'm using account name as a key in various places, and would like to know them maximum account name length to compute storage cost bound.


Solution

  • Maximum length is 64 bytes. More details: https://nomicon.io/DataStructures/Account