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 }> { }
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 }> { }