bitfinex-node-api
    Preparing search index...

    Interface IAuthSuccessMessageV2

    interface IAuthSuccessMessageV2 {
        auth_id?: string;
        caps?: unknown;
        chanId: 0;
        event: "auth";
        status: "OK";
        userId: number;
    }
    Index

    Properties

    auth_id?: string
    caps?: unknown
    chanId: 0
    event: "auth"
    status: "OK"
    userId: number