/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403AccountIncompatibleXpubBtc = { /** * Address.generation.failed.wrong.xpub */ errorCode: string; /** * Unable to generate address, wrong xpub and account type. */ message: string; /** * 403 */ statusCode: number; }