poloniex-node-api
    Preparing search index...

    Interface IAccountTransfer

    interface IAccountTransfer {
        amount: string;
        createTime: number;
        currency: string;
        fromAccount: IAccountType;
        id: string;
        state: IActivityState;
        toAccount: IAccountType;
    }

    Hierarchy (View Summary)

    Index

    Properties

    amount: string
    createTime: number
    currency: string
    fromAccount: IAccountType
    id: string
    state: IActivityState
    toAccount: IAccountType