public static class MetadataV3.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.MetadataStorageV3>> |
getStorage()
the associated module storage
|
builder, eq, getEncodedLength, getField, isEmpty, toArray, toHex, toJson, toString, toU8a, with
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, values
clone, compute, computeIfAbsent, computeIfPresent, containsKey, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, size
finalize, getClass, notify, notifyAll, wait, wait, wait
getConstructorCodec, toU8a
public 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.MetadataStorageV3>> getStorage()
the associated module storage