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