Interface Account

An Algorand account object.

Contains an Algorand address and secret key.

Hierarchy

  • Account

Properties

Properties

addr: string

Algorand address

sk: Uint8Array

Secret key belonging to the Algorand address

Generated using TypeDoc