Skip to content

Account

Algorand TypeScript


Algorand TypeScript / index / Account

Account(): Account

Defined in: reference.ts:109

Create a new account object representing the zero address

Account

Account(publicKey): Account

Defined in: reference.ts:114

Create a new account object representing the provided public key bytes

bytes

A 32-byte Algorand account public key

Account

Account(address): Account

Defined in: reference.ts:119

Create a new account object representing the provided address

string

A 56 character base-32 encoded Algorand address

Account