Class JsonRpcProvider

  • All Implemented Interfaces:
    com.swmansion.starknet.provider.Provider

    
    public final class JsonRpcProvider
     implements Provider
                        

    A provider for interacting with Starknet using JSON-RPC. You should reuse it in your application to share the httpService or provide it with your own httpService.