- 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(Types.KeyringPair) - Method in class org.polkadot.common.keyring.Pairs
-
- add(Types.KeyringPair) - Method in interface org.polkadot.common.keyring.Types.KeyringPairs
-
- add(String, Types.ConstructorCodec<? extends Codec>) - Method in class org.polkadot.types.Types.ConstructorDef
-
- add(String, Class<? extends Codec>) - Method in class org.polkadot.types.Types.ConstructorDef
-
- 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 <secret>/<soft-key>//<hard-key>///<password>
(the ///password
may be omitted, and /<soft-key>
and //<hard-key>
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(IProvider, ApiBase.ApiType) - Constructor for class org.polkadot.api.ApiBase
-
Create an instance of the class
- ApiBase(Types.ApiOptions, ApiBase.ApiType) - Constructor for class org.polkadot.api.ApiBase
-
- ApiBase.ApiType - Enum 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
- 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(Types.OnCallFunction, List<Object>, boolean, IRpcFunction.SubscribeCallback) - Method in interface org.polkadot.api.Types.OnCallDefinition
-
- 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(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
-
- 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
-
- 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
-
- 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
-
- asFuture() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
- 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
-
- 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
-
- 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
-
- asType() - Method in class org.polkadot.types.metadata.v1.Storage.MetadataStorageType
-
- asType() - Method in class org.polkadot.types.metadata.v2.Storage.MetadataStorageType
-
- asType() - Method in class org.polkadot.types.metadata.v3.Storage.MetadataStorageType
-
- asUsurped() - Method in class org.polkadot.types.rpc.ExtrinsicStatus
-
- 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() - 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
-
- author - Static variable in class org.polkadot.rpc.json.JsonRpc
-
- author - Variable in class org.polkadot.rpc.rx.Types.RpcRxInterface
-
- 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
-
- 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, HttpClient.Params, HttpClient.HeadOptions) - Static method in class org.polkadot.common.HttpClient
-
- 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
-
- getA() - Method in class org.polkadot.types.type.MisbehaviorReport.BftAtReport
-
- getA() - Method in class org.polkadot.types.type.MisbehaviorReport.BftAtReportValueSingle
-
- getA() - Method in class org.polkadot.types.type.MisbehaviorReport.BftProposeOutOfTurn
-
- 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
-
- 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.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
-
- 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
-
- 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
Hash
the signature applies to (mortal/immortal)
- getBlockHash() - Method in class org.polkadot.types.Types.SignatureOptions
-
- getBlockNumber() - Method in class org.polkadot.types.type.Header
-
- 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
-
- 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
Hash
for 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
-
- 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
-
- getDocs() - Method in class org.polkadot.types.metadata.v1.Calls.MetadataCall
-
- getDocs() - Method in class org.polkadot.types.metadata.v1.Events.MetadataEvent
-
- getDocs() - Method in class org.polkadot.types.metadata.v1.Storage.MetadataStorageV1
-
- getDocs() - Method in class org.polkadot.types.metadata.v2.Storage.MetadataStorageV2
-
- getDocs() - Method in class org.polkadot.types.metadata.v3.Storage.MetadataStorageV3
-
- getDocumentation() - Method in class org.polkadot.type.storage.Substrate.SubstrateMetadata
-
- getDocumentation() - Method in class org.polkadot.types.metadata.v0.Events.EventMetadata
-
- getDocumentation() - Method in class org.polkadot.types.metadata.v0.Modules.FunctionMetadata
-
- 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
-
- 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
Event
this 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
Bytes
fallback default
- getFallback() - Method in class org.polkadot.types.metadata.v2.Storage.MetadataStorageV2
-
The
Bytes
fallback default
- getFallback() - Method in class org.polkadot.types.metadata.v3.Storage.MetadataStorageV3
-
The
Bytes
fallback 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
-
- getHash() - Method in class org.polkadot.types.type.BftAuthoritySignature.BftHashSignature
-
- getHash() - Method in class org.polkadot.types.type.Block
-
- 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
-
- getHash() - Method in interface org.polkadot.types.Types.IExtrinsic
-
- 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
- getHeader() - Method in class org.polkadot.types.type.Block.BlockValue
-
- getHeader() - Method in class org.polkadot.types.type.Block
-
- 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
U16
index 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
-
- 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
-
- getKey() - Method in class org.polkadot.types.metadata.v2.Storage.MapType
-
- getKey() - Method in class org.polkadot.types.type.KeyValue.KeyValueOption
-
The StorageKey
- getKey1() - Method in class org.polkadot.types.metadata.v3.Storage.DoubleMapType
-
- getKey2() - Method in class org.polkadot.types.metadata.v3.Storage.DoubleMapType
-
- getKeyHasher() - Method in class org.polkadot.types.metadata.v3.Storage.DoubleMapType
-
- 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
-
- 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(String) - Method in class org.polkadot.api.Types.DecoratedRpcSection
-
- 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
Method
this extrinsic wraps
- getMethod() - Method in class org.polkadot.types.type.SignaturePayload
-
The
Method
contained in the payload
- getMethod() - Method in interface org.polkadot.types.Types.IExtrinsic
-
- 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
Nonce
for the signature
- getNonce() - Method in class org.polkadot.types.type.SignaturePayload
-
- 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
-
- 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
Hash
of the parent block
- getParentNumber() - Method in class org.polkadot.types.type.MisbehaviorReport
-
- 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
-
- 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
-
- 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
-
- getSignature() - Method in class org.polkadot.types.type.BftAuthoritySignature
-
- getSignature() - Method in class org.polkadot.types.type.Digest.Seal
-
- getSignature() - Method in class org.polkadot.types.type.Extrinsic
-
The ExtrinsicSignature
- getSignature() - Method in class org.polkadot.types.type.ExtrinsicSignature
-
- 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
-
- 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
- getTypeClass(CreateType.TypeDef) - Static method in class org.polkadot.types.codec.CreateType
-
- getTypeDef(String) - Static method in class org.polkadot.types.codec.CreateType
-
- getTypeDef(String, String) - 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
- 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
-
- getValue() - Method in class org.polkadot.types.metadata.v2.Storage.MapType
-
- getValue() - Method in class org.polkadot.types.metadata.v3.Storage.DoubleMapType
-
- 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
- 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 - Class in org.polkadot.api.derive
-
- Index() - Constructor for class org.polkadot.api.derive.Index
-
- Index - Interface in org.polkadot.common.keyring.pair
-
- Index - Class in org.polkadot.type.extrinsics
-
- Index() - Constructor for class org.polkadot.type.extrinsics.Index
-
- index() - Method in class org.polkadot.types.codec.EnumType
-
The index of the metadata value
- Index - Class in org.polkadot.types.type
-
The Nonce or number of transactions sent by a specific account.
- 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
- isContainer(Object) - Static method in class org.polkadot.utils.Utils
-
- isDeprecated() - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
-
- isDeprecated - Variable in class org.polkadot.rpc.json.types.JsonRpcMethodOpt
-
- isDeprecated - Variable in class org.polkadot.rpc.json.types.JsonRpcSection
-
- 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() - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
-
- isHidden - Variable in class org.polkadot.rpc.json.types.JsonRpcMethodOpt
-
- isHidden - Variable in class org.polkadot.rpc.json.types.JsonRpcSection
-
- 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
Null
type
- 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
Null
type (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() - Method in class org.polkadot.api.SubmittableExtrinsic.SubmittableExtrinsicImpl
-
- isSigned() - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
-
- isSigned - Variable in class org.polkadot.rpc.json.types.JsonRpcMethodOpt
-
- 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() - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
-
- isSubscription - Variable in class org.polkadot.rpc.json.types.JsonRpcMethodOpt
-
- 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
-
- 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(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
-
- section - Variable in class org.polkadot.rpc.json.types.JsonRpcSection
-
- section - Variable in class org.polkadot.types.primitive.StorageKey.StorageFunction
-
- 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
-
- send() - Method in interface org.polkadot.api.SubmittableExtrinsic
-
- send(SubmittableExtrinsic.StatusCb) - 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
-
- 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<JsonRpcParam>) - Method in class org.polkadot.rpc.json.types.JsonRpcMethod
-
- setParams(List<Object>) - Method in class org.polkadot.rpc.provider.Types.JsonRpcRequest
-
- 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(String) - Method in class org.polkadot.rpc.provider.Types.JsonRpcResponse
-
- setResult(Object) - Method in class org.polkadot.rpc.provider.Types.SubscriptionParam
-
- 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(Types.KeyringPair, Types.SignatureOptions) - Method in interface org.polkadot.api.SubmittableExtrinsic
-
- 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(byte[]) - Method in class org.polkadot.common.keyring.pair.Index.KeyringPairDefault
-
- sign(String, byte[], Types.Keypair) - Static method in interface org.polkadot.common.keyring.pair.Index
-
- sign(byte[]) - Method in interface org.polkadot.common.keyring.Types.KeyringPair
-
- sign(Types.KeyringPair, Types.SignatureOptions) - Method in class org.polkadot.types.type.Extrinsic
-
Sign the extrinsic with a specific keypair
- 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.types.Types.IExtrinsic
-
- 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.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.
- SIGNATURE_SIZE_BYTES - Static variable in class org.polkadot.utils.crypto.TweetNaCl
-
- SignatureOptions() - Constructor for class org.polkadot.types.Types.SignatureOptions
-
- SignaturePayload - Class in org.polkadot.types.type
-
- 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
-
- 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() - 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
-
- state - Static variable in class org.polkadot.rpc.json.JsonRpc
-
- state - Variable in class org.polkadot.rpc.rx.Types.RpcRxInterface
-
- 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, int) - Constructor for class org.polkadot.types.metadata.v0.Modules.StorageFunctionType
-
- StorageFunctionType(Object) - 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
-
- 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
- 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(Types.ConstructorDef, Object, Map<String, String>) - Constructor for class org.polkadot.types.codec.Struct
-
- Struct(Types.ConstructorDef, Object) - 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 - Class in org.polkadot.type.storage
-
- Substrate() - Constructor for class org.polkadot.type.storage.Substrate
-
- substrate - Static variable in class org.polkadot.type.storage.Substrate
-
- substrate() - Method in interface org.polkadot.type.storage.Types.Storage
-
- Substrate.SubstrateMetadata - Class in org.polkadot.type.storage
-
- SubstrateMetadata(String, String) - Constructor for class org.polkadot.type.storage.Substrate.SubstrateMetadata
-
- 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
-
- system - Static variable in class org.polkadot.rpc.json.JsonRpc
-
- system - Variable in class org.polkadot.rpc.rx.Types.RpcRxInterface
-
- 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(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(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(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) - Method in class org.polkadot.common.keyring.pair.Index.KeyringPairDefault
-
- toJson(String, PairCodec.PairStateJson, byte[], boolean) - Static method in class org.polkadot.common.keyring.pair.PairCodec
-
- toJson(String, String) - Method in interface org.polkadot.common.keyring.Types.KeyringInstance
-
- toJson(String) - Method in interface org.polkadot.common.keyring.Types.KeyringPair
-
- 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
- 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(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() - Method in interface org.polkadot.types.Codec
-
- 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 - Class in org.polkadot.types.metadata.v1
-
- ToV0() - Constructor for class org.polkadot.types.metadata.v1.ToV0
-
- toV0(MetadataV1) - Static method in class org.polkadot.types.metadata.v1.ToV0
-
- ToV1 - Class in org.polkadot.types.metadata.v2
-
- ToV1() - Constructor for class org.polkadot.types.metadata.v2.ToV1
-
- toV1(MetadataV2) - Static method in class org.polkadot.types.metadata.v2.ToV1
-
- ToV2 - Class in org.polkadot.types.metadata.v3
-
- ToV2() - Constructor for class org.polkadot.types.metadata.v3.ToV2
-
- toV2(MetadataV3) - Static method in 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(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 - 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.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<CodecResult, SubscriptionResult> extends StorageFunction {
(arg?: CodecArg): CodecResult;
at: (hash: Hash | Uint8Array | string, arg?: CodecArg) => CodecResult;
hash: (arg?: CodecArg) => HashResult<CodecResult, SubscriptionResult>;
key: (arg?: CodecArg) => string;
size: (arg?: CodecArg) => U64Result<CodecResult, SubscriptionResult>;
}
- 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
-