Skip to content

BytesBacked

@algorandfoundation/algorand-typescript


@algorandfoundation/algorand-typescript / index / BytesBacked

Interface: BytesBacked

Defined in: packages/algo-ts/src/primitives.ts:250

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

Accessors

bytes

Get Signature

get bytes(): bytes

Defined in: packages/algo-ts/src/primitives.ts:254

Retrieve the underlying bytes representing this value

Returns

bytes