Open mehcode opened 7 months ago
Currently, it is easy to create a Client in an invalid configuration, missing the LedgerId
Client
LedgerId
I propose that we deprecate Client.forNetwork and replace with Client.forCustomNetwork that has the added required parameter, ledgerId.
Client.forNetwork
Client.forCustomNetwork
ledgerId
Currently, it is easy to create a
Client
in an invalid configuration, missing theLedgerId
I propose that we deprecate
Client.forNetwork
and replace withClient.forCustomNetwork
that has the added required parameter,ledgerId
.