types/app-manager
@algorandfoundation/algokit-utils / types/app-manager
Table of contents
Section titled “Table of contents”Classes
Section titled “Classes”Interfaces
Section titled “Interfaces”Type Aliases
Section titled “Type Aliases”Type Aliases
Section titled “Type Aliases”BoxIdentifier
Section titled “BoxIdentifier”Ƭ BoxIdentifier: string | Uint8Array | TransactionSignerAccount
Something that identifies an app box name - either a:
Uint8Array(the actual binary of the box name)string(that will be encoded to aUint8Array)TransactionSignerAccount(that will be encoded into the public key address of the corresponding account)