bitfinex-node-api
    Preparing search index...

    Interface IWalletBalance

    interface IWalletBalance {
        amount: string;
        available: string;
        currency: string;
        type: IWalletType;
    }
    Index

    Properties

    amount: string
    available: string
    currency: string
    type: IWalletType