Package 

Interface ModuleProvider

  • All Implemented Interfaces:

    
    public interface ModuleProvider
    
                        

    An interface for getting RPCs

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      abstract ChainModule getChain() Provides an interface for getting chain RPC client
      abstract PaymentModule getPayment() Provides an interface for getting payment RPC client
      abstract StateModule getState() Provides an interface for getting RuntimeMetadata and fetching StorageItems
      abstract SystemModule getSystem() Provides an interface for getting RuntimeVersion
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait