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, 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 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