Given an AccountAddress and a counter, returns an alias for the address.
an AccountAddress, which is an alias to the given address
the account address for which the function should get an alias for
number s.t. 0 <= counter < 2^24, decides which alias is returned. If a counter outside this scope is given, then the function will throw an exception
Generated using TypeDoc
Given an AccountAddress and a counter, returns an alias for the address.
Returns
an AccountAddress, which is an alias to the given address