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