sizeOf
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.
Type Parameters
Section titled “Type Parameters”T
Any native or arc4 type with a fixed encoding size.