Algorand TypeScript
    Preparing search index...

    Function Account

    • Create a new account object representing the zero address

      Returns Account

    • Create a new account object representing the provided public key bytes

      Parameters

      • publicKey: bytes

        A 32-byte Algorand account public key

      Returns Account

    • Create a new account object representing the provided address

      Parameters

      • address: string

        A 56 character base-32 encoded Algorand address

      Returns Account