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