Uses of Class
convex.core.data.ABlobMap
Packages that use ABlobMap
Package
Description
Data structures and algorithms, including a complete set of classes
required to implement immutable, decentralised data objects.
CVM type system implementation.
Core CVM implementation
-
Uses of ABlobMap in convex.core.data
Subclasses of ABlobMap in convex.core.dataModifier and TypeClassDescriptionclass
BlobMap node implementation supporting: An optional prefix string An optional entry with this prefix Up to 16 child entries at the next level of depthMethods in convex.core.data with type parameters of type ABlobMapModifier and TypeMethodDescriptionBlobMaps.create(K k, V v)
BlobMaps.empty()
Returns the empty BlobMap.Methods in convex.core.data that return ABlobMapModifier and TypeMethodDescriptionAssociates a blob key with a value in this data structure.AccountStatus.getHoldings()
Gets the holdings for this account.Methods in convex.core.data with parameters of type ABlobMapModifier and TypeMethodDescriptionprotected static long
PeerStatus.computeDelegatedStake(ABlobMap<Address,CVMLong> stakes)
-
Uses of ABlobMap in convex.core.data.type
Methods in convex.core.data.type that return ABlobMapModifier and TypeMethodDescriptionABlobMap<?,?>
BlobMapType.defaultValue()
BlobMapType.implicitCast(ACell a)
-
Uses of ABlobMap in convex.core.lang
Fields in convex.core.lang with type parameters of type ABlobMapMethods in convex.core.lang that return ABlobMapModifier and TypeMethodDescriptionContext.getHoldings()
Gets the holdings map for the current account.