bitfinex-node-api
    Preparing search index...

    Interface ILedgerEntryV2

    interface ILedgerEntryV2 {
        amount: number;
        balance: number;
        currency: string;
        description: string;
        id: number;
        mts: number;
        wallet: IWalletTypeV2 | null;
    }
    Index

    Properties

    amount: number
    balance: number
    currency: string
    description: string
    id: number
    mts: number
    wallet: IWalletTypeV2 | null