public static class MetadataV2.MetadataModule extends Struct
The definition of a module in the system
| Constructor and Description | 
|---|
| MetadataModule(java.lang.Object value) | 
| Modifier and Type | Method and Description | 
|---|---|
| Option<Vector<Calls.MetadataCall>> | getCalls()the module calls | 
| Option<Vector<Events.MetadataEvent>> | getEvents()the module events | 
| Text | getName()the module name | 
| Text | getPrefix()the module prefix | 
| Option<Vector<Storage.MetadataStorageV2>> | getStorage()the associated module storage | 
builder, eq, getEncodedLength, getField, isEmpty, toArray, toHex, toJson, toString, toU8a, withclear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizefinalize, getClass, notify, notifyAll, wait, wait, waitgetConstructorCodec, toU8apublic Option<Vector<Calls.MetadataCall>> getCalls()
the module calls
public Option<Vector<Events.MetadataEvent>> getEvents()
the module events
public Text getName()
the module name
public Text getPrefix()
the module prefix
public Option<Vector<Storage.MetadataStorageV2>> getStorage()
the associated module storage