/** * Cardano Wallet Backend API *
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