/** * 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 { ApiWalletPostData } from '../models'; import { ApiWalletPutData } from '../models'; import { ApiWalletPutPassphraseData } from '../models'; import { ApiWallet } from '../models'; import { ApiWalletUTxOsStatistics } from '../models'; /** * WalletsApi - axios parameter creator * @export */ export declare const WalletsApiAxiosParamCreator: (configuration?: Configuration) => { /** *status: stable
* @summary Delete * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteWallet: (walletId: string, options?: any) => Promisestatus: stable
Return the UTxOs distribution across the whole wallet, in the form of a histogram. ``` │ 100 ─ │ │ ┌───┐ 10 ─ ┌───┐ │ │ ┌───┐ │ ┌───┐ │ │ │ │ │ │ │ │ │ │ │ │ │ ┌───┐ │ │ 1 ─ ┌───┐ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ╷ │ │ ╷ │ │ ╷ ╷ │ │ └─┘ └─│───────│─┘ └─│─┘ └─│─┘ └─│─┘ └─│───────│─┘ └──── 10μ₳ 100μ₳ 1000μ₳ 0.1₳ 1₳ 10₳ 100₳ ``` * @summary UTxO Statistics * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ getUTxOsStatistics: (walletId: string, options?: any) => Promisestatus: stable
* @summary Get * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ getWallet: (walletId: string, options?: any) => Promisestatus: stable
Return a list of known wallets, ordered from oldest to newest. * @summary List * @param {*} [options] Override http request option. * @throws {RequiredError} */ listWallets: (options?: any) => Promisestatus: stable
Create and restore a wallet from a mnemonic sentence or account public key. * @summary Create / Restore * @param {ApiWalletPostData} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ postWallet: (body: ApiWalletPostData, options?: any) => Promisestatus: stable
* @summary Update Metadata * @param {ApiWalletPutData} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ putWallet: (body: ApiWalletPutData, walletId: string, options?: any) => Promisestatus: stable
* @summary Update Passphrase * @param {ApiWalletPutPassphraseData} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ putWalletPassphrase: (body: ApiWalletPutPassphraseData, walletId: string, options?: any) => Promisestatus: stable
* @summary Delete * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteWallet(walletId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromisestatus: stable
Return the UTxOs distribution across the whole wallet, in the form of a histogram. ``` │ 100 ─ │ │ ┌───┐ 10 ─ ┌───┐ │ │ ┌───┐ │ ┌───┐ │ │ │ │ │ │ │ │ │ │ │ │ │ ┌───┐ │ │ 1 ─ ┌───┐ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ╷ │ │ ╷ │ │ ╷ ╷ │ │ └─┘ └─│───────│─┘ └─│─┘ └─│─┘ └─│─┘ └─│───────│─┘ └──── 10μ₳ 100μ₳ 1000μ₳ 0.1₳ 1₳ 10₳ 100₳ ``` * @summary UTxO Statistics * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ getUTxOsStatistics(walletId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromisestatus: stable
* @summary Get * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ getWallet(walletId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromisestatus: stable
Return a list of known wallets, ordered from oldest to newest. * @summary List * @param {*} [options] Override http request option. * @throws {RequiredError} */ listWallets(options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromisestatus: stable
Create and restore a wallet from a mnemonic sentence or account public key. * @summary Create / Restore * @param {ApiWalletPostData} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ postWallet(body: ApiWalletPostData, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromisestatus: stable
* @summary Update Metadata * @param {ApiWalletPutData} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ putWallet(body: ApiWalletPutData, walletId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromisestatus: stable
* @summary Update Passphrase * @param {ApiWalletPutPassphraseData} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ putWalletPassphrase(body: ApiWalletPutPassphraseData, walletId: string, options?: any): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromisestatus: stable
* @summary Delete * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ deleteWallet(walletId: string, options?: any): AxiosPromisestatus: stable
Return the UTxOs distribution across the whole wallet, in the form of a histogram. ``` │ 100 ─ │ │ ┌───┐ 10 ─ ┌───┐ │ │ ┌───┐ │ ┌───┐ │ │ │ │ │ │ │ │ │ │ │ │ │ ┌───┐ │ │ 1 ─ ┌───┐ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ╷ │ │ ╷ │ │ ╷ ╷ │ │ └─┘ └─│───────│─┘ └─│─┘ └─│─┘ └─│─┘ └─│───────│─┘ └──── 10μ₳ 100μ₳ 1000μ₳ 0.1₳ 1₳ 10₳ 100₳ ``` * @summary UTxO Statistics * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ getUTxOsStatistics(walletId: string, options?: any): AxiosPromisestatus: stable
* @summary Get * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ getWallet(walletId: string, options?: any): AxiosPromisestatus: stable
Return a list of known wallets, ordered from oldest to newest. * @summary List * @param {*} [options] Override http request option. * @throws {RequiredError} */ listWallets(options?: any): AxiosPromisestatus: stable
Create and restore a wallet from a mnemonic sentence or account public key. * @summary Create / Restore * @param {ApiWalletPostData} body * @param {*} [options] Override http request option. * @throws {RequiredError} */ postWallet(body: ApiWalletPostData, options?: any): AxiosPromisestatus: stable
* @summary Update Metadata * @param {ApiWalletPutData} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ putWallet(body: ApiWalletPutData, walletId: string, options?: any): AxiosPromisestatus: stable
* @summary Update Passphrase * @param {ApiWalletPutPassphraseData} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} */ putWalletPassphrase(body: ApiWalletPutPassphraseData, walletId: string, options?: any): AxiosPromisestatus: stable
* @summary Delete * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof WalletsApi */ deleteWallet(walletId: string, options?: any): Promisestatus: stable
Return the UTxOs distribution across the whole wallet, in the form of a histogram. ``` │ 100 ─ │ │ ┌───┐ 10 ─ ┌───┐ │ │ ┌───┐ │ ┌───┐ │ │ │ │ │ │ │ │ │ │ │ │ │ ┌───┐ │ │ 1 ─ ┌───┐ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ │ ╷ │ │ ╷ │ │ ╷ ╷ │ │ └─┘ └─│───────│─┘ └─│─┘ └─│─┘ └─│─┘ └─│───────│─┘ └──── 10μ₳ 100μ₳ 1000μ₳ 0.1₳ 1₳ 10₳ 100₳ ``` * @summary UTxO Statistics * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof WalletsApi */ getUTxOsStatistics(walletId: string, options?: any): Promisestatus: stable
* @summary Get * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof WalletsApi */ getWallet(walletId: string, options?: any): Promisestatus: stable
Return a list of known wallets, ordered from oldest to newest. * @summary List * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof WalletsApi */ listWallets(options?: any): Promisestatus: stable
Create and restore a wallet from a mnemonic sentence or account public key. * @summary Create / Restore * @param {ApiWalletPostData} body * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof WalletsApi */ postWallet(body: ApiWalletPostData, options?: any): Promisestatus: stable
* @summary Update Metadata * @param {ApiWalletPutData} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof WalletsApi */ putWallet(body: ApiWalletPutData, walletId: string, options?: any): Promisestatus: stable
* @summary Update Passphrase * @param {ApiWalletPutPassphraseData} body * @param {string} walletId * @param {*} [options] Override http request option. * @throws {RequiredError} * @memberof WalletsApi */ putWalletPassphrase(body: ApiWalletPutPassphraseData, walletId: string, options?: any): Promise