UNPKG

@solsdk/keystone_sdk

Version:

SDK for Keystone Protocol

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[]; };