UNPKG

@etherspot/data-utils

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