Uses of Package
com.method5.jot.query.model
Packages that use com.method5.jot.query.model
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.
-
Classes in com.method5.jot.query.model used by com.method5.jot.entity
-
Classes in com.method5.jot.query.model used by com.method5.jot.extrinsic.call
-
Classes in com.method5.jot.query.model used by com.method5.jot.queryClassDescriptionAccountId — class for account id in the Jot SDK.AccountInfo — class for account info in the Jot SDK.BlockHeader — class for block header in the Jot SDK.ChainType — enum for chain type in the Jot SDK.FeeInfo — class for fee info in the Jot SDK.RuntimeVersion — class for runtime version in the Jot SDK.SignedBlock — class for signed block in the Jot SDK.SystemHealth — class for system health in the Jot SDK.SystemProperties — class for system properties in the Jot SDK.
-
Classes in com.method5.jot.query.model used by com.method5.jot.query.modelClassDescriptionAccountId — class for account id in the Jot SDK.AccountInfo — class for account info in the Jot SDK.BlockHeader — class for block header in the Jot SDK.ChainType — enum for chain type in the Jot SDK.