/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403AddressAccountXpubMissing = { /** * account.xpub.missing */ errorCode: string; /** * No xpub assigned to account, it is not possible to generate address. Use assignAddress method instead. */ message: string; /** * 403 */ statusCode: number; }