SolanaParsedEvent<EventType, InfoType>: RawEventBase & {
    parsed: {
        info: InfoType;
        type: EventType;
    };
}

Defines the instruction event type and its info.

Type Parameters

  • EventType

  • InfoType

Generated using TypeDoc