persist property

bool? persist
final

Indicates if the wallet accounts should be persisted. This is helpful if you'd like to see the addresses of different derivation paths without actually creating the accounts. Defaults to true.

Implementation

final bool? persist;