Represents an Algorand address
Create a new Address object from its binary form.
The binary form of the address. Must be 32 bytes.
Readonly
The binary form of the address. For standard accounts, this is the public key.
Compute the 4 byte checksum of the address.
Check if the address is equal to another address.
Encode the address into a string form.
Static
Decode an address from a string.
The address to decode. Must be 58 bytes long.
An Address object corresponding to the input string.
Get the zero address.
Generated using TypeDoc
Represents an Algorand address