KKSU
2024-05-11 485a8bb8590db59f7374667759e7d2fbfc13d53c
1
2
3
4
5
6
package cc.mrbird.febs.dapp.chain;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}