Uses of Class
com.method5.jot.query.model.AccountId
Packages that use AccountId
Package
Description
Contains core domain entities used throughout the Jot SDK,
 such as account identifiers, addresses, and network types.
Provides strongly typed helper methods for constructing known extrinsic calls,
 such as balances.transfer or multisig.asMulti.
Provides high-level query helpers for accessing on-chain state
 using the Substrate storage key system.
Internal models and data structures for representing storage query results,
 such as balances or account info.
- 
Uses of AccountId in com.method5.jot.entityMethods in com.method5.jot.entity with parameters of type AccountIdModifier and TypeMethodDescriptionstatic MultiAddressMultiAddress.fromAccountId(AccountId accountId) 
- 
Uses of AccountId in com.method5.jot.extrinsic.callMethods in com.method5.jot.extrinsic.call with parameters of type AccountIdModifier and TypeMethodDescriptionStakingPallet.payoutStakers(AccountId validatorStash, int era) BalancesPallet.transferAll(AccountId accountId, boolean keepAlive) BalancesPallet.transferAllowDeath(AccountId accountId, BigDecimal amount) BalancesPallet.transferKeepAlive(AccountId accountId, BigDecimal amount) Method parameters in com.method5.jot.extrinsic.call with type arguments of type AccountId
- 
Uses of AccountId in com.method5.jot.queryMethods in com.method5.jot.query with parameters of type AccountIdModifier and TypeMethodDescriptionStorageQuery.accountInfo(AccountId accountId) StorageQuery.assetBalance(BigInteger assetId, AccountId accountId, int decimals) 
- 
Uses of AccountId in com.method5.jot.query.modelMethods in com.method5.jot.query.model that return AccountId