UNPKG

@etherspot/prime-sdk

Version:

Etherspot Prime (Account Abstraction) SDK

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