A B C D E F G H I J K L M N O P Q R S T U V W X _
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- abi - Variable in class org.polkadot.types.Types.Contract
- AbstractArray<T extends Codec> - Class in org.polkadot.types.codec
-
AbstractArray This manages codec arrays.
- AbstractArray() - Constructor for class org.polkadot.types.codec.AbstractArray
- AbstractInt - Class in org.polkadot.types.codec
- AbstractInt(boolean, Object, int, boolean) - Constructor for class org.polkadot.types.codec.AbstractInt
- ACCOUNT_ID_PREFIX - Static variable in class org.polkadot.types.type.Address
- AccountFunctions - Class in org.polkadot.api.derive.accounts
- AccountFunctions() - Constructor for class org.polkadot.api.derive.accounts.AccountFunctions
- AccountFunctions.AccountIdAndIndex - Class in org.polkadot.api.derive.accounts
- AccountFunctions.AccountIndexes - Class in org.polkadot.api.derive.accounts
- accountId - Variable in class org.polkadot.api.derive.accounts.AccountFunctions.AccountIdAndIndex
- accountId - Variable in class org.polkadot.api.derive.Types.DerivedBalances
- AccountId - Class in org.polkadot.types.type
-
A wrapper around an AccountId/PublicKey representation.
- AccountId(Object) - Constructor for class org.polkadot.types.type.AccountId
- AccountId.AccountIdOf - Class in org.polkadot.types.type
-
The Substrate AccountIdOf representation as a AccountId.
- AccountIdAndIndex(AccountId, AccountIndex) - Constructor for class org.polkadot.api.derive.accounts.AccountFunctions.AccountIdAndIndex
- AccountIdOf(Object) - Constructor for class org.polkadot.types.type.AccountId.AccountIdOf
- accountIndex - Variable in class org.polkadot.api.derive.accounts.AccountFunctions.AccountIdAndIndex
- AccountIndex - Class in org.polkadot.types.type
-
A wrapper around an AccountIndex, which is a shortened, variable-length encoding for an Account.
- AccountIndex(Object) - Constructor for class org.polkadot.types.type.AccountIndex
- AccountIndexes() - Constructor for class org.polkadot.api.derive.accounts.AccountFunctions.AccountIndexes
- AccountInfo - Class in org.polkadot.types.type
-
An Account information structure for contracts
- AccountInfo(Object) - Constructor for class org.polkadot.types.type.AccountInfo
- add(String, Class<? extends Codec>) - Method in class org.polkadot.types.Types.ConstructorDef
- add(String, Types.ConstructorCodec<? extends Codec>) - Method in class org.polkadot.types.Types.ConstructorDef
- add(Types.KeyringPair) - Method in class org.polkadot.common.keyring.Pairs
- add(Types.KeyringPair) - Method in interface org.polkadot.common.keyring.Types.KeyringPairs
- addFromAddress(String, Types.KeyringPairMeta, byte[], String, boolean) - Method in class org.polkadot.common.keyring.Keyring
-
Stores an account, given an account address, as a Key/Value (public key, pair) in Keyring Pair Dictionary Allows user to explicitely provide separate inputs including account address or public key, and optionally the associated account metadata, and the default encoded value as arguments (that may be obtained from the json file of an account backup), and then generates a keyring pair from them that it passes to `addPair` to stores in a keyring pair dictionary the public key of the generated pair as a key and the pair as the associated value.
- addFromAddress(String, Types.KeyringPairMeta, byte[], String, boolean) - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- addFromJson(Types.KeyringPairJson, boolean) - Method in class org.polkadot.common.keyring.Keyring
-
Stores an account, given JSON data, as a Key/Value (public key, pair) in Keyring Pair Dictionary Allows user to provide a json object argument that contains account information (that may be obtained from the json file of an account backup), and then generates a keyring pair from it that it passes to `addPair` to stores in a keyring pair dictionary the public key of the generated pair as a key and the pair as the associated value.
- addFromJson(Types.KeyringPairJson, boolean) - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- addFromMnemonic(String, Types.KeyringPairMeta, String) - Method in class org.polkadot.common.keyring.Keyring
-
Stores an account, given a mnemonic, as a Key/Value (public key, pair) in Keyring Pair Dictionary Allows user to provide a mnemonic (seed phrase that is provided when account is originally created) argument and a metadata argument that contains account information (that may be obtained from the json file of an account backup), and then generates a keyring pair from it that it passes to `addPair` to stores in a keyring pair dictionary the public key of the generated pair as a key and the pair as the associated value.
- addFromMnemonic(String, Types.KeyringPairMeta, String) - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- addFromSeed(byte[], Types.KeyringPairMeta, String) - Method in class org.polkadot.common.keyring.Keyring
-
Stores an account, given seed data, as a Key/Value (public key, pair) in Keyring Pair Dictionary Stores in a keyring pair dictionary the public key of the pair as a key and the pair as the associated value.
- addFromSeed(byte[], Types.KeyringPairMeta, String) - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- addFromUri(String, Types.KeyringPairMeta, String) - Method in class org.polkadot.common.keyring.Keyring
-
Creates an account via an suri Extracts the phrase, path and password from a SURI format for specifying secret keys `
/ // /// ` (the `///password` may be omitted, and `/ ` and `// ` maybe repeated and mixed). - addFromUri(String, Types.KeyringPairMeta, String) - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- addFunction(String, F) - Method in class org.polkadot.direct.ISection
- addListener(EventEmitter.EventType, EventEmitter.EventListener, Object) - Method in class org.polkadot.common.EventEmitter
- addPair(Types.KeyringPair) - Method in class org.polkadot.common.keyring.Keyring
-
Stores an account, given a keyring pair, as a Key/Value (public key, pair) in Keyring Pair Dictionary
- addPair(Types.KeyringPair) - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- addParam(String, Object) - Method in class org.polkadot.common.HttpClient.Params
- address() - Method in class org.polkadot.common.keyring.pair.Index.KeyringPairDefault
- address() - Method in interface org.polkadot.common.keyring.Types.KeyringPair
- Address - Class in org.polkadot.types.type
-
A wrapper around an AccountId and/or AccountIndex that is encoded with a prefix.
- Address(Object) - Constructor for class org.polkadot.types.type.Address
- AddressCodec - Class in org.polkadot.common.keyring.address
- AddressCodec() - Constructor for class org.polkadot.common.keyring.address.AddressCodec
- addSection(String, Index.DeriveCustomSection) - Method in class org.polkadot.api.derive.Index.DeriveCustom
- addSection(String, Index.DeriveRealSection) - Method in class org.polkadot.api.derive.Index.DeriveReal
- addSection(String, Types.DecoratedRpcSection) - Method in class org.polkadot.api.Types.DecoratedRpc
- addSection(String, Types.DeriveSection) - Method in class org.polkadot.api.Types.Derive
- addSection(String, Types.QueryableModuleStorage<ApplyResult>) - Method in class org.polkadot.api.Types.QueryableStorage
- addSection(String, Types.SubmittableModuleExtrinsics) - Method in class org.polkadot.api.Types.SubmittableExtrinsics
- addSection(String, S) - Method in interface org.polkadot.direct.IModule
- addSignature(Object, byte[], Object, byte[]) - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- addSignature(Object, byte[], Object, byte[]) - Method in class org.polkadot.types.type.Extrinsic
-
Add an ExtrinsicSignature to the extrinsic (already generated)
- addSignature(Object, byte[], Object, byte[]) - Method in interface org.polkadot.types.Types.IExtrinsic
- all() - Method in class org.polkadot.common.keyring.Pairs
- all() - Method in interface org.polkadot.common.keyring.Types.KeyringPairs
- allFunctions - Static variable in class org.polkadot.type.storage.Substrate
- allowedDecodedLengths - Static variable in class org.polkadot.common.keyring.address.Defaults
-
const defaults = { allowedDecodedLengths: [1, 2, 4, 8, 32], // publicKey has prefix + 2 checksum bytes, short only prefix + 1 checksum byte allowedEncodedLengths: [3, 4, 6, 10, 35], allowedPrefix: [0, 1, 3, 42, 43, 68, 69] as Array
, prefix: 42 as Prefix }; - allowedEncodedLengths - Static variable in class org.polkadot.common.keyring.address.Defaults
- allowedPrefix - Static variable in class org.polkadot.common.keyring.address.Defaults
- ALPHABET - Static variable in class org.polkadot.utils.crypto.Base58
- Amount - Class in org.polkadot.types.type
-
The Substrate Amount representation as a
Balance. - Amount(Object) - Constructor for class org.polkadot.types.type.Amount
- ApiBase<ApplyResult> - Class in org.polkadot.api
- ApiBase(Types.ApiOptions, ApiBase.ApiType) - Constructor for class org.polkadot.api.ApiBase
- ApiBase(IProvider, ApiBase.ApiType) - Constructor for class org.polkadot.api.ApiBase
-
Create an instance of the class
- ApiBase.ApiType - Enum in org.polkadot.api
- ApiBase.StorageOnCallFunction - Class in org.polkadot.api
- ApiId(Object) - Constructor for class org.polkadot.types.rpc.RuntimeVersion.ApiId
- ApiOptions() - Constructor for class org.polkadot.api.Types.ApiOptions
- ApiPromise - Class in org.polkadot.api.promise
-
# @polkadot/api/promise ## Overview ApiPromise is a standard JavaScript wrapper around the RPC and interfaces on the Polkadot network.
- ApiRx - Class in org.polkadot.api.rx
-
# @polkadot/api/rx
- ApiUtils - Class in org.polkadot.api
- ApiUtils() - Constructor for class org.polkadot.api.ApiUtils
- apply(Object...) - Method in interface org.polkadot.api.Types.OnCallFunction
- apply(Object...) - Method in class org.polkadot.types.primitive.Method.MethodFunction
- apply(Object...) - Method in class org.polkadot.types.primitive.StorageKey.StorageFunction
- apply(Types.OnCallFunction, List<Object>, boolean, IRpcFunction.SubscribeCallback) - Method in interface org.polkadot.api.Types.OnCallDefinition
- apply(T) - Method in interface org.polkadot.types.Types.CodecCallback
- ApplyExtrinsic(Object) - Constructor for class org.polkadot.types.type.EventRecord.ApplyExtrinsic
- args - Variable in class org.polkadot.types.primitive.Method.DecodeMethodInput
- args - Variable in class org.polkadot.types.Types.ContractABIMethodBase
- argsDef - Variable in class org.polkadot.types.primitive.Method.DecodedMethod
- arrayLikeToList(Object) - Static method in class org.polkadot.types.codec.CodecUtils
- asApplyExtrinsic() - Method in class org.polkadot.types.type.EventRecord.Phase
-
Returns the item as a ApplyExtrinsic
- asAura() - Method in class org.polkadot.types.type.Digest.Consensus
-
The slot and signature extracted from the raw data (assuming Aura)
- asBftDoubleCommit() - Method in class org.polkadot.types.type.MisbehaviorReport.MisbehaviorKind
-
Returns the item as a BftDoubleCommit
- asBftDoublePrepare() - Method in class org.polkadot.types.type.MisbehaviorReport.MisbehaviorKind
-
Returns the item as a BftDoublePrepare
- asBftDoublePropose() - Method in class org.polkadot.types.type.MisbehaviorReport.MisbehaviorKind
-
Returns the item as a BftDoublePropose
- asBftProposeOutOfTurn() - Method in class org.polkadot.types.type.MisbehaviorReport.MisbehaviorKind
-
Returns the item as a BftProposeOutOfTurn
- asBroadcast() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
Returns the item as a
ExtrinsicStatus.Broadcast - asDoubleMap() - Method in class org.polkadot.types.metadata.v3.Storage.MetadataStorageType
-
The value as a mapped value
- asDropped() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
Returns the item as a
ExtrinsicStatus.Dropped - asExplicitCandidateSignature() - Method in class org.polkadot.types.type.AttestedCandidate.ValidityAttestation
-
Returns the item as a ExplicitCandidateSignature
- asFinalization() - Method in class org.polkadot.types.type.EventRecord.Phase
-
Returns the item as a Finalization
- asFinalized() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
Returns the item as a
ExtrinsicStatus.Finalized - asFuture() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
Returns the item as a
ExtrinsicStatus.Future - asImplicitCandidateSignature() - Method in class org.polkadot.types.type.AttestedCandidate.ValidityAttestation
-
Returns the item as a ImplicitCandidateSignature
- asInvalid() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
Returns the item as a
ExtrinsicStatus.Invalid - asMap() - Method in class org.polkadot.types.metadata.v0.Modules.StorageFunctionType
-
The value as a mapped value
- asMap() - Method in class org.polkadot.types.metadata.v1.Storage.MetadataStorageType
-
The value as a mapped value
- asMap() - Method in class org.polkadot.types.metadata.v2.Storage.MetadataStorageType
-
The value as a mapped value
- asMap() - Method in class org.polkadot.types.metadata.v3.Storage.MetadataStorageType
-
The value as a mapped value
- asReady() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
Returns the item as a
ExtrinsicStatus.Ready - AssetOf - Class in org.polkadot.types.type
-
The Substrate AssetOf representation as a
Balance. - AssetOf(Object) - Constructor for class org.polkadot.types.type.AssetOf
- asType() - Method in class org.polkadot.types.metadata.v0.Modules.StorageFunctionType
-
The value as a
org.polkadot.types.typevalue - asType() - Method in class org.polkadot.types.metadata.v1.Storage.MetadataStorageType
-
The value as a
org.polkadot.types.typevalue - asType() - Method in class org.polkadot.types.metadata.v2.Storage.MetadataStorageType
-
The value as a
org.polkadot.types.typevalue - asType() - Method in class org.polkadot.types.metadata.v3.Storage.MetadataStorageType
-
The value as a
org.polkadot.types.typevalue - asUsurped() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
Returns the item as a
ExtrinsicStatus.Usurped - asV0() - Method in class org.polkadot.types.metadata.MetadataVersioned
-
Returns the wrapped values as a V0 object
- asV0() - Method in class org.polkadot.types.metadata.MetadataVersioned.MetadataEnum
-
Returns the wrapped values as a V0 object
- asV1() - Method in class org.polkadot.types.metadata.MetadataVersioned
-
Returns the wrapped values as a V1 object
- asV1() - Method in class org.polkadot.types.metadata.MetadataVersioned.MetadataEnum
-
Returns the wrapped values as a V1 object
- asV2() - Method in class org.polkadot.types.metadata.MetadataVersioned
-
Returns the wrapped values as a V2 object
- asV2() - Method in class org.polkadot.types.metadata.MetadataVersioned.MetadataEnum
-
Returns the wrapped values as a V2 object
- asV3() - Method in class org.polkadot.types.metadata.MetadataVersioned
-
Returns the wrapped values as a V3 object
- asV3() - Method in class org.polkadot.types.metadata.MetadataVersioned.MetadataEnum
-
Returns the wrapped values as a V3 object
- at(Object, Object) - Method in class org.polkadot.api.Types.QueryableStorageFunction
- AttestedCandidate - Class in org.polkadot.types.type
-
An attested candidate
- AttestedCandidate(Object) - Constructor for class org.polkadot.types.type.AttestedCandidate
- AttestedCandidate.AvailabilityVote - Class in org.polkadot.types.type
- AttestedCandidate.BalanceUpload - Class in org.polkadot.types.type
- AttestedCandidate.CandidateReceipt - Class in org.polkadot.types.type
- AttestedCandidate.CandidateSignature - Class in org.polkadot.types.type
- AttestedCandidate.EgressQueueRoot - Class in org.polkadot.types.type
- AttestedCandidate.ExplicitCandidateSignature - Class in org.polkadot.types.type
- AttestedCandidate.HeadData - Class in org.polkadot.types.type
- AttestedCandidate.ValidityAttestation - Class in org.polkadot.types.type
- AttestedCandidate.ValidityVote - Class in org.polkadot.types.type
- author - Static variable in class org.polkadot.rpc.json.JsonRpc
- author - Variable in class org.polkadot.rpc.rx.Types.RpcRxInterface
- author() - Method in class org.polkadot.api.Types.DecoratedRpc
- author() - Method in interface org.polkadot.direct.IRpcModule
- author() - Method in interface org.polkadot.rpc.core.IRpc
- author() - Method in class org.polkadot.rpc.core.RpcCore
- AuthoritiesChange(Object) - Constructor for class org.polkadot.types.type.Digest.AuthoritiesChange
- authorityCount - Static variable in class org.polkadot.type.storage.Substrate
- AuthorityId - Class in org.polkadot.types.type
- AuthorityId(Object) - Constructor for class org.polkadot.types.type.AuthorityId
- authorityPrefix - Static variable in class org.polkadot.type.storage.Substrate
- AvailabilityVote(Object) - Constructor for class org.polkadot.types.type.AttestedCandidate.AvailabilityVote
B
- Balance - Class in org.polkadot.types.type
-
The Substrate Balance representation as a
U128. - Balance(Object) - Constructor for class org.polkadot.types.type.Balance
- Balance.BalanceOf - Class in org.polkadot.types.type
- BalanceLock - Class in org.polkadot.types.type
-
The Substrate BalanceLock for staking
- BalanceLock(Object) - Constructor for class org.polkadot.types.type.BalanceLock
- BalanceOf(Object) - Constructor for class org.polkadot.types.type.Balance.BalanceOf
- BalancesFunctions - Class in org.polkadot.api.derive.balances
- BalancesFunctions() - Constructor for class org.polkadot.api.derive.balances.BalancesFunctions
- BalanceUpload(Object) - Constructor for class org.polkadot.types.type.AttestedCandidate.BalanceUpload
- Base<T> - Class in org.polkadot.types.codec
- Base(T) - Constructor for class org.polkadot.types.codec.Base
- Base58 - Class in org.polkadot.utils.crypto
-
Copy Bitcoin source code, remove Base58 unrelated code
- Base58() - Constructor for class org.polkadot.utils.crypto.Base58
- battle - Static variable in class org.polkadot.common.ExecutorsManager
- bestNumber(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.chain.ChainFunctions
-
Get the latest block number.
- bestNumberFinalized(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.chain.ChainFunctions
-
Get the latest finalised block number.
- bestNumberLag(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.chain.ChainFunctions
-
Calculates the lag between finalised head and best head **example** ```java api.derive.chain.bestNumberLag((lag) => { System.out.printf("finalised is %d blocks behind head", lag); }); ```
- BftAtReport(Object) - Constructor for class org.polkadot.types.type.MisbehaviorReport.BftAtReport
- BftAtReportValue() - Constructor for class org.polkadot.types.type.MisbehaviorReport.BftAtReportValue
- BftAtReportValueSingle() - Constructor for class org.polkadot.types.type.MisbehaviorReport.BftAtReportValueSingle
- BftAuthoritySignature - Class in org.polkadot.types.type
-
Represents a Bft Hash and Signature pairing, typically used in reporting network behaviour.
- BftAuthoritySignature(Object) - Constructor for class org.polkadot.types.type.BftAuthoritySignature
- BftAuthoritySignature.BftAuthoritySignatureValue - Class in org.polkadot.types.type
- BftAuthoritySignature.BftHashSignature - Class in org.polkadot.types.type
-
Represents a Bft Hash and Signature pairing, typically used in reporting network behaviour.
- BftAuthoritySignature.BftHashSignatureValue - Class in org.polkadot.types.type
- BftAuthoritySignatureValue() - Constructor for class org.polkadot.types.type.BftAuthoritySignature.BftAuthoritySignatureValue
- BftDoubleCommit(Object) - Constructor for class org.polkadot.types.type.MisbehaviorReport.BftDoubleCommit
- BftDoublePrepare(Object) - Constructor for class org.polkadot.types.type.MisbehaviorReport.BftDoublePrepare
- BftDoublePropose(Object) - Constructor for class org.polkadot.types.type.MisbehaviorReport.BftDoublePropose
- BftHashSignature(Object) - Constructor for class org.polkadot.types.type.BftAuthoritySignature.BftHashSignature
- BftHashSignatureValue() - Constructor for class org.polkadot.types.type.BftAuthoritySignature.BftHashSignatureValue
- BftProposeOutOfTurn(Object) - Constructor for class org.polkadot.types.type.MisbehaviorReport.BftProposeOutOfTurn
- BIT_SIGNED - Static variable in class org.polkadot.types.type.ExtrinsicSignature
- BIT_UNSIGNED - Static variable in class org.polkadot.types.type.ExtrinsicSignature
- BIT_VERSION - Static variable in class org.polkadot.types.type.ExtrinsicSignature
- bitLength() - Method in class org.polkadot.types.codec.AbstractInt
-
Returns the number of bits in the value
- bitLength() - Method in class org.polkadot.types.codec.Compact
-
Returns the number of bits in the value
- bitLength() - Method in interface org.polkadot.types.codec.Compactable
- bitLength() - Method in class org.polkadot.types.primitive.Moment
-
Returns the number of bits in the value
- BITLENGTH - Static variable in class org.polkadot.types.primitive.Moment
- blake2AsU8a(byte[]) - Static method in class org.polkadot.utils.UtilsCrypto
- blake2AsU8a(byte[], int) - Static method in class org.polkadot.utils.UtilsCrypto
- blake2AsU8a(byte[], int, byte[]) - Static method in class org.polkadot.utils.UtilsCrypto
-
Creates a blake2b u8a from the input.
- Block - Class in org.polkadot.types.type
-
A block encoded with header and extrinsics
- Block(Object) - Constructor for class org.polkadot.types.type.Block
- Block.BlockValue - Class in org.polkadot.types.type
- BlockNumber - Class in org.polkadot.types.type
-
A representation of a Substrate BlockNumber, implemented as a
U64 - BlockNumber(Object) - Constructor for class org.polkadot.types.type.BlockNumber
- BlockValue() - Constructor for class org.polkadot.types.type.Block.BlockValue
- bnToBn(Object) - Static method in class org.polkadot.utils.Utils
-
Creates a BN value from a BN.js bignumber or number input.
- bnToHex(BigInteger, boolean, boolean, int) - Static method in class org.polkadot.utils.Utils
- bnToHex(BigInteger, int) - Static method in class org.polkadot.utils.Utils
-
Creates a hex value from a BN.js bignumber object.
- bnToU8a(BigInteger, boolean, boolean, int) - Static method in class org.polkadot.utils.Utils
- bnToU8a(BigInteger, boolean, int) - Static method in class org.polkadot.utils.Utils
-
Creates a Uint8Array object from a BN.
- Bool - Class in org.polkadot.types.primitive
- Bool(Object) - Constructor for class org.polkadot.types.primitive.Bool
- BOX_NONCE_BYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
- BOX_OVERHEAD_BYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
- BOX_PUBLIC_KEY_BYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
- BOX_SECRET_KEY_BYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
- BOX_SHARED_KEY_BYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
- Broadcast(Object) - Constructor for class org.polkadot.types.rpc.ExtrinsicStatus.Broadcast
- build() - Static method in class org.polkadot.common.HttpClient.HeadOptions
- build() - Static method in class org.polkadot.common.HttpClient.Params
- builder() - Static method in class org.polkadot.types.codec.Struct
- Builder(List<Types.ConstructorCodec>, List<CreateType.TypeDef>, Events.EventMetadata, String, String) - Constructor for class org.polkadot.types.type.Event.EventData.Builder
- Bytes - Class in org.polkadot.types.primitive
-
A Bytes wrapper for Vec
. - Bytes(Object) - Constructor for class org.polkadot.types.primitive.Bytes
- bytesToHex(byte[]) - Method in class org.polkadot.utils.crypto.NaclTest
C
- call(Object...) - Method in interface org.polkadot.api.derive.Types.DeriveRealFunction
- call(Object...) - Method in class org.polkadot.api.Types.DeriveMethod
- call(Object...) - Method in class org.polkadot.api.Types.QueryableStorageFunction
- call(Object...) - Method in class org.polkadot.api.Types.SubmittableExtrinsicFunction
- call(Object...) - Method in interface org.polkadot.rpc.rx.Types.RpcRxInterfaceMethod
- call(Object...) - Method in interface org.polkadot.types.Types.ContractABIFn
- callback(Object...) - Method in interface org.polkadot.rpc.rx.Types.RpcRxOnCb
- callback(SubmittableExtrinsic.SubmittableResult) - Method in interface org.polkadot.api.SubmittableExtrinsic.StatusCb
- callback(T) - Method in interface org.polkadot.direct.IRpcFunction.SubscribeCallback
- callback(T, U) - Method in interface org.polkadot.rpc.provider.IProvider.CallbackHandler
-
Performs this operation on the given arguments.
- callBack - Variable in class org.polkadot.rpc.provider.ws.WsProvider.WsStateAwaiting
- callIndex - Variable in class org.polkadot.types.primitive.Method.DecodeMethodInput
- CallMetadata(Object) - Constructor for class org.polkadot.types.metadata.v0.Modules.CallMetadata
- Calls - Interface in org.polkadot.types.metadata.v0
- Calls - Interface in org.polkadot.types.metadata.v1
- Calls.MetadataCall - Class in org.polkadot.types.metadata.v1
-
The definition of a call
- Calls.MetadataCallArg - Class in org.polkadot.types.metadata.v1
- Calls.OuterDispatchCall - Class in org.polkadot.types.metadata.v0
- Calls.OuterDispatchMetadata - Class in org.polkadot.types.metadata.v0
- CandidateSignature(Object) - Constructor for class org.polkadot.types.type.AttestedCandidate.CandidateSignature
- chain - Static variable in class org.polkadot.rpc.json.JsonRpc
- chain - Variable in class org.polkadot.rpc.rx.Types.RpcRxInterface
- chain() - Method in class org.polkadot.api.Types.DecoratedRpc
- chain() - Method in interface org.polkadot.direct.IRpcModule
- chain() - Method in interface org.polkadot.rpc.core.IRpc
- chain() - Method in class org.polkadot.rpc.core.RpcCore
- ChainFunctions - Class in org.polkadot.api.derive.chain
- ChainFunctions() - Constructor for class org.polkadot.api.derive.chain.ChainFunctions
- ChainFunctions.HeaderAndValidators - Class in org.polkadot.api.derive.chain
- ChainProperties - Class in org.polkadot.types.rpc
-
Wraps the properties retrieved from the chain via the `system.properties` RPC call.
- ChainProperties - org.polkadot.types.CodecTypes
- ChainProperties(Object) - Constructor for class org.polkadot.types.rpc.ChainProperties
- changesTrieConfig - Static variable in class org.polkadot.type.storage.Substrate
- ChangesTrieRoot(Object) - Constructor for class org.polkadot.types.type.Digest.ChangesTrieRoot
- charAt(int) - Method in class org.polkadot.types.primitive.Text
- clone() - Method in class org.polkadot.rpc.provider.http.HttpProvider
-
Returns a clone of the object
- clone() - Method in interface org.polkadot.rpc.provider.IProvider
- clone() - Method in class org.polkadot.rpc.provider.ws.WsProvider
-
Returns a clone of the object
- code - Static variable in class org.polkadot.type.storage.Substrate
- Codec - Interface in org.polkadot.types
- CodecArg() - Constructor for class org.polkadot.types.Types.CodecArg
- CodecTypes - Enum in org.polkadot.types
- CodecUtils - Class in org.polkadot.types.codec
- CodecUtils() - Constructor for class org.polkadot.types.codec.CodecUtils
- CodeHash - Class in org.polkadot.types.type
- CodeHash(Object) - Constructor for class org.polkadot.types.type.CodeHash
- Compact - Class in org.polkadot.types.codec
-
Compact A compact length-encoding codec wrapper.
- Compact - org.polkadot.types.codec.CreateType.TypeDefInfo
- Compact(Types.ConstructorCodec<? extends Compactable>, Object) - Constructor for class org.polkadot.types.codec.Compact
- Compactable - Interface in org.polkadot.types.codec
- compactAddLength(byte[]) - Static method in class org.polkadot.utils.Utils
-
Adds a length prefix to the input value **example** ```java System.out.println(compactAddLength(new Uint8Array([0xde, 0xad, 0xbe, 0xef]))); // Uint8Array([4 << 2, 0xde, 0xad, 0xbe, 0xef]) ```
- compactFromU8a(Object) - Static method in class org.polkadot.utils.Utils
- compactFromU8a(Object, int) - Static method in class org.polkadot.utils.Utils
-
Retrievs the offset and encoded length from a compact-prefixed value **example** ```java Pair
= compactFromU8a(new Uint8Array([254, 255, 3, 0]), 32)); System.out.printf("value offset=%d length=%d", offset, length); // 4, 0xffff ``` - compactStripLength(byte[]) - Static method in class org.polkadot.utils.Utils
- compactStripLength(byte[], int) - Static method in class org.polkadot.utils.Utils
-
Removes the length prefix, returning both the total length (including the value + compact encoding) and the decoded value with the correct length **example** ```java System.out.println(compactStripLength(new Uint8Array([2 << 2, 0xde, 0xad]))); // [2, Uint8Array[0xde, 0xad]] ```
- compactToU8a(Object) - Static method in class org.polkadot.utils.Utils
-
Encodes a number into a compact representation **example** ```java System.out.println(compactToU8a(511, 32)); // Uint8Array([0b11111101, 0b00000111]) ```
- compareArray(List, Object) - Static method in class org.polkadot.types.codec.CodecUtils
- compareMap(Map, Object) - Static method in class org.polkadot.types.codec.CodecUtils
- connect() - Method in interface org.polkadot.rpc.provider.IWsProvider
- connect() - Method in class org.polkadot.rpc.provider.ws.WsProvider
-
Manually connect The WsProviderDir connects automatically by default, however if you decided otherwise, you may connect manually using this method.
- connected - org.polkadot.rpc.provider.IProvider.ProviderInterfaceEmitted
- Consensus(Object) - Constructor for class org.polkadot.types.type.Digest.Consensus
- Constants - Interface in org.polkadot.rpc.provider
- constructorCodecMap - Static variable in class org.polkadot.types.TypesUtils
- ConstructorDef() - Constructor for class org.polkadot.types.Types.ConstructorDef
- ConstructorDef(List<Types.ConstructorCodec>) - Constructor for class org.polkadot.types.Types.ConstructorDef
- Contract() - Constructor for class org.polkadot.types.Types.Contract
- ContractAbi - Class in org.polkadot.types
- ContractAbi(Types.ContractABI) - Constructor for class org.polkadot.types.ContractAbi
- ContractABI() - Constructor for class org.polkadot.types.Types.ContractABI
- ContractABIArg() - Constructor for class org.polkadot.types.Types.ContractABIArg
- ContractABIMethod() - Constructor for class org.polkadot.types.Types.ContractABIMethod
- ContractABIMethodBase() - Constructor for class org.polkadot.types.Types.ContractABIMethodBase
- controllers(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.staking.StakingFunctions
-
From the list of stash accounts, retrieve the list of controllers
- create() - Static method in class org.polkadot.api.promise.ApiPromise
- create(IProvider) - Static method in class org.polkadot.api.promise.ApiPromise
-
Creates an ApiPromise instance using the supplied provider.
- create(IProvider) - Static method in class org.polkadot.api.rx.ApiRx
-
Creates an ApiRx instance using the supplied provider.
- createClass(String) - Static method in class org.polkadot.types.codec.CreateType
- createDescriptor(String, String, int, Modules.FunctionMetadata) - Static method in class org.polkadot.type.extrinsics.CreateUnchecked
-
From the metadata of a function in the module's storage, generate the function that will return the an UncheckExtrinsic.
- createFromUri(String, Types.KeyringPairMeta, String) - Method in class org.polkadot.common.keyring.Keyring
-
Creates a Keypair from an suri This creates a pair from the suri, but does not add it to the keyring
- createFromUri(String, Types.KeyringPairMeta, String) - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- createFunction(String, String, Modules.StorageFunctionMetadata, boolean, String) - Static method in class org.polkadot.type.storage.CreateFunction
-
From the schema of a function in the module's storage, generate the function that will return the correct storage key.
- CreateFunction - Class in org.polkadot.type.storage
- CreateFunction() - Constructor for class org.polkadot.type.storage.CreateFunction
- CreateFunction.CreateItemOptions - Class in org.polkadot.type.storage
- CreateItemOptions(boolean, String) - Constructor for class org.polkadot.type.storage.CreateFunction.CreateItemOptions
- createMethodSend(JsonRpcMethod) - Method in class org.polkadot.rpc.core.RpcCore
- createMethodSubscribe(JsonRpcMethod) - Method in class org.polkadot.rpc.core.RpcCore
- createPair(String, Types.PairInfo, Types.KeyringPairMeta, byte[]) - Static method in interface org.polkadot.common.keyring.pair.Index
-
Creates a keyring pair object Creates a keyring pair object with provided account public key, metadata, and encoded arguments.
- createRpcSection(JsonRpcSection) - Method in class org.polkadot.rpc.core.RpcCore
- createSubmittableExtrinsic(ApiBase.ApiType, Types.ApiInterfacePromise, Method, SubmittableExtrinsic.StatusCb, Types.OnCallDefinition<ApplyResult>) - Static method in interface org.polkadot.api.SubmittableExtrinsic
- createType(String, Object) - Static method in class org.polkadot.types.codec.CreateType
- CreateType - Class in org.polkadot.types.codec
- CreateType() - Constructor for class org.polkadot.types.codec.CreateType
- CreateType.TypeDef - Class in org.polkadot.types.codec
- CreateType.TypeDefInfo - Enum in org.polkadot.types.codec
- CreateUnchecked - Class in org.polkadot.type.extrinsics
- CreateUnchecked() - Constructor for class org.polkadot.type.extrinsics.CreateUnchecked
- crypto_auth_hmacsha512256_tweet_BYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
- crypto_auth_hmacsha512256_tweet_KEYBYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
- crypto_box(byte[], byte[], byte[], byte[]) - Static method in class org.polkadot.utils.crypto.TweetNaCl
- crypto_box_keypair(byte[], byte[], boolean) - Static method in class org.polkadot.utils.crypto.TweetNaCl
- crypto_box_open(byte[], byte[], byte[], byte[]) - Static method in class org.polkadot.utils.crypto.TweetNaCl
- crypto_scalarmult_base(byte[], byte[]) - Static method in class org.polkadot.utils.crypto.TweetNaCl
- crypto_sign(byte[], byte[]) - Static method in class org.polkadot.utils.crypto.TweetNaCl
- crypto_sign_keypair(byte[], byte[], boolean) - Static method in class org.polkadot.utils.crypto.TweetNaCl
- crypto_sign_open(byte[], byte[]) - Static method in class org.polkadot.utils.crypto.TweetNaCl
D
- decode(String) - Static method in class org.polkadot.utils.crypto.Base58
- decode(String, byte[]) - Static method in class org.polkadot.common.keyring.pair.PairCodec
- decodeAddress(Object) - Static method in class org.polkadot.common.keyring.address.AddressCodec
- decodeAddress(Object, boolean) - Static method in class org.polkadot.common.keyring.address.AddressCodec
- decodeAddress(Object, boolean) - Method in class org.polkadot.common.keyring.Keyring
- decodeAddress(Object, boolean) - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- decodeAddress(Object, boolean, int) - Static method in class org.polkadot.common.keyring.address.AddressCodec
- DecodedMethod(Object, Method.MethodIndex, Types.ConstructorDef, Modules.FunctionMetadata) - Constructor for class org.polkadot.types.primitive.Method.DecodedMethod
- decodeEvent(byte[]) - Static method in class org.polkadot.types.type.Event
- DecodeMethodInput(Object, Method.MethodIndex) - Constructor for class org.polkadot.types.primitive.Method.DecodeMethodInput
- decodePkcs8(String, byte[]) - Method in class org.polkadot.common.keyring.pair.Index.KeyringPairDefault
- decodePkcs8(String, byte[]) - Method in interface org.polkadot.common.keyring.Types.KeyringPair
- decodeResponse(Types.JsonRpcResponse) - Method in class org.polkadot.rpc.provider.coder.RpcCoder
- DecodeResult() - Constructor for class org.polkadot.common.keyring.pair.PairCodec.DecodeResult
- decodeU8a(byte[], List<Types.ConstructorCodec>) - Static method in class org.polkadot.types.codec.CodecUtils
- decodeU8a(byte[], List<Types.ConstructorCodec>, List<Codec>) - Static method in class org.polkadot.types.codec.CodecUtils
- decodeU8a(byte[], Types.ConstructorDef) - Static method in class org.polkadot.types.codec.CodecUtils
-
Given an u8a, and an array of Type constructors, decode the u8a against the types, and return an array of decoded values.
- decorateDerive(Types.ApiInterfacePromise, Index.DeriveCustom) - Static method in class org.polkadot.api.derive.Index
- decoratedRpc - Variable in class org.polkadot.api.ApiBase
- DecoratedRpc() - Constructor for class org.polkadot.api.Types.DecoratedRpc
- DecoratedRpcMethod() - Constructor for class org.polkadot.api.Types.DecoratedRpcMethod
- DecoratedRpcSection() - Constructor for class org.polkadot.api.Types.DecoratedRpcSection
- decorateRpc(RpcCore, Types.OnCallDefinition<ApplyResult>) - Method in class org.polkadot.api.ApiBase
- Default() - Constructor for class org.polkadot.types.metadata.v1.Storage.Default
- Default() - Constructor for class org.polkadot.types.metadata.v2.Storage.Default
- Defaults - Class in org.polkadot.common.keyring.address
- Defaults - Class in org.polkadot.common.keyring
- Defaults - Interface in org.polkadot.common.keyring.pair
- Defaults() - Constructor for class org.polkadot.common.keyring.address.Defaults
- Defaults() - Constructor for class org.polkadot.common.keyring.Defaults
- delete(String, HttpClient.Params, HttpClient.HeadOptions) - Static method in class org.polkadot.common.HttpClient
- Democracy - Class in org.polkadot.example
- Democracy() - Constructor for class org.polkadot.example.Democracy
- DemocracyFunctions - Class in org.polkadot.api.derive.democracy
- DemocracyFunctions() - Constructor for class org.polkadot.api.derive.democracy.DemocracyFunctions
- DemocracyFunctions.ReferendumInfoExtended - Class in org.polkadot.api.derive.democracy
-
A ReferendumInfo with an additional `index` field
- deploy - Variable in class org.polkadot.types.Types.Contract
- deploy - Variable in class org.polkadot.types.Types.ContractABI
- derive() - Method in class org.polkadot.api.ApiBase
-
Derived results that are injected into the API, allowing for combinations of various query results.
- derive() - Method in interface org.polkadot.direct.IApi
- Derive() - Constructor for class org.polkadot.api.derive.Index.Derive
- Derive() - Constructor for class org.polkadot.api.Types.Derive
- DeriveCustom() - Constructor for class org.polkadot.api.derive.Index.DeriveCustom
- DeriveCustomSection() - Constructor for class org.polkadot.api.derive.Index.DeriveCustomSection
- DerivedBalances(AccountId, Balance, Balance, Balance, Balance, Balance, List<Types.DerivedBalances>) - Constructor for class org.polkadot.api.derive.Types.DerivedBalances
- DerivedBalancesMap() - Constructor for class org.polkadot.api.derive.Types.DerivedBalancesMap
- DerivedFees(BigInteger, BigInteger, BigInteger, BigInteger, BigInteger) - Constructor for class org.polkadot.api.derive.Types.DerivedFees
- DerivedReferendumVote(AccountId, Balance, Vote) - Constructor for class org.polkadot.api.derive.Types.DerivedReferendumVote
- DeriveMethod() - Constructor for class org.polkadot.api.Types.DeriveMethod
- DeriveReal() - Constructor for class org.polkadot.api.derive.Index.DeriveReal
- DeriveRealSection() - Constructor for class org.polkadot.api.derive.Index.DeriveRealSection
- DeriveSection() - Constructor for class org.polkadot.api.Types.DeriveSection
- description - Variable in class org.polkadot.rpc.json.types.JsonRpcMethodOpt
- description - Variable in class org.polkadot.rpc.json.types.JsonRpcSection
- DEV_PHRASE - Static variable in class org.polkadot.common.keyring.Defaults
- DEV_SEED - Static variable in class org.polkadot.common.keyring.Defaults
- Digest - Class in org.polkadot.types.type
-
A Header Digest
- Digest(Object) - Constructor for class org.polkadot.types.type.Digest
- Digest.AuthoritiesChange - Class in org.polkadot.types.type
-
Log for Authories changed
- Digest.ChangesTrieRoot - Class in org.polkadot.types.type
-
Log for changes to the Trie root
- Digest.Consensus - Class in org.polkadot.types.type
-
Log item indicating consensus
- Digest.DigestItem - Class in org.polkadot.types.type
-
A
EnumTypethe specifies the specific item in the logs of a Digest - Digest.Other - Class in org.polkadot.types.type
-
Log item that is just a stream of
Bytes - Digest.Seal - Class in org.polkadot.types.type
-
Log item indicating a sealing event
- DigestItem(Object) - Constructor for class org.polkadot.types.type.Digest.DigestItem
- disconnect() - Method in class org.polkadot.api.ApiBase
-
Disconnect from the underlying provider, halting all comms
- disconnect() - Method in class org.polkadot.rpc.core.RpcCore
-
Manually disconnect from the attached provider
- disconnect() - Method in class org.polkadot.rpc.provider.http.HttpProvider
-
Manually disconnect from the connection
- disconnect() - Method in interface org.polkadot.rpc.provider.IProvider
- disconnect() - Method in class org.polkadot.rpc.provider.ws.WsProvider
-
Manually disconnect from the connection, clearing autoconnect logic
- disconnected - org.polkadot.rpc.provider.IProvider.ProviderInterfaceEmitted
- DoubleMapType(Object) - Constructor for class org.polkadot.types.metadata.v3.Storage.DoubleMapType
- Dropped() - Constructor for class org.polkadot.types.rpc.ExtrinsicStatus.Dropped
E
- E01_SimpleConnect - Class in org.polkadot.example.promise
- E01_SimpleConnect - Class in org.polkadot.example.rx
- E01_SimpleConnect() - Constructor for class org.polkadot.example.promise.E01_SimpleConnect
- E01_SimpleConnect() - Constructor for class org.polkadot.example.rx.E01_SimpleConnect
- E02_ListenToBlocks - Class in org.polkadot.example.promise
- E02_ListenToBlocks - Class in org.polkadot.example.rx
- E02_ListenToBlocks() - Constructor for class org.polkadot.example.promise.E02_ListenToBlocks
- E02_ListenToBlocks() - Constructor for class org.polkadot.example.rx.E02_ListenToBlocks
- E03_ListenToBalanceChange - Class in org.polkadot.example.promise
- E03_ListenToBalanceChange - Class in org.polkadot.example.rx
- E03_ListenToBalanceChange() - Constructor for class org.polkadot.example.promise.E03_ListenToBalanceChange
- E03_ListenToBalanceChange() - Constructor for class org.polkadot.example.rx.E03_ListenToBalanceChange
- E04_Unsubscribe - Class in org.polkadot.example.promise
- E04_Unsubscribe - Class in org.polkadot.example.rx
- E04_Unsubscribe() - Constructor for class org.polkadot.example.promise.E04_Unsubscribe
- E04_Unsubscribe() - Constructor for class org.polkadot.example.rx.E04_Unsubscribe
- E05_ReadStorage - Class in org.polkadot.example.promise
- E05_ReadStorage - Class in org.polkadot.example.rx
- E05_ReadStorage() - Constructor for class org.polkadot.example.promise.E05_ReadStorage
- E05_ReadStorage() - Constructor for class org.polkadot.example.rx.E05_ReadStorage
- E06_MakeTransfer - Class in org.polkadot.example.promise
- E06_MakeTransfer - Class in org.polkadot.example.rx
- E06_MakeTransfer() - Constructor for class org.polkadot.example.promise.E06_MakeTransfer
- E06_MakeTransfer() - Constructor for class org.polkadot.example.rx.E06_MakeTransfer
- E08_SystemEvent - Class in org.polkadot.example.promise
- E08_SystemEvent - Class in org.polkadot.example.rx
- E08_SystemEvent() - Constructor for class org.polkadot.example.promise.E08_SystemEvent
- E08_SystemEvent() - Constructor for class org.polkadot.example.rx.E08_SystemEvent
- E09_TransferEvents - Class in org.polkadot.example.promise
- E09_TransferEvents - Class in org.polkadot.example.rx
- E09_TransferEvents() - Constructor for class org.polkadot.example.promise.E09_TransferEvents
- E09_TransferEvents() - Constructor for class org.polkadot.example.rx.E09_TransferEvents
- E10_UpgradeChain - Class in org.polkadot.example.promise
- E10_UpgradeChain - Class in org.polkadot.example.rx
- E10_UpgradeChain() - Constructor for class org.polkadot.example.promise.E10_UpgradeChain
- E10_UpgradeChain() - Constructor for class org.polkadot.example.rx.E10_UpgradeChain
- Ed25519Signature(Object) - Constructor for class org.polkadot.types.type.Signature.Ed25519Signature
- EgressQueueRoot(Object) - Constructor for class org.polkadot.types.type.AttestedCandidate.EgressQueueRoot
- emit(EventEmitter.EventType, Object...) - Method in class org.polkadot.common.EventEmitter
- emit(IProvider.ProviderInterfaceEmitted, Object...) - Method in class org.polkadot.api.ApiBase
- emit(IProvider.ProviderInterfaceEmitted, Object...) - Method in class org.polkadot.rpc.rx.RpcRx
- EMPTY_ACCOUNT - Static variable in class org.polkadot.api.derive.balances.BalancesFunctions
- EmptySR25591 - Class in org.polkadot.utils.crypto
- EmptySR25591() - Constructor for class org.polkadot.utils.crypto.EmptySR25591
- encode(byte[]) - Static method in class org.polkadot.utils.crypto.Base58
- encode(Types.PairInfo, String) - Static method in class org.polkadot.common.keyring.pair.PairCodec
- encodeAddress(byte[]) - Static method in class org.polkadot.common.keyring.address.AddressCodec
- encodeAddress(byte[]) - Method in class org.polkadot.common.keyring.Keyring
- encodeAddress(byte[]) - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- encodeAddress(byte[], byte) - Static method in class org.polkadot.common.keyring.address.AddressCodec
- encodeJson(String, List<Object>) - Method in class org.polkadot.rpc.provider.coder.RpcCoder
- encodeObject(String, List<Object>) - Method in class org.polkadot.rpc.provider.coder.RpcCoder
- encodePkcs8(String) - Method in class org.polkadot.common.keyring.pair.Index.KeyringPairDefault
- encodePkcs8(String) - Method in interface org.polkadot.common.keyring.Types.KeyringPair
- Encrypted() - Constructor for class org.polkadot.utils.crypto.Nacl.Encrypted
- Enum - Class in org.polkadot.types.codec
-
A codec wrapper for an enum.
- Enum - org.polkadot.types.codec.CreateType.TypeDefInfo
- Enum(List<String>, Object) - Constructor for class org.polkadot.types.codec.Enum
- ENUMSET_SIZE - Static variable in class org.polkadot.types.type.AccountIndex
- EnumType<T> - Class in org.polkadot.types.codec
-
This implements an enum, that based on the value wraps a different type.
- EnumType(Types.ConstructorDef, Object, int, LinkedHashMap<String, String>) - Constructor for class org.polkadot.types.codec.EnumType
- EnumType.EnumConstructor<T extends Codec> - Interface in org.polkadot.types.codec
- eq(Object) - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- eq(Object) - Method in class org.polkadot.types.codec.AbstractArray
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in class org.polkadot.types.codec.AbstractInt
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in class org.polkadot.types.codec.Compact
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in class org.polkadot.types.codec.Enum
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in class org.polkadot.types.codec.EnumType
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in interface org.polkadot.types.Codec
- eq(Object) - Method in class org.polkadot.types.codec.Option
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in class org.polkadot.types.codec.Set
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in class org.polkadot.types.codec.Struct
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in class org.polkadot.types.codec.U8a
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in class org.polkadot.types.primitive.Bool
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in class org.polkadot.types.primitive.Moment
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in class org.polkadot.types.primitive.Null
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in class org.polkadot.types.primitive.Text
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in class org.polkadot.types.rpc.Json
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in class org.polkadot.types.type.AccountId
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in class org.polkadot.types.type.AccountIndex
-
Compares the value of the input to see if there is a match
- eq(Object) - Method in class org.polkadot.types.type.Address
-
Compares the value of the input to see if there is a match
- eraLength(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.session.SessionFunctions
- eraProgress(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.session.SessionFunctions
- error - org.polkadot.rpc.provider.IProvider.ProviderInterfaceEmitted
- Event - Class in org.polkadot.types.type
-
A representation of a system event.
- Event(byte[]) - Constructor for class org.polkadot.types.type.Event
- Event.EventData - Class in org.polkadot.types.type
-
Wrapper for the actual data that forms part of an Event
- Event.EventData.Builder - Class in org.polkadot.types.type
- Event.EventIndex - Class in org.polkadot.types.type
-
This follows the same approach as in
Method, we have the `[sectionIndex, methodIndex]` pairing that indicates the actual event fired - EventData(List<Types.ConstructorCodec>, byte[], List<CreateType.TypeDef>, Events.EventMetadata, String, String) - Constructor for class org.polkadot.types.type.Event.EventData
- EventEmitter - Class in org.polkadot.common
- EventEmitter() - Constructor for class org.polkadot.common.EventEmitter
- EventEmitter.EventListener - Interface in org.polkadot.common
- EventEmitter.EventType - Interface in org.polkadot.common
- EventIndex(Object) - Constructor for class org.polkadot.types.type.Event.EventIndex
- EventMetadata(Object) - Constructor for class org.polkadot.types.metadata.v0.Events.EventMetadata
- EventRecord - Class in org.polkadot.types.type
-
A record for an
Event(as specified by Metadata) with the specific Phase of application. - EventRecord(Object) - Constructor for class org.polkadot.types.type.EventRecord
- EventRecord.ApplyExtrinsic - Class in org.polkadot.types.type
-
The Phase where the extrinsic is applied
- EventRecord.Finalization - Class in org.polkadot.types.type
-
The Phase where the extrinsic is being Finalized
- EventRecord.Phase - Class in org.polkadot.types.type
-
An
EnumTypethat indicates the specific phase where the EventRecord was generated - Events - Interface in org.polkadot.types.metadata.v0
- Events - Interface in org.polkadot.types.metadata.v1
- Events.EventMetadata - Class in org.polkadot.types.metadata.v0
- Events.MetadataEvent - Class in org.polkadot.types.metadata.v1
-
The definition of an event
- Events.OuterEventMetadata - Class in org.polkadot.types.metadata.v0
- Events.OuterEventMetadataEvent - Class in org.polkadot.types.metadata.v0
- EventTypes - Static variable in class org.polkadot.types.type.Event
- execute(Runnable) - Static method in class org.polkadot.common.ExecutorsManager
-
Submit a task to the thread pool
- execute(Callable<T>) - Static method in class org.polkadot.common.ExecutorsManager
- ExecutorsManager - Class in org.polkadot.common
- ExecutorsManager() - Constructor for class org.polkadot.common.ExecutorsManager
- ExplicitCandidateSignature(Object) - Constructor for class org.polkadot.types.type.AttestedCandidate.ExplicitCandidateSignature
- Exposure - Class in org.polkadot.types.type
-
A snapshot of the stake backing a single validator in the system
- Exposure(Object) - Constructor for class org.polkadot.types.type.Exposure
- Extrinsic - Class in org.polkadot.types.type
-
Representation of an Extrinsic in the system.
- Extrinsic(Object) - Constructor for class org.polkadot.types.type.Extrinsic
- Extrinsic.ExtrinsicValue - Class in org.polkadot.types.type
- ExtrinsicEra - Class in org.polkadot.types.type
-
The era for an extrinsic, indicating either a mortal or immortal extrinsic
- ExtrinsicEra(Object) - Constructor for class org.polkadot.types.type.ExtrinsicEra
- extrinsicIndex - Static variable in class org.polkadot.type.storage.Substrate
- extrinsics - Static variable in class org.polkadot.type.extrinsics.Index
- Extrinsics - Class in org.polkadot.types.type
- Extrinsics(Object) - Constructor for class org.polkadot.types.type.Extrinsics
- ExtrinsicSignature - Class in org.polkadot.types.type
-
A container for the
Signatureassociated with a specificorg.polkadot.type.extrinsics - ExtrinsicSignature(Object) - Constructor for class org.polkadot.types.type.ExtrinsicSignature
- ExtrinsicStatus - Class in org.polkadot.types.rpc
-
An
EnumTypethat indicates the status of theorg.polkadot.type.extrinsicsas been submitted - ExtrinsicStatus(Object) - Constructor for class org.polkadot.types.rpc.ExtrinsicStatus
- ExtrinsicStatus(Object, int) - Constructor for class org.polkadot.types.rpc.ExtrinsicStatus
- ExtrinsicStatus.Broadcast - Class in org.polkadot.types.rpc
-
An
ExtrinsicStatusindicating that theorg.polkadot.type.extrinsicshas been boradcast to peers - ExtrinsicStatus.Dropped - Class in org.polkadot.types.rpc
-
An
ExtrinsicStatusindicating that theorg.polkadot.type.extrinsicshas been dropped - ExtrinsicStatus.Finalized - Class in org.polkadot.types.rpc
-
An
ExtrinsicStatusindicating that theorg.polkadot.type.extrinsics] has been finalized and included - ExtrinsicStatus.Future - Class in org.polkadot.types.rpc
-
An
ExtrinsicStatusindicating that theorg.polkadot.type.extrinsicshas been added to the future queue - ExtrinsicStatus.Invalid - Class in org.polkadot.types.rpc
-
An
ExtrinsicStatusindicating that theorg.polkadot.type.extrinsicsis invalid - ExtrinsicStatus.Ready - Class in org.polkadot.types.rpc
-
An
ExtrinsicStatusindicating that theorg.polkadot.type.extrinsicshas been added to the ready queue - ExtrinsicStatus.Usurped - Class in org.polkadot.types.rpc
-
An
ExtrinsicStatusindicating that theorg.polkadot.type.extrinsicshas been usurped - ExtrinsicValue() - Constructor for class org.polkadot.types.type.Extrinsic.ExtrinsicValue
F
- fees(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.balances.BalancesFunctions
- filterEvents(byte[], SignedBlock, List<EventRecord>) - Static method in class org.polkadot.api.ApiUtils
- filterOrigin(Modules.FunctionMetadata) - Static method in class org.polkadot.types.primitive.Method
- Finalization() - Constructor for class org.polkadot.types.type.EventRecord.Finalization
- Finalized(Object) - Constructor for class org.polkadot.types.rpc.ExtrinsicStatus.Finalized
- findRecord(String, String) - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableResult
-
Finds an EventRecord for the specified method & section
- flattenUniq(List<Object>) - Static method in class org.polkadot.types.metadata.MetadataUtils
-
// Quick and dirty flatten (.flat() not available) export default function flattenUniq (list: Array
): Array { const flat = list.reduce((result, entry) => { return result.concat( Array.isArray(entry) ? flattenUniq(entry) : entry ); }, []); - freeBalance - Variable in class org.polkadot.api.derive.Types.DerivedBalances
- fromMetadata(MetadataV0) - Static method in class org.polkadot.type.extrinsics.FromMetadata
-
Extend a storage object with the storage modules & module functions present in the metadata.
- fromMetadata(MetadataV0) - Static method in class org.polkadot.type.storage.FromMetadata
- FromMetadata - Class in org.polkadot.type.extrinsics
- FromMetadata - Class in org.polkadot.type.storage
-
Extend a storage object with the storage modules & module functions present in the metadata.
- FromMetadata() - Constructor for class org.polkadot.type.extrinsics.FromMetadata
- FromMetadata() - Constructor for class org.polkadot.type.storage.FromMetadata
- fromPromise(Promise<T>) - Static method in class org.polkadot.utils.RxUtils
- fromPromise(Promise<T>, ObservableOnSubscribe) - Static method in class org.polkadot.utils.RxUtils
- fromSeed(String, byte[]) - Static method in interface org.polkadot.common.keyring.pair.Index
- function(String) - Method in class org.polkadot.direct.ISection
- FunctionArgumentMetadata(Object) - Constructor for class org.polkadot.types.metadata.v0.Modules.FunctionArgumentMetadata
- FunctionMetadata(Object) - Constructor for class org.polkadot.types.metadata.v0.Modules.FunctionMetadata
- functionNames() - Method in class org.polkadot.direct.ISection
- functions - Static variable in class org.polkadot.api.derive.Index
- functions - Variable in class org.polkadot.direct.ISection
- Future() - Constructor for class org.polkadot.types.rpc.ExtrinsicStatus.Future
G
- Gas - Class in org.polkadot.types.type
-
A gas number type for Substrate, extending
U64 - Gas(Object) - Constructor for class org.polkadot.types.type.Gas
- genesisHash - Variable in class org.polkadot.api.ApiBase
-
Contains the genesis Hash of the attached chain.
- get(String) - Method in class org.polkadot.common.keyring.Pairs
- get(String) - Method in interface org.polkadot.common.keyring.Types.KeyringPairs
- get(String) - Method in class org.polkadot.types.codec.TypeRegistry
- get(String, HttpClient.Params, HttpClient.HeadOptions) - Static method in class org.polkadot.common.HttpClient
- getA() - Method in class org.polkadot.types.type.MisbehaviorReport.BftAtReport
-
The first report
BftAuthoritySignature.BftHashSignature - getA() - Method in class org.polkadot.types.type.MisbehaviorReport.BftAtReportValueSingle
- getA() - Method in class org.polkadot.types.type.MisbehaviorReport.BftProposeOutOfTurn
-
The
BftAuthoritySignature.BftHashSignaturethe report applies to - getActive() - Method in class org.polkadot.types.type.StakingLedger
-
The total amount of the stash's balance that will be at stake in any forthcoming rounds
- getAddress() - Method in class org.polkadot.common.keyring.Types.KeyringPairJson
- getAddressPrefix() - Method in class org.polkadot.common.keyring.Types.KeyringOptions
- getAlias() - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- getAmount() - Method in class org.polkadot.types.type.BalanceLock
-
The amount
- getApis() - Method in class org.polkadot.types.rpc.RuntimeVersion
- getApis() - Method in interface org.polkadot.types.Types.RuntimeVersionInterface
- getArgs() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- getArgs() - Method in class org.polkadot.types.metadata.v1.Calls.MetadataCall
-
The MetadataCallArg for arguments
- getArgs() - Method in class org.polkadot.types.metadata.v1.Events.MetadataEvent
-
The
org.polkadot.types.typefor args - getArgs() - Method in class org.polkadot.types.primitive.Method.DecodeMethodInput
- getArgs() - Method in class org.polkadot.types.primitive.Method
-
The arguments for the function call
- getArgs() - Method in class org.polkadot.types.type.Extrinsic
-
The arguments passed to for the call, exposes args so it is compatible with
Method - getArgs() - Method in interface org.polkadot.types.Types.ContractABIFn
- getArgs() - Method in interface org.polkadot.types.Types.IMethod
- getArgsDef() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- getArgsDef() - Method in class org.polkadot.types.primitive.Method.DecodedMethod
- getArgsDef() - Method in class org.polkadot.types.primitive.Method
- getArgsDef() - Method in class org.polkadot.types.type.Extrinsic
-
Thge argument defintions, compatible with
Method - getArgsDef() - Method in interface org.polkadot.types.Types.IMethod
- getArguments() - Method in class org.polkadot.types.metadata.v0.Events.EventMetadata
-
The arguments of
org.polkadot.types.type - getArguments() - Method in class org.polkadot.types.metadata.v0.Modules.FunctionMetadata
-
The FunctionArgumentMetadata for arguments
- getAsAuthoritiesChange() - Method in class org.polkadot.types.type.Digest.DigestItem
-
Returns the item as a AuthoritiesChange
- getAsChangesTrieRoot() - Method in class org.polkadot.types.type.Digest.DigestItem
-
Returns the item as a ChangesTrieRoot
- getAsConsensus() - Method in class org.polkadot.types.type.Digest.DigestItem
- getAsOther() - Method in class org.polkadot.types.type.Digest.DigestItem
-
Returns the item as a Other
- getAsSeal() - Method in class org.polkadot.types.type.Digest.DigestItem
-
Returns the item as a Seal
- getAuthor() - Method in class org.polkadot.types.type.Header.HeaderExtended
-
Convenience method, returns the author for the block
- getAuthoringVersion() - Method in class org.polkadot.types.rpc.RuntimeVersion
- getAuthoringVersion() - Method in interface org.polkadot.types.Types.RuntimeVersionInterface
- getAuthorityId() - Method in class org.polkadot.types.type.BftAuthoritySignature
-
The wrapped AuthoriyId
- getB() - Method in class org.polkadot.types.type.MisbehaviorReport.BftAtReport
-
The second report
BftAuthoritySignature.BftHashSignature - getB() - Method in class org.polkadot.types.type.MisbehaviorReport.BftAtReportValue
- getBeneficiary() - Method in class org.polkadot.types.type.TreasuryProposal
-
The beneficiary
- getBestHash() - Method in class org.polkadot.types.rpc.PeerInfo
-
The best block hash for the peer
- getBestNumber() - Method in class org.polkadot.types.rpc.PeerInfo
-
The best block hash for the peer
- getBftAtReportValueSingle() - Method in class org.polkadot.types.type.MisbehaviorReport.BftAtReportValue
- getBlock() - Method in class org.polkadot.types.rpc.SignedBlock
-
The wrapped Block
- getBlock() - Method in class org.polkadot.types.rpc.StorageChangeSet
- getBlockHash() - Method in class org.polkadot.types.type.SignaturePayload
-
The block
Hashthe signature applies to (mortal/immortal) - getBlockHash() - Method in class org.polkadot.types.Types.SignatureOptions
- getBlockNumber() - Method in class org.polkadot.types.type.Header
-
The wrapped
BlockNumber - getBody() - Method in class org.polkadot.common.HttpClient.HttpResp
- getBond() - Method in class org.polkadot.types.type.TreasuryProposal
-
The bond
- getCall() - Method in class org.polkadot.types.metadata.v0.Modules.ModuleMetadata
-
The calls as CallMetadata
- getCallBack() - Method in class org.polkadot.rpc.provider.IProvider.SubscriptionHandler
- getCallIndex() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- getCallIndex() - Method in class org.polkadot.types.primitive.Method.DecodeMethodInput
- getCallIndex() - Method in class org.polkadot.types.primitive.Method
-
The encoded `[sectionIndex, methodIndex]` identifier
- getCallIndex() - Method in class org.polkadot.types.primitive.Method.MethodFunction
- getCallIndex() - Method in class org.polkadot.types.type.Extrinsic
-
The actual `[sectionIndex, methodIndex]` as used in the Method
- getCallIndex() - Method in interface org.polkadot.types.Types.IMethod
- getCalls() - Method in class org.polkadot.types.metadata.v0.Calls.OuterDispatchMetadata
-
The OuterDispathCall wrapped
- getCalls() - Method in class org.polkadot.types.metadata.v0.MetadataV0
-
Wrapped OuterDispatchCall
- getCalls() - Method in class org.polkadot.types.metadata.v1.MetadataV1.MetadataModule
-
the module calls
- getCalls() - Method in class org.polkadot.types.metadata.v2.MetadataV2.MetadataModule
-
the module calls
- getCalls() - Method in class org.polkadot.types.metadata.v3.MetadataV3.MetadataModule
-
the module calls
- getChanges() - Method in class org.polkadot.types.rpc.StorageChangeSet
- getCode() - Method in class org.polkadot.rpc.provider.Types.JsonRpcError
- getCode() - Method in class org.polkadot.types.type.PrefabWasmModule
-
The code as
Bytes - getCoder() - Method in class org.polkadot.rpc.provider.ws.WsProvider
- getConstructorCodec() - Static method in interface org.polkadot.types.Codec
- getConstructorCodec(Class<T>) - Static method in class org.polkadot.types.TypesUtils
- getContent() - Method in class org.polkadot.common.keyring.Types.KeyringPairJsonEncoding
- getcontentHash() - Method in class org.polkadot.types.type.Block
-
Encodes a content
Hashfor the block - getCurrentMemStored() - Method in class org.polkadot.types.type.AccountInfo
-
The size of stored value in octet
- getData() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- getData() - Method in class org.polkadot.rpc.provider.Types.JsonRpcError
- getData() - Method in class org.polkadot.types.primitive.Method
-
The encoded data
- getData() - Method in class org.polkadot.types.type.Digest.Consensus
-
The wrapped
Bytes - getData() - Method in class org.polkadot.types.type.Event
-
The wrapped EventData
- getData() - Method in class org.polkadot.types.type.Extrinsic
-
The actual data for the Method
- getData() - Method in interface org.polkadot.types.Types.IMethod
- getDeclaredField(Object, String) - Static method in class org.polkadot.common.ReflectionUtils
-
Find DeclaredField recursively.
- getDefault() - Method in class org.polkadot.types.metadata.v0.Modules.StorageFunctionMetadata
- getDefaultRegistry() - Static method in class org.polkadot.types.codec.TypeRegistry
- getDelay() - Method in class org.polkadot.types.type.ReferendumInfo
-
The delay (in blocks) to wait after a successful referendum before deploying
- getDelay() - Method in class org.polkadot.types.type.StoredPendingChange
- getDerives() - Method in class org.polkadot.api.Types.ApiOptions
- getDescription() - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- getDigest() - Method in class org.polkadot.types.type.Header
-
The wrapped
Digest - getDocs() - Method in class org.polkadot.types.metadata.v1.Calls.MetadataCall
-
The
Textdocumentation - getDocs() - Method in class org.polkadot.types.metadata.v1.Events.MetadataEvent
-
The
Textdocumentation - getDocs() - Method in class org.polkadot.types.metadata.v1.Storage.MetadataStorageV1
-
The
Textdocumentation - getDocs() - Method in class org.polkadot.types.metadata.v2.Storage.MetadataStorageV2
-
The
Textdocumentation - getDocs() - Method in class org.polkadot.types.metadata.v3.Storage.MetadataStorageV3
-
The
Textdocumentation - getDocumentation() - Method in class org.polkadot.type.storage.Substrate.SubstrateMetadata
- getDocumentation() - Method in class org.polkadot.types.metadata.v0.Events.EventMetadata
-
The
Textdocumentation - getDocumentation() - Method in class org.polkadot.types.metadata.v0.Modules.FunctionMetadata
-
The
Textdocumentation - getDocumentation() - Method in class org.polkadot.types.metadata.v0.Modules.StorageFunctionMetadata
- getEncoded() - Method in class org.polkadot.common.keyring.Types.KeyringPairJson
- getEncodedLength() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- getEncodedLength() - Method in class org.polkadot.types.codec.AbstractArray
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.codec.AbstractInt
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.codec.Compact
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.codec.Enum
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.codec.EnumType
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in interface org.polkadot.types.Codec
- getEncodedLength() - Method in class org.polkadot.types.codec.Option
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.codec.Set
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.codec.Struct
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.codec.Tuple
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.codec.U8a
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.primitive.Bool
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.primitive.Bytes
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.primitive.Moment
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.primitive.Null
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.primitive.Text
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.primitive.Type
- getEncodedLength() - Method in class org.polkadot.types.rpc.Json
-
Always 0, never encodes as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.type.Address
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.type.Extrinsic
-
The length of the value when encoded as a Uint8Array
- getEncodedLength() - Method in class org.polkadot.types.type.ExtrinsicSignature
- getEncoding() - Method in class org.polkadot.common.keyring.Types.KeyringPairJson
- getEncrypted() - Method in class org.polkadot.utils.crypto.Nacl.Encrypted
- getEnd() - Method in class org.polkadot.types.type.ReferendumInfo
-
When voting on this referendum will end
- getEndpoint() - Method in class org.polkadot.rpc.provider.ws.WsProvider
- getEngine() - Method in class org.polkadot.types.type.Digest.Consensus
-
The wrapped engine
U32 - getEra() - Method in class org.polkadot.types.type.ExtrinsicSignature
-
The ExtrinsicEra (mortal or immortal) this signature applies to
- getEra() - Method in class org.polkadot.types.type.SignaturePayload
-
The ExtrinsicEra
- getEra() - Method in class org.polkadot.types.type.UnlockChunk
-
Era number at which point it'll be unlocked
- getEra() - Method in class org.polkadot.types.Types.SignatureOptions
- getError() - Method in class org.polkadot.rpc.provider.Types.JsonRpcResponse
- getError() - Method in class org.polkadot.rpc.provider.Types.SubscriptionParam
- getEvent() - Method in class org.polkadot.types.type.EventRecord
-
The
Eventthis record refers to - getEventNames() - Method in class org.polkadot.common.EventEmitter
- getEvents() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableResult
-
the contained events
- getEvents() - Method in class org.polkadot.types.metadata.v0.Events.OuterEventMetadataEvent
-
The EventMetadata
- getEvents() - Method in class org.polkadot.types.metadata.v0.MetadataV0
-
Wrapped OuterEventMetadataEvent
- getEvents() - Method in class org.polkadot.types.metadata.v1.MetadataV1.MetadataModule
-
the module events
- getEvents() - Method in class org.polkadot.types.metadata.v2.MetadataV2.MetadataModule
-
the module events
- getEvents() - Method in class org.polkadot.types.metadata.v3.MetadataV3.MetadataModule
-
the module events
- getExtrinsics() - Method in class org.polkadot.types.type.Block.BlockValue
- getExtrinsics() - Method in class org.polkadot.types.type.Block
-
The Extrinsics contained in the block
- getExtrinsicsRoot() - Method in class org.polkadot.types.type.Header
-
The wrapped extrisics root as a
Hash - getFallback() - Method in class org.polkadot.types.metadata.v1.Storage.MetadataStorageV1
-
The
Bytesfallback default - getFallback() - Method in class org.polkadot.types.metadata.v2.Storage.MetadataStorageV2
-
The
Bytesfallback default - getFallback() - Method in class org.polkadot.types.metadata.v3.Storage.MetadataStorageV3
-
The
Bytesfallback default - getField(Object, String) - Static method in class org.polkadot.common.ReflectionUtils
-
Read field value directly, ignore private/protected and getter
- getField(String) - Method in class org.polkadot.types.codec.Struct
- getFiled(int) - Method in class org.polkadot.types.codec.AbstractArray
- getFunctions() - Method in class org.polkadot.types.metadata.v0.Modules.CallMetadata
-
The functions available as FunctionMetadata
- getFunctions() - Method in class org.polkadot.types.metadata.v0.Modules.StorageMetadata
- getGenesisHash() - Method in class org.polkadot.api.ApiBase
-
Contains the genesis Hash of the attached chain.
- getGenesisHash() - Method in interface org.polkadot.direct.IApi
- getGroup() - Method in class org.polkadot.common.NamedThreadFactory
- getGrowMemCost() - Method in class org.polkadot.types.type.Schedule
-
Gas cost of a growing memory by single page.
- getHash() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- getHash() - Method in class org.polkadot.types.rpc.SignedBlock
-
Block/header
Hash - getHash() - Method in class org.polkadot.types.type.BftAuthoritySignature.BftHashSignature
-
The wrapped
Hash - getHash() - Method in class org.polkadot.types.type.Block
-
Block/header
Hash - getHash() - Method in class org.polkadot.types.type.Extrinsic
-
Convernience function, encodes the extrinsic and returns the actual hash
- getHash() - Method in class org.polkadot.types.type.Header
-
Convenience method, encodes the header and calculates the
Hash - getHash() - Method in class org.polkadot.types.type.Justification.RhdJustification
-
The justification
Hash - getHash() - Method in interface org.polkadot.types.Types.IExtrinsic
- getHeader() - Method in class org.polkadot.types.type.Block.BlockValue
- getHeader() - Method in class org.polkadot.types.type.Block
-
The
Headerof the block - getHeader(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.chain.ChainFunctions
-
Get the a specific block header and extend it with the author
- getHeaders() - Method in class org.polkadot.common.HttpClient.HeadOptions
- getHeaderValue(String) - Method in class org.polkadot.common.HttpClient.HeadOptions
- getHeadKey() - Method in class org.polkadot.types.primitive.StorageKey.StorageFunction
- getId() - Method in class org.polkadot.rpc.provider.coder.RpcCoder
- getId() - Method in class org.polkadot.rpc.provider.Types.JsonRpcObject
- getId() - Method in class org.polkadot.types.metadata.v0.Modules.FunctionMetadata
-
The `[sectionIndex, methodIndex]` call id
- getId() - Method in class org.polkadot.types.rpc.RuntimeVersion.RuntimeVersionApi
-
The ApiId
- getId() - Method in class org.polkadot.types.type.BalanceLock
-
The lock id
- getImplName() - Method in class org.polkadot.types.rpc.RuntimeVersion
- getImplName() - Method in interface org.polkadot.types.Types.RuntimeVersionInterface
- getImplVersion() - Method in class org.polkadot.types.rpc.RuntimeVersion
- getImplVersion() - Method in interface org.polkadot.types.Types.RuntimeVersionInterface
- getIndex() - Method in class org.polkadot.api.derive.democracy.DemocracyFunctions.ReferendumInfoExtended
-
Convenience getter, returns the referendumIndex
- getIndex() - Method in class org.polkadot.types.codec.Enum
-
Returns the index for this value (equivalent to toNumber)
- getIndex() - Method in class org.polkadot.types.metadata.v0.Calls.OuterDispatchCall
-
The
U16index for the call - getIndex() - Method in class org.polkadot.types.type.Event
-
The EventIndex, identifying the raw event
- getIndex() - Method in class org.polkadot.types.type.StoredPendingChange.NextAuthority
- getInfo() - Method in class org.polkadot.types.codec.CreateType.TypeDef
- getInitial() - Method in class org.polkadot.types.type.PrefabWasmModule
-
The initial as
Compact - getJsonrpc() - Method in class org.polkadot.rpc.provider.Types.JsonRpcObject
- getJustification() - Method in class org.polkadot.types.rpc.SignedBlock
-
The wrapped Justification
- getKey() - Method in class org.polkadot.type.storage.CreateFunction.CreateItemOptions
- getKey() - Method in class org.polkadot.types.metadata.v0.Modules.MapType
- getKey() - Method in class org.polkadot.types.metadata.v1.Storage.MapType
-
The mapped key as
org.polkadot.types.type - getKey() - Method in class org.polkadot.types.metadata.v2.Storage.MapType
-
The mapped key as
org.polkadot.types.type - getKey() - Method in class org.polkadot.types.type.KeyValue.KeyValueOption
-
The StorageKey
- getKey1() - Method in class org.polkadot.types.metadata.v3.Storage.DoubleMapType
-
The mapped key as
Text - getKey2() - Method in class org.polkadot.types.metadata.v3.Storage.DoubleMapType
-
The mapped key as
Text - getKeyHasher() - Method in class org.polkadot.types.metadata.v3.Storage.DoubleMapType
-
The mapped key as
Text - getKeys(String) - Static method in class org.polkadot.example.TestingPairs
- getListenerCount(String) - Method in class org.polkadot.common.EventEmitter
- getListeners(String) - Method in class org.polkadot.common.EventEmitter
- getLogs() - Method in class org.polkadot.types.type.Digest
-
The DigestItem logs
- getMaximum() - Method in class org.polkadot.types.type.PrefabWasmModule
-
The maximum as
Compact - getMaxMemoryPages() - Method in class org.polkadot.types.type.Schedule
-
What is the maximal memory pages amount is allowed to have for a contract.
- getMaxStackHeight() - Method in class org.polkadot.types.type.Schedule
-
How tall the stack is allowed to grow?
- getMessage() - Method in class org.polkadot.rpc.provider.Types.JsonRpcError
- getMeta() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- getMeta() - Method in class org.polkadot.common.keyring.pair.Index.KeyringPairDefault
- getMeta() - Method in interface org.polkadot.common.keyring.Types.KeyringPair
- getMeta() - Method in class org.polkadot.common.keyring.Types.KeyringPairJson
- getMeta() - Method in class org.polkadot.types.primitive.Method.DecodedMethod
- getMeta() - Method in class org.polkadot.types.primitive.Method
-
The FunctionMetadata
- getMeta() - Method in class org.polkadot.types.primitive.Method.MethodFunction
- getMeta() - Method in class org.polkadot.types.primitive.StorageKey
-
The metadata or `null` when not available
- getMeta() - Method in class org.polkadot.types.primitive.StorageKey.StorageFunction
- getMeta() - Method in class org.polkadot.types.type.Event.EventData
- getMeta() - Method in class org.polkadot.types.type.Event
-
The EventMetadata with the documentation
- getMeta() - Method in class org.polkadot.types.type.Extrinsic
-
The FunctionMetadata that describes the extrinsic
- getMeta() - Method in interface org.polkadot.types.Types.IMethod
- getMethod() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- getMethod() - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- getMethod() - Method in class org.polkadot.rpc.provider.Types.JsonRpcRequest
- getMethod() - Method in class org.polkadot.rpc.provider.Types.JsonRpcResponse
- getMethod() - Method in class org.polkadot.types.primitive.Method.MethodFunction
- getMethod() - Method in class org.polkadot.types.primitive.StorageKey.StorageFunction
- getMethod() - Method in class org.polkadot.types.type.Event.EventData
- getMethod() - Method in class org.polkadot.types.type.Event
-
The method string identifying the event
- getMethod() - Method in class org.polkadot.types.type.Extrinsic
-
The
Methodthis extrinsic wraps - getMethod() - Method in class org.polkadot.types.type.SignaturePayload
-
The
Methodcontained in the payload - getMethod() - Method in interface org.polkadot.types.Types.IExtrinsic
- getMethod(String) - Method in class org.polkadot.api.Types.DecoratedRpcSection
- getMisbehavior() - Method in class org.polkadot.types.type.MisbehaviorReport
-
The MisbehaviorKind
- getModifier() - Method in class org.polkadot.types.metadata.v0.Modules.StorageFunctionMetadata
- getModifier() - Method in class org.polkadot.types.metadata.v1.Storage.MetadataStorageV1
-
The MetadataArgument for arguments
- getModifier() - Method in class org.polkadot.types.metadata.v2.Storage.MetadataStorageV2
-
The MetadataArgument for arguments
- getModifier() - Method in class org.polkadot.types.metadata.v3.Storage.MetadataStorageV3
-
The MetadataArgument for arguments
- getModule() - Method in class org.polkadot.types.metadata.v0.Modules.RuntimeModuleMetadata
- getModules() - Method in class org.polkadot.types.metadata.v0.MetadataV0
-
Wrapped RuntimeModuleMetadata
- getName() - Method in class org.polkadot.common.NamedThreadFactory
- getName() - Method in class org.polkadot.rpc.json.types.JsonRpcParam
- getName() - Method in class org.polkadot.types.codec.CreateType.TypeDef
- getName() - Method in class org.polkadot.types.metadata.v0.Calls.OuterDispatchCall
-
The name for the call
- getName() - Method in class org.polkadot.types.metadata.v0.Calls.OuterDispatchMetadata
-
The name for the dispatch
- getName() - Method in class org.polkadot.types.metadata.v0.Events.EventMetadata
-
The name for the event
- getName() - Method in class org.polkadot.types.metadata.v0.Events.OuterEventMetadataEvent
-
The name of the section
- getName() - Method in class org.polkadot.types.metadata.v0.Modules.CallMetadata
-
The section name
- getName() - Method in class org.polkadot.types.metadata.v0.Modules.FunctionArgumentMetadata
-
The argument name
- getName() - Method in class org.polkadot.types.metadata.v0.Modules.FunctionMetadata
-
The call name
- getName() - Method in class org.polkadot.types.metadata.v0.Modules.ModuleMetadata
-
The name
- getName() - Method in class org.polkadot.types.metadata.v0.Modules.StorageFunctionMetadata
- getName() - Method in class org.polkadot.types.metadata.v1.Calls.MetadataCall
-
The call name
- getName() - Method in class org.polkadot.types.metadata.v1.Calls.MetadataCallArg
-
The argument name
- getName() - Method in class org.polkadot.types.metadata.v1.Events.MetadataEvent
-
The call name
- getName() - Method in class org.polkadot.types.metadata.v1.MetadataV1.MetadataModule
-
the module name
- getName() - Method in class org.polkadot.types.metadata.v1.Storage.MetadataStorageV1
-
The call name
- getName() - Method in class org.polkadot.types.metadata.v2.MetadataV2.MetadataModule
-
the module name
- getName() - Method in class org.polkadot.types.metadata.v2.Storage.MetadataStorageV2
-
The call name
- getName() - Method in class org.polkadot.types.metadata.v3.MetadataV3.MetadataModule
-
the module name
- getName() - Method in class org.polkadot.types.metadata.v3.Storage.MetadataStorageV3
-
The call name
- getNames() - Method in class org.polkadot.types.Types.ConstructorDef
- getNext() - Method in class org.polkadot.types.codec.Linkage
- getNextAuthorities() - Method in class org.polkadot.types.type.StoredPendingChange
- getNonce() - Method in class org.polkadot.types.type.ExtrinsicSignature
-
The
Noncefor the signature - getNonce() - Method in class org.polkadot.types.type.SignaturePayload
-
The
Nonce - getNonce() - Method in class org.polkadot.types.Types.SignatureOptions
- getNonce() - Method in class org.polkadot.utils.crypto.Nacl.Encrypted
- getNumber() - Method in class org.polkadot.types.type.Header
-
Alias for `blockNumber` (this is displayed in JSON)
- getOffset() - Method in class org.polkadot.types.type.VestingSchedule
-
The offset as
Balance - getOrThrow(String, String) - Method in class org.polkadot.types.codec.TypeRegistry
- getOthers() - Method in class org.polkadot.types.type.Exposure
-
The portions of nominators stashes that are exposed
- getOutputType() - Method in class org.polkadot.types.primitive.StorageKey
-
The output type, `null` when not available
- getOwn() - Method in class org.polkadot.types.type.Exposure
-
The validator"s own stash that is exposed
- getPair(String) - Method in class org.polkadot.common.keyring.Keyring
-
Retrieves an account keyring pair from the Keyring Pair Dictionary, given an account address Returns a keyring pair value from the keyring pair dictionary by performing a key lookup using the provided account address or public key (after decoding it).
- getPair(String) - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- getPairs() - Method in class org.polkadot.common.keyring.Keyring
-
Retrieves all account keyring pairs from the Keyring Pair Dictionary Returns an array list of all the keyring pair values that are stored in the keyring pair dictionary.
- getPairs() - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- getParams() - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- getParams() - Method in class org.polkadot.rpc.provider.Types.JsonRpcRequest
- getParams() - Method in class org.polkadot.rpc.provider.Types.JsonRpcResponse
- getParentHash() - Method in class org.polkadot.types.type.Header
-
The wrapped parent as a
Hash - getParentHash() - Method in class org.polkadot.types.type.MisbehaviorReport
-
The
Hashof the parent block - getParentNumber() - Method in class org.polkadot.types.type.MisbehaviorReport
-
The
BlockNumberof the parent - getPeerId() - Method in class org.polkadot.types.rpc.PeerInfo
-
The p2p network id for the peer
- getPeers() - Method in class org.polkadot.types.rpc.Health
-
The numbers of peers as
U32 - getPerBlock() - Method in class org.polkadot.types.type.VestingSchedule
-
The perBlock value as
Balance - getPhase() - Method in class org.polkadot.types.type.EventRecord
-
The Phase where the event was generated
- getPrefix() - Method in class org.polkadot.types.metadata.v0.Calls.OuterDispatchCall
-
The call prefix (or section)
- getPrefix() - Method in class org.polkadot.types.metadata.v0.Modules.RuntimeModuleMetadata
- getPrefix() - Method in class org.polkadot.types.metadata.v0.Modules.StorageMetadata
- getPrefix() - Method in class org.polkadot.types.metadata.v1.MetadataV1.MetadataModule
-
the module prefix
- getPrefix() - Method in class org.polkadot.types.metadata.v2.MetadataV2.MetadataModule
-
the module prefix
- getPrefix() - Method in class org.polkadot.types.metadata.v3.MetadataV3.MetadataModule
-
the module prefix
- getPrevious() - Method in class org.polkadot.types.codec.Linkage
- getProposal() - Method in class org.polkadot.types.type.ReferendumInfo
-
The proposal being voted on
- getProposer() - Method in class org.polkadot.types.type.TreasuryProposal
-
The proposer
- getProtocolVersion() - Method in class org.polkadot.types.rpc.PeerInfo
-
The index of the peer in our list
- getProvider() - Method in class org.polkadot.api.Types.ApiOptions
- getProvider() - Method in class org.polkadot.rpc.core.RpcCore
- getPublicKey() - Method in class org.polkadot.common.keyring.pair.Types.PairInfo
- getPublicKey() - Method in class org.polkadot.utils.crypto.Types.Keypair
- getPublicKey() - Method in class org.polkadot.utils.crypto.Types.Seedpair
- getPublicKeys() - Method in class org.polkadot.common.keyring.Keyring
-
Retrieves Public Keys of all Keyring Pairs stored in the Keyring Pair Dictionary Returns an array list of all the public keys associated with each of the keyring pair values that are stored in the keyring pair dictionary.
- getPublicKeys() - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- getPubsub() - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- getPutCodePerByteCost() - Method in class org.polkadot.types.type.Schedule
-
Cost of putting a byte of code into the storage.
- getQueued() - Method in class org.polkadot.rpc.provider.ws.WsProvider
- getRawLength() - Method in class org.polkadot.types.type.Address
-
The length of the raw value, either AccountIndex or AccountId
- getReasons() - Method in class org.polkadot.types.type.BalanceLock
-
The reasons
- getRegularOpCost() - Method in class org.polkadot.types.type.Schedule
-
Gas cost of a regular operation.
- getRequestConfig() - Method in class org.polkadot.common.HttpClient.HeadOptions
- getResult() - Method in class org.polkadot.rpc.provider.Types.JsonRpcResponse
- getResult() - Method in class org.polkadot.rpc.provider.Types.SubscriptionParam
- getReturnDataPerByteCost() - Method in class org.polkadot.types.type.Schedule
-
Gas cost per one byte returned.
- getRoles() - Method in class org.polkadot.types.rpc.PeerInfo
-
The roles of the peer on the network
- getRound() - Method in class org.polkadot.types.type.MisbehaviorReport.BftAtReport
-
The round this report applies to as
U32 - getRound() - Method in class org.polkadot.types.type.MisbehaviorReport.BftAtReportValueSingle
- getRound() - Method in class org.polkadot.types.type.MisbehaviorReport.BftProposeOutOfTurn
-
The round as
U32 - getRoundNumber() - Method in class org.polkadot.types.type.Justification.RhdJustification
-
The round this justification wraps as a
U32 - getRuntimeVersion() - Method in class org.polkadot.api.ApiBase
-
Contains the version information for the current runtime.
- getRuntimeVersion() - Method in interface org.polkadot.direct.IApi
- getSandboxDataReadCost() - Method in class org.polkadot.types.type.Schedule
-
Gas cost per one byte read from the sandbox memory.
- getSandboxDataWriteCost() - Method in class org.polkadot.types.type.Schedule
-
Gas cost per one byte written to the sandbox memory.
- getScheduledAt() - Method in class org.polkadot.types.type.StoredPendingChange
- getScheduleVersion() - Method in class org.polkadot.types.type.PrefabWasmModule
-
The scheduleVersion value as
Compact - getSecretKey() - Method in class org.polkadot.common.keyring.pair.PairCodec.DecodeResult
- getSecretKey() - Method in class org.polkadot.common.keyring.pair.Types.PairInfo
- getSecretKey() - Method in class org.polkadot.utils.crypto.Types.Keypair
- getSection() - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- getSection() - Method in class org.polkadot.types.primitive.Method.MethodFunction
- getSection() - Method in class org.polkadot.types.primitive.StorageKey.StorageFunction
- getSection() - Method in class org.polkadot.types.type.Event.EventData
- getSection() - Method in class org.polkadot.types.type.Event
-
The section string identifying the event
- getSeed() - Method in class org.polkadot.common.keyring.pair.Types.PairInfo
- getSeed() - Method in class org.polkadot.utils.crypto.Types.Seedpair
- getSessionKey() - Method in class org.polkadot.types.type.StoredPendingChange.NextAuthority
- getSignature() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- getSignature() - Method in class org.polkadot.types.type.BftAuthoritySignature.BftHashSignature
-
The wrapped
Signature - getSignature() - Method in class org.polkadot.types.type.BftAuthoritySignature
-
The wrapped
Signaturevalue - getSignature() - Method in class org.polkadot.types.type.Digest.Seal
-
The wrapped
Signature - getSignature() - Method in class org.polkadot.types.type.Extrinsic
-
The ExtrinsicSignature
- getSignature() - Method in class org.polkadot.types.type.ExtrinsicSignature
-
The actuall
Signaturehash - getSignature() - Method in class org.polkadot.types.type.SignaturePayload
-
The raw signature as a `Uint8Array`
- getSignature() - Method in interface org.polkadot.types.Types.IExtrinsic
- getSignatures() - Method in class org.polkadot.types.type.Justification.RhdJustification
-
The BftAuthoritySignature array
- getSigner() - Method in class org.polkadot.api.ApiBase
- getSigner() - Method in class org.polkadot.api.Types.ApiOptions
- getSigner() - Method in interface org.polkadot.direct.IApi
- getSigner() - Method in class org.polkadot.types.type.ExtrinsicSignature
-
The
Addressthat signed - getSource() - Method in class org.polkadot.api.Types.ApiOptions
- getSpecName() - Method in class org.polkadot.types.rpc.RuntimeVersion
- getSpecName() - Method in interface org.polkadot.types.Types.RuntimeVersionInterface
- getSpecVersion() - Method in class org.polkadot.types.rpc.RuntimeVersion
- getSpecVersion() - Method in interface org.polkadot.types.Types.RuntimeVersionInterface
- getStash() - Method in class org.polkadot.types.type.StakingLedger
-
The stash account whose balance is actually locked and at stake
- getStateRoot() - Method in class org.polkadot.types.type.Header
-
The wrapped state root as a
Hash - getStatus() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableResult
-
the status
- getStatus() - Method in class org.polkadot.common.HttpClient.HttpResp
- getStorage() - Method in class org.polkadot.types.metadata.v0.Modules.RuntimeModuleMetadata
- getStorage() - Method in class org.polkadot.types.metadata.v1.MetadataV1.MetadataModule
-
the associated module storage
- getStorage() - Method in class org.polkadot.types.metadata.v2.MetadataV2.MetadataModule
-
the associated module storage
- getStorage() - Method in class org.polkadot.types.metadata.v3.MetadataV3.MetadataModule
-
the associated module storage
- getSub() - Method in class org.polkadot.types.codec.CreateType.TypeDef
- getSubscription() - Method in class org.polkadot.rpc.provider.Types.SubscriptionParam
- getTarget() - Method in class org.polkadot.types.type.MisbehaviorReport
-
The AuthorityId the report applies to
- getTClass() - Method in class org.polkadot.types.type.Event.EventData.Builder
- getTClass() - Method in interface org.polkadot.types.Types.ConstructorCodec
- getThreshold() - Method in class org.polkadot.types.type.ReferendumInfo
-
The thresholding mechanism to determine whether it passed
- getTokenDecimals() - Method in class org.polkadot.types.rpc.ChainProperties
-
The token decimals, if defined (de-facto standard only)
- getTokenSymbol() - Method in class org.polkadot.types.rpc.ChainProperties
-
The token system, if defined (de-facto standard only)
- getTotal() - Method in class org.polkadot.types.type.Exposure
-
The total balance backing this validator
- getTotal() - Method in class org.polkadot.types.type.StakingLedger
-
The total amount of the stash's balance that we are currently accounting for.
- getTrieId() - Method in class org.polkadot.types.type.AccountInfo
-
Unique ID for the subtree encoded as a byte
- getType() - Method in class org.polkadot.api.ApiBase
-
The type of this API instance, either 'rxjs' or 'promise'
- getType() - Method in class org.polkadot.api.promise.ApiPromise
- getType() - Method in interface org.polkadot.api.Types.ApiBaseInterface
- getType() - Method in class org.polkadot.common.keyring.Keyring
-
Returns the type of the keyring, either ed25519 of sr25519
- getType() - Method in class org.polkadot.common.keyring.pair.Index.KeyringPairDefault
- getType() - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- getType() - Method in class org.polkadot.common.keyring.Types.KeyringOptions
- getType() - Method in interface org.polkadot.common.keyring.Types.KeyringPair
- getType() - Method in class org.polkadot.common.keyring.Types.KeyringPairJsonEncoding
- getType() - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- getType() - Method in class org.polkadot.rpc.json.types.JsonRpcParam
- getType() - Method in class org.polkadot.rpc.provider.IProvider.SubscriptionHandler
- getType() - Method in class org.polkadot.type.storage.Substrate.SubstrateMetadata
- getType() - Method in class org.polkadot.types.codec.CreateType.TypeDef
- getType() - Method in class org.polkadot.types.codec.EnumType
-
The name of the type this enum value represents
- getType() - Method in class org.polkadot.types.codec.Vector
-
The type for the items
- getType() - Method in class org.polkadot.types.metadata.v0.Modules.FunctionArgumentMetadata
- getType() - Method in class org.polkadot.types.metadata.v0.Modules.StorageFunctionMetadata
- getType() - Method in class org.polkadot.types.metadata.v1.Calls.MetadataCallArg
- getType() - Method in class org.polkadot.types.metadata.v1.Storage.MetadataStorageV1
-
The MetadataStorageType
- getType() - Method in class org.polkadot.types.metadata.v2.Storage.MetadataStorageV2
-
The MetadataStorageType
- getType() - Method in class org.polkadot.types.metadata.v3.Storage.MetadataStorageV3
-
The MetadataStorageType
- getType() - Method in interface org.polkadot.types.Types.ContractABIFn
- getTypeClass(CreateType.TypeDef) - Static method in class org.polkadot.types.codec.CreateType
- getTypeDef() - Method in class org.polkadot.types.type.Event.EventData
- getTypeDef() - Method in class org.polkadot.types.type.Event
-
The TypeDef for the event
- getTypeDef(String) - Static method in class org.polkadot.types.codec.CreateType
- getTypeDef(String, String) - Static method in class org.polkadot.types.codec.CreateType
- getTypes() - Method in class org.polkadot.api.Types.ApiOptions
- getTypes() - Method in class org.polkadot.types.codec.Tuple
-
The types definition of the tuple
- getTypes() - Method in class org.polkadot.types.Types.ConstructorDef
- getUniqTypes(boolean) - Method in class org.polkadot.types.metadata.MetadataVersioned
- getUniqTypes(boolean) - Method in interface org.polkadot.types.metadata.Types.MetadataInterface
- getUniqTypes(boolean) - Method in class org.polkadot.types.metadata.v0.MetadataV0
-
Helper to retrieve a list of all type that are found, sorted and de-deuplicated
- getUniqTypes(boolean) - Method in class org.polkadot.types.metadata.v1.MetadataV1
- getUniqTypes(boolean) - Method in class org.polkadot.types.metadata.v2.MetadataV2
- getUniqTypes(boolean) - Method in class org.polkadot.types.metadata.v3.MetadataV3
- getUnlocking() - Method in class org.polkadot.types.type.StakingLedger
-
Any balance that is becoming free, which may eventually be transferred out of the stash (assuming it doesn't get slashed first)
- getUnstakeThreshold() - Method in class org.polkadot.types.type.ValidatorPrefs
-
The unstake threshold as
U32 - getUntil() - Method in class org.polkadot.types.type.BalanceLock
-
Until when this is available
- getValidatorPayment() - Method in class org.polkadot.types.type.ValidatorPrefs
- getValue() - Method in class org.polkadot.types.codec.Option
-
The actual value for the Option
- getValue() - Method in class org.polkadot.types.metadata.v0.Modules.MapType
- getValue() - Method in class org.polkadot.types.metadata.v1.Storage.MapType
-
The mapped value as
org.polkadot.types.type - getValue() - Method in class org.polkadot.types.metadata.v2.Storage.MapType
-
The mapped value as
org.polkadot.types.type - getValue() - Method in class org.polkadot.types.metadata.v3.Storage.DoubleMapType
-
The mapped key as
Text - getValue() - Method in class org.polkadot.types.type.IndividualExposure
-
The value
- getValue() - Method in class org.polkadot.types.type.KeyValue.KeyValueOption
-
The Option StorageData
- getValue() - Method in class org.polkadot.types.type.TreasuryProposal
-
The bond
- getValue() - Method in class org.polkadot.types.type.UnlockChunk
-
Amount of funds to be unlocked
- getVersion() - Method in class org.polkadot.common.keyring.Types.KeyringPairJsonEncoding
- getVersion() - Method in class org.polkadot.types.metadata.MetadataVersioned
-
the metadata version this structure represents
- getVersion() - Method in class org.polkadot.types.metadata.MetadataVersioned.MetadataEnum
-
The version this metadata represents
- getVersion() - Method in class org.polkadot.types.rpc.RuntimeVersion.RuntimeVersionApi
-
The specific version as
U32 - getVersion() - Method in class org.polkadot.types.type.Schedule
-
Version of the schedule.
- getVersion() - Method in class org.polkadot.types.Types.SignatureOptions
- getWaitingForId() - Method in class org.polkadot.rpc.provider.ws.WsProvider
- getWebSocket() - Method in class org.polkadot.rpc.provider.ws.WsProvider
- getWho() - Method in class org.polkadot.types.type.IndividualExposure
-
The AccountId
H
- H160 - Class in org.polkadot.types.primitive
-
Hash containing 160 bits (20 bytes), typically used in blocks, extrinsics and as a sane default for fixed-length hash representations.
- H160(Object) - Constructor for class org.polkadot.types.primitive.H160
- H256 - Class in org.polkadot.types.primitive
-
Hash containing 256 bits (32 bytes), typically used in blocks, extrinsics and as a sane default for fixed-length hash representations.
- H256(Object) - Constructor for class org.polkadot.types.primitive.H256
- H512 - Class in org.polkadot.types.primitive
-
Hash containing 512 bits (64 bytes), typically used for signatures
- H512(Object) - Constructor for class org.polkadot.types.primitive.H512
- handler(Object...) - Method in interface org.polkadot.rpc.provider.IProvider.ProviderInterfaceEmitCb
- hash(Object) - Method in class org.polkadot.api.Types.QueryableStorageFunction
- Hash - Class in org.polkadot.types.type
-
The default hash that is used accross the system.
- Hash(Object) - Constructor for class org.polkadot.types.type.Hash
- HASH_SIZE_BYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
- hasOrigin() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- hasOrigin() - Method in class org.polkadot.types.primitive.Method
-
`true` if the `Origin` type is on the method (extrinsic method)
- hasOrigin() - Method in class org.polkadot.types.type.Extrinsic
-
`true` is method has `Origin` argument (compatibility with
Method) - hasOrigin() - Method in interface org.polkadot.types.Types.IMethod
- hasSubscriptions() - Method in class org.polkadot.api.ApiBase
-
`true` when subscriptions are supported
- HeadData(Object) - Constructor for class org.polkadot.types.type.AttestedCandidate.HeadData
- Header - Class in org.polkadot.types.type
-
A
Blockheader - Header(Object) - Constructor for class org.polkadot.types.type.Header
- Header.HeaderExtended - Class in org.polkadot.types.type
-
A
Blockheader with an additional `author` field that indicates the block author - Header.HeaderValue - Class in org.polkadot.types.type
- HeaderAndValidators() - Constructor for class org.polkadot.api.derive.chain.ChainFunctions.HeaderAndValidators
- HeaderExtended(Header, List<AccountId>) - Constructor for class org.polkadot.types.type.Header.HeaderExtended
- HeaderValue() - Constructor for class org.polkadot.types.type.Header.HeaderValue
- Health - Class in org.polkadot.types.rpc
-
A system health indicator, reported back over RPC
- Health(Object) - Constructor for class org.polkadot.types.rpc.Health
- heapPages - Static variable in class org.polkadot.type.storage.Substrate
- hexHasPrefix(String) - Static method in class org.polkadot.utils.Utils
-
Tests for the existence of a `0x` prefix.
- hexStripPrefix(String) - Static method in class org.polkadot.utils.Utils
- hexToBn(Object, boolean, boolean) - Static method in class org.polkadot.utils.Utils
- hexToBytes(String) - Method in class org.polkadot.utils.crypto.NaclTest
- hexToU8a(String) - Static method in class org.polkadot.utils.Utils
- hexToU8a(String, int) - Static method in class org.polkadot.utils.Utils
-
Creates a Buffer object from a hex string.
- HTTP_URL - Static variable in interface org.polkadot.rpc.provider.Constants
- httpBuildQuery() - Method in class org.polkadot.common.HttpClient.Params
- HttpClient - Class in org.polkadot.common
- HttpClient() - Constructor for class org.polkadot.common.HttpClient
- HttpClient.HeadOptions - Class in org.polkadot.common
- HttpClient.HttpResp - Class in org.polkadot.common
- HttpClient.Params - Class in org.polkadot.common
- HttpProvider - Class in org.polkadot.rpc.provider.http
-
# @polkadot/rpc-provider/https HttpProvider The HTTP Provider allows sending requests using HTTP to a HTTP RPC server TCP port.
- HttpProvider(String) - Constructor for class org.polkadot.rpc.provider.http.HttpProvider
- HttpResp(int, String) - Constructor for class org.polkadot.common.HttpClient.HttpResp
I
- I128 - Class in org.polkadot.types.primitive
-
An 128-bit signed integer
- I128(Object) - Constructor for class org.polkadot.types.primitive.I128
- I16 - Class in org.polkadot.types.primitive
-
An 16-bit signed integer
- I16(Object) - Constructor for class org.polkadot.types.primitive.I16
- I256 - Class in org.polkadot.types.primitive
-
An 256-bit signed integer
- I256(Object) - Constructor for class org.polkadot.types.primitive.I256
- I32 - Class in org.polkadot.types.primitive
-
An 32-bit signed integer
- I32(Object) - Constructor for class org.polkadot.types.primitive.I32
- I64 - Class in org.polkadot.types.primitive
-
An 64-bit signed integer
- I64(Object) - Constructor for class org.polkadot.types.primitive.I64
- I8 - Class in org.polkadot.types.primitive
-
An 8-bit signed integer
- I8(Object) - Constructor for class org.polkadot.types.primitive.I8
- IApi<ApplyResult> - Interface in org.polkadot.direct
- idAndIndex(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.accounts.AccountFunctions
- idToIndex(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.accounts.AccountFunctions
- IFunction<R> - Interface in org.polkadot.direct
- IMMORTAL_ERA - Static variable in class org.polkadot.types.type.ExtrinsicSignature
- IModule<S extends ISection> - Interface in org.polkadot.direct
- index() - Method in class org.polkadot.types.codec.EnumType
-
The index of the metadata value
- Index - Class in org.polkadot.api.derive
- Index - Class in org.polkadot.type.extrinsics
- Index - Class in org.polkadot.types.type
-
The Nonce or number of transactions sent by a specific account.
- Index - Interface in org.polkadot.common.keyring.pair
- Index() - Constructor for class org.polkadot.api.derive.Index
- Index() - Constructor for class org.polkadot.type.extrinsics.Index
- Index(Object) - Constructor for class org.polkadot.types.type.Index
- Index.Derive - Class in org.polkadot.api.derive
- Index.DeriveCustom - Class in org.polkadot.api.derive
- Index.DeriveCustomSection - Class in org.polkadot.api.derive
- Index.DeriveReal - Class in org.polkadot.api.derive
- Index.DeriveRealSection - Class in org.polkadot.api.derive
- Index.KeyringPairDefault - Class in org.polkadot.common.keyring.pair
- indexes(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.accounts.AccountFunctions
-
Returns all the indexes on the system - this is an unwieldly query since it loops through all of the enumsets and returns all of the values found.
- indexOf(Object) - Method in class org.polkadot.types.codec.Vector
- indexToId(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.accounts.AccountFunctions
- IndividualExposure - Class in org.polkadot.types.type
-
The Substrate IndividualExposure for staking
- IndividualExposure(Object) - Constructor for class org.polkadot.types.type.IndividualExposure
- InherentOfflineReport - Class in org.polkadot.types.type
-
Describes the offline-reporting extrinsic
- InherentOfflineReport() - Constructor for class org.polkadot.types.type.InherentOfflineReport
- injectMetadata(MetadataV0) - Static method in class org.polkadot.types.type.Event
- injectMethods(Method.ModulesWithMethods) - Static method in class org.polkadot.types.primitive.Method
- Int - Class in org.polkadot.types.primitive
-
A generic signed integer codec.
- Int(Object, int, boolean) - Constructor for class org.polkadot.types.primitive.Int
- intentionsBalances(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.staking.StakingFunctions
-
Get the balances for all intentions and their nominators
- intsToBytes(int[]) - Method in class org.polkadot.utils.crypto.NaclTest
- Invalid() - Constructor for class org.polkadot.types.rpc.ExtrinsicStatus.Invalid
- InvalidCipherTextException() - Constructor for exception org.polkadot.utils.crypto.TweetNaCl.InvalidCipherTextException
- InvalidSignatureException() - Constructor for exception org.polkadot.utils.crypto.TweetNaCl.InvalidSignatureException
- invoke(Object...) - Method in class org.polkadot.api.Types.DecoratedRpcMethod
- invoke(Object...) - Method in interface org.polkadot.direct.IRpcFunction
- IProvider - Interface in org.polkadot.rpc.provider
- IProvider.CallbackHandler<T,U> - Interface in org.polkadot.rpc.provider
- IProvider.ProviderInterfaceEmitCb - Interface in org.polkadot.rpc.provider
- IProvider.ProviderInterfaceEmitted - Enum in org.polkadot.rpc.provider
- IProvider.SubscriptionHandler - Class in org.polkadot.rpc.provider
- IRpc - Interface in org.polkadot.rpc.core
- IRpc.RpcInterfaceSection - Class in org.polkadot.rpc.core
- IRpcFunction<T> - Interface in org.polkadot.direct
- IRpcFunction.SubscribeCallback<T> - Interface in org.polkadot.direct
- IRpcFunction.Unsubscribe<T> - Interface in org.polkadot.direct
- IRpcModule - Interface in org.polkadot.direct
- isApplyExtrinsic() - Method in class org.polkadot.types.type.EventRecord.Phase
-
true when this is a ApplyExtrinsic
- isAura() - Method in class org.polkadot.types.type.Digest.Consensus
-
`true` if the engine matches aura
- isAutoConnect() - Method in class org.polkadot.rpc.provider.ws.WsProvider
- isAye() - Method in class org.polkadot.types.type.Vote
-
true is the wrapped value is a positive vote
- isBroadcast() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
Returns true if the status is boadcast
- isConnected() - Method in class org.polkadot.rpc.provider.http.HttpProvider
- isConnected() - Method in interface org.polkadot.rpc.provider.IProvider
- isConnected() - Method in class org.polkadot.rpc.provider.ws.WsProvider
- isConnected() - Method in class org.polkadot.rpc.rx.RpcRx
- isConnected() - Method in interface org.polkadot.rpc.rx.Types.IRpcRx
- isConsensus() - Method in class org.polkadot.types.type.Digest.DigestItem
-
Returns true on Consensus
- isConstant() - Method in interface org.polkadot.types.Types.ContractABIFn
- isContainer(Object) - Static method in class org.polkadot.utils.Utils
- isDeprecated - Variable in class org.polkadot.rpc.json.types.JsonRpcMethodOpt
- isDeprecated - Variable in class org.polkadot.rpc.json.types.JsonRpcSection
- isDeprecated() - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- isDoubleMap() - Method in class org.polkadot.types.metadata.v3.Storage.MetadataStorageType
-
`true` if the storage entry is a doublemap
- isDropped() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
Returns true if the status is dropped
- ISection<F extends IFunction> - Class in org.polkadot.direct
- ISection() - Constructor for class org.polkadot.direct.ISection
- isEmpty() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- isEmpty() - Method in class org.polkadot.common.HttpClient.Params
- isEmpty() - Method in class org.polkadot.types.codec.AbstractArray
-
Checks if the value is an empty value
- isEmpty() - Method in class org.polkadot.types.codec.AbstractInt
-
Checks if the value is a zero value (align elsewhere)
- isEmpty() - Method in class org.polkadot.types.codec.Compact
-
Checks if the value is an empty value
- isEmpty() - Method in class org.polkadot.types.codec.Enum
-
Checks if the value is an empty value (always false)
- isEmpty() - Method in class org.polkadot.types.codec.EnumType
-
Checks if the value is an empty value
- isEmpty() - Method in interface org.polkadot.types.Codec
- isEmpty() - Method in class org.polkadot.types.codec.Option
-
Checks if the Option has no value
- isEmpty() - Method in class org.polkadot.types.codec.Set
-
true is the Set contains no values
- isEmpty() - Method in class org.polkadot.types.codec.Struct
-
Checks if the value is an empty value
- isEmpty() - Method in class org.polkadot.types.codec.U8a
-
Returns true if the type wraps an empty/default all-0 value
- isEmpty() - Method in class org.polkadot.types.primitive.Bool
-
Checks if the value is an empty value (always false)
- isEmpty() - Method in class org.polkadot.types.primitive.Moment
-
Checks if the value is an empty value
- isEmpty() - Method in class org.polkadot.types.primitive.Null
-
Checks if the value is an empty value (always true)
- isEmpty() - Method in class org.polkadot.types.primitive.Text
-
Checks if the value is an empty value
- isEmpty() - Method in class org.polkadot.types.rpc.Json
-
Checks if the value is an empty value
- isEmpty() - Method in class org.polkadot.types.type.Address
-
Checks if the value is an empty value
- isFinalization() - Method in class org.polkadot.types.type.EventRecord.Phase
-
true when this is a ApplyExtrinsic
- isFinalized() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
Returns true if the status is finalized
- isFuture() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
Returns true if the status is future
- isHasSubscriptions() - Method in class org.polkadot.rpc.provider.http.HttpProvider
-
`true` when this provider supports subscriptions
- isHasSubscriptions() - Method in interface org.polkadot.rpc.provider.IProvider
- isHasSubscriptions() - Method in class org.polkadot.rpc.provider.ws.WsProvider
-
`true` when this provider supports subscriptions
- isHex(Object) - Static method in class org.polkadot.utils.Utils
- isHex(Object, int, boolean) - Static method in class org.polkadot.utils.Utils
- isHidden - Variable in class org.polkadot.rpc.json.types.JsonRpcMethodOpt
- isHidden - Variable in class org.polkadot.rpc.json.types.JsonRpcSection
- isHidden() - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- isInvalid() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
Returns true if the status is invalid
- isLinked() - Method in class org.polkadot.types.metadata.v0.Modules.MapType
- isLinked() - Method in class org.polkadot.types.metadata.v1.Storage.MapType
-
Is this an enumerable linked map
- isLinked() - Method in class org.polkadot.types.metadata.v2.Storage.MapType
-
Is this an enumerable linked map
- isLocked() - Method in class org.polkadot.common.keyring.pair.Index.KeyringPairDefault
- isLocked() - Method in interface org.polkadot.common.keyring.Types.KeyringPair
- isMap() - Method in class org.polkadot.types.metadata.v0.Modules.StorageFunctionType
-
`true` if the storage entry is a map
- isMap() - Method in class org.polkadot.types.metadata.v1.Storage.MetadataStorageType
-
`true` if the storage entry is a map
- isMap() - Method in class org.polkadot.types.metadata.v2.Storage.MetadataStorageType
-
`true` if the storage entry is a map
- isMap() - Method in class org.polkadot.types.metadata.v3.Storage.MetadataStorageType
-
`true` if the storage entry is a map
- isNay() - Method in class org.polkadot.types.type.Vote
-
true is the wrapped value is a negative vote
- isNone() - Method in class org.polkadot.types.codec.EnumType
-
Checks if the Enum points to a
Nulltype - isNone() - Method in class org.polkadot.types.codec.Option
-
Checks if the Option has no value
- isNull() - Method in class org.polkadot.types.codec.EnumType
-
Checks if the Enum points to a
Nulltype (deprecated, use isNone) - isOnce() - Method in interface org.polkadot.common.EventEmitter.EventListener
- isOptional() - Method in class org.polkadot.rpc.json.types.JsonRpcParam
- isOptional() - Method in class org.polkadot.types.metadata.v0.Modules.StorageFunctionModifier
-
`true` if the storage entry is optional
- isOptional() - Method in class org.polkadot.types.metadata.v1.Storage.MetadataStorageModifier
-
`true` if the storage entry is optional
- ISR25591 - Interface in org.polkadot.utils.crypto
- isReady() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
Returns true if the status is eady
- isReserve() - Method in class org.polkadot.types.type.WithdrawReasons
-
In order to reserve some funds for a later return or repatriation
- isSeal() - Method in class org.polkadot.types.type.Digest.DigestItem
-
Returns true on Seal
- isSigned - Variable in class org.polkadot.rpc.json.types.JsonRpcMethodOpt
- isSigned() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- isSigned() - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- isSigned() - Method in class org.polkadot.types.type.Extrinsic
-
`true` id the extrinsic is signed
- isSigned() - Method in class org.polkadot.types.type.ExtrinsicSignature
- isSigned() - Method in class org.polkadot.types.type.SignaturePayload
-
`true` if the payload refers to a valid signature
- isSigned() - Method in interface org.polkadot.types.Types.IExtrinsic
- isSigned() - Method in interface org.polkadot.types.Types.IExtrinsicSignature
- isSome() - Method in class org.polkadot.types.codec.Option
-
Checks if the Option has a value
- isSr25519(String) - Static method in interface org.polkadot.common.keyring.pair.Index
- isSubscribe() - Method in interface org.polkadot.direct.IRpcFunction
- isSubscription - Variable in class org.polkadot.rpc.json.types.JsonRpcMethodOpt
- isSubscription() - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- isSyncing() - Method in class org.polkadot.types.rpc.Health
-
The sync status
- isTransactionPayment() - Method in class org.polkadot.types.type.WithdrawReasons
-
In order to pay for (system) transaction costs
- isTransfer() - Method in class org.polkadot.types.type.WithdrawReasons
-
In order to transfer ownership
- isType(String) - Method in class org.polkadot.types.codec.EnumType
- isU8a(Object) - Static method in class org.polkadot.utils.Utils
-
Tests for a `Uint8Array` object instance.
- isUnhashed() - Method in class org.polkadot.type.storage.CreateFunction.CreateItemOptions
- isUsurped() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
Returns true if the status is usurped
- IWsProvider - Interface in org.polkadot.rpc.provider
J
- JniSR25591 - Class in org.polkadot.utils.crypto
- JniSR25591() - Constructor for class org.polkadot.utils.crypto.JniSR25591
- Json - Class in org.polkadot.types.rpc
-
Wraps the a JSON structure retrieve via RPC.
- Json(Object) - Constructor for class org.polkadot.types.rpc.Json
- JSON_MAP - Static variable in class org.polkadot.types.rpc.Health
- JSON_MAP - Static variable in class org.polkadot.types.type.Justification.RhdJustification
- JsonAuthor - Class in org.polkadot.rpc.json
- JsonAuthor() - Constructor for class org.polkadot.rpc.json.JsonAuthor
- JsonChain - Class in org.polkadot.rpc.json
- JsonChain() - Constructor for class org.polkadot.rpc.json.JsonChain
- JsonRpc - Class in org.polkadot.rpc.json
- JsonRpc() - Constructor for class org.polkadot.rpc.json.JsonRpc
- JsonRpcError() - Constructor for class org.polkadot.rpc.provider.Types.JsonRpcError
- JsonRpcMethod - Class in org.polkadot.rpc.json.types
- JsonRpcMethod(JsonRpcMethodOpt, String, String) - Constructor for class org.polkadot.rpc.json.types.JsonRpcMethod
- JsonRpcMethodOpt - Class in org.polkadot.rpc.json.types
- JsonRpcMethodOpt(String, String) - Constructor for class org.polkadot.rpc.json.types.JsonRpcMethodOpt
- JsonRpcMethodOpt(String, List<JsonRpcParam>, String) - Constructor for class org.polkadot.rpc.json.types.JsonRpcMethodOpt
- JsonRpcMethodOpt(String, List<JsonRpcParam>, String[], String) - Constructor for class org.polkadot.rpc.json.types.JsonRpcMethodOpt
- JsonRpcMethodOpt(String, List<JsonRpcParam>, String[], String, boolean) - Constructor for class org.polkadot.rpc.json.types.JsonRpcMethodOpt
- JsonRpcMethodOpt(String, List<JsonRpcParam>, String, boolean) - Constructor for class org.polkadot.rpc.json.types.JsonRpcMethodOpt
- JsonRpcObject() - Constructor for class org.polkadot.rpc.provider.Types.JsonRpcObject
- JsonRpcObject(int, String) - Constructor for class org.polkadot.rpc.provider.Types.JsonRpcObject
- JsonRpcParam - Class in org.polkadot.rpc.json.types
- JsonRpcParam(String, String) - Constructor for class org.polkadot.rpc.json.types.JsonRpcParam
- JsonRpcParam(String, String, boolean) - Constructor for class org.polkadot.rpc.json.types.JsonRpcParam
- JsonRpcRequest(int, String, String, List<Object>) - Constructor for class org.polkadot.rpc.provider.Types.JsonRpcRequest
- JsonRpcResponse() - Constructor for class org.polkadot.rpc.provider.Types.JsonRpcResponse
- JsonRpcResponse(int, String) - Constructor for class org.polkadot.rpc.provider.Types.JsonRpcResponse
- JsonRpcSection - Class in org.polkadot.rpc.json.types
- JsonRpcSection(boolean, boolean, String, String, Map<String, JsonRpcMethod>) - Constructor for class org.polkadot.rpc.json.types.JsonRpcSection
- JsonState - Class in org.polkadot.rpc.json
- JsonState() - Constructor for class org.polkadot.rpc.json.JsonState
- JsonSystem - Class in org.polkadot.rpc.json
- JsonSystem() - Constructor for class org.polkadot.rpc.json.JsonSystem
- Justification - Class in org.polkadot.types.type
-
A generic justification as a stream of
Bytes, this is specific per consensus implementation - Justification(Object) - Constructor for class org.polkadot.types.type.Justification
- Justification.RhdJustification - Class in org.polkadot.types.type
-
Justification for the Rhododendron consensus algorithm
- Justification.RhdJustificationValue - Class in org.polkadot.types.type
K
- KEEPALIVE_INTERVAL - Static variable in class org.polkadot.api.ApiBase
- key(Object) - Method in class org.polkadot.api.Types.QueryableStorageFunction
- Key - Class in org.polkadot.types.type
-
The Substrate Key representation as a
Bytes(`vec`). - Key(Object) - Constructor for class org.polkadot.types.type.Key
- Keypair(byte[], byte[]) - Constructor for class org.polkadot.utils.crypto.Types.Keypair
- KeypairType_ED - Static variable in interface org.polkadot.utils.crypto.Types
- KeypairType_SR - Static variable in interface org.polkadot.utils.crypto.Types
- Keyring - Class in org.polkadot.common.keyring
-
# @polkadot/keyring
- Keyring(Types.KeyringOptions) - Constructor for class org.polkadot.common.keyring.Keyring
- KeyringOptions(String) - Constructor for class org.polkadot.common.keyring.Types.KeyringOptions
- KeyringPairDefault(String, Types.PairInfo, Types.KeyringPairMeta, byte[]) - Constructor for class org.polkadot.common.keyring.pair.Index.KeyringPairDefault
- KeyringPairJson() - Constructor for class org.polkadot.common.keyring.Types.KeyringPairJson
- KeyringPairJsonEncoding() - Constructor for class org.polkadot.common.keyring.Types.KeyringPairJsonEncoding
- KeyringPairJsonVersion - Static variable in interface org.polkadot.common.keyring.Types
- KeyringPairMap() - Constructor for class org.polkadot.common.keyring.Pairs.KeyringPairMap
- KeyringPairMeta() - Constructor for class org.polkadot.common.keyring.Types.KeyringPairMeta
- KeyValue - Class in org.polkadot.types.type
-
KeyValue structure.
- KeyValue(Object) - Constructor for class org.polkadot.types.type.KeyValue
- KeyValue.KeyValueOption - Class in org.polkadot.types.type
-
A key/value change.
- KeyValueOption(Object) - Constructor for class org.polkadot.types.type.KeyValue.KeyValueOption
L
- ld32(byte[], int) - Static method in class org.polkadot.utils.crypto.TweetNaCl
- length() - Method in class org.polkadot.types.codec.AbstractArray
-
The length of the value
- length() - Method in class org.polkadot.types.codec.U8a
-
The length of the value
- length() - Method in class org.polkadot.types.primitive.Text
-
The length of the value
- length() - Method in class org.polkadot.types.type.Extrinsic
-
The length of the encoded value
- Linkage<T extends Codec> - Class in org.polkadot.types.codec
- Linkage - org.polkadot.types.codec.CreateType.TypeDefInfo
- Linkage(Types.ConstructorCodec, Object) - Constructor for class org.polkadot.types.codec.Linkage
- Linkage.LinkageResult - Class in org.polkadot.types.codec
- LinkageResult(Types.ConstructorCodec, List<Object>, Types.ConstructorCodec, List<Object>) - Constructor for class org.polkadot.types.codec.Linkage.LinkageResult
- listeners - Variable in class org.polkadot.common.EventEmitter
- lock() - Method in class org.polkadot.common.keyring.pair.Index.KeyringPairDefault
- lock() - Method in interface org.polkadot.common.keyring.Types.KeyringPair
- LockIdentifier - Class in org.polkadot.types.type
- LockIdentifier(Object) - Constructor for class org.polkadot.types.type.LockIdentifier
- LocKPeriods - Class in org.polkadot.types.type
- LocKPeriods(Object) - Constructor for class org.polkadot.types.type.LocKPeriods
M
- MAGIC_ERROR - Static variable in class org.polkadot.types.metadata.MagicNumber
- MAGIC_NUMBER - Static variable in class org.polkadot.types.metadata.MagicNumber
- MagicNumber - Class in org.polkadot.types.metadata
- MagicNumber(Object) - Constructor for class org.polkadot.types.metadata.MagicNumber
- main - Static variable in class org.polkadot.common.ExecutorsManager
- main(String[]) - Static method in class org.polkadot.example.Democracy
- main(String[]) - Static method in class org.polkadot.example.promise.E01_SimpleConnect
- main(String[]) - Static method in class org.polkadot.example.promise.E02_ListenToBlocks
- main(String[]) - Static method in class org.polkadot.example.promise.E03_ListenToBalanceChange
- main(String[]) - Static method in class org.polkadot.example.promise.E04_Unsubscribe
- main(String[]) - Static method in class org.polkadot.example.promise.E05_ReadStorage
- main(String[]) - Static method in class org.polkadot.example.promise.E06_MakeTransfer
- main(String[]) - Static method in class org.polkadot.example.promise.E08_SystemEvent
- main(String[]) - Static method in class org.polkadot.example.promise.E09_TransferEvents
- main(String[]) - Static method in class org.polkadot.example.promise.E10_UpgradeChain
- main(String[]) - Static method in class org.polkadot.example.rx.E01_SimpleConnect
- main(String[]) - Static method in class org.polkadot.example.rx.E02_ListenToBlocks
- main(String[]) - Static method in class org.polkadot.example.rx.E03_ListenToBalanceChange
- main(String[]) - Static method in class org.polkadot.example.rx.E04_Unsubscribe
- main(String[]) - Static method in class org.polkadot.example.rx.E05_ReadStorage
- main(String[]) - Static method in class org.polkadot.example.rx.E06_MakeTransfer
- main(String[]) - Static method in class org.polkadot.example.rx.E08_SystemEvent
- main(String[]) - Static method in class org.polkadot.example.rx.E09_TransferEvents
- main(String[]) - Static method in class org.polkadot.example.rx.E10_UpgradeChain
- main(String[]) - Static method in class org.polkadot.example.Staking
- main(String[]) - Static method in class org.polkadot.types.codec.TypeRegistry
- main(String[]) - Static method in class org.polkadot.types.metadata.Metadata
- main(String[]) - Static method in class org.polkadot.utils.crypto.Base58
- main(String[]) - Static method in class org.polkadot.utils.crypto.NaclTest
- main(String[]) - Static method in class org.polkadot.utils.Utils
- main(String[]) - Static method in class org.polkadot.utils.UtilsCrypto
- MapType(Object) - Constructor for class org.polkadot.types.metadata.v0.Modules.MapType
- MapType(Object) - Constructor for class org.polkadot.types.metadata.v1.Storage.MapType
- MapType(Object) - Constructor for class org.polkadot.types.metadata.v2.Storage.MapType
- MapUtils - Class in org.polkadot.utils
- MapUtils() - Constructor for class org.polkadot.utils.MapUtils
- MAX_1BYTE - Static variable in class org.polkadot.types.type.AccountIndex
- MAX_2BYTE - Static variable in class org.polkadot.types.type.AccountIndex
- MAX_4BYTE - Static variable in class org.polkadot.types.type.AccountIndex
- messages - Variable in class org.polkadot.types.Types.Contract
- messages - Variable in class org.polkadot.types.Types.ContractABI
- meta - Static variable in class org.polkadot.types.metadata.Metadata
- meta - Variable in class org.polkadot.types.primitive.Method.DecodedMethod
- meta - Variable in class org.polkadot.types.primitive.Method
- meta - Variable in class org.polkadot.types.primitive.StorageKey.StorageFunction
- Metadata - Class in org.polkadot.types.metadata
-
The versioned runtime metadata as a decoded structure
- Metadata(Object) - Constructor for class org.polkadot.types.metadata.Metadata
- MetadataCall(Object) - Constructor for class org.polkadot.types.metadata.v1.Calls.MetadataCall
- MetadataCallArg(Object) - Constructor for class org.polkadot.types.metadata.v1.Calls.MetadataCallArg
- MetadataEnum(Object) - Constructor for class org.polkadot.types.metadata.MetadataVersioned.MetadataEnum
- MetadataEvent(Object) - Constructor for class org.polkadot.types.metadata.v1.Events.MetadataEvent
- MetadataModule(Object) - Constructor for class org.polkadot.types.metadata.v1.MetadataV1.MetadataModule
- MetadataModule(Object) - Constructor for class org.polkadot.types.metadata.v2.MetadataV2.MetadataModule
- MetadataModule(Object) - Constructor for class org.polkadot.types.metadata.v3.MetadataV3.MetadataModule
- MetadataStorageModifier(Object) - Constructor for class org.polkadot.types.metadata.v1.Storage.MetadataStorageModifier
- MetadataStorageModifier(Object, int) - Constructor for class org.polkadot.types.metadata.v1.Storage.MetadataStorageModifier
- MetadataStorageType(Object) - Constructor for class org.polkadot.types.metadata.v1.Storage.MetadataStorageType
- MetadataStorageType(Object) - Constructor for class org.polkadot.types.metadata.v2.Storage.MetadataStorageType
- MetadataStorageType(Object) - Constructor for class org.polkadot.types.metadata.v3.Storage.MetadataStorageType
- MetadataStorageType(Object, int) - Constructor for class org.polkadot.types.metadata.v1.Storage.MetadataStorageType
- MetadataStorageType(Object, int) - Constructor for class org.polkadot.types.metadata.v2.Storage.MetadataStorageType
- MetadataStorageType(Object, int) - Constructor for class org.polkadot.types.metadata.v3.Storage.MetadataStorageType
- MetadataStorageV1(Object) - Constructor for class org.polkadot.types.metadata.v1.Storage.MetadataStorageV1
- MetadataStorageV2(Object) - Constructor for class org.polkadot.types.metadata.v2.Storage.MetadataStorageV2
- MetadataStorageV3(Object) - Constructor for class org.polkadot.types.metadata.v3.Storage.MetadataStorageV3
- MetadataUtils - Class in org.polkadot.types.metadata
- MetadataUtils() - Constructor for class org.polkadot.types.metadata.MetadataUtils
- MetadataV0 - Class in org.polkadot.types.metadata.v0
-
The runtime metadata as a decoded structure
- MetadataV0(Object) - Constructor for class org.polkadot.types.metadata.v0.MetadataV0
- MetadataV1 - Class in org.polkadot.types.metadata.v1
- MetadataV1(Object) - Constructor for class org.polkadot.types.metadata.v1.MetadataV1
- MetadataV1.MetadataModule - Class in org.polkadot.types.metadata.v1
-
The definition of a module in the system
- MetadataV2 - Class in org.polkadot.types.metadata.v2
- MetadataV2(Object) - Constructor for class org.polkadot.types.metadata.v2.MetadataV2
- MetadataV2.MetadataModule - Class in org.polkadot.types.metadata.v2
-
The definition of a module in the system
- MetadataV3 - Class in org.polkadot.types.metadata.v3
- MetadataV3(Object) - Constructor for class org.polkadot.types.metadata.v3.MetadataV3
- MetadataV3.MetadataModule - Class in org.polkadot.types.metadata.v3
-
The definition of a module in the system
- MetadataVersioned - Class in org.polkadot.types.metadata
-
The versioned runtime metadata as a decoded structure
- MetadataVersioned(Object) - Constructor for class org.polkadot.types.metadata.MetadataVersioned
- MetadataVersioned.MetadataEnum - Class in org.polkadot.types.metadata
- method - Variable in class org.polkadot.rpc.provider.ws.WsProvider.WsStateAwaiting
- method - Variable in class org.polkadot.types.primitive.StorageKey.StorageFunction
- Method - Class in org.polkadot.types.primitive
-
Extrinsic function descriptor, as defined in {@link https://github.com/paritytech/wiki/blob/master/Extrinsic.md#the-extrinsic-format-for-node}.
- Method(Object, Modules.FunctionMetadata) - Constructor for class org.polkadot.types.primitive.Method
- Method.DecodedMethod - Class in org.polkadot.types.primitive
- Method.DecodeMethodInput - Class in org.polkadot.types.primitive
- Method.MethodFunction - Class in org.polkadot.types.primitive
- Method.MethodIndex - Class in org.polkadot.types.primitive
-
A wrapper around the `[sectionIndex, methodIndex]` value that uniquely identifies a method
- Method.Methods - Class in org.polkadot.types.primitive
- Method.ModulesWithMethods - Class in org.polkadot.types.primitive
- MethodFunction() - Constructor for class org.polkadot.types.primitive.Method.MethodFunction
- MethodIndex(Object) - Constructor for class org.polkadot.types.primitive.Method.MethodIndex
- Methods() - Constructor for class org.polkadot.types.primitive.Method.Methods
- MisbehaviorKind(Object, int) - Constructor for class org.polkadot.types.type.MisbehaviorReport.MisbehaviorKind
- MisbehaviorReport - Class in org.polkadot.types.type
-
A Misbehaviour report of MisbehavioirKind against a specific AuthorityId
- MisbehaviorReport(Object) - Constructor for class org.polkadot.types.type.MisbehaviorReport
- MisbehaviorReport.BftAtReport - Class in org.polkadot.types.type
-
A report of a/b hash-signature pairs for a specific index.
- MisbehaviorReport.BftAtReportValue - Class in org.polkadot.types.type
- MisbehaviorReport.BftAtReportValueSingle - Class in org.polkadot.types.type
- MisbehaviorReport.BftDoubleCommit - Class in org.polkadot.types.type
-
Report of a double-commit
- MisbehaviorReport.BftDoublePrepare - Class in org.polkadot.types.type
-
Report of a double-prepare
- MisbehaviorReport.BftDoublePropose - Class in org.polkadot.types.type
-
Report of a double-propose
- MisbehaviorReport.BftProposeOutOfTurn - Class in org.polkadot.types.type
-
A report for out-of-turn proposals
- MisbehaviorReport.MisbehaviorKind - Class in org.polkadot.types.type
-
An
EnumTypecontaining a Bft misbehaviour - MisbehaviorReport.MisbehaviorReportValue - Class in org.polkadot.types.type
- MisbehaviorReportValue() - Constructor for class org.polkadot.types.type.MisbehaviorReport.MisbehaviorReportValue
- ModuleMetadata(Object) - Constructor for class org.polkadot.types.metadata.v0.Modules.ModuleMetadata
- Modules - Interface in org.polkadot.types.metadata.v0
- Modules.CallMetadata - Class in org.polkadot.types.metadata.v0
- Modules.FunctionArgumentMetadata - Class in org.polkadot.types.metadata.v0
- Modules.FunctionMetadata - Class in org.polkadot.types.metadata.v0
- Modules.MapType - Class in org.polkadot.types.metadata.v0
- Modules.ModuleMetadata - Class in org.polkadot.types.metadata.v0
- Modules.PlainType - Class in org.polkadot.types.metadata.v0
- Modules.RuntimeModuleMetadata - Class in org.polkadot.types.metadata.v0
- Modules.StorageFunctionMetadata - Class in org.polkadot.types.metadata.v0
- Modules.StorageFunctionMetadataValue - Class in org.polkadot.types.metadata.v0
- Modules.StorageFunctionModifier - Class in org.polkadot.types.metadata.v0
- Modules.StorageFunctionType - Class in org.polkadot.types.metadata.v0
- Modules.StorageMetadata - Class in org.polkadot.types.metadata.v0
- ModuleStorage() - Constructor for class org.polkadot.type.storage.Types.ModuleStorage
- ModulesWithMethods() - Constructor for class org.polkadot.types.primitive.Method.ModulesWithMethods
- Moment - Class in org.polkadot.types.primitive
-
A wrapper around seconds/timestamps.
- Moment(Object) - Constructor for class org.polkadot.types.primitive.Moment
- Moment.MomentOf - Class in org.polkadot.types.primitive
-
The Substrate MomentOf representation as a Moment.
- MomentOf(Object) - Constructor for class org.polkadot.types.primitive.Moment.MomentOf
- mutates - Variable in class org.polkadot.types.Types.ContractABIMethod
N
- Nacl - Class in org.polkadot.utils.crypto
- Nacl() - Constructor for class org.polkadot.utils.crypto.Nacl
- Nacl.Encrypted - Class in org.polkadot.utils.crypto
- naclDecrypt(byte[], byte[], byte[]) - Static method in class org.polkadot.utils.crypto.Nacl
-
Decrypts a message using the supplied secretKey and nonce Returns an decrypted message, using the `secret` and `nonce`.
- naclEncrypt(byte[], byte[]) - Static method in class org.polkadot.utils.crypto.Nacl
-
Encrypts a message using the supplied secretKey and nonce Returns an encrypted message, using the `secretKey` and `nonce`.
- naclEncrypt(byte[], byte[], byte[]) - Static method in class org.polkadot.utils.crypto.Nacl
- naclKeypairFromSeed(byte[]) - Static method in class org.polkadot.utils.crypto.Nacl
-
Creates a new public/secret keypair from a seed.
- naclSign(byte[], Types.Keypair) - Static method in class org.polkadot.utils.crypto.Nacl
-
Signs a message using the supplied secretKey Returns message signature of `message`, using the `secretKey`.
- NaclTest - Class in org.polkadot.utils.crypto
- NaclTest() - Constructor for class org.polkadot.utils.crypto.NaclTest
- naclVerify(byte[], byte[], byte[]) - Static method in class org.polkadot.utils.crypto.Nacl
-
Verifies the signature on the supplied message.
- name - Variable in class org.polkadot.types.Types.ContractABI
- name - Variable in class org.polkadot.types.Types.ContractABIArg
- name - Variable in class org.polkadot.types.Types.ContractABIMethod
- NamedThreadFactory - Class in org.polkadot.common
- NamedThreadFactory(String) - Constructor for class org.polkadot.common.NamedThreadFactory
- NetworkState - Class in org.polkadot.types.rpc
-
Wraps the properties retrieved from the chain via the `system.network_state` RPC call.
- NetworkState(Object) - Constructor for class org.polkadot.types.rpc.NetworkState
- NewAccountOutcome - Class in org.polkadot.types.type
-
Enum to track the outcome for creation of an AccountId
- NewAccountOutcome(int) - Constructor for class org.polkadot.types.type.NewAccountOutcome
- newInstance(Object...) - Method in class org.polkadot.types.type.Event.EventData.Builder
- newInstance(Object...) - Method in interface org.polkadot.types.Types.ConstructorCodec
- newInstance(Object, int) - Method in interface org.polkadot.types.codec.EnumType.EnumConstructor
- newThread(Runnable) - Method in class org.polkadot.common.NamedThreadFactory
- NextAuthority(Object) - Constructor for class org.polkadot.types.type.StoredPendingChange.NextAuthority
- NextAuthorityValue() - Constructor for class org.polkadot.types.type.StoredPendingChange.NextAuthorityValue
- nominatedBalance - Variable in class org.polkadot.api.derive.Types.DerivedBalances
- nominators - Variable in class org.polkadot.api.derive.Types.DerivedBalances
- Nonce - Class in org.polkadot.types.type
-
The Nonce or number of transactions sent by a specific account.
- Nonce(Object) - Constructor for class org.polkadot.types.type.Nonce
- NONCE_LENGTH - Static variable in interface org.polkadot.common.keyring.pair.Defaults
- NonceCompact - Class in org.polkadot.types.type
-
The Compact
or number of transactions sent by a specific account. - NonceCompact(Object) - Constructor for class org.polkadot.types.type.NonceCompact
- Null - Class in org.polkadot.types.primitive
-
Implements a type that does not contain anything (apart from `null`)
- Null() - Constructor for class org.polkadot.types.primitive.Null
O
- off(EventEmitter.EventType, EventEmitter.EventListener, Object, boolean) - Method in class org.polkadot.common.EventEmitter
- ofMap(K, V) - Static method in class org.polkadot.utils.MapUtils
- ofMap(K, V, K, V) - Static method in class org.polkadot.utils.MapUtils
- ofMap(K, V, K, V, K, V) - Static method in class org.polkadot.utils.MapUtils
- ofMap(K, V, K, V, K, V, K, V) - Static method in class org.polkadot.utils.MapUtils
- ofMap(K, V, K, V, K, V, K, V, K, V) - Static method in class org.polkadot.utils.MapUtils
- ofMap(K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.polkadot.utils.MapUtils
- ofMap(K, V, K, V, K, V, K, V, K, V, K, V, K, V) - Static method in class org.polkadot.utils.MapUtils
- on(EventEmitter.EventType, EventEmitter.EventListener) - Method in class org.polkadot.common.EventEmitter
- on(EventEmitter.EventType, EventEmitter.EventListener, Object) - Method in class org.polkadot.common.EventEmitter
- on(IProvider.ProviderInterfaceEmitted, EventEmitter.EventListener) - Method in class org.polkadot.api.ApiBase
-
Attach an eventemitter handler to listen to a specific event
- on(IProvider.ProviderInterfaceEmitted, EventEmitter.EventListener) - Method in interface org.polkadot.api.Types.ApiBaseInterface
- on(IProvider.ProviderInterfaceEmitted, EventEmitter.EventListener) - Method in class org.polkadot.rpc.provider.http.HttpProvider
-
Events are not supported with the HttpProvider, see
WsProvider. - on(IProvider.ProviderInterfaceEmitted, EventEmitter.EventListener) - Method in interface org.polkadot.rpc.provider.IProvider
- on(IProvider.ProviderInterfaceEmitted, EventEmitter.EventListener) - Method in class org.polkadot.rpc.provider.ws.WsProvider
- on(IProvider.ProviderInterfaceEmitted, EventEmitter.EventListener) - Method in interface org.polkadot.rpc.rx.Types.IRpcRx
- onCall(Types.OnCallFunction, List<Object>, boolean, IRpcFunction.SubscribeCallback) - Method in class org.polkadot.api.ApiBase
- onCall(Types.OnCallFunction, List<Object>, boolean, IRpcFunction.SubscribeCallback) - Method in class org.polkadot.api.promise.ApiPromise
- onCall(Types.OnCallFunction, List<Object>, boolean, IRpcFunction.SubscribeCallback) - Method in class org.polkadot.api.rx.ApiRx
- once(EventEmitter.EventType, EventEmitter.EventListener) - Method in class org.polkadot.common.EventEmitter
- once(EventEmitter.EventType, EventEmitter.EventListener, Object) - Method in class org.polkadot.common.EventEmitter
- once(IProvider.ProviderInterfaceEmitted, EventEmitter.EventListener) - Method in class org.polkadot.api.ApiBase
-
Attach an one-time eventemitter handler to listen to a specific event
- once(IProvider.ProviderInterfaceEmitted, EventEmitter.EventListener) - Method in interface org.polkadot.api.Types.ApiBaseInterface
- onEvent(Object...) - Method in interface org.polkadot.common.EventEmitter.EventListener
- Option<T extends Codec> - Class in org.polkadot.types.codec
-
An Option is an optional field.
- Option - org.polkadot.types.codec.CreateType.TypeDefInfo
- Option(Types.ConstructorCodec, Object) - Constructor for class org.polkadot.types.codec.Option
- Optional() - Constructor for class org.polkadot.types.metadata.v1.Storage.Optional
- Optional() - Constructor for class org.polkadot.types.metadata.v2.Storage.Optional
- options - Variable in class org.polkadot.api.ApiBase
- org.polkadot.api - package org.polkadot.api
-
# @polkadot/rpc-core This library provides a clean wrapper around all the methods exposed by a Polkadot network client.
- org.polkadot.api.derive - package org.polkadot.api.derive
-
# @polkadot/api-derive Common functions used across Polkadot, derived from RPC calls and storage queries.
- org.polkadot.api.derive.accounts - package org.polkadot.api.derive.accounts
- org.polkadot.api.derive.balances - package org.polkadot.api.derive.balances
- org.polkadot.api.derive.chain - package org.polkadot.api.derive.chain
- org.polkadot.api.derive.democracy - package org.polkadot.api.derive.democracy
- org.polkadot.api.derive.session - package org.polkadot.api.derive.session
- org.polkadot.api.derive.staking - package org.polkadot.api.derive.staking
- org.polkadot.api.promise - package org.polkadot.api.promise
- org.polkadot.api.rx - package org.polkadot.api.rx
- org.polkadot.common - package org.polkadot.common
- org.polkadot.common.keyring - package org.polkadot.common.keyring
- org.polkadot.common.keyring.address - package org.polkadot.common.keyring.address
- org.polkadot.common.keyring.pair - package org.polkadot.common.keyring.pair
- org.polkadot.direct - package org.polkadot.direct
- org.polkadot.example - package org.polkadot.example
- org.polkadot.example.promise - package org.polkadot.example.promise
- org.polkadot.example.rx - package org.polkadot.example.rx
- org.polkadot.rpc.core - package org.polkadot.rpc.core
-
# @polkadot/rpc-core This library provides a clean wrapper around all the methods exposed by a Polkadot network client.
- org.polkadot.rpc.json - package org.polkadot.rpc.json
-
# @polkadot/jsonrpc A definition of all the methods exposed in a general Polkadot client application.
- org.polkadot.rpc.json.types - package org.polkadot.rpc.json.types
- org.polkadot.rpc.provider - package org.polkadot.rpc.provider
-
# @polkadot/rpc-provider Generic transport providers to handle the transport of method calls to and from Polkadot clients from applications interacting with it.
- org.polkadot.rpc.provider.coder - package org.polkadot.rpc.provider.coder
- org.polkadot.rpc.provider.http - package org.polkadot.rpc.provider.http
- org.polkadot.rpc.provider.ws - package org.polkadot.rpc.provider.ws
- org.polkadot.rpc.rx - package org.polkadot.rpc.rx
-
# @polkadot/rpc-rx An RxJs wrapper around the [@polkadot/rpc-core](../rpc-core).
- org.polkadot.type.extrinsics - package org.polkadot.type.extrinsics
-
# @polkadot/extrinsics Base extrinsic definitions & codecs
- org.polkadot.type.storage - package org.polkadot.type.storage
-
# @polkadot/storage An base interface to the storage layer
- org.polkadot.types - package org.polkadot.types
- org.polkadot.types.codec - package org.polkadot.types.codec
- org.polkadot.types.metadata - package org.polkadot.types.metadata
- org.polkadot.types.metadata.v0 - package org.polkadot.types.metadata.v0
- org.polkadot.types.metadata.v1 - package org.polkadot.types.metadata.v1
- org.polkadot.types.metadata.v2 - package org.polkadot.types.metadata.v2
- org.polkadot.types.metadata.v3 - package org.polkadot.types.metadata.v3
- org.polkadot.types.primitive - package org.polkadot.types.primitive
- org.polkadot.types.rpc - package org.polkadot.types.rpc
- org.polkadot.types.type - package org.polkadot.types.type
- org.polkadot.utils - package org.polkadot.utils
- org.polkadot.utils.crypto - package org.polkadot.utils.crypto
- Origin - Class in org.polkadot.types.type
-
Where Origin occurs, it should be ignored as an internal-only value, so it should never actually be constructed
- Origin() - Constructor for class org.polkadot.types.type.Origin
- Other(Object) - Constructor for class org.polkadot.types.type.Digest.Other
- OuterDispatchCall(Object) - Constructor for class org.polkadot.types.metadata.v0.Calls.OuterDispatchCall
- OuterDispatchMetadata(Object) - Constructor for class org.polkadot.types.metadata.v0.Calls.OuterDispatchMetadata
- OuterEventMetadata(Object) - Constructor for class org.polkadot.types.metadata.v0.Events.OuterEventMetadata
- OuterEventMetadataEvent(Object) - Constructor for class org.polkadot.types.metadata.v0.Events.OuterEventMetadataEvent
P
- PackageScanner - Class in org.polkadot.utils
-
自动扫描包下面的Class
- PairCodec - Class in org.polkadot.common.keyring.pair
- PairCodec() - Constructor for class org.polkadot.common.keyring.pair.PairCodec
- PairCodec.DecodeResult - Class in org.polkadot.common.keyring.pair
- PairCodec.PairStateJson - Class in org.polkadot.common.keyring.pair
- PairInfo() - Constructor for class org.polkadot.common.keyring.pair.Types.PairInfo
- Pairs - Class in org.polkadot.common.keyring
- Pairs() - Constructor for class org.polkadot.common.keyring.Pairs
- Pairs.KeyringPairMap - Class in org.polkadot.common.keyring
- PairStateJson(Types.KeyringPairMeta, byte[]) - Constructor for class org.polkadot.common.keyring.pair.PairCodec.PairStateJson
- ParaId - Class in org.polkadot.types.type
-
Identifier for a deployed parachain implemented as a
U32 - ParaId(Object) - Constructor for class org.polkadot.types.type.ParaId
- params - Variable in class org.polkadot.rpc.json.types.JsonRpcMethodOpt
- params - Variable in class org.polkadot.rpc.provider.ws.WsProvider.WsStateAwaiting
- PeerInfo - Class in org.polkadot.types.rpc
-
A system peer info indicator, reported back over RPC
- PeerInfo(Object) - Constructor for class org.polkadot.types.rpc.PeerInfo
- PendingExtrinsics - Class in org.polkadot.types.rpc
-
A list of pending
Extrinsics - PendingExtrinsics(Object) - Constructor for class org.polkadot.types.rpc.PendingExtrinsics
- Perbill - Class in org.polkadot.types.type
-
Parts per billion (see also
Permill) - Perbill(Object) - Constructor for class org.polkadot.types.type.Perbill
- Permill - Class in org.polkadot.types.type
- Permill(Object) - Constructor for class org.polkadot.types.type.Permill
- Phase(Object) - Constructor for class org.polkadot.types.type.EventRecord.Phase
- Phase(Object, int) - Constructor for class org.polkadot.types.type.EventRecord.Phase
- PKCS8_DIVIDER - Static variable in interface org.polkadot.common.keyring.pair.Defaults
- PKCS8_HEADER - Static variable in interface org.polkadot.common.keyring.pair.Defaults
- Plain - org.polkadot.types.codec.CreateType.TypeDefInfo
- PlainType(Object) - Constructor for class org.polkadot.types.metadata.v0.Modules.PlainType
- PlainType(Object) - Constructor for class org.polkadot.types.metadata.v1.Storage.PlainType
- PlainType(Object) - Constructor for class org.polkadot.types.metadata.v2.Storage.PlainType
- post(String, String, HttpClient.HeadOptions) - Static method in class org.polkadot.common.HttpClient
- post(String, HttpClient.Params, HttpClient.HeadOptions) - Static method in class org.polkadot.common.HttpClient
- PrefabWasmModule - Class in org.polkadot.types.type
-
Struct to encode the vesting schedule of an individual account
- PrefabWasmModule(Object) - Constructor for class org.polkadot.types.type.PrefabWasmModule
- PrefabWasmModule.PrefabWasmModuleReserved - Class in org.polkadot.types.type
- PrefabWasmModuleReserved() - Constructor for class org.polkadot.types.type.PrefabWasmModule.PrefabWasmModuleReserved
- prefix - Static variable in class org.polkadot.common.keyring.address.Defaults
- Prefix - Static variable in interface org.polkadot.common.keyring.Types
- PREFIX_1BYTE - Static variable in class org.polkadot.types.type.AccountIndex
- PREFIX_2BYTE - Static variable in class org.polkadot.types.type.AccountIndex
- PREFIX_4BYTE - Static variable in class org.polkadot.types.type.AccountIndex
- PREFIX_8BYTE - Static variable in class org.polkadot.types.type.AccountIndex
- PROMISE - org.polkadot.api.ApiBase.ApiType
- PropIndex - Class in org.polkadot.types.type
-
An increasing number that represents a specific public proposal index in the system, implemented as a
U32 - PropIndex(Object) - Constructor for class org.polkadot.types.type.PropIndex
- Proposal - Class in org.polkadot.types.type
-
A proposal in the system.
- Proposal(Object, Modules.FunctionMetadata) - Constructor for class org.polkadot.types.type.Proposal
- ProposalIndex - Class in org.polkadot.types.type
- ProposalIndex(Object) - Constructor for class org.polkadot.types.type.ProposalIndex
- PUB_LENGTH - Static variable in interface org.polkadot.common.keyring.pair.Defaults
- publicKey - Variable in class org.polkadot.common.keyring.pair.Types.PairInfo
- publicKey() - Method in class org.polkadot.common.keyring.pair.Index.KeyringPairDefault
- publicKey() - Method in interface org.polkadot.common.keyring.Types.KeyringPair
- pubsub - Variable in class org.polkadot.rpc.json.types.JsonRpcMethodOpt
- put(String, HttpClient.Params, HttpClient.HeadOptions) - Static method in class org.polkadot.common.HttpClient
Q
- query() - Method in class org.polkadot.api.ApiBase
-
Contains all the chain state modules and their subsequent methods in the API.
- query() - Method in interface org.polkadot.direct.IApi
- QueryableModuleStorage() - Constructor for class org.polkadot.api.Types.QueryableModuleStorage
- QueryableStorage() - Constructor for class org.polkadot.api.Types.QueryableStorage
- QueryableStorageFunction() - Constructor for class org.polkadot.api.Types.QueryableStorageFunction
R
- randomAsHex() - Static method in class org.polkadot.utils.UtilsCrypto
- randomAsHex(int) - Static method in class org.polkadot.utils.UtilsCrypto
- randomAsU8a() - Static method in class org.polkadot.utils.Utils
-
Creates a Uint8Array filled with random bytes.
- randomAsU8a() - Static method in class org.polkadot.utils.UtilsCrypto
- randomAsU8a(int) - Static method in class org.polkadot.utils.Utils
- randomAsU8a(int) - Static method in class org.polkadot.utils.UtilsCrypto
-
Creates a Uint8Array filled with random bytes.
- randombytes(byte[], int) - Static method in class org.polkadot.utils.crypto.TweetNaCl
- randomKeypair() - Method in class org.polkadot.utils.crypto.NaclTest
- raw - Variable in class org.polkadot.types.codec.Base
- raw - Variable in class org.polkadot.types.codec.U8a
- raw - Variable in class org.polkadot.types.primitive.Moment
- rawBool() - Method in class org.polkadot.types.primitive.Bool
- ready - org.polkadot.rpc.provider.IProvider.ProviderInterfaceEmitted
- Ready() - Constructor for class org.polkadot.types.rpc.ExtrinsicStatus.Ready
- ReferendumIndex - Class in org.polkadot.types.type
-
An increasing number that represents a specific referendum in the system.
- ReferendumIndex(Object) - Constructor for class org.polkadot.types.type.ReferendumIndex
- referendumInfo(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.democracy.DemocracyFunctions
- ReferendumInfo - Class in org.polkadot.types.type
-
Info regarding an ongoing referendum
- ReferendumInfo(Object) - Constructor for class org.polkadot.types.type.ReferendumInfo
- ReferendumInfo.ReferendumInfoValue - Class in org.polkadot.types.type
- ReferendumInfoExtended(ReferendumInfo, int) - Constructor for class org.polkadot.api.derive.democracy.DemocracyFunctions.ReferendumInfoExtended
- referendumInfos(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.democracy.DemocracyFunctions
- ReferendumInfoValue() - Constructor for class org.polkadot.types.type.ReferendumInfo.ReferendumInfoValue
- referendums(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.democracy.DemocracyFunctions
- referendumVotesFor(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.democracy.DemocracyFunctions
- ReflectionUtils - Class in org.polkadot.common
- ReflectionUtils() - Constructor for class org.polkadot.common.ReflectionUtils
- registerTypes(Map<String, Types.ConstructorCodec>) - Static method in class org.polkadot.types.codec.TypeRegistry
- RegistryTypes() - Constructor for class org.polkadot.types.Types.RegistryTypes
- remove(String) - Method in class org.polkadot.common.keyring.Pairs
- remove(String) - Method in interface org.polkadot.common.keyring.Types.KeyringPairs
- removeAllListener(EventEmitter.EventType) - Method in class org.polkadot.common.EventEmitter
- removeListener(EventEmitter.EventType, EventEmitter.EventListener, Object, boolean) - Method in class org.polkadot.common.EventEmitter
- removePair(String) - Method in class org.polkadot.common.keyring.Keyring
-
Deletes the provided input address or public key from the stored Keyring Pair Dictionary.
- removePair(String) - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- reservedBalance - Variable in class org.polkadot.api.derive.Types.DerivedBalances
- returnType - Variable in class org.polkadot.types.Types.ContractABIMethod
- RewardDestination - Class in org.polkadot.types.type
-
A destination account for payment
- RewardDestination(Object) - Constructor for class org.polkadot.types.type.RewardDestination
- RhdJustification(Object) - Constructor for class org.polkadot.types.type.Justification.RhdJustification
- RhdJustificationValue() - Constructor for class org.polkadot.types.type.Justification.RhdJustificationValue
- rpc() - Method in class org.polkadot.api.ApiBase
-
Contains all the raw rpc sections and their subsequent methods in the API as defined by the jsonrpc interface definitions.
- rpc() - Method in interface org.polkadot.direct.IApi
- rpcBase - Variable in class org.polkadot.api.ApiBase
- RpcCoder - Class in org.polkadot.rpc.provider.coder
- RpcCoder() - Constructor for class org.polkadot.rpc.provider.coder.RpcCoder
- RpcCore - Class in org.polkadot.rpc.core
- RpcCore() - Constructor for class org.polkadot.rpc.core.RpcCore
- RpcCore(IProvider) - Constructor for class org.polkadot.rpc.core.RpcCore
- RpcInterfaceSection() - Constructor for class org.polkadot.rpc.core.IRpc.RpcInterfaceSection
- rpcMethods - Variable in class org.polkadot.rpc.json.types.JsonRpcSection
- rpcRx - Variable in class org.polkadot.api.ApiBase
- RpcRx - Class in org.polkadot.rpc.rx
-
RpcRx The RxJS API is a wrapper around the API.
- RpcRx(RpcCore) - Constructor for class org.polkadot.rpc.rx.RpcRx
- RpcRx(IProvider) - Constructor for class org.polkadot.rpc.rx.RpcRx
- RpcRxInterface() - Constructor for class org.polkadot.rpc.rx.Types.RpcRxInterface
- RpcRxInterfaceSection() - Constructor for class org.polkadot.rpc.rx.Types.RpcRxInterfaceSection
- runtimeMetadata() - Method in class org.polkadot.api.ApiBase
-
Yields the current attached runtime metadata.
- RuntimeModuleMetadata(Object) - Constructor for class org.polkadot.types.metadata.v0.Modules.RuntimeModuleMetadata
- runtimeVersion - Variable in class org.polkadot.api.ApiBase
-
Contains the version information for the current runtime.
- RuntimeVersion - Class in org.polkadot.types.rpc
- RuntimeVersion(Object) - Constructor for class org.polkadot.types.rpc.RuntimeVersion
- RuntimeVersion.ApiId - Class in org.polkadot.types.rpc
-
An identifier for the runtime API
- RuntimeVersion.RuntimeVersionApi - Class in org.polkadot.types.rpc
- RuntimeVersionApi(Object) - Constructor for class org.polkadot.types.rpc.RuntimeVersion.RuntimeVersionApi
- RX - org.polkadot.api.ApiBase.ApiType
- RxUtils - Class in org.polkadot.utils
- RxUtils() - Constructor for class org.polkadot.utils.RxUtils
S
- scan(String, boolean) - Static method in class org.polkadot.utils.PackageScanner
- schedule(Runnable, long, TimeUnit) - Static method in class org.polkadot.common.ExecutorsManager
-
Execute a task after some time
- schedule(ExecutorService, Runnable, long, TimeUnit) - Static method in class org.polkadot.common.ExecutorsManager
- Schedule - Class in org.polkadot.types.type
-
Definition of the cost schedule and other parameterizations for wasm vm
- Schedule(Object) - Constructor for class org.polkadot.types.type.Schedule
- Schnorrkel - Class in org.polkadot.utils.crypto
- Schnorrkel() - Constructor for class org.polkadot.utils.crypto.Schnorrkel
- schnorrkelKeypairFromSeed(byte[]) - Static method in class org.polkadot.utils.crypto.Schnorrkel
-
Returns a object containing a `publicKey` & `secretKey` generated from the supplied seed.
- schnorrkelSign(byte[], Types.Keypair) - Static method in class org.polkadot.utils.crypto.Schnorrkel
-
Returns message signature of `message`, using the supplied pair
- schnorrkelVerify(byte[], byte[], byte[]) - Static method in class org.polkadot.utils.crypto.Schnorrkel
-
Verifies the signature of `message`, using the supplied pair
- Seal(Object) - Constructor for class org.polkadot.types.type.Digest.Seal
- SEC_LENGTH - Static variable in interface org.polkadot.common.keyring.pair.Defaults
- secretbox(byte[], byte[], byte[]) - Static method in class org.polkadot.utils.crypto.TweetNaCl
- SECRETBOX_KEY_BYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
- SECRETBOX_NONCE_BYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
- secretbox_open(byte[], byte[], byte[]) - Static method in class org.polkadot.utils.crypto.TweetNaCl
- SECRETBOX_OVERHEAD_BYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
- secretKey - Variable in class org.polkadot.common.keyring.pair.Types.PairInfo
- section - Variable in class org.polkadot.rpc.json.types.JsonRpcSection
- section - Variable in class org.polkadot.types.primitive.StorageKey.StorageFunction
- section(String) - Method in class org.polkadot.api.derive.Index.DeriveCustom
- section(String) - Method in class org.polkadot.api.derive.Index.DeriveReal
- section(String) - Method in class org.polkadot.api.Types.DecoratedRpc
- section(String) - Method in class org.polkadot.api.Types.Derive
- section(String) - Method in class org.polkadot.api.Types.QueryableStorage
- section(String) - Method in class org.polkadot.api.Types.SubmittableExtrinsics
- section(String) - Method in interface org.polkadot.direct.IModule
- section(String) - Method in interface org.polkadot.direct.IRpcModule
- sectionNames() - Method in class org.polkadot.api.derive.Index.DeriveCustom
- sectionNames() - Method in class org.polkadot.api.derive.Index.DeriveReal
- sectionNames() - Method in class org.polkadot.api.Types.DecoratedRpc
- sectionNames() - Method in class org.polkadot.api.Types.Derive
- sectionNames() - Method in class org.polkadot.api.Types.QueryableStorage
- sectionNames() - Method in class org.polkadot.api.Types.SubmittableExtrinsics
- sectionNames() - Method in interface org.polkadot.direct.IModule
- sectionNames() - Method in interface org.polkadot.direct.IRpcModule
- seed - Variable in class org.polkadot.common.keyring.pair.Types.PairInfo
- SEED_LENGTH - Static variable in interface org.polkadot.common.keyring.pair.Defaults
- SEED_OFFSET - Static variable in class org.polkadot.common.keyring.pair.PairCodec
- SeedOf - Class in org.polkadot.types.type
- SeedOf(Object) - Constructor for class org.polkadot.types.type.SeedOf
- Seedpair() - Constructor for class org.polkadot.utils.crypto.Types.Seedpair
- selector - Variable in class org.polkadot.types.Types.ContractABIMethod
- send() - Method in interface org.polkadot.api.SubmittableExtrinsic
- send(String, List<Object>, IProvider.SubscriptionHandler) - Method in class org.polkadot.rpc.provider.http.HttpProvider
-
Send HTTP POST Request with Body to configured HTTP Endpoint.
- send(String, List<Object>, IProvider.SubscriptionHandler) - Method in interface org.polkadot.rpc.provider.IProvider
- send(String, List<Object>, IProvider.SubscriptionHandler) - Method in class org.polkadot.rpc.provider.ws.WsProvider
- send(SubmittableExtrinsic.StatusCb) - Method in interface org.polkadot.api.SubmittableExtrinsic
- sendObservable(Types.ApiInterfacePromise, int, Types.IExtrinsic) - Static method in interface org.polkadot.api.SubmittableExtrinsic
- SessionFunctions - Class in org.polkadot.api.derive.session
- SessionFunctions() - Constructor for class org.polkadot.api.derive.session.SessionFunctions
- SessionKey - Class in org.polkadot.types.type
-
Wrapper for a SessionKey.
- SessionKey(Object) - Constructor for class org.polkadot.types.type.SessionKey
- sessionProgress(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.session.SessionFunctions
- Set - Class in org.polkadot.types.codec
-
An Set is an array of string values, represented an an encoded type by a bitwise representation of the values.
- Set(Set.SetValues, Object) - Constructor for class org.polkadot.types.codec.Set
- Set.SetValues - Class in org.polkadot.types.codec
- setA(BftAuthoritySignature.BftHashSignatureValue) - Method in class org.polkadot.types.type.MisbehaviorReport.BftAtReportValueSingle
- setAddress(String) - Method in class org.polkadot.common.keyring.Types.KeyringPairJson
- setAddressPrefix(int) - Method in class org.polkadot.common.keyring.Keyring
- setAddressPrefix(int) - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- setAlias(String) - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- setAuthorization(String) - Method in class org.polkadot.common.HttpClient.HeadOptions
- setAutoConnect(boolean) - Method in class org.polkadot.rpc.provider.ws.WsProvider
- setB(BftAuthoritySignature.BftHashSignatureValue) - Method in class org.polkadot.types.type.MisbehaviorReport.BftAtReportValue
- setBftAtReportValueSingle(MisbehaviorReport.BftAtReportValueSingle) - Method in class org.polkadot.types.type.MisbehaviorReport.BftAtReportValue
- setBlockHash(Object) - Method in class org.polkadot.types.Types.SignatureOptions
- setCallBack(IProvider.CallbackHandler<Object, Object>) - Method in class org.polkadot.rpc.provider.IProvider.SubscriptionHandler
- setCallIndex(byte[]) - Method in class org.polkadot.types.primitive.Method.MethodFunction
- setCode(int) - Method in class org.polkadot.rpc.provider.Types.JsonRpcError
- setCoder(RpcCoder) - Method in class org.polkadot.rpc.provider.ws.WsProvider
- setConnected(boolean) - Method in class org.polkadot.rpc.provider.ws.WsProvider
- setConnectTimeout(int) - Method in class org.polkadot.common.HttpClient.HeadOptions
- setContent(String[]) - Method in class org.polkadot.common.keyring.Types.KeyringPairJsonEncoding
- setContentType(String) - Method in class org.polkadot.common.HttpClient.HeadOptions
- setData(String) - Method in class org.polkadot.rpc.provider.Types.JsonRpcError
- setDeprecated(boolean) - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- setDerives(Index.DeriveCustom) - Method in class org.polkadot.api.Types.ApiOptions
- setDescription(String) - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- setDocumentation(String) - Method in class org.polkadot.type.storage.Substrate.SubstrateMetadata
- setEncoded(String) - Method in class org.polkadot.common.keyring.Types.KeyringPairJson
- setEncoding(String) - Method in class org.polkadot.common.HttpClient.HeadOptions
- setEncoding(Types.KeyringPairJsonEncoding) - Method in class org.polkadot.common.keyring.Types.KeyringPairJson
- setEndpoint(String) - Method in class org.polkadot.rpc.provider.ws.WsProvider
- setEra(byte[]) - Method in class org.polkadot.types.Types.SignatureOptions
- setError(Types.JsonRpcError) - Method in class org.polkadot.rpc.provider.Types.JsonRpcResponse
- setError(Types.JsonRpcError) - Method in class org.polkadot.rpc.provider.Types.SubscriptionParam
- setExtrinsics(List<byte[]>) - Method in class org.polkadot.types.type.Block.BlockValue
- setHeader(String, String) - Method in class org.polkadot.common.HttpClient.HeadOptions
- setHeader(Header.HeaderValue) - Method in class org.polkadot.types.type.Block.BlockValue
- setHeadKey(StorageKey) - Method in class org.polkadot.types.primitive.StorageKey.StorageFunction
- setHidden(boolean) - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- setId(int) - Method in class org.polkadot.rpc.provider.Types.JsonRpcObject
- setJsonrpc(String) - Method in class org.polkadot.rpc.provider.Types.JsonRpcObject
- setKey(String) - Method in class org.polkadot.type.storage.CreateFunction.CreateItemOptions
- setMessage(String) - Method in class org.polkadot.rpc.provider.Types.JsonRpcError
- setMeta(Types.KeyringPairMeta) - Method in class org.polkadot.common.keyring.pair.Index.KeyringPairDefault
- setMeta(Types.KeyringPairMeta) - Method in interface org.polkadot.common.keyring.Types.KeyringPair
- setMeta(Types.KeyringPairMeta) - Method in class org.polkadot.common.keyring.Types.KeyringPairJson
- setMeta(Modules.FunctionMetadata) - Method in class org.polkadot.types.primitive.Method.MethodFunction
- setMeta(Modules.StorageFunctionMetadata) - Method in class org.polkadot.types.primitive.StorageKey.StorageFunction
- setMethod(String) - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- setMethod(String) - Method in class org.polkadot.rpc.provider.Types.JsonRpcRequest
- setMethod(String) - Method in class org.polkadot.rpc.provider.Types.JsonRpcResponse
- setMethod(String) - Method in class org.polkadot.types.primitive.Method.MethodFunction
- setMethod(String) - Method in class org.polkadot.types.primitive.StorageKey.StorageFunction
- setName(String) - Method in class org.polkadot.rpc.json.types.JsonRpcParam
- setNonce(Object) - Method in class org.polkadot.types.Types.SignatureOptions
- setOptional(boolean) - Method in class org.polkadot.rpc.json.types.JsonRpcParam
- setParams(List<Object>) - Method in class org.polkadot.rpc.provider.Types.JsonRpcRequest
- setParams(List<JsonRpcParam>) - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- setParams(Types.SubscriptionParam) - Method in class org.polkadot.rpc.provider.Types.JsonRpcResponse
- setProvider(IProvider) - Method in class org.polkadot.api.Types.ApiOptions
- setPublicKey(byte[]) - Method in class org.polkadot.common.keyring.pair.Types.PairInfo
- setPubsub(String[]) - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- setQueued(LinkedList<String>) - Method in class org.polkadot.rpc.provider.ws.WsProvider
- setReadTimeout(int) - Method in class org.polkadot.common.HttpClient.HeadOptions
- setResult(Object) - Method in class org.polkadot.rpc.provider.Types.SubscriptionParam
- setResult(String) - Method in class org.polkadot.rpc.provider.Types.JsonRpcResponse
- setRound(Number) - Method in class org.polkadot.types.type.MisbehaviorReport.BftAtReportValueSingle
- setSecretKey(byte[]) - Method in class org.polkadot.common.keyring.pair.PairCodec.DecodeResult
- setSecretKey(byte[]) - Method in class org.polkadot.common.keyring.pair.Types.PairInfo
- setSection(String) - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- setSection(String) - Method in class org.polkadot.types.primitive.Method.MethodFunction
- setSection(String) - Method in class org.polkadot.types.primitive.StorageKey.StorageFunction
- setSeed(byte[]) - Method in class org.polkadot.common.keyring.pair.Types.PairInfo
- setSigned(boolean) - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- setSigner(Types.Signer) - Method in class org.polkadot.api.ApiBase
-
Set an external signer which will be used to sign extrinsic when account passed in is not KeyringPair
- setSigner(Types.Signer) - Method in class org.polkadot.api.Types.ApiOptions
- setSource(ApiBase<?>) - Method in class org.polkadot.api.Types.ApiOptions
- setSubscription(boolean) - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- setSubscription(int) - Method in class org.polkadot.rpc.provider.Types.SubscriptionParam
- setType(String) - Method in class org.polkadot.common.keyring.Types.KeyringPairJsonEncoding
- setType(String) - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
- setType(String) - Method in class org.polkadot.rpc.json.types.JsonRpcParam
- setType(String) - Method in class org.polkadot.rpc.provider.IProvider.SubscriptionHandler
- setType(String) - Method in class org.polkadot.type.storage.Substrate.SubstrateMetadata
- setTypes(Map<String, Types.ConstructorCodec>) - Method in class org.polkadot.api.Types.ApiOptions
- setUnhashed(boolean) - Method in class org.polkadot.type.storage.CreateFunction.CreateItemOptions
- SetValues(Map<String, Integer>) - Constructor for class org.polkadot.types.codec.Set.SetValues
- setVersion(String) - Method in class org.polkadot.common.keyring.Types.KeyringPairJsonEncoding
- setVersion(Types.RuntimeVersionInterface) - Method in class org.polkadot.types.Types.SignatureOptions
- setWaitingForId(Map<String, Types.JsonRpcResponse>) - Method in class org.polkadot.rpc.provider.ws.WsProvider
- setWebSocket(WebSocketClient) - Method in class org.polkadot.rpc.provider.ws.WsProvider
- shouldHavePeers() - Method in class org.polkadot.types.rpc.Health
-
Should this node have peers (not active on --dev)
- sign(byte[]) - Method in class org.polkadot.common.keyring.pair.Index.KeyringPairDefault
- sign(byte[]) - Method in interface org.polkadot.common.keyring.Types.KeyringPair
- sign(String, byte[], Types.Keypair) - Static method in interface org.polkadot.common.keyring.pair.Index
- sign(Types.KeyringPair, RuntimeVersion) - Method in class org.polkadot.types.type.SignaturePayload
-
Sign the payload with the keypair
- sign(Types.KeyringPair, Types.SignatureOptions) - Method in interface org.polkadot.api.SubmittableExtrinsic
- sign(Types.KeyringPair, Types.SignatureOptions) - Method in class org.polkadot.types.type.Extrinsic
-
Sign the extrinsic with a specific keypair
- sign(Types.KeyringPair, Types.SignatureOptions) - Method in interface org.polkadot.types.Types.IExtrinsic
- sign(Types.IExtrinsic, String, Types.SignatureOptions) - Method in interface org.polkadot.api.Types.Signer
-
Signs an extrinsic, returning an id (>0) that can be used to retrieve updates
- SIGN_KEYPAIR_SEED_BYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
- SIGN_PUBLIC_KEY_BYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
- SIGN_SECRET_KEY_BYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
- signAndSend(Object, Types.SignatureOptions) - Method in interface org.polkadot.api.SubmittableExtrinsic
- signAndSendCb(Object, SubmittableExtrinsic.StatusCb) - Method in interface org.polkadot.api.SubmittableExtrinsic
- Signature - Class in org.polkadot.types.type
-
The default signature that is used accross the system.
- Signature(Object) - Constructor for class org.polkadot.types.type.Signature
- SIGNATURE_SIZE_BYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
- Signature.Ed25519Signature - Class in org.polkadot.types.type
-
The default Ed25519 that is used accross the system.
- Signature.Sr25519Signature - Class in org.polkadot.types.type
-
The default Sr25519 signature that is used accross the system.
- SignatureOptions() - Constructor for class org.polkadot.types.Types.SignatureOptions
- SignaturePayload - Class in org.polkadot.types.type
-
A signing payload for an
org.polkadot.type.extrinsics. - SignaturePayload(Object) - Constructor for class org.polkadot.types.type.SignaturePayload
- SignaturePayload.SignaturePayloadValue - Class in org.polkadot.types.type
- SignaturePayloadValue() - Constructor for class org.polkadot.types.type.SignaturePayload.SignaturePayloadValue
- SignedBlock - Class in org.polkadot.types.rpc
-
A Block that has been signed and contains a Justification
- SignedBlock(Object) - Constructor for class org.polkadot.types.rpc.SignedBlock
- SignedBlock.SignedBlockValue - Class in org.polkadot.types.rpc
- SignedBlockValue() - Constructor for class org.polkadot.types.rpc.SignedBlock.SignedBlockValue
- signer - Variable in class org.polkadot.api.ApiBase
-
An external signer which will be used to sign extrinsic when account passed in is not KeyringPair
- size(Object) - Method in class org.polkadot.api.Types.QueryableStorageFunction
- slot() - Method in class org.polkadot.types.type.Digest.Seal
-
The wrapped
U64slot - SR25519 - Class in org.polkadot.utils.crypto
- SR25519() - Constructor for class org.polkadot.utils.crypto.SR25519
- SR25519_CHAINCODE_SIZE - Static variable in interface org.polkadot.utils.crypto.ISR25591
- SR25519_CHAINCODE_SIZE - Static variable in class org.polkadot.utils.crypto.SR25519
- sr25519_derive_keypair_hard(byte[], byte[], byte[]) - Method in class org.polkadot.utils.crypto.EmptySR25591
- sr25519_derive_keypair_hard(byte[], byte[], byte[]) - Method in interface org.polkadot.utils.crypto.ISR25591
- sr25519_derive_keypair_hard(byte[], byte[], byte[]) - Method in class org.polkadot.utils.crypto.JniSR25591
- sr25519_derive_keypair_hard(byte[], byte[], byte[]) - Method in class org.polkadot.utils.crypto.SR25519
- sr25519_derive_keypair_soft(byte[], byte[], byte[]) - Method in class org.polkadot.utils.crypto.EmptySR25591
- sr25519_derive_keypair_soft(byte[], byte[], byte[]) - Method in interface org.polkadot.utils.crypto.ISR25591
- sr25519_derive_keypair_soft(byte[], byte[], byte[]) - Method in class org.polkadot.utils.crypto.JniSR25591
- sr25519_derive_keypair_soft(byte[], byte[], byte[]) - Method in class org.polkadot.utils.crypto.SR25519
- sr25519_derive_public_soft(byte[], byte[], byte[]) - Method in class org.polkadot.utils.crypto.EmptySR25591
- sr25519_derive_public_soft(byte[], byte[], byte[]) - Method in interface org.polkadot.utils.crypto.ISR25591
- sr25519_derive_public_soft(byte[], byte[], byte[]) - Method in class org.polkadot.utils.crypto.JniSR25591
- sr25519_derive_public_soft(byte[], byte[], byte[]) - Method in class org.polkadot.utils.crypto.SR25519
- sr25519_keypair_from_seed(byte[], byte[]) - Method in class org.polkadot.utils.crypto.EmptySR25591
- sr25519_keypair_from_seed(byte[], byte[]) - Method in interface org.polkadot.utils.crypto.ISR25591
- sr25519_keypair_from_seed(byte[], byte[]) - Method in class org.polkadot.utils.crypto.JniSR25591
- sr25519_keypair_from_seed(byte[], byte[]) - Method in class org.polkadot.utils.crypto.SR25519
- SR25519_KEYPAIR_SIZE - Static variable in interface org.polkadot.utils.crypto.ISR25591
- SR25519_KEYPAIR_SIZE - Static variable in class org.polkadot.utils.crypto.SR25519
- SR25519_PUBLIC_SIZE - Static variable in interface org.polkadot.utils.crypto.ISR25591
- SR25519_PUBLIC_SIZE - Static variable in class org.polkadot.utils.crypto.SR25519
- SR25519_SECRET_SIZE - Static variable in interface org.polkadot.utils.crypto.ISR25591
- SR25519_SECRET_SIZE - Static variable in class org.polkadot.utils.crypto.SR25519
- SR25519_SEED_SIZE - Static variable in interface org.polkadot.utils.crypto.ISR25591
- SR25519_SEED_SIZE - Static variable in class org.polkadot.utils.crypto.SR25519
- sr25519_sign(byte[], byte[], byte[], byte[], int) - Method in class org.polkadot.utils.crypto.EmptySR25591
- sr25519_sign(byte[], byte[], byte[], byte[], int) - Method in interface org.polkadot.utils.crypto.ISR25591
- sr25519_sign(byte[], byte[], byte[], byte[], int) - Method in class org.polkadot.utils.crypto.JniSR25591
- sr25519_sign(byte[], byte[], byte[], byte[], int) - Method in class org.polkadot.utils.crypto.SR25519
- SR25519_SIGNATURE_SIZE - Static variable in interface org.polkadot.utils.crypto.ISR25591
- SR25519_SIGNATURE_SIZE - Static variable in class org.polkadot.utils.crypto.SR25519
- sr25519_verify(byte[], byte[], int, byte[]) - Method in class org.polkadot.utils.crypto.EmptySR25591
- sr25519_verify(byte[], byte[], int, byte[]) - Method in interface org.polkadot.utils.crypto.ISR25591
- sr25519_verify(byte[], byte[], int, byte[]) - Method in class org.polkadot.utils.crypto.JniSR25591
- sr25519_verify(byte[], byte[], int, byte[]) - Method in class org.polkadot.utils.crypto.SR25519
- Sr25519Signature(Object) - Constructor for class org.polkadot.types.type.Signature.Sr25519Signature
- sshash(byte[]) - Static method in class org.polkadot.common.keyring.address.AddressCodec
- Staking - Class in org.polkadot.example
- Staking() - Constructor for class org.polkadot.example.Staking
- stakingBalance - Variable in class org.polkadot.api.derive.Types.DerivedBalances
- StakingFunctions - Class in org.polkadot.api.derive.staking
- StakingFunctions() - Constructor for class org.polkadot.api.derive.staking.StakingFunctions
- StakingLedger - Class in org.polkadot.types.type
-
The ledger of a (bonded) stash
- StakingLedger(Object) - Constructor for class org.polkadot.types.type.StakingLedger
- state - Static variable in class org.polkadot.rpc.json.JsonRpc
- state - Variable in class org.polkadot.rpc.rx.Types.RpcRxInterface
- state() - Method in class org.polkadot.api.Types.DecoratedRpc
- state() - Method in interface org.polkadot.direct.IRpcModule
- state() - Method in interface org.polkadot.rpc.core.IRpc
- state() - Method in class org.polkadot.rpc.core.RpcCore
- StaticMetadata - Class in org.polkadot.type.extrinsics
- StaticMetadata() - Constructor for class org.polkadot.type.extrinsics.StaticMetadata
- statusObservable(Types.ApiInterfacePromise, Types.IExtrinsic, ExtrinsicStatus, SubmittableExtrinsic.StatusCb) - Static method in interface org.polkadot.api.SubmittableExtrinsic
- Storage - Interface in org.polkadot.types.metadata.v1
- Storage - Interface in org.polkadot.types.metadata.v2
- Storage - Interface in org.polkadot.types.metadata.v3
- Storage.Default - Class in org.polkadot.types.metadata.v1
- Storage.Default - Class in org.polkadot.types.metadata.v2
- Storage.DoubleMapType - Class in org.polkadot.types.metadata.v3
- Storage.MapType - Class in org.polkadot.types.metadata.v1
- Storage.MapType - Class in org.polkadot.types.metadata.v2
- Storage.MetadataStorageModifier - Class in org.polkadot.types.metadata.v1
- Storage.MetadataStorageType - Class in org.polkadot.types.metadata.v1
- Storage.MetadataStorageType - Class in org.polkadot.types.metadata.v2
- Storage.MetadataStorageType - Class in org.polkadot.types.metadata.v3
- Storage.MetadataStorageV1 - Class in org.polkadot.types.metadata.v1
-
The definition of a storage function
- Storage.MetadataStorageV2 - Class in org.polkadot.types.metadata.v2
-
The definition of a storage function
- Storage.MetadataStorageV3 - Class in org.polkadot.types.metadata.v3
-
The definition of a storage function
- Storage.Optional - Class in org.polkadot.types.metadata.v1
- Storage.Optional - Class in org.polkadot.types.metadata.v2
- Storage.PlainType - Class in org.polkadot.types.metadata.v1
- Storage.PlainType - Class in org.polkadot.types.metadata.v2
- StorageChangeSet - Class in org.polkadot.types.rpc
-
A set of storage changes.
- StorageChangeSet(Object) - Constructor for class org.polkadot.types.rpc.StorageChangeSet
- StorageData - Class in org.polkadot.types.primitive
-
Data retrieved via Storage queries and data for KeyValue pairs
- StorageData(Object) - Constructor for class org.polkadot.types.primitive.StorageData
- StorageFunction() - Constructor for class org.polkadot.types.primitive.StorageKey.StorageFunction
- StorageFunctionMetadata(Object) - Constructor for class org.polkadot.types.metadata.v0.Modules.StorageFunctionMetadata
- StorageFunctionMetadataValue() - Constructor for class org.polkadot.types.metadata.v0.Modules.StorageFunctionMetadataValue
- StorageFunctionModifier(Object) - Constructor for class org.polkadot.types.metadata.v0.Modules.StorageFunctionModifier
- StorageFunctionType(Object) - Constructor for class org.polkadot.types.metadata.v0.Modules.StorageFunctionType
- StorageFunctionType(Object, int) - Constructor for class org.polkadot.types.metadata.v0.Modules.StorageFunctionType
- StorageKey - Class in org.polkadot.types.primitive
-
A representation of a storage key (typically hashed) in the system.
- StorageKey(Object) - Constructor for class org.polkadot.types.primitive.StorageKey
- StorageKey.StorageFunction - Class in org.polkadot.types.primitive
- StorageMetadata(Object) - Constructor for class org.polkadot.types.metadata.v0.Modules.StorageMetadata
- StorageOnCallFunction() - Constructor for class org.polkadot.api.ApiBase.StorageOnCallFunction
- StoredPendingChange - Class in org.polkadot.types.type
-
Stored pending change for a Grandpa events
- StoredPendingChange(Object) - Constructor for class org.polkadot.types.type.StoredPendingChange
- StoredPendingChange.NextAuthority - Class in org.polkadot.types.type
-
The next authority available as SessionKey
- StoredPendingChange.NextAuthorityValue - Class in org.polkadot.types.type
- StoredPendingChange.StoredPendingChangeValue - Class in org.polkadot.types.type
- StoredPendingChangeValue() - Constructor for class org.polkadot.types.type.StoredPendingChange.StoredPendingChangeValue
- stringCamelCase(String) - Static method in class org.polkadot.utils.Utils
- stringLowerFirst(String) - Static method in class org.polkadot.utils.Utils
-
Lowercase the first letter of a string Lowercase the first letter of a string **example** ```java stringLowerFirst("ABC"); // => 'aBC' ```
- stringToU8a(String) - Static method in class org.polkadot.utils.Utils
-
Creates a Uint8Array object from a utf-8 string.
- Struct - Class in org.polkadot.types.codec
- Struct - org.polkadot.types.codec.CreateType.TypeDefInfo
- Struct(Types.ConstructorDef, Object) - Constructor for class org.polkadot.types.codec.Struct
- Struct(Types.ConstructorDef, Object, Map<String, String>) - Constructor for class org.polkadot.types.codec.Struct
- subarray(int, int) - Method in class org.polkadot.types.codec.U8a
- SubmittableExtrinsic<ApplyResult> - Interface in org.polkadot.api
- SubmittableExtrinsic.StatusCb - Interface in org.polkadot.api
- SubmittableExtrinsic.SubmittableExtrinsicImpl - Class in org.polkadot.api
- SubmittableExtrinsic.SubmittableResult - Class in org.polkadot.api
- SubmittableExtrinsicFunction() - Constructor for class org.polkadot.api.Types.SubmittableExtrinsicFunction
- SubmittableExtrinsicImpl(Types.IExtrinsic) - Constructor for class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- SubmittableExtrinsics() - Constructor for class org.polkadot.api.Types.SubmittableExtrinsics
- SubmittableModuleExtrinsics() - Constructor for class org.polkadot.api.Types.SubmittableModuleExtrinsics
- SubmittableResult(Object) - Constructor for class org.polkadot.api.SubmittableExtrinsic.SubmittableResult
- subscribe(String, String, List<Object>, IProvider.CallbackHandler) - Method in class org.polkadot.rpc.provider.http.HttpProvider
-
Subscriptions are not supported with the HttpProvider, see
WsProvider. - subscribe(String, String, List<Object>, IProvider.CallbackHandler) - Method in interface org.polkadot.rpc.provider.IProvider
- subscribe(String, String, List<Object>, IProvider.CallbackHandler) - Method in class org.polkadot.rpc.provider.ws.WsProvider
- subscribeNewHead(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.chain.ChainFunctions
-
Subscribe to block headers and extend it with the author ```
- subscribeObservable(Types.ApiInterfacePromise, int, Types.IExtrinsic, SubmittableExtrinsic.StatusCb) - Static method in interface org.polkadot.api.SubmittableExtrinsic
- subscription - Variable in class org.polkadot.rpc.provider.ws.WsProvider.WsStateAwaiting
- SubscriptionHandler() - Constructor for class org.polkadot.rpc.provider.IProvider.SubscriptionHandler
- SubscriptionHandler(IProvider.CallbackHandler<Object, Object>, String) - Constructor for class org.polkadot.rpc.provider.IProvider.SubscriptionHandler
- SubscriptionParam() - Constructor for class org.polkadot.rpc.provider.Types.SubscriptionParam
- subSequence(int, int) - Method in class org.polkadot.types.primitive.Text
- substrate - Static variable in class org.polkadot.type.storage.Substrate
- substrate() - Method in interface org.polkadot.type.storage.Types.Storage
- Substrate - Class in org.polkadot.type.storage
- Substrate() - Constructor for class org.polkadot.type.storage.Substrate
- Substrate.SubstrateMetadata - Class in org.polkadot.type.storage
- SubstrateMetadata(String, String) - Constructor for class org.polkadot.type.storage.Substrate.SubstrateMetadata
- system - Static variable in class org.polkadot.rpc.json.JsonRpc
- system - Variable in class org.polkadot.rpc.rx.Types.RpcRxInterface
- system() - Method in class org.polkadot.api.Types.DecoratedRpc
- system() - Method in interface org.polkadot.direct.IRpcModule
- system() - Method in interface org.polkadot.rpc.core.IRpc
- system() - Method in class org.polkadot.rpc.core.RpcCore
T
- test1(byte[], byte[]) - Method in class org.polkadot.utils.crypto.SR25519
- testBonded() - Static method in class org.polkadot.example.Staking
- TestingPairs - Class in org.polkadot.example
- TestingPairs() - Constructor for class org.polkadot.example.TestingPairs
- testKeyring() - Static method in class org.polkadot.example.TestingPairs
- testKeyring(String) - Static method in class org.polkadot.example.TestingPairs
- testKeyring(Types.KeyringOptions, boolean) - Static method in class org.polkadot.example.TestingPairs
- testKeyringPairs(String) - Static method in class org.polkadot.example.TestingPairs
- testKeyringPairs(Types.KeyringOptions, boolean) - Static method in class org.polkadot.example.TestingPairs
- testLedger() - Static method in class org.polkadot.example.Staking
- testNominators() - Static method in class org.polkadot.example.Staking
- testReferendumInfoOf() - Static method in class org.polkadot.example.Democracy
- testReferendumVotesFor() - Static method in class org.polkadot.example.Democracy
- testVote() - Static method in class org.polkadot.example.Democracy
- testVotingCountdown() - Static method in class org.polkadot.example.Democracy
- Text - Class in org.polkadot.types.primitive
-
This is a string wrapper, along with the length.
- Text - org.polkadot.types.CodecTypes
- Text(Object) - Constructor for class org.polkadot.types.primitive.Text
- toArray() - Method in class org.polkadot.types.codec.Struct
-
Converts the Object to an standard JavaScript Array
- toBn() - Method in class org.polkadot.types.codec.AbstractInt
-
Returns the BN representation of the number.
- toBn() - Method in class org.polkadot.types.codec.Compact
-
Returns the BN representation of the number
- toBn() - Method in interface org.polkadot.types.codec.Compactable
- toBn() - Method in class org.polkadot.types.primitive.Moment
-
Returns the BN representation of the timestamp
- toBn(Object) - Static method in class org.polkadot.utils.Utils
- toByteArrayLittleEndianUnsigned(BigInteger) - Static method in class org.polkadot.utils.Utils
- toByteArrayUnsigned(BigInteger) - Static method in class org.polkadot.utils.Utils
- toEntity(String) - Method in class org.polkadot.common.HttpClient.Params
- toHex() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- toHex() - Method in class org.polkadot.types.codec.AbstractArray
-
Returns a hex string representation of the value
- toHex() - Method in class org.polkadot.types.codec.AbstractInt
-
Returns a hex string representation of the value
- toHex() - Method in class org.polkadot.types.codec.Compact
-
Returns a hex string representation of the value
- toHex() - Method in class org.polkadot.types.codec.Enum
-
Returns a hex string representation of the value
- toHex() - Method in class org.polkadot.types.codec.EnumType
-
Returns a hex string representation of the value
- toHex() - Method in class org.polkadot.types.codec.Option
-
Returns a hex string representation of the value
- toHex() - Method in class org.polkadot.types.codec.Set
-
Returns a hex string representation of the value
- toHex() - Method in class org.polkadot.types.codec.Struct
-
Returns a hex string representation of the value
- toHex() - Method in interface org.polkadot.types.Codec
- toHex() - Method in class org.polkadot.types.codec.U8a
-
Returns a hex string representation of the value
- toHex() - Method in class org.polkadot.types.codec.UInt
-
Returns a hex string representation of the value
- toHex() - Method in class org.polkadot.types.primitive.Bool
-
Returns a hex string representation of the value
- toHex() - Method in class org.polkadot.types.primitive.Int
-
Returns a hex string representation of the value
- toHex() - Method in class org.polkadot.types.primitive.Moment
-
Returns a hex string representation of the value
- toHex() - Method in class org.polkadot.types.primitive.Null
-
Returns a hex string representation of the value
- toHex() - Method in class org.polkadot.types.primitive.Text
-
Returns a hex string representation of the value
- toHex() - Method in class org.polkadot.types.rpc.Json
-
Unimplemented, will throw
- toHex() - Method in class org.polkadot.types.type.Address
-
Returns a hex string representation of the value
- toHex() - Method in class org.polkadot.types.type.Extrinsic
-
Returns a hex string representation of the value
- toJson() - Method in class org.polkadot.api.derive.democracy.DemocracyFunctions.ReferendumInfoExtended
-
Creates the JSON representation
- toJson() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- toJson() - Method in class org.polkadot.types.codec.AbstractArray
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.codec.AbstractInt
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.codec.Compact
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.codec.Enum
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.codec.EnumType
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.codec.Option
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.codec.Set
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.codec.Struct
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in interface org.polkadot.types.Codec
- toJson() - Method in class org.polkadot.types.codec.U8a
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.metadata.v1.Storage.MetadataStorageModifier
- toJson() - Method in class org.polkadot.types.primitive.Bool
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.primitive.Method.MethodFunction
- toJson() - Method in class org.polkadot.types.primitive.Moment
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.primitive.Null
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.primitive.StorageKey.StorageFunction
- toJson() - Method in class org.polkadot.types.primitive.Text
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.rpc.Json
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.type.AccountId
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.type.AccountIndex
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.type.Address
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.type.Extrinsic
-
Converts the Object to JSON, typically used for RPC transfers
- toJson() - Method in class org.polkadot.types.type.Header.HeaderExtended
-
Creates the JSON representation
- toJson(String) - Method in class org.polkadot.common.keyring.pair.Index.KeyringPairDefault
- toJson(String) - Method in interface org.polkadot.common.keyring.Types.KeyringPair
- toJson(String, String) - Method in class org.polkadot.common.keyring.Keyring
-
Returns a JSON object associated with the input argument that contains metadata assocated with an account Returns a JSON object containing the metadata associated with an account when valid address or public key and when the account passphrase is provided if the account secret is not already unlocked and available in memory.
- toJson(String, String) - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
- toJson(String, PairCodec.PairStateJson, byte[], boolean) - Static method in class org.polkadot.common.keyring.pair.PairCodec
- toNumber() - Method in class org.polkadot.types.codec.Compact
-
Returns the number representation for the value
- toNumber() - Method in interface org.polkadot.types.codec.Compactable
- toNumber() - Method in class org.polkadot.types.codec.Enum
-
Returns the number representation for the value
- toNumber() - Method in class org.polkadot.types.codec.EnumType
-
Returns the number representation for the value
- toNumber() - Method in class org.polkadot.types.codec.UInt
- toNumber() - Method in class org.polkadot.types.primitive.Moment
-
Returns the number representation for the timestamp
- toString() - Method in class org.polkadot.common.HttpClient.HttpResp
- toString() - Method in class org.polkadot.types.codec.Compact
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.codec.Enum
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.codec.EnumType
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.codec.Option
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.codec.Set
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.codec.Struct
- toString() - Method in class org.polkadot.types.codec.Tuple
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.codec.U8a
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.metadata.v0.Modules.StorageFunctionType
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.metadata.v1.Storage.MetadataStorageType
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.metadata.v2.Storage.MetadataStorageType
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.metadata.v3.Storage.MetadataStorageType
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.primitive.Bool
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.primitive.Moment
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.primitive.Null
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.primitive.Text
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.type.AccountId
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.type.AccountIndex
-
Returns the string representation of the value
- toString() - Method in class org.polkadot.types.type.Address
-
Returns the string representation of the value
- toU8a() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- toU8a() - Method in interface org.polkadot.types.Codec
- toU8a(boolean) - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
- toU8a(boolean) - Method in class org.polkadot.types.codec.AbstractArray
-
Encodes the value as a Uint8Array as per the parity-codec specifications
- toU8a(boolean) - Method in class org.polkadot.types.codec.AbstractInt
- toU8a(boolean) - Method in class org.polkadot.types.codec.Compact
-
Encodes the value as a Uint8Array as per the parity-codec specifications
- toU8a(boolean) - Method in class org.polkadot.types.codec.Enum
-
Encodes the value as a Uint8Array as per the parity-codec specifications
- toU8a(boolean) - Method in class org.polkadot.types.codec.EnumType
-
Encodes the value as a Uint8Array as per the parity-codec specifications
- toU8a(boolean) - Method in class org.polkadot.types.codec.Option
-
Encodes the value as a Uint8Array as per the parity-codec specifications
- toU8a(boolean) - Method in class org.polkadot.types.codec.Set
- toU8a(boolean) - Method in class org.polkadot.types.codec.Struct
-
Encodes the value as a Uint8Array as per the parity-codec specifications
- toU8a(boolean) - Method in interface org.polkadot.types.Codec
- toU8a(boolean) - Method in class org.polkadot.types.codec.Tuple
- toU8a(boolean) - Method in class org.polkadot.types.codec.U8a
- toU8a(boolean) - Method in class org.polkadot.types.codec.UInt
- toU8a(boolean) - Method in class org.polkadot.types.primitive.Bool
-
Encodes the value as a Uint8Array as per the parity-codec specifications
- toU8a(boolean) - Method in class org.polkadot.types.primitive.Bytes
- toU8a(boolean) - Method in class org.polkadot.types.primitive.Int
- toU8a(boolean) - Method in class org.polkadot.types.primitive.Moment
- toU8a(boolean) - Method in class org.polkadot.types.primitive.Null
-
Encodes the value as a Uint8Array as per the parity-codec specifications
- toU8a(boolean) - Method in class org.polkadot.types.primitive.Text
-
Encodes the value as a Uint8Array as per the parity-codec specifications
- toU8a(boolean) - Method in class org.polkadot.types.primitive.Type
- toU8a(boolean) - Method in class org.polkadot.types.rpc.Json
-
Unimplemented, will throw
- toU8a(boolean) - Method in class org.polkadot.types.type.Address
-
Encodes the value as a Uint8Array as per the parity-codec specifications
- toU8a(boolean) - Method in class org.polkadot.types.type.Extrinsic
- toU8a(boolean) - Method in class org.polkadot.types.type.ExtrinsicSignature
- toU8aString(byte[]) - Static method in class org.polkadot.utils.Utils
- toV0(MetadataV1) - Static method in class org.polkadot.types.metadata.v1.ToV0
- ToV0 - Class in org.polkadot.types.metadata.v1
- ToV0() - Constructor for class org.polkadot.types.metadata.v1.ToV0
- toV1(MetadataV2) - Static method in class org.polkadot.types.metadata.v2.ToV1
- ToV1 - Class in org.polkadot.types.metadata.v2
- ToV1() - Constructor for class org.polkadot.types.metadata.v2.ToV1
- toV2(MetadataV3) - Static method in class org.polkadot.types.metadata.v3.ToV2
- ToV2 - Class in org.polkadot.types.metadata.v3
- ToV2() - Constructor for class org.polkadot.types.metadata.v3.ToV2
- TreasuryProposal - Class in org.polkadot.types.type
-
A Proposal made for Treasury
- TreasuryProposal(Object) - Constructor for class org.polkadot.types.type.TreasuryProposal
- Tuple - Class in org.polkadot.types.codec
-
A Tuple defines an anonymous fixed-length array, where each element has its own type.
- Tuple - org.polkadot.types.codec.CreateType.TypeDefInfo
- Tuple(Types.ConstructorDef, Object) - Constructor for class org.polkadot.types.codec.Tuple
- TweetNaCl - Class in org.polkadot.utils.crypto
- TweetNaCl() - Constructor for class org.polkadot.utils.crypto.TweetNaCl
- TweetNaCl.InvalidCipherTextException - Exception in org.polkadot.utils.crypto
- TweetNaCl.InvalidSignatureException - Exception in org.polkadot.utils.crypto
- tx() - Method in class org.polkadot.api.ApiBase
-
Contains all the extrinsic modules and their subsequent methods in the API.
- tx() - Method in interface org.polkadot.direct.IApi
- type - Variable in class org.polkadot.rpc.json.types.JsonRpcMethodOpt
- type - Variable in class org.polkadot.types.Types.ContractABIArg
- Type - Class in org.polkadot.types.primitive
-
This is a extended version of String, specifically to handle types.
- Type(Object) - Constructor for class org.polkadot.types.primitive.Type
- TypeDef(CreateType.TypeDefInfo, String, String, List<CreateType.TypeDef>) - Constructor for class org.polkadot.types.codec.CreateType.TypeDef
- TypeRegistry - Class in org.polkadot.types.codec
- TypeRegistry() - Constructor for class org.polkadot.types.codec.TypeRegistry
- Types - Interface in org.polkadot.api.derive
- Types - Interface in org.polkadot.api
- Types - Interface in org.polkadot.common.keyring.pair
- Types - Interface in org.polkadot.common.keyring
- Types - Interface in org.polkadot.rpc.provider
- Types - Interface in org.polkadot.rpc.rx
- Types - Interface in org.polkadot.type.storage
- Types - Interface in org.polkadot.types.metadata
- Types - Interface in org.polkadot.types
- Types - Interface in org.polkadot.utils.crypto
- Types.ApiBaseInterface<ApplyResult> - Interface in org.polkadot.api
- Types.ApiInterfacePromise - Interface in org.polkadot.api
- Types.ApiOptions - Class in org.polkadot.api
- Types.CodecArg - Class in org.polkadot.types
-
export type CodecArg = Codec | BN | Boolean | String | Uint8Array | boolean | number | string | undefined | CodecArgArray | CodecArgObject;
- Types.CodecCallback<T extends Codec> - Interface in org.polkadot.types
- Types.ConstructorCodec<T extends Codec> - Interface in org.polkadot.types
- Types.ConstructorDef - Class in org.polkadot.types
- Types.Contract - Class in org.polkadot.types
- Types.ContractABI - Class in org.polkadot.types
- Types.ContractABIArg - Class in org.polkadot.types
- Types.ContractABIFn - Interface in org.polkadot.types
- Types.ContractABIMethod - Class in org.polkadot.types
- Types.ContractABIMethodBase - Class in org.polkadot.types
- Types.DecoratedRpc<ApplyResult> - Class in org.polkadot.api
- Types.DecoratedRpcMethod<ApplyResult> - Class in org.polkadot.api
- Types.DecoratedRpcSection<ApplyResult> - Class in org.polkadot.api
- Types.Derive<ApplyResult> - Class in org.polkadot.api
- Types.DerivedBalances - Class in org.polkadot.api.derive
- Types.DerivedBalancesMap - Class in org.polkadot.api.derive
- Types.DerivedFees - Class in org.polkadot.api.derive
- Types.DerivedReferendumVote - Class in org.polkadot.api.derive
- Types.DeriveMethod<ApplyResult> - Class in org.polkadot.api
- Types.DeriveRealFunction - Interface in org.polkadot.api.derive
- Types.DeriveSection<ApplyResult> - Class in org.polkadot.api
- Types.IExtrinsic - Interface in org.polkadot.types
- Types.IExtrinsicSignature - Interface in org.polkadot.types
- Types.IHash - Interface in org.polkadot.types
- Types.IMethod - Interface in org.polkadot.types
- Types.IRpcRx - Interface in org.polkadot.rpc.rx
- Types.JsonRpcError - Class in org.polkadot.rpc.provider
- Types.JsonRpcObject - Class in org.polkadot.rpc.provider
- Types.JsonRpcRequest - Class in org.polkadot.rpc.provider
- Types.JsonRpcResponse - Class in org.polkadot.rpc.provider
- Types.Keypair - Class in org.polkadot.utils.crypto
- Types.KeyringInstance - Interface in org.polkadot.common.keyring
- Types.KeyringOptions - Class in org.polkadot.common.keyring
- Types.KeyringPair - Interface in org.polkadot.common.keyring
- Types.KeyringPairJson - Class in org.polkadot.common.keyring
- Types.KeyringPairJsonEncoding - Class in org.polkadot.common.keyring
- Types.KeyringPairMeta - Class in org.polkadot.common.keyring
- Types.KeyringPairs - Interface in org.polkadot.common.keyring
- Types.MetadataInterface - Interface in org.polkadot.types.metadata
- Types.ModuleStorage - Class in org.polkadot.type.storage
- Types.OnCallDefinition<ApplyResult> - Interface in org.polkadot.api
- Types.OnCallFunction - Interface in org.polkadot.api
- Types.PairInfo - Class in org.polkadot.common.keyring.pair
- Types.QueryableModuleStorage<ApplyResult> - Class in org.polkadot.api
- Types.QueryableStorage<ApplyResult> - Class in org.polkadot.api
- Types.QueryableStorageFunction<ApplyResult> - Class in org.polkadot.api
-
export interface QueryableStorageFunctionBase
extends StorageFunction { (arg?: CodecArg): CodecResult; at: (hash: Hash | Uint8Array | string, arg?: CodecArg) => CodecResult; hash: (arg?: CodecArg) => HashResult ; key: (arg?: CodecArg) => string; size: (arg?: CodecArg) => U64Result ; } - Types.RegistryTypes - Class in org.polkadot.types
- Types.RpcRxInterface - Class in org.polkadot.rpc.rx
- Types.RpcRxInterfaceMethod - Interface in org.polkadot.rpc.rx
- Types.RpcRxInterfaceSection - Class in org.polkadot.rpc.rx
- Types.RpcRxOnCb - Interface in org.polkadot.rpc.rx
- Types.RuntimeVersionInterface - Interface in org.polkadot.types
- Types.Seedpair - Class in org.polkadot.utils.crypto
- Types.SignatureOptions - Class in org.polkadot.types
- Types.Signer - Interface in org.polkadot.api
- Types.Storage - Interface in org.polkadot.type.storage
- Types.SubmittableExtrinsicFunction<ApplyResult> - Class in org.polkadot.api
- Types.SubmittableExtrinsics<ApplyResult> - Class in org.polkadot.api
- Types.SubmittableModuleExtrinsics - Class in org.polkadot.api
- Types.SubscriptionParam - Class in org.polkadot.rpc.provider
- typeSplit(String) - Static method in class org.polkadot.types.codec.CreateType
- TypesUtils - Class in org.polkadot.types
- TypesUtils() - Constructor for class org.polkadot.types.TypesUtils
U
- U128 - Class in org.polkadot.types.primitive
-
An 128-bit unsigned integer
- U128(Object) - Constructor for class org.polkadot.types.primitive.U128
- U16 - Class in org.polkadot.types.primitive
-
An 16-bit unsigned integer
- U16(Object) - Constructor for class org.polkadot.types.primitive.U16
- U256 - Class in org.polkadot.types.primitive
-
An 256-bit unsigned integer
- U256(Object) - Constructor for class org.polkadot.types.primitive.U256
- U32 - Class in org.polkadot.types.primitive
-
An 32-bit unsigned integer
- U32(Object) - Constructor for class org.polkadot.types.primitive.U32
- U64 - Class in org.polkadot.types.primitive
-
An 64-bit unsigned integer
- U64(Object) - Constructor for class org.polkadot.types.primitive.U64
- U8 - Class in org.polkadot.types.primitive
-
An 8-bit unsigned integer
- U8(Object) - Constructor for class org.polkadot.types.primitive.U8
- U8a - Class in org.polkadot.types.codec
-
A basic wrapper around Uint8Array, with no frills and no fuss.
- U8a(Object) - Constructor for class org.polkadot.types.codec.U8a
- u8aConcat(List<byte[]>) - Static method in class org.polkadot.utils.Utils
-
Creates a concatenated Uint8Array from the inputs.
- U8aFixed - Class in org.polkadot.types.codec
-
A U8a that manages a a sequence of bytes up to the specified bitLength.
- U8aFixed(Object, int) - Constructor for class org.polkadot.types.codec.U8aFixed
- u8aFixLength(byte[], int, boolean) - Static method in class org.polkadot.utils.Utils
-
Shifts a Uint8Array to a specific bitLength Returns a uint8Array with the specified number of bits contained in the return value.
- u8aStrEq(byte[], byte[]) - Static method in class org.polkadot.utils.Utils
- u8aToBn(byte[], boolean, boolean) - Static method in class org.polkadot.utils.Utils
- u8aToHex(byte[]) - Static method in class org.polkadot.utils.Utils
- u8aToHex(byte[], int, boolean) - Static method in class org.polkadot.utils.Utils
-
Creates a hex string from a Uint8Array object.
- u8aToString(byte[]) - Static method in class org.polkadot.utils.Utils
-
Creates a utf-8 string from a Uint8Array object.
- u8aToU8a(Object) - Static method in class org.polkadot.utils.Utils
-
Creates a Uint8Array value from a Uint8Array, Buffer, string or hex input.
- UInt - Class in org.polkadot.types.codec
-
UInt A generic unsigned integer codec.
- UInt(Object, int) - Constructor for class org.polkadot.types.codec.UInt
- UInt(Object, int, boolean) - Constructor for class org.polkadot.types.codec.UInt
- UnlockChunk - Class in org.polkadot.types.type
-
Just a Balance/BlockNumber tuple to encode when a chunk of funds will be unlocked
- UnlockChunk(Object) - Constructor for class org.polkadot.types.type.UnlockChunk
- unsubscribe() - Method in interface org.polkadot.direct.IRpcFunction.Unsubscribe
- unsubscribe(int) - Method in interface org.polkadot.direct.IRpcFunction
- unsubscribe(String, String, int) - Method in class org.polkadot.rpc.provider.http.HttpProvider
-
Subscriptions are not supported with the HttpProvider, see
WsProvider. - unsubscribe(String, String, int) - Method in interface org.polkadot.rpc.provider.IProvider
- unsubscribe(String, String, int) - Method in class org.polkadot.rpc.provider.ws.WsProvider
-
Allows unsubscribing to subscriptions made with subscribe.
- unwrap() - Method in class org.polkadot.types.codec.Option
-
Returns the value that the Option represents (if available), throws if null
- unwrapOr(O) - Method in class org.polkadot.types.codec.Option
- update(int, Object) - Method in interface org.polkadot.api.Types.Signer
-
Receives an update for the extrinsic signed by a `signer.sign`
- updateSigner(Types.ApiInterfacePromise, int, Object) - Static method in interface org.polkadot.api.SubmittableExtrinsic
- USize - Class in org.polkadot.types.primitive
-
A System default unsigned number, typically used in RPC to report non-consensus data.
- USize(Object) - Constructor for class org.polkadot.types.primitive.USize
- Usurped(Object) - Constructor for class org.polkadot.types.rpc.ExtrinsicStatus.Usurped
- Utils - Class in org.polkadot.utils
- Utils() - Constructor for class org.polkadot.utils.Utils
- UtilsCrypto - Class in org.polkadot.utils
- UtilsCrypto() - Constructor for class org.polkadot.utils.UtilsCrypto
V
- validateAbi(Types.ContractABI) - Static method in class org.polkadot.types.ContractAbi
- validateArgs(String, List<Types.ContractABIArg>) - Static method in class org.polkadot.types.ContractAbi
- validateDeploy(Types.ContractABI) - Static method in class org.polkadot.types.ContractAbi
- validateMethods(Types.ContractABI) - Static method in class org.polkadot.types.ContractAbi
- validateTypes(List<String>, boolean) - Static method in class org.polkadot.types.metadata.MetadataUtils
- validatingBalance(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.balances.BalancesFunctions
- validatingBalances(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.balances.BalancesFunctions
- ValidatorPrefs - Class in org.polkadot.types.type
-
Validator preferences
- ValidatorPrefs(Object) - Constructor for class org.polkadot.types.type.ValidatorPrefs
- ValidityAttestation(Object) - Constructor for class org.polkadot.types.type.AttestedCandidate.ValidityAttestation
- ValidityVote(Object) - Constructor for class org.polkadot.types.type.AttestedCandidate.ValidityVote
- value() - Method in class org.polkadot.types.codec.EnumType
-
The value of the enum
- valueEncoded() - Method in class org.polkadot.types.codec.Set
-
The encoded value for the set members
- valueOf(String) - Static method in enum org.polkadot.api.ApiBase.ApiType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polkadot.rpc.provider.IProvider.ProviderInterfaceEmitted
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polkadot.types.codec.CreateType.TypeDefInfo
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.polkadot.types.CodecTypes
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.polkadot.api.ApiBase.ApiType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.polkadot.rpc.provider.IProvider.ProviderInterfaceEmitted
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.polkadot.types.codec.CreateType.TypeDefInfo
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.polkadot.types.codec.Set
-
The actual set values as a Array
- values() - Static method in enum org.polkadot.types.CodecTypes
-
Returns an array containing the constants of this enum type, in the order they are declared.
- Vector<T extends Codec> - Class in org.polkadot.types.codec
-
Vector This manages codec arrays.
- Vector - org.polkadot.types.codec.CreateType.TypeDefInfo
- Vector(Types.ConstructorCodec<T>, Object) - Constructor for class org.polkadot.types.codec.Vector
- verify(byte[], byte[]) - Method in class org.polkadot.common.keyring.pair.Index.KeyringPairDefault
- verify(byte[], byte[]) - Method in interface org.polkadot.common.keyring.Types.KeyringPair
- verify(String, byte[], byte[], byte[]) - Static method in interface org.polkadot.common.keyring.pair.Index
- version() - Method in class org.polkadot.types.type.ExtrinsicSignature
-
The encoded version for the signature
- VestingSchedule - Class in org.polkadot.types.type
-
Struct to encode the vesting schedule of an individual account
- VestingSchedule(Object) - Constructor for class org.polkadot.types.type.VestingSchedule
- Vote - Class in org.polkadot.types.type
-
A number of lock periods, plus a vote, one way or the other.
- Vote(Object) - Constructor for class org.polkadot.types.type.Vote
- VoteIndex - Class in org.polkadot.types.type
- VoteIndex(Object) - Constructor for class org.polkadot.types.type.VoteIndex
- votes(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.democracy.DemocracyFunctions
- VoteThreshold - Class in org.polkadot.types.type
-
Voting threshold, used inside proposals to set change the voting tally
- VoteThreshold(Object) - Constructor for class org.polkadot.types.type.VoteThreshold
- votingBalance - Variable in class org.polkadot.api.derive.Types.DerivedBalances
- votingBalance(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.balances.BalancesFunctions
- votingBalances(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.balances.BalancesFunctions
- votingBalancesNominatorsFor(Types.ApiInterfacePromise) - Static method in class org.polkadot.api.derive.balances.BalancesFunctions
W
- with(Types.ConstructorCodec) - Static method in class org.polkadot.types.codec.Option
- with(Types.ConstructorCodec<? extends Compactable>) - Static method in class org.polkadot.types.codec.Compact
- with(Types.ConstructorCodec<O>) - Static method in class org.polkadot.types.codec.Vector
- with(Types.ConstructorDef) - Static method in class org.polkadot.types.codec.EnumType
- with(Types.ConstructorDef) - Static method in class org.polkadot.types.codec.Struct
- WithdrawReasons - Class in org.polkadot.types.type
-
The Substrate WithdrawReasons for staking
- WithdrawReasons(Object) - Constructor for class org.polkadot.types.type.WithdrawReasons
- withKey(Types.ConstructorCodec) - Static method in class org.polkadot.types.codec.Linkage
- WS_URL - Static variable in interface org.polkadot.rpc.provider.Constants
- WsProvider - Class in org.polkadot.rpc.provider.ws
-
# @polkadot/rpc-provider/ws WsProviderDir The WebSocket Provider allows sending requests using WebSocket to a WebSocket RPC server TCP port.
- WsProvider() - Constructor for class org.polkadot.rpc.provider.ws.WsProvider
- WsProvider(String) - Constructor for class org.polkadot.rpc.provider.ws.WsProvider
- WsProvider(String, boolean) - Constructor for class org.polkadot.rpc.provider.ws.WsProvider
- WsProvider.WsStateAwaiting<T> - Class in org.polkadot.rpc.provider.ws
- WsStateAwaiting(IProvider.CallbackHandler<Throwable, T>, String, List<Object>, IProvider.SubscriptionHandler) - Constructor for class org.polkadot.rpc.provider.ws.WsProvider.WsStateAwaiting
X
- xxhash64AsBn(byte[], long) - Static method in class org.polkadot.utils.UtilsCrypto
-
Creates a xxhash BN from the input.
- xxhash64AsRaw(byte[], long) - Static method in class org.polkadot.utils.UtilsCrypto
-
Creates a xxhash non-prefixed hex from the input.
- xxhash64AsValue(byte[], long) - Static method in class org.polkadot.utils.UtilsCrypto
-
Creates a hex number from the input.
- xxhashAsU8a(byte[]) - Static method in class org.polkadot.utils.UtilsCrypto
-
Creates a xxhash64 u8a from the input.
- xxhashAsU8a(byte[], int) - Static method in class org.polkadot.utils.UtilsCrypto
_
- _signature - Variable in class org.polkadot.types.type.SignaturePayload
All Classes All Packages