abstract class WalletCredentials { const WalletCredentials({this.name, this.password}); final String name; final String password; }