toEntity method

WalletEntity toEntity()

Implementation

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