/**
* Cardano Wallet Backend API
*

*
* OpenAPI spec version: 2021.3.4
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
import { WalletswalletIdpaymentfeesAmount } from '.';
/**
*
* @export
* @interface ApiCoinSelectionWithdrawals
*/
export interface ApiCoinSelectionWithdrawals {
/**
*
* @type {string}
* @memberof ApiCoinSelectionWithdrawals
*/
stake_address: any;
/**
* A path for deriving a child key from a parent key.
* @type {Array<string>}
* @memberof ApiCoinSelectionWithdrawals
*/
derivation_path: string[];
/**
*
* @type {WalletswalletIdpaymentfeesAmount}
* @memberof ApiCoinSelectionWithdrawals
*/
amount: WalletswalletIdpaymentfeesAmount;
}