defy.tools

Interface NotePayload

interface NotePayload {
    kind: number;
    pubkey: string;
    tags?: string[][];
    text: string;
}

Hierarchy (view full)

Properties

Properties

kind: number
pubkey: string
tags?: string[][]
text: string