/** * 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 { AxiosPromise, AxiosInstance } from 'axios'; import { Configuration } from '../configuration'; import { RequestArgs, BaseAPI } from '../base'; import { Body19 } from '../models'; import { InlineResponse2008 } from '../models'; /** * ByronCoinSelectionsApi - axios parameter creator * @export */ export declare const ByronCoinSelectionsApiAxiosParamCreator: (configuration?: Configuration) => { /** *status: stable
Select coins to cover the given set of payments. Uses the Random-Improve coin selection algorithm. Note: Not supported for Byron random wallets. * @summary Random * @param {Body19} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ byronSelectCoins: (body: Body19, walletId: string, options?: any) => Promisestatus: stable
Select coins to cover the given set of payments. Uses the Random-Improve coin selection algorithm. Note: Not supported for Byron random wallets. * @summary Random * @param {Body19} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ byronSelectCoins(body: Body19, 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. Note: Not supported for Byron random wallets. * @summary Random * @param {Body19} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ byronSelectCoins(body: Body19, walletId: string, options?: any): AxiosPromisestatus: stable
Select coins to cover the given set of payments. Uses the Random-Improve coin selection algorithm. Note: Not supported for Byron random wallets. * @summary Random * @param {Body19} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof ByronCoinSelectionsApi */ byronSelectCoins(body: Body19, walletId: string, options?: any): Promise