public class UnlockChunk extends Struct
Just a Balance/BlockNumber tuple to encode when a chunk of funds will be unlocked
| Constructor and Description |
|---|
UnlockChunk(java.lang.Object value) |
| Modifier and Type | Method and Description |
|---|---|
BlockNumber |
getEra()
Era number at which point it’ll be unlocked
|
Balance |
getValue()
Amount of funds to be unlocked
|
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 BlockNumber getEra()
Era number at which point it’ll be unlocked
public Balance getValue()
Amount of funds to be unlocked