/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403RecipientFormat = { /** * withdrawal.recipient.format */ errorCode: string; /** * Recipient blockchain address has incorrect format. */ message: string; /** * 403 */ statusCode: number; }