Skip to content

Struct

Algorand TypeScript


Algorand TypeScript / arc4 / 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 }> { }