bitfinex-node-api
    Preparing search index...

    Interface IWalletUpdateMessage

    wu — wallet update.

    interface IWalletUpdateMessage {
        balance: number;
        balance_available: number | null;
        channel_id: 0;
        currency: string;
        type: "wallet_update";
        unsettled_interest: number;
        wallet_type: IWalletType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    balance: number
    balance_available: number | null
    channel_id: 0
    currency: string
    type: "wallet_update"
    unsettled_interest: number
    wallet_type: IWalletType