/** * Cardano Wallet Backend API *
status: stable
Select coins to cover the given set of payments. Uses the Random-Improve coin selection algorithm. * @summary Random * @param {ApiPostTransactionFeeData} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ selectCoins: (body: ApiPostTransactionFeeData, walletId: string, options?: any) => Promisestatus: stable
Select coins to cover the given set of payments. Uses the Random-Improve coin selection algorithm. * @summary Random * @param {ApiPostTransactionFeeData} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ selectCoins(body: ApiPostTransactionFeeData, walletId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromisestatus: stable
Select coins to cover the given set of payments. Uses the Random-Improve coin selection algorithm. * @summary Random * @param {ApiPostTransactionFeeData} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ selectCoins(body: ApiPostTransactionFeeData, walletId: string, options?: any): AxiosPromisestatus: stable
Select coins to cover the given set of payments. Uses the Random-Improve coin selection algorithm. * @summary Random * @param {ApiPostTransactionFeeData} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof CoinSelectionsApi */ selectCoins(body: ApiPostTransactionFeeData, walletId: string, options?: any): Promise