Function decodeAddress

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

    Returns

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

    Parameters

    • address: string

      an Algorand address with checksum.

    Returns Address

Generated using TypeDoc