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.entity
Methods in com.method5.jot.entity with parameters of type AccountIdModifier and TypeMethodDescriptionstatic MultiAddress
MultiAddress.fromAccountId
(AccountId accountId) -
Uses of AccountId in com.method5.jot.extrinsic.call
Methods in com.method5.jot.extrinsic.call with parameters of type AccountIdModifier and TypeMethodDescriptionstatic byte[]
StakingPallet.payoutStakers
(CallIndexResolver resolver, AccountId validatorStash, int era) static byte[]
BalancesPallet.transferAll
(CallIndexResolver resolver, AccountId accountId, boolean keepAlive) static byte[]
BalancesPallet.transferAllowDeath
(CallIndexResolver resolver, AccountId accountId, BigDecimal amount) static byte[]
BalancesPallet.transferKeepAlive
(CallIndexResolver resolver, AccountId accountId, BigDecimal amount) Method parameters in com.method5.jot.extrinsic.call with type arguments of type AccountIdModifier and TypeMethodDescriptionstatic byte[]
MultisigPallet.approveAsMulti
(CallIndexResolver resolver, int threshold, List<AccountId> otherSignatories, Timepoint timepoint, byte[] call, Weight weight) static byte[]
MultisigPallet.asMulti
(CallIndexResolver resolver, int threshold, List<AccountId> otherSignatories, Timepoint timepoint, byte[] call, Weight weight) -
Uses of AccountId in com.method5.jot.query
Methods in com.method5.jot.query with parameters of type AccountIdModifier and TypeMethodDescriptionstatic AccountInfo
StorageQuery.getAccountInfo
(PolkadotClient client, AccountId accountId) static BigDecimal
StorageQuery.getAssetBalance
(PolkadotClient client, BigInteger assetId, AccountId accountId, int decimals) -
Uses of AccountId in com.method5.jot.query.model
Methods in com.method5.jot.query.model that return AccountId