Interface ERC20BasicInterface<T>

All Known Subinterfaces:
ERC20Interface<R,T>

public interface ERC20BasicInterface<T>
Describes the Ethereum "Basic" subset of the ERC-20 token standard.

Implementations should provide the concrete TransferEventResponse from their token as the generic type "T".

See Also: