• Given an AccountAddress and a counter, returns an alias for the address.

    Returns

    an AccountAddress, which is an alias to the given address

    Parameters

    • address: AccountAddress

      the account address for which the function should get an alias for

    • counter: number

      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

    Returns AccountAddress

Generated using TypeDoc