fix
wzy
2022-06-08 f7ed73841b806f36bd5f058e1a01386e66437076
1
2
3
4
5
6
package cc.mrbird.febs.dapp.chain;
 
public interface ContractEventService {
 
    void compile(EthUsdtContract.TransferEventResponse e);
}