Skip to content

BytesBacked

Defined in: primitives.ts:351

An interface for types which are backed by the AVM bytes type

TLength extends uint64 = uint64

get bytes(): bytes<TLength>

Defined in: primitives.ts:355

Retrieve the underlying bytes representing this value

bytes<TLength>