bitfinex-node-api
    Preparing search index...

    Interface IAuthEnvelopeV2Message

    Generic envelope for authenticated frames whose payload schema is not decoded into a typed message (e.g. te/tu account trades, mis/miu margin info, fiu funding info, historical snapshots hos/hfos/…, uac price-alert events). The v2 mnemonic is carried in mnemonic.

    https://docs.bitfinex.com/docs/abbreviations-glossary

    interface IAuthEnvelopeV2Message {
        channel_id: 0;
        mnemonic: string;
        payload: unknown;
        type: "auth_envelope";
    }
    Index

    Properties

    channel_id: 0
    mnemonic: string
    payload: unknown
    type: "auth_envelope"