/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403AccountIncompatibleXpub = { /** * account.xpub.incompatible */ errorCode: string; /** * Xpub not compatible with account currency. */ message: string; /** * 403 */ statusCode: number; }