public class Exposure extends Struct
A snapshot of the stake backing a single validator in the system
Constructor and Description |
---|
Exposure(java.lang.Object value) |
Modifier and Type | Method and Description |
---|---|
Vector<IndividualExposure> |
getOthers()
The portions of nominators stashes that are exposed
|
Balance |
getOwn()
The validator"s own stash that is exposed
|
Balance |
getTotal()
The total balance backing this validator
|
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 getOwn()
The validator"s own stash that is exposed
public Balance getTotal()
The total balance backing this validator
public Vector<IndividualExposure> getOthers()
The portions of nominators stashes that are exposed