Interface NDKRpcRequest

interface NDKRpcRequest {
    event: NDKEvent;
    id: string;
    method: string;
    params: string[];
    pubkey: string;
}

Properties

event: NDKEvent
id: string
method: string
params: string[]
pubkey: string