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
    final class 
    Immutable class representing an Address, generally used to uniquely identify an Account.
    final class 
    Wrapper for an 8-byte long as a Blob We use this mainly for efficient management of indexes using Longs in BlobMaps.