Some dapps might want to optimize the Protocl params fetching to avoid calling the provider endpoints each time you instantiate Translucent.
Translucent.new could be modified to new(provider, network, protocolParams) to allow passing the protocol parameters and that would avoid calling provider.getProtocolParamateres
Some dapps might want to optimize the Protocl params fetching to avoid calling the provider endpoints each time you instantiate Translucent.
Translucent.newcould be modified tonew(provider, network, protocolParams)to allow passing the protocol parameters and that would avoid calling provider.getProtocolParamateres