Algorand TypeScript
    Preparing search index...

    Interface BytesBacked<TLength>

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

    interface BytesBacked<TLength extends uint64 = uint64> {
        get bytes(): bytes<TLength>;
    }

    Type Parameters

    Implemented by

    Index

    Accessors

    Accessors