decodeAddress
decodeAddress(
address):Address
Defined in: packages/common/src/address.ts:189
decodeAddress takes an Algorand address in string form and decodes it into a Uint8Array.
Parameters
Section titled “Parameters”address
Section titled “address”string
an Algorand address with checksum.
Returns
Section titled “Returns”the decoded form of the address’s public key and checksum