types/app-manager
@algorandfoundation/algokit-utils / types/app-manager
Table of contents
Classes
Interfaces
Type Aliases
Type Aliases
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)