poloniex-node-api
    Preparing search index...

    Interface IWithdrawOptions

    interface IWithdrawOptions {
        address: string;
        allowBorrow?: boolean;
        amount: string;
        currency: string;
        paymentId?: string;
        [key: string]: string | number | boolean | string[] | undefined;
    }

    Hierarchy (View Summary)

    Indexable

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

    Properties

    address: string
    allowBorrow?: boolean
    amount: string
    currency: string
    paymentId?: string