/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403Erc20XpubBoth = { /** * erc20.address.xpub.both */ errorCode: string; /** * Either xpub or address must be present, not both. */ message: string; /** * 403 */ statusCode: number; }