UNPKG

@etherspot/data-utils

Version:
10 lines (8 loc) 160 B
declare class DecodedLogParam { name?: string; type: string; indexed: boolean; decoded: boolean; value: any; } export { DecodedLogParam };