Uses of Class
convex.core.data.ABlobLike

Packages that use ABlobLike
Package
Description
Crypto algorithms used within Convex, particularly for digital signatures and cryptographic hashes
Data structures and algorithms, including a complete set of classes required to implement immutable, decentralised data objects.
  • Uses of ABlobLike in convex.core.crypto

    Subclasses of ABlobLike in convex.core.crypto
    Modifier and Type
    Class
    Description
    class 
    Class representing a cryptographic signature
    class 
    Immutable data value class representing an Ed25519 digital signature.
  • Uses of ABlobLike in convex.core.data

    Subclasses of ABlobLike in convex.core.data
    Modifier and Type
    Class
    Description
    class 
    Abstract base class for binary data stored in Java arrays.
    class 
    Abstract base class for data objects containing immutable chunks of binary data.
    class 
    Immutable class representing an Ed25519 Public Key for an Account
    final class 
    Immutable class representing an Address, generally used to uniquely identify an Account.
    class 
     
    class 
    Abstract base Class representing a CVM String.
    class 
    General purpose immutable wrapper for byte array data.
    class 
    Implementation of a large Blob data structure consisting of 2 or more chunks.
    class 
    Class used to represent an immutable 32-byte Hash value.
    final class 
    Wrapper for an 8-byte long as a Blob We use this mainly for efficient management of indexes using Longs in BlobMaps.
    final class 
    Class representing a short CVM string, backed by a flat Blob Used for most small strings, and acts as the leaf chunk for StringTrees
    class 
    AString subclass representing a subsequence of some Blob data
    class 
    String implementation class wrapping a BlobTree.
    Methods in convex.core.data that return ABlobLike
    Modifier and Type
    Method
    Description
    abstract ABlobLike<T>
    ABlobLike.empty()