defy.tools

Interface SubscriptionPayload

interface SubscriptionPayload {
    channelId: string;
    indexTag: string;
    kind: number;
    notificationId: string;
    pubkey: string;
    tags?: string[][];
}

Hierarchy (view full)

Properties

channelId: string
indexTag: string
kind: number
notificationId: string
pubkey: string
tags?: string[][]