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