AccountId is a string representing a NEAR account. This string should be between 2 and 64 characters. There are
additional requirements such as limited use of alphanumeric characters and separator characters.
There are a number of external smart contract functions in aurora-engine which BorshDeserialize an AccountId without validating it.
Description
AccountId is a string representing a NEAR account. This string should be between 2 and 64 characters. There are additional requirements such as limited use of alphanumeric characters and separator characters.
There are a number of external smart contract functions in aurora-engine which BorshDeserialize an AccountId without validating it.