reset method

void reset()

Reset wallet-specific properties. Preserves that NetworkId and BlockchainAdapter.

Implementation

void reset() {
  _stakeAddress = null;
  _walletName = null;
  _rootSigningKey = null;
  _hdWallet = null;
  _mnemonic = null;
}