toEntity method
Implementation
WalletEntity toEntity() => WalletEntity(
seedphrase: seedphrase,
privateKey: privateKey,
publicKey: publicKey,
address: address);
WalletEntity toEntity() => WalletEntity(
seedphrase: seedphrase,
privateKey: privateKey,
publicKey: publicKey,
address: address);