wzy
2022-10-29 228e345aeb9c426c2b3bbc2b786e71da6ee55aa5
1
2
3
4
5
6
package cc.mrbird.febs.dapp.chain;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}