bitfinex-node-api
    Preparing search index...

    Interface INotificationV2Message

    interface INotificationV2Message {
        channel_id: 0;
        code: number | null;
        message_id: number | null;
        mts: number;
        notification_type: string;
        notify_info: unknown;
        status: string | null;
        text: string | null;
        type: "notification";
    }
    Index

    Properties

    channel_id: 0
    code: number | null
    message_id: number | null
    mts: number
    notification_type: string
    notify_info: unknown
    status: string | null
    text: string | null
    type: "notification"