Package org.polkadot.api.derive.accounts
Class AccountFunctions.AccountIdAndIndex
- java.lang.Object
-
- org.polkadot.api.derive.accounts.AccountFunctions.AccountIdAndIndex
-
- Enclosing class:
- AccountFunctions
public static class AccountFunctions.AccountIdAndIndex extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description AccountIdaccountIdAccountIndexaccountIndex
-
Constructor Summary
Constructors Constructor Description AccountIdAndIndex(AccountId accountId, AccountIndex accountIndex)
-
-
-
Field Detail
-
accountId
public AccountId accountId
-
accountIndex
public AccountIndex accountIndex
-
-
Constructor Detail
-
AccountIdAndIndex
public AccountIdAndIndex(AccountId accountId, AccountIndex accountIndex)
-
-