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 .
Is your feature request related to a problem? Please describe.
Ethereum wallets do not implement
ScanOutputsmethod.Describe the solution you'd like
Equivalent to scanning transactions since Ethereum transactions seem to transfer funds to a single destination.
Additional context
ScanOutputsadded inBlockchainVisoras part of #230 .