Closed Cylix closed 6 years ago
We already support on our own way thanks to the validateInputs
parameters.
If false, we are guaranteed not to do any network calls as long as inputs are provided.
Implementation is different on the JS library as the prepareTransfer function takes as parameter an http client apparently, but the underlying logic is similar.
From #304 (iota.lib.js changes):
We need to double check, but I think we should already support offline. I had a quick overview, and seems the only time we need network in this method is if user does provided inputs and asked for an inputValidation. But maybe this validation process has been retired as well?