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