/* istanbul ignore file */ /* tslint:disable */ /* eslint-disable */ export type Error403OffchainCancelled = { /** * withdrawal.prepare.failed */ errorCode: string; /** * Unable to prepare transaction, withdrawal cancelled. */ message: string; /** * 403 */ statusCode: number; }