Package org.polkadot.types.metadata.v3
Class MetadataV3
- java.lang.Object
-
- java.util.AbstractMap<K,V>
-
- java.util.HashMap<K,V>
-
- java.util.LinkedHashMap<java.lang.String,Codec>
-
- org.polkadot.types.codec.Struct
-
- org.polkadot.types.metadata.v3.MetadataV3
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,Codec>,Codec,Types.MetadataInterface
public class MetadataV3 extends Struct implements Types.MetadataInterface
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classMetadataV3.MetadataModuleThe definition of a module in the system
-
Constructor Summary
Constructors Constructor Description MetadataV3(java.lang.Object value)
-
Method Summary
Modifier and Type Method Description java.util.List<java.lang.String>getUniqTypes(boolean throwError)-
Methods inherited from class org.polkadot.types.codec.Struct
builder, eq, getEncodedLength, getField, isEmpty, toArray, toHex, toJson, toString, toU8a, with
-
Methods inherited from class java.util.LinkedHashMap
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
-
Methods inherited from class java.util.HashMap
clone, compute, computeIfAbsent, computeIfPresent, containsKey, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
-
-
-
-
Method Detail
-
getUniqTypes
public java.util.List<java.lang.String> getUniqTypes(boolean throwError)
- Specified by:
getUniqTypesin interfaceTypes.MetadataInterface
-
-