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