Skip to content

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.

string

an Algorand address with checksum.

Address

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