public interface IApi<ApplyResult>
Modifier and Type | Method and Description |
---|---|
Types.Derive<ApplyResult> |
derive() |
Hash |
getGenesisHash() |
RuntimeVersion |
getRuntimeVersion() |
Types.Signer |
getSigner() |
Types.QueryableStorage<ApplyResult> |
query() |
Types.DecoratedRpc<ApplyResult> |
rpc() |
Types.SubmittableExtrinsics<ApplyResult> |
tx() |
Hash getGenesisHash()
RuntimeVersion getRuntimeVersion()
Types.Derive<ApplyResult> derive()
Types.QueryableStorage<ApplyResult> query()
Types.DecoratedRpc<ApplyResult> rpc()
Types.SubmittableExtrinsics<ApplyResult> tx()
Types.Signer getSigner()