Skip to content

Struct

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / arc4 / Struct

Variable: Struct

const Struct: StructConstructor

Defined in: packages/algo-ts/src/arc4/encoded-types.ts:491

The base type of arc4 structs

Usage:

class MyStruct extends Struct<{ x: UintN8, y: Str, z: DynamicBytes }> {}