SolanaRpcApi constructor

SolanaRpcApi(
  1. String _url,
  2. String address
)

constructs

Implementation

SolanaRpcApi(this._url, this.address) : _httpClient = RPCHttpClient();