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