bitfinex-node-api
    Preparing search index...

    Type Alias IWithdrawResponse

    IWithdrawResponse: [
        {
            address?: string;
            amount?: string;
            fees?: string;
            invoice?: number
            | null;
            message: string;
            method?: string;
            payment_id?: number | null;
            status: "error" | "success";
            wallettype?: IWalletType;
            withdrawal_id: number;
        },
    ]