You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a dryRun option to common parameters (or a separate second param object, e.g., TrezorConnect.getAddress(..., { dryRun: true }). This will only perform parameter validation by calling init and initAsync.
The text was updated successfully, but these errors were encountered:
Add a
dryRun
option to common parameters (or a separate second param object, e.g.,TrezorConnect.getAddress(..., { dryRun: true })
. This will only perform parameter validation by calling init and initAsync.The text was updated successfully, but these errors were encountered: