Skip to content

StructBase

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / arc4 / <internal> / StructBase

Class: StructBase<T>

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

The base type for arc4 structs

Extends

Type Parameters

T

Constructors

new StructBase()

new StructBase<T>(): StructBase<T>

Returns

StructBase<T>

Inherited from

ARC4Encoded.constructor

Accessors

bytes

Get Signature

get bytes(): bytes

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

Retrieve the encoded bytes for this type

Returns

bytes

Inherited from

ARC4Encoded.bytes


native

Get Signature

get native(): T

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

Returns

T