BoxIdentifier
BoxIdentifier =
string|Uint8Array|AddressWithTransactionSigner
Defined in: src/app-manager.ts:59
Something that identifies an app box name - either a:
Uint8Array(the actual binary of the box name)string(that will be encoded to aUint8Array)AddressWithSigner(that will be encoded into the public key address of the corresponding account)