public static class Storage.MapType extends Struct
| Constructor and Description |
|---|
MapType(java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
Type |
getKey()
The mapped key as
org.polkadot.types.type |
Type |
getValue()
The mapped value as
org.polkadot.types.type |
java.lang.Boolean |
isLinked()
Is this an enumerable linked map
|
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 Type getKey()
The mapped key as org.polkadot.types.type
public Type getValue()
The mapped value as org.polkadot.types.type
public java.lang.Boolean isLinked()
Is this an enumerable linked map