UNPKG

@etherspot/data-utils

Version:
10 lines (7 loc) 206 B
import { DecodedLogParam } from './decoded-log-param.js'; declare class TransactionLogDecoded { name: string; signature: string; params: DecodedLogParam[]; } export { TransactionLogDecoded };