public class RuntimeVersion extends Struct implements Types.RuntimeVersionInterface
Modifier and Type | Class and Description |
---|---|
static class |
RuntimeVersion.ApiId
An identifier for the runtime API
|
static class |
RuntimeVersion.RuntimeVersionApi
|
Constructor and Description |
---|
RuntimeVersion(java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.Object> |
getApis() |
U32 |
getAuthoringVersion() |
java.lang.String |
getImplName() |
U32 |
getImplVersion() |
java.lang.String |
getSpecName() |
U32 |
getSpecVersion() |
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 java.util.List<java.lang.Object> getApis()
getApis
in interface Types.RuntimeVersionInterface
public U32 getAuthoringVersion()
getAuthoringVersion
in interface Types.RuntimeVersionInterface
public java.lang.String getImplName()
getImplName
in interface Types.RuntimeVersionInterface
public U32 getImplVersion()
getImplVersion
in interface Types.RuntimeVersionInterface
public java.lang.String getSpecName()
getSpecName
in interface Types.RuntimeVersionInterface
public U32 getSpecVersion()
getSpecVersion
in interface Types.RuntimeVersionInterface