Package org.polkadot.direct
Interface IApi<ApplyResult>
-
- All Known Subinterfaces:
Types.ApiBaseInterface<ApplyResult>,Types.ApiInterfacePromise
- All Known Implementing Classes:
ApiBase,ApiPromise,ApiRx
public interface IApi<ApplyResult>
-
-
Method Summary
Modifier and Type Method Description Types.Derive<ApplyResult>derive()HashgetGenesisHash()RuntimeVersiongetRuntimeVersion()Types.SignergetSigner()Types.QueryableStorage<ApplyResult>query()Types.DecoratedRpc<ApplyResult>rpc()Types.SubmittableExtrinsics<ApplyResult>tx()
-
-
-
Method Detail
-
getGenesisHash
Hash getGenesisHash()
-
getRuntimeVersion
RuntimeVersion getRuntimeVersion()
-
derive
Types.Derive<ApplyResult> derive()
-
query
Types.QueryableStorage<ApplyResult> query()
-
rpc
Types.DecoratedRpc<ApplyResult> rpc()
-
tx
Types.SubmittableExtrinsics<ApplyResult> tx()
-
getSigner
Types.Signer getSigner()
-
-