import { Idl, Event, EventCoder } from "@coral-xyz/anchor"; import { IdlEvent } from "@coral-xyz/anchor/dist/cjs/idl"; export class SplFeatureProposalEventsCoder implements EventCoder { constructor(_idl: Idl) {} decode>( _log: string ): Event | null { throw new Error("SplFeatureProposal program does not have events"); } }