Interface ERC20Interface<R,T>

All Superinterfaces:
ERC20BasicInterface<T>

public interface ERC20Interface<R,T> extends ERC20BasicInterface<T>
The Ethereum ERC-20 token standard.

Implementations should provide the concrete ApprovalEventResponse and TransferEventResponse from their token as the generic types "R" amd "T".

See Also: