bitfinex-node-api
    Preparing search index...

    Interface IAuthFailedMessage

    interface IAuthFailedMessage {
        chanId: 0;
        code: number;
        event: "auth";
        msg?: string;
        status: "FAIL";
    }
    Index

    Properties

    chanId: 0
    code: number
    event: "auth"
    msg?: string
    status: "FAIL"