fibercrypto / fibercryptowallet

Multi-coin cryptocurrency wallet
GNU General Public License v3.0
27 stars 15 forks source link

Scan outputs of Ethereum wallets #342

Open olemis opened 4 years ago

olemis commented 4 years ago

Is your feature request related to a problem? Please describe. Ethereum wallets do not implement ScanOutputs method.

Describe the solution you'd like Equivalent to scanning transactions since Ethereum transactions seem to transfer funds to a single destination.

Additional context ScanOutputs added in BlockchainVisor as part of #230 .

olemis commented 4 years ago

@stdevMauricio1802 what types need be changed by this ?