BytesBacked
Algorand TypeScript / index / BytesBacked
Defined in: primitives.ts:351
An interface for types which are backed by the AVM bytes type
Type Parameters
Section titled “Type Parameters”TLength
Section titled “TLength”TLength extends uint64 = uint64
Accessors
Section titled “Accessors”Get Signature
Section titled “Get Signature”get bytes():
bytes<TLength>
Defined in: primitives.ts:355
Retrieve the underlying bytes representing this value
Returns
Section titled “Returns”bytes<TLength>