poloniex-node-api
    Preparing search index...

    Interface IBaseWalletActivity

    interface IBaseWalletActivity {
        address: string;
        amount: string;
        currency: string;
        timestamp: number;
        txid: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    address: string
    amount: string
    currency: string
    timestamp: number
    txid: string