BoxReference
BoxReference =
object
Defined in: packages/transact/src/transactions/app-call.ts:186
Box reference for app call transactions.
References a specific box that should be made available for the runtime of the program.
Properties
Section titled “Properties”appId:
bigint
Defined in: packages/transact/src/transactions/app-call.ts:191
App ID that owns the box. A value of 0 indicates the current app.
name:
Uint8Array
Defined in: packages/transact/src/transactions/app-call.ts:196
Name of the box.