Struct
Algorand TypeScript / arc4 / Struct
constStruct:StructConstructor
Defined in: arc4/encoded-types.ts:499
The base type of arc4 structs
Usage:
class MyStruct extends Struct<{ x: Uint8, y: Str, z: DynamicBytes }> { }Algorand TypeScript / arc4 / Struct
constStruct:StructConstructor
Defined in: arc4/encoded-types.ts:499
The base type of arc4 structs
Usage:
class MyStruct extends Struct<{ x: Uint8, y: Str, z: DynamicBytes }> { }