Uses of Class
convex.core.data.ALongBlob

Packages that use ALongBlob
Package
Description
Data structures and algorithms, including a complete set of classes required to implement immutable, decentralised data objects.
  • Uses of ALongBlob in convex.core.data

    Subclasses of ALongBlob in convex.core.data
    Modifier and Type
    Class
    Description
    class 
    Immutable class representing an Address, generally used to uniquely identify an Account.
    class 
    Wrapper for an 8-byte long blob We use this for efficient management of indexes using longs in BlobMaps.