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, 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 BlockNumber getEra()
Era number at which point it’ll be unlocked
public Balance getValue()
Amount of funds to be unlocked