Package org.polkadot.types.metadata.v3
Class Storage.MetadataStorageV3
- 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.Storage.MetadataStorageV3
-
- All Implemented Interfaces:
java.io.Serializable,java.lang.Cloneable,java.util.Map<java.lang.String,Codec>,Codec
- Enclosing interface:
- Storage
public static class Storage.MetadataStorageV3 extends Struct
The definition of a storage function- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MetadataStorageV3(java.lang.Object value)
-
Method Summary
Modifier and Type Method Description Vector<Text>getDocs()TheTextdocumentationBytesgetFallback()TheBytesfallback defaultStorage.MetadataStorageModifiergetModifier()The MetadataArgument for argumentsTextgetName()The call nameStorage.MetadataStorageTypegetType()The MetadataStorageType-
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
-
getModifier
public Storage.MetadataStorageModifier getModifier()
The MetadataArgument for arguments
-
getName
public Text getName()
The call name
-
getType
public Storage.MetadataStorageType getType()
The MetadataStorageType
-
-