Function decodeAddress

  • decodeAddress takes an Algorand address in string form and decodes it into a Uint8Array.

    Parameters

    • address: string

      an Algorand address with checksum.

    Returns Address

    the decoded form of the address's public key and checksum

Generated using TypeDoc