Skip to content

Struct

const Struct: 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 }> { }