| AbstractCLValue<T,P extends AbstractCLType> | 
 Base class for CLValues 
 | 
| AbstractCLValueWithChildren<T,P extends AbstractCLType> | 
 Abstract class for those CLValues which have a child collection 
 | 
| CLValueAny | 
 Casper Object CLValue implementation 
 | 
| CLValueBool | 
 Casper Bool CLValue implementation 
 | 
| CLValueByteArray | 
 Casper ByteArray CLValue implementation 
 | 
| CLValueFixedList | 
 Casper List CLValue implementation 
 | 
| CLValueI32 | 
 Casper I32 CLValue implementation 
 | 
| CLValueI64 | 
 Casper I64 CLValue implementation 
 | 
| CLValueKey | 
 Casper Key CLValue implementation 
 | 
| CLValueList | 
 Casper List CLValue implementation 
 | 
| CLValueMap | 
 Casper Map CLValue implementation 
 | 
| CLValueOption | 
 Casper Option CLValue implementation 
 | 
| CLValuePublicKey | 
 Casper PublicKey CLValue implementation 
 | 
| CLValueResult | 
 Casper Result CLValue implementation 
 | 
| CLValueString | 
 Casper String CLValue implementation 
 | 
| CLValueTuple1 | 
 Casper Tuple1 CLValue implementation 
 | 
| CLValueTuple2 | 
 Casper Tuple2 CLValue implementation 
 | 
| CLValueTuple3 | 
 Casper Tuple3 CLValue implementation 
 | 
| CLValueU128 | 
 Casper U128 CLValue implementation 
 | 
| CLValueU256 | 
 Casper U256 CLValue implementation 
 | 
| CLValueU32 | 
 Casper U32 CLValue implementation 
 | 
| CLValueU512 | 
 Casper U512 CLValue implementation 
 | 
| CLValueU64 | 
 Casper U64 CLValue implementation 
 | 
| CLValueU8 | 
 Casper U8 CLValue implementation 
 | 
| CLValueUnit | 
 Casper Unit CLValue implementation
 
 Unit is singleton value without additional semantics and serializes to an
 empty byte array. 
 | 
| CLValueURef | 
 Casper Boolean CLURef implementation URef is a tuple that contains the
 address of the URef and the access rights to that URef. 
 |