public interface ERC20BasicInterface<T>
Implementations should provide the concrete TransferEventResponse
from their token as the generic type "T".
Modifier and Type | Method and Description |
---|---|
RemoteCall<java.math.BigInteger> |
balanceOf(java.lang.String who) |
java.util.List<T> |
getTransferEvents(TransactionReceipt transactionReceipt) |
RemoteCall<java.math.BigInteger> |
totalSupply() |
RemoteCall<TransactionReceipt> |
transfer(java.lang.String to,
java.math.BigInteger value) |
io.reactivex.Flowable<T> |
transferEventFlowable(DefaultBlockParameter startBlock,
DefaultBlockParameter endBlock) |
RemoteCall<java.math.BigInteger> totalSupply()
RemoteCall<java.math.BigInteger> balanceOf(java.lang.String who)
RemoteCall<TransactionReceipt> transfer(java.lang.String to, java.math.BigInteger value)
java.util.List<T> getTransferEvents(TransactionReceipt transactionReceipt)
io.reactivex.Flowable<T> transferEventFlowable(DefaultBlockParameter startBlock, DefaultBlockParameter endBlock)