1function mkDummy(name: string) {2 return {3 ['dummy' + name]: 'u32',4 };5}67export default {8 types: {9 EvmCoreErrorExitReason: mkDummy('ExitReason'),10 EthereumLog: mkDummy('Log'),11 EthereumTransactionLegacyTransaction: mkDummy('LegacyTx'),12 EthereumBlock: mkDummy('EthBlock'),13 EthereumReceipt: mkDummy('EthReceipt'),14 FpRpcTransactionStatus: mkDummy('EthTxStatus'),15 },16};difftreelog
source
tests/src/interfaces/ethereum/definitions.ts400 Bsourcehistory