RpcUrlConfig constructor

RpcUrlConfig(
  1. String evmUrl,
  2. String solUrl
)

Implementation

RpcUrlConfig(this.evmUrl, this.solUrl);