UNPKG

@drift-labs/sdk

Version:
7 lines (6 loc) 295 B
import { Program, Event } from '@coral-xyz/anchor'; export declare function parseLogs(program: Program, logs: string[], programId?: string): Event[]; export declare function parseLogsWithRaw(program: Program, logs: string[], programId?: string): { events: Event[]; rawLogs: string[]; };