Account
Algorand TypeScript / index / Account
Call Signature
Section titled “Call Signature”Account():
Account
Defined in: reference.ts:109
Create a new account object representing the zero address
Returns
Section titled “Returns”Call Signature
Section titled “Call Signature”Account(
publicKey):Account
Defined in: reference.ts:114
Create a new account object representing the provided public key bytes
Parameters
Section titled “Parameters”publicKey
Section titled “publicKey”A 32-byte Algorand account public key
Returns
Section titled “Returns”Call Signature
Section titled “Call Signature”Account(
address):Account
Defined in: reference.ts:119
Create a new account object representing the provided address
Parameters
Section titled “Parameters”address
Section titled “address”string
A 56 character base-32 encoded Algorand address