Algorand TypeScript
    Preparing search index...

    Interface BytesBacked

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

    interface BytesBacked {
        get bytes(): bytes;
    }

    Implemented by

    Index

    Accessors

    Accessors