Interface SubscribeConfig

interface SubscribeConfig {
    socket: null | NostrSocket;
    sub_id: string;
}

Properties

Properties

socket: null | NostrSocket
sub_id: string

Generated using TypeDoc