poloniex-node-api
    Preparing search index...

    Interface ITransferOptions

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

    Hierarchy (View Summary)

    Indexable

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

    Properties

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