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.cryptoModifier and TypeClassDescriptionclass
Class representing a cryptographic signatureclass
Immutable data value class representing an Ed25519 digital signature. -
Uses of ABlobLike in convex.core.data
Subclasses of ABlobLike in convex.core.dataModifier and TypeClassDescriptionclass
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 Accountfinal 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 StringTreesclass
AString subclass representing a subsequence of some Blob dataclass
String implementation class wrapping a BlobTree.Methods in convex.core.data that return ABlobLike