public class BalanceLock extends Struct
The Substrate BalanceLock for staking
Constructor and Description |
---|
BalanceLock(java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
Balance |
getAmount()
The amount
|
LockIdentifier |
getId()
The lock id
|
WithdrawReasons |
getReasons()
The reasons
|
BlockNumber |
getUntil()
Until when this is available
|
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 Balance getAmount()
The amount
public LockIdentifier getId()
The lock id
public WithdrawReasons getReasons()
The reasons
public BlockNumber getUntil()
Until when this is available