All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.polkadot.direct.IApi Maven / Gradle / Ivy

The newest version!
package org.polkadot.direct;

import org.polkadot.api.Types;
import org.polkadot.types.rpc.RuntimeVersion;
import org.polkadot.types.type.Hash;

public interface IApi {

    Hash getGenesisHash();

    RuntimeVersion getRuntimeVersion();

    Types.Derive derive();

    Types.QueryableStorage query();

    Types.DecoratedRpc rpc();

    Types.SubmittableExtrinsics tx();

    Types.Signer getSigner();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy