Box
Box =
object
Defined in: packages/algod_client/src/models/box.ts:7
Box name and its content.
Properties
Section titled “Properties”name:
Uint8Array
Defined in: packages/algod_client/src/models/box.ts:16
The box name, base64 encoded
round:
bigint
Defined in: packages/algod_client/src/models/box.ts:11
The round for which this information is relevant
value:
Uint8Array
Defined in: packages/algod_client/src/models/box.ts:21
The box value, base64 encoded.