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