Interface LogsNotification
interface LogsNotification { result: { context: { slot: Slot; }; value: { err: unknown; logs: string[]; signature: never; }; }; subscription: number; } Properties
result
result: { context: { slot: Slot; }; value: { err: unknown; logs: string[]; signature: never; }; } subscription
subscription: number
Notification payload for
logsSubscribe.Since
1.0.0