public class BalancesFunctions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static AccountId |
EMPTY_ACCOUNT |
| Constructor and Description |
|---|
BalancesFunctions() |
| Modifier and Type | Method and Description |
|---|---|
static Types.DeriveRealFunction |
fees(Types.ApiInterfacePromise api) |
static Types.DeriveRealFunction |
validatingBalance(Types.ApiInterfacePromise api) |
static Types.DeriveRealFunction |
validatingBalances(Types.ApiInterfacePromise api) |
static Types.DeriveRealFunction |
votingBalance(Types.ApiInterfacePromise api) |
static Types.DeriveRealFunction |
votingBalances(Types.ApiInterfacePromise api) |
static Types.DeriveRealFunction |
votingBalancesNominatorsFor(Types.ApiInterfacePromise api) |
public static AccountId EMPTY_ACCOUNT
public static Types.DeriveRealFunction fees(Types.ApiInterfacePromise api)
public static Types.DeriveRealFunction votingBalance(Types.ApiInterfacePromise api)
public static Types.DeriveRealFunction votingBalances(Types.ApiInterfacePromise api)
public static Types.DeriveRealFunction votingBalancesNominatorsFor(Types.ApiInterfacePromise api)
public static Types.DeriveRealFunction validatingBalance(Types.ApiInterfacePromise api)
public static Types.DeriveRealFunction validatingBalances(Types.ApiInterfacePromise api)