poloniex-node-api
    Preparing search index...

    Interface ITransferOptions

    interface ITransferOptions {
        amount: string;
        currency: string;
        fromAccount: IAccountType;
        toAccount: IAccountType;
        [key: string]: string | number | boolean | string[] | undefined;
    }

    Hierarchy (View Summary)

    Indexable

    • [key: string]: string | number | boolean | string[] | undefined
    Index

    Properties

    amount: string
    currency: string
    fromAccount: IAccountType
    toAccount: IAccountType