ClientRpcSslOptions

data class ClientRpcSslOptions(val trustStorePath: Path, val trustStorePassword: String, val trustStoreProvider: String = "JKS")

As an RPC Client, use this class to point to the truststore that contains the RPC SSL certificate provided by the node admin

Constructors

Link copied to clipboard
constructor(trustStorePath: Path, trustStorePassword: String, trustStoreProvider: String = "JKS")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard