Skip to content

sizeOf

Algorand TypeScript


Algorand TypeScript / arc4 / sizeOf

sizeOf<T>(): uint64

Defined in: arc4/index.ts:262

Return the total number of bytes required to store T as bytes.

T must represent a type with a fixed length encoding scheme.

T

Any native or arc4 type with a fixed encoding size.

uint64